Build: #2 was successful

Job: Test Tools Many Linux 2.28 Py3.12 was successful

Build log

The build generated 53,569 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

20-Feb-2026 06:45:43 Verify CAS-4425 (pixel units now accounted for in range and no units throws exception)
20-Feb-2026 06:45:43 PASSED
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [20, 20, 200] with float valued pixels.
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse         line# 1: global found
20-Feb-2026 06:45:43 2026-02-20 11:45:44        SEVERE        regionmanager::fromtext        Exception Reported:  line# 2: Exception: Unknown direction reference frame 'B1950 frame=LSRK veltype=RADIO restfreq=1.42040575e+09Hz'.
20-Feb-2026 06:45:43 2026-02-20 11:45:44        SEVERE        regionmanager::fromtext+        ... thrown by casa::AnnotationBase::AnnotationBase(casa::AnnotationBase::Type, const casacore::String&, const casacore::CoordinateSystem&, const Quantity&, const Quantity&, const casacore::String&, const casacore::String&, const Quantity&, const casacore::Vector<casacore::Stokes::StokesTypes>&) at File: /source/casa6/casatools/src/code/imageanalysis/Annotations/AnnotationBase.cc, line: 112 at File: /source/casa6/casatools/src/code/imageanalysis/IO/RegionTextParser.cc, line: 969
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse         line# 1: global found
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse         line# 1: global found
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:43 test_tool_regionmanager.py::rg_fromtextfile_test::test_CAS_8072
20-Feb-2026 06:45:43 Verify rest frequency precision issue has been fixed
20-Feb-2026 06:45:43 PASSED
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Paged image 'icrs.im' of shape [100, 100] with float valued pixels.
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:43 test_tool_regionmanager.py::rg_fromtextfile_test::test_ICRS
20-Feb-2026 06:45:43 CAS-13074, verify that coord=ICRS works correctly
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 1. Create a 100x100 image using the default coordinate system provided by ia.shape()
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 2. Modify the coordinate system of the image from J2000 to GALACTIC ref frame,
20-Feb-2026 06:45:43    since the difference between J2000 and ICRS seems to be only about 10 marcsec,
20-Feb-2026 06:45:43    so we need to use a coordinate system where the values in the two systems differ
20-Feb-2026 06:45:43    more to get a convincing test.
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 3. Set all pixels to 0, except the reference pixel 50, 50 which is set to 1.
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 4. Create a CRTF region string using coords='ICRS' and a box that is centered at
20-Feb-2026 06:45:43    GALACTIC long=0, lat=0 (the ref direction in the image) but using ICRS coords
20-Feb-2026 06:45:43    of course. The hardcoded ICRS coords were determined using me.measure() to
20-Feb-2026 06:45:43    convert from GALACTIC to ICRS.
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 5. Run ia.statistics() using region=the CRTF text string previously created.
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 6. Test that the max pixel value found in the region is 1. This indicates that
20-Feb-2026 06:45:43    the region was applied correctly.
20-Feb-2026 06:45:43 PASSED
20-Feb-2026 06:45:43
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        mynewregion.crtf line# 3: difference found
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        mynewregion.crtf line# 5: difference found
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        mynewregion.crtf line# 6: difference found
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 5 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord+            [245, 132, 0, 0] to [410, 298, 0, 0]  (15:20:40.458, -57.10.16.258, 8.56444e+10Hz, I to 15:20:38.024, -57.09.56.337, 8.56444e+10Hz, I)
20-Feb-2026 06:45:43 2026-02-20 11:45:44        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
20-Feb-2026 06:45:43 test_tool_regionmanager.py::rg_fromtextfile_test::test_crtf_has_multiple_diff_and_ends_with_diff_bug_fix
20-Feb-2026 06:45:43 CAS-12980, verify fix that allows supplied CRTF file to work correctly
20-Feb-2026 06:45:43 1. copy necessary data
20-Feb-2026 06:45:43 2. run ia.subimage() on image using region file
20-Feb-2026 06:45:43 3. confirm that the correct number of pixels are not masked
20-Feb-2026 06:45:43 PASSED
20-Feb-2026 06:45:43
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        /opt/casa/data/casatestdata/unittest/rgtool/testEllipse90deg.crtf line# 2: global found
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord+            [86, 260, 0, 0] to [332, 505, 0, 0]  (286.980670deg, 42.444398deg, I, 3.43915e+11Hz to 286.968632deg, 42.453245deg, I, 3.43915e+11Hz)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
20-Feb-2026 06:45:44 2026-02-20 11:45:44        WARN        image::open (file src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_fromtextfile_test::test_ellipse
20-Feb-2026 06:45:44 Test ellipse for image in GALACTIC and file in J2000
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_fromtextfile_test::test_exceptions
20-Feb-2026 06:45:44 test exception cases
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [500, 500] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_fromtextfile_test::test_poly_2000
20-Feb-2026 06:45:44 Test polygon with 2000 points specified in pixels (CAS-13727)
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_fromtextfile_test::test_read
20-Feb-2026 06:45:44 Read test
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [200, 200] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord+            [50, 31] to [150, 171]  (00:03:20.047, -01.09.00.278 to 23:56:39.950, +01.11.00.303)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
20-Feb-2026 06:45:44 2026-02-20 11:45:44        WARN        image::open (file src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [200, 200] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageRegion::fromRecord+            [50, 31] to [149, 171]  (00:03:20.047, -01.09.00.278 to 23:56:43.952, +01.11.00.303)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
20-Feb-2026 06:45:44 2026-02-20 11:45:44        WARN        image::open (file src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_fromtextfile_test::test_rectangle_rotation
20-Feb-2026 06:45:44 Test rectangle region is preserved under coordinate frame switch
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [200, 200] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_fromtextfile_test::test_rotbox
20-Feb-2026 06:45:44 Test rotbox when specified in pixels (CAS-5723)
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [4, 4, 20] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        WARN        AsciiRegionFileParser::_parse         line# 1: Error converting world region to lattice region which probably indicates the region lies outside of the image. This region will be ignored.The related message is: LCBox::LCBox - blc [0] must be <= trc [-99889]
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 0 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        SEVERE        regionmanager::selectedchannels        Exception Reported: Exception: The specified spectral range range=[1315MHz, 1315.1MHz] does not intersect the image spectral range..
20-Feb-2026 06:45:44 2026-02-20 11:45:44        SEVERE        regionmanager::selectedchannels+        ... thrown by std::vector<unsigned int, std::allocator<unsigned int> > casa::CasacRegionManager::_spectralRangeFromRangeFormat(casacore::uInt&, const casacore::String&, const casacore::IPosition&) const at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 1013
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        name::        No table opened.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        name::        No table opened.
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_selectedchannels_test::test_no_overlap
20-Feb-2026 06:45:44 Test selection outside of image
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [4, 4, 4] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        SEVERE        regionmanager::selectedchannels        Exception Reported: Exception: Associated coordinate system has no spectral axis.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        SEVERE        regionmanager::selectedchannels+        ... thrown by std::vector<long int> casac::regionmanager::selectedchannels(const string&, const std::vector<long int>&) at File: src/tools/regionmanager/regionmanager_cmpt.cc, line: 686
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        name::        No table opened.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        name::        No table opened.
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_selectedchannels_test::test_no_spectral_axis
20-Feb-2026 06:45:44 Test no spectral axis throws exception
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        ImageFactory::createImage        Created Temp image  of shape [4, 4, 20] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        AsciiRegionFileParser::_parse        The specified region will select all pixels that are included in the region. Full pixels will be included even when they are only partially covered by the region(s).
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        name::        No table opened.
20-Feb-2026 06:45:44 2026-02-20 11:45:44        INFO        name::        No table opened.
20-Feb-2026 06:45:44 test_tool_regionmanager.py::rg_selectedchannels_test::test_range
20-Feb-2026 06:45:44 Test range
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_tool_regionmanager/nose.xml -
20-Feb-2026 06:45:44 ======================== 34 passed, 1 warning in 8.80s =========================
20-Feb-2026 06:45:44 ============================= test session starts ==============================
20-Feb-2026 06:45:44 platform linux -- Python 3.12.9, pytest-9.0.2, pluggy-1.6.0 -- /home/casatest/venv/bin/python3.12
20-Feb-2026 06:45:44 cachedir: .pytest_cache
20-Feb-2026 06:45:44 rootdir: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_subimage
20-Feb-2026 06:45:44 configfile: pytest.ini
20-Feb-2026 06:45:44 collecting ... collected 5 items
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Temp image  of shape [10, 10, 10, 4] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 2 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 2 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 1 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 3 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 2 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 3 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 3 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 2 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 3 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 3 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 4 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 5 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 6 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 7 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 11 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 8 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 11 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 12 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 11 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 9 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 11 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 12 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 11 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 13 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 12 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 11 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 10 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 12 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 11 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 13 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 12 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set        Beam parameters:  Major          : 14 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Minor          : 13 arcsec
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        BeamManipulator::set+          Position Angle : 5 deg
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [2, 2, 2, 2] to [5, 5, 5, 3]  (00:00:12.000, -00.03.00.000, 1.415e+09Hz, U to 00:00:00.000, +00.00.00.000, 1.415e+09Hz, V)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [2, 2, 2, 2] to [5, 5, 5, 2]  (00:00:12.000, -00.03.00.000, 1.415e+09Hz, U to 00:00:00.000, +00.00.00.000, 1.415e+09Hz, U)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [2, 2, 6, 1] to [5, 5, 6, 3]  (00:00:12.000, -00.03.00.000, 1.415e+09Hz, Q to 00:00:00.000, +00.00.00.000, 1.415e+09Hz, V)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        name::        No table opened.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        showcache::        The Table Cache is empty.
20-Feb-2026 06:45:44 test_tool_image_subimage.py::ia_subimage_test::test_beams
20-Feb-2026 06:45:44 Test per plane beams 
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Paged image 'zz.im' of shape [20, 20] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ::::ImageFactory::createImage        Created Paged image 'zz.im' of shape [20, 20] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ::::image::fromshape        Ran ia.fromshape
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ::::image::fromshape        ia.fromshape(outfile="zz.im", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f")
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ::::image::subimage        Ran ia.subimage
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ::::image::subimage        ia.subimage(outfile="", region="", mask="", dropdeg=false, overwrite=false, list=true, stretch=false, wantreturn=true, keepaxes=[])
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Paged image 'gg' of shape [20, 20] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ::::ImageFactory::createImage        Created Paged image 'gg' of shape [20, 20] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        name::        No table opened.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        showcache::        The Table Cache is empty.
20-Feb-2026 06:45:44 test_tool_image_subimage.py::ia_subimage_test::test_history
20-Feb-2026 06:45:44 verify history writing
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Temp image  of shape [10, 20, 30] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [0, 0, 0] to [9, 19, 29]  (00:00:20.000, -00.10.00.001, 1.41498e+09Hz to 23:59:44.000, +00.09.00.001, 1.41501e+09Hz)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [0, 0, 0] to [9, 19, 29]  (00:00:20.000, -00.10.00.001, 1.41498e+09Hz to 23:59:44.000, +00.09.00.001, 1.41501e+09Hz)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Paged image 'keep.im' of shape [10, 20, 1, 1] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [0, 0, 0, 0] to [9, 19, 0, 0]  (00:00:20.000, -00.10.00.001, I, 1.415e+09Hz to 23:59:44.000, +00.09.00.001, I, 1.415e+09Hz)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [0, 0, 0, 0] to [9, 19, 0, 0]  (00:00:20.000, -00.10.00.001, I, 1.415e+09Hz to 23:59:44.000, +00.09.00.001, I, 1.415e+09Hz)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord        Selected bounding box :
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageRegion::fromRecord+            [0, 0, 0, 0] to [9, 19, 0, 0]  (00:00:20.000, -00.10.00.001, I, 1.415e+09Hz to 23:59:44.000, +00.09.00.001, I, 1.415e+09Hz)
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        name::        No table opened.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        showcache::        The Table Cache is empty.
20-Feb-2026 06:45:44 test_tool_image_subimage.py::ia_subimage_test::test_keepaxes
20-Feb-2026 06:45:44 Test the keepaxes parameter
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Temp image  of shape [2, 2] with float valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Temp image  of shape [2, 2] with Complex valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Temp image  of shape [2, 2] with double valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Temp image  of shape [2, 2] with DComplex valued pixels.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        name::        No table opened.
20-Feb-2026 06:45:44 2026-02-20 11:45:45        INFO        showcache::        The Table Cache is empty.
20-Feb-2026 06:45:44 test_tool_image_subimage.py::ia_subimage_test::test_precision
20-Feb-2026 06:45:44 Test various precision valued image support
20-Feb-2026 06:45:44 PASSED
20-Feb-2026 06:45:44
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Paged image 'mask1.im' of shape [20, 30, 4, 10] with float valued pixels.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Paged image 'mask2.im' of shape [20, 30, 4, 1] with float valued pixels.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Paged image 'mask3.im' of shape [20, 30, 4, 2] with float valued pixels.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        ImageFactory::createImage        Created Paged image 'xx.im' of shape [20, 30, 4, 10] with float valued pixels.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        name::        No table opened.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        showcache::        The Table Cache is empty.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        SEVERE        image::_detached (file src/tools/image/image_cmpt.cc, line 1653)        Image is detached - cannot perform operation.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        SEVERE        image::_detached (file src/tools/image/image_cmpt.cc, line 1653)+        Call image.open('filename') to reattach.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        SEVERE        image::_detached (file src/tools/image/image_cmpt.cc, line 1653)        Exception Reported: Exception: Unable to create image.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        SEVERE        image::_detached (file src/tools/image/image_cmpt.cc, line 1653)+        ... thrown by casac::image* casac::image::subimage(const string&, const casac::variant&, const casac::variant&, bool, bool, bool, bool, bool, const std::vector<long int>&) at File: src/tools/image/image_cmpt.cc, line: 6163
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        name::        No table opened.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        showcache::        The Table Cache is empty.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        SEVERE        image::subimage (file src/tools/image/image_cmpt.cc, line 6162)        Exception Reported: Unable to extend mask: ExtendSpecifier - new nor stretch axes given at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 313
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        name::        No table opened.
20-Feb-2026 06:45:45 2026-02-20 11:45:45        INFO        showcache::        The Table Cache is empty.
20-Feb-2026 06:45:45 test_tool_image_subimage.py::ia_subimage_test::test_stretch
20-Feb-2026 06:45:45 Test the stretch parameter
20-Feb-2026 06:45:45 PASSED
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_subimage/nose.xml -
20-Feb-2026 06:45:45 ========================= 5 passed, 1 warning in 0.47s =========================
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_measures
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_measures/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_measures/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_statwt/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_statwt
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_ms_statwt/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_statwt/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msmetadata/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msmetadata
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_msmetadata/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_msmetadata/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_linearmosaic/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_linearmosaic
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_linearmosaic/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_linearmosaic/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_synthesisutils/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_synthesisutils
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_synthesisutils/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_synthesisutils/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_calibrater/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_calibrater
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_calibrater/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_calibrater/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_sdm_toms/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_sdm_toms
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_sdm_toms/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_sdm_toms/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_msuvbinner/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_collapse/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_collapse
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_collapse/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_collapse/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_pbcor/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_pbcor
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_pbcor/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_pbcor/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_imagepol/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_imagepol
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_imagepol/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_imagepol/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_vpmanager/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_vpmanager
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_vpmanager/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_vpmanager/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_statistics/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_statistics
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_statistics/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_statistics/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_logsink/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_logsink
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_logsink/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_logsink/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_rebin/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_rebin
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_rebin/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_rebin/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_regionmanager/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager/
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_subimage/
20-Feb-2026 06:45:45 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_subimage
20-Feb-2026 06:45:45
20-Feb-2026 06:45:45 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_subimage/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_subimage/
20-Feb-2026 06:45:45 total 77428
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci 15001   138235 Feb 20 11:35 casatestutils-6.7.5.4a14726.dev1-py3-none-any.whl
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci 15001 78978125 Feb 20 11:35 casatools-6.7.5.4a14726.dev1-cp312-cp312-manylinux_2_28_x86_64.whl
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      4340 Feb 20 11:45 test_tool_agentflagger.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1006 Feb 20 11:45 test_tool_calanalysis.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2665 Feb 20 11:45 test_tool_calibrater.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       687 Feb 20 11:45 test_tool_componentlist.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      7467 Feb 20 11:45 test_tool_coordsys.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root     12935 Feb 20 11:45 test_tool_image.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2220 Feb 20 11:45 test_tool_image_collapse.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1048 Feb 20 11:45 test_tool_image_deviation.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2574 Feb 20 11:45 test_tool_image_fitprofile.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1178 Feb 20 11:45 test_tool_image_pbcor.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       883 Feb 20 11:45 test_tool_image_pv.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1006 Feb 20 11:45 test_tool_image_rebin.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1336 Feb 20 11:45 test_tool_image_regrid.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1533 Feb 20 11:45 test_tool_image_statistics.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       765 Feb 20 11:45 test_tool_image_subimage.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       890 Feb 20 11:45 test_tool_image_transpose.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1966 Feb 20 11:45 test_tool_imagepol.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       838 Feb 20 11:45 test_tool_linearmosaic.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       669 Feb 20 11:45 test_tool_logsink.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       549 Feb 20 11:45 test_tool_measures.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      5224 Feb 20 11:45 test_tool_ms.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       367 Feb 20 11:45 test_tool_ms_createmultims.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2099 Feb 20 11:45 test_tool_ms_statwt.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      8633 Feb 20 11:45 test_tool_msmetadata.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       359 Feb 20 11:45 test_tool_msuvbinner.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1171 Feb 20 11:45 test_tool_quanta.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      3975 Feb 20 11:45 test_tool_regionmanager.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2071 Feb 20 11:45 test_tool_sdm.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2092 Feb 20 11:45 test_tool_sdm_toms.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       670 Feb 20 11:45 test_tool_simulator.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1716 Feb 20 11:45 test_tool_synthesisutils.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1462 Feb 20 11:45 test_tool_table.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1717 Feb 20 11:45 test_tool_vpmanager.xml
20-Feb-2026 06:45:45 Finished task 'Test wheel' with result: Success
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45 Starting task 'Tar work directory' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
20-Feb-2026 06:45:45
Beginning to execute external process for build 'CASASPECS - Dev Test 3.12 - CAS-14726 - Test Tools Many Linux 2.28 Py3.12 #2 (CASASPECS-DEVTESTPY31275-TTOMLPY312-2)'
... running command line:
/opt/ci_workspace/casa/bamboo/agent8/temp/CASASPECS-DEVTESTPY31275-TTOMLPY312-2-ScriptBuildTask-5556018128602797331.sh
... in: /opt/ci_workspace/casa/bamboo/agent8/xml-data/build-dir/CASASPECS-DEVTESTPY31275-TTOMLPY312
20-Feb-2026 06:45:45 Package working directory
20-Feb-2026 06:45:45 nosedir/
20-Feb-2026 06:45:45 nosedir/test_tool_image_deviation/
20-Feb-2026 06:45:45 nosedir/test_tool_image_deviation/test_tool_image_deviation.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_deviation/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_deviation/casa-20260220-113631.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_deviation/short_summary.log
20-Feb-2026 06:45:45 nosedir/xml/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_deviation/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_deviation/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_calanalysis/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_calanalysis/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_quanta/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_quanta/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_ms/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_ms/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_coordsys/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_coordsys/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_transpose/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_transpose/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_agentflagger/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_agentflagger/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_regrid/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_regrid/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_ms_createmultims/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_ms_createmultims/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_table/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_table/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_componentlist/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_componentlist/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_fitprofile/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_fitprofile/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_pv/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_pv/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_sdm/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_sdm/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_simulator/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_simulator/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_measures/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_measures/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_ms_statwt/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_ms_statwt/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_msmetadata/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_msmetadata/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_linearmosaic/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_linearmosaic/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_synthesisutils/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_synthesisutils/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_calibrater/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_calibrater/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_sdm_toms/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_sdm_toms/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_msuvbinner/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_msuvbinner/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_collapse/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_collapse/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_pbcor/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_pbcor/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_imagepol/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_imagepol/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_vpmanager/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_vpmanager/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_statistics/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_statistics/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_logsink/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_logsink/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_rebin/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_rebin/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_regionmanager/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_regionmanager/nose.xml
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_subimage/
20-Feb-2026 06:45:45 nosedir/xml/test_tool_image_subimage/nose.xml
20-Feb-2026 06:45:45 nosedir/test_tool_calanalysis/
20-Feb-2026 06:45:45 nosedir/test_tool_calanalysis/test_tool_calanalysis.py
20-Feb-2026 06:45:45 nosedir/test_tool_calanalysis/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_calanalysis/casa-20260220-113635.log
20-Feb-2026 06:45:45 nosedir/test_tool_calanalysis/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_quanta/
20-Feb-2026 06:45:45 nosedir/test_tool_quanta/test_tool_quanta.py
20-Feb-2026 06:45:45 nosedir/test_tool_quanta/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_quanta/casa-20260220-113636.log
20-Feb-2026 06:45:45 nosedir/test_tool_quanta/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_ms/
20-Feb-2026 06:45:45 nosedir/test_tool_ms/test_tool_ms.py
20-Feb-2026 06:45:45 nosedir/test_tool_ms/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_ms/casa-20260220-113637.log
20-Feb-2026 06:45:45 nosedir/test_tool_ms/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_coordsys/
20-Feb-2026 06:45:45 nosedir/test_tool_coordsys/test_tool_coordsys.py
20-Feb-2026 06:45:45 nosedir/test_tool_coordsys/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_coordsys/casa-20260220-113701.log
20-Feb-2026 06:45:45 nosedir/test_tool_coordsys/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_transpose/
20-Feb-2026 06:45:45 nosedir/test_tool_image_transpose/test_tool_image_transpose.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_transpose/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_transpose/casa-20260220-113702.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_transpose/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_agentflagger/
20-Feb-2026 06:45:45 nosedir/test_tool_agentflagger/test_tool_agentflagger.py
20-Feb-2026 06:45:45 nosedir/test_tool_agentflagger/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_agentflagger/casa-20260220-113703.log
20-Feb-2026 06:45:45 nosedir/test_tool_agentflagger/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_regrid/
20-Feb-2026 06:45:45 nosedir/test_tool_image_regrid/test_tool_image_regrid.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_regrid/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_regrid/casa-20260220-113742.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_regrid/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_ms_createmultims/
20-Feb-2026 06:45:45 nosedir/test_tool_ms_createmultims/test_tool_ms_createmultims.py
20-Feb-2026 06:45:45 nosedir/test_tool_ms_createmultims/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_ms_createmultims/casa-20260220-113743.log
20-Feb-2026 06:45:45 nosedir/test_tool_ms_createmultims/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_table/
20-Feb-2026 06:45:45 nosedir/test_tool_table/test_tool_table.py
20-Feb-2026 06:45:45 nosedir/test_tool_table/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_table/casa-20260220-113747.log
20-Feb-2026 06:45:45 nosedir/test_tool_table/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_componentlist/
20-Feb-2026 06:45:45 nosedir/test_tool_componentlist/test_tool_componentlist.py
20-Feb-2026 06:45:45 nosedir/test_tool_componentlist/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_componentlist/casa-20260220-113748.log
20-Feb-2026 06:45:45 nosedir/test_tool_componentlist/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_fitprofile/
20-Feb-2026 06:45:45 nosedir/test_tool_image_fitprofile/test_tool_image_fitprofile.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_fitprofile/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_fitprofile/casa-20260220-113748.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_fitprofile/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_pv/
20-Feb-2026 06:45:45 nosedir/test_tool_image_pv/test_tool_image_pv.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_pv/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_pv/casa-20260220-113754.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_pv/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_sdm/
20-Feb-2026 06:45:45 nosedir/test_tool_sdm/test_tool_sdm.py
20-Feb-2026 06:45:45 nosedir/test_tool_sdm/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_sdm/casa-20260220-113755.log
20-Feb-2026 06:45:45 nosedir/test_tool_sdm/short_summary.log
20-Feb-2026 06:45:45 nosedir/summary_of_failed.log
20-Feb-2026 06:45:45 nosedir/test_tool_simulator/
20-Feb-2026 06:45:45 nosedir/test_tool_simulator/test_tool_simulator.py
20-Feb-2026 06:45:45 nosedir/test_tool_simulator/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_simulator/casa-20260220-113802.log
20-Feb-2026 06:45:45 nosedir/test_tool_simulator/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_measures/
20-Feb-2026 06:45:45 nosedir/test_tool_measures/test_tool_measures.py
20-Feb-2026 06:45:45 nosedir/test_tool_measures/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_measures/casa-20260220-113807.log
20-Feb-2026 06:45:45 nosedir/test_tool_measures/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_ms_statwt/
20-Feb-2026 06:45:45 nosedir/test_tool_ms_statwt/test_tool_ms_statwt.py
20-Feb-2026 06:45:45 nosedir/test_tool_ms_statwt/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_ms_statwt/casa-20260220-113808.log
20-Feb-2026 06:45:45 nosedir/test_tool_ms_statwt/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_msmetadata/
20-Feb-2026 06:45:45 nosedir/test_tool_msmetadata/test_tool_msmetadata.py
20-Feb-2026 06:45:45 nosedir/test_tool_msmetadata/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_msmetadata/casa-20260220-114016.log
20-Feb-2026 06:45:45 nosedir/test_tool_msmetadata/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_linearmosaic/
20-Feb-2026 06:45:45 nosedir/test_tool_linearmosaic/test_tool_linearmosaic.py
20-Feb-2026 06:45:45 nosedir/test_tool_linearmosaic/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_linearmosaic/casa-20260220-114019.log
20-Feb-2026 06:45:45 nosedir/test_tool_linearmosaic/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_synthesisutils/
20-Feb-2026 06:45:45 nosedir/test_tool_synthesisutils/test_tool_synthesisutils.py
20-Feb-2026 06:45:45 nosedir/test_tool_synthesisutils/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_synthesisutils/casa-20260220-114025.log
20-Feb-2026 06:45:45 nosedir/test_tool_synthesisutils/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_calibrater/
20-Feb-2026 06:45:45 nosedir/test_tool_calibrater/test_tool_calibrater.py
20-Feb-2026 06:45:45 nosedir/test_tool_calibrater/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_calibrater/casa-20260220-114030.log
20-Feb-2026 06:45:45 nosedir/test_tool_calibrater/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_sdm_toms/
20-Feb-2026 06:45:45 nosedir/test_tool_sdm_toms/test_tool_sdm_toms.py
20-Feb-2026 06:45:45 nosedir/test_tool_sdm_toms/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_sdm_toms/casa-20260220-114241.log
20-Feb-2026 06:45:45 nosedir/test_tool_sdm_toms/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image/
20-Feb-2026 06:45:45 nosedir/test_tool_image/test_tool_image.py
20-Feb-2026 06:45:45 nosedir/test_tool_image/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image/casa-20260220-114442.log
20-Feb-2026 06:45:45 nosedir/test_tool_image/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_msuvbinner/
20-Feb-2026 06:45:45 nosedir/test_tool_msuvbinner/test_tool_msuvbinner.py
20-Feb-2026 06:45:45 nosedir/test_tool_msuvbinner/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_msuvbinner/casa-20260220-114513.log
20-Feb-2026 06:45:45 nosedir/test_tool_msuvbinner/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_collapse/
20-Feb-2026 06:45:45 nosedir/test_tool_image_collapse/test_tool_image_collapse.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_collapse/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_collapse/casa-20260220-114514.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_collapse/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_pbcor/
20-Feb-2026 06:45:45 nosedir/test_tool_image_pbcor/test_tool_image_pbcor.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_pbcor/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_pbcor/casa-20260220-114515.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_pbcor/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_imagepol/
20-Feb-2026 06:45:45 nosedir/test_tool_imagepol/test_tool_imagepol.py
20-Feb-2026 06:45:45 nosedir/test_tool_imagepol/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_imagepol/casa-20260220-114516.log
20-Feb-2026 06:45:45 nosedir/test_tool_imagepol/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_vpmanager/
20-Feb-2026 06:45:45 nosedir/test_tool_vpmanager/test_tool_vpmanager.py
20-Feb-2026 06:45:45 nosedir/test_tool_vpmanager/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_vpmanager/casa-20260220-114517.log
20-Feb-2026 06:45:45 nosedir/test_tool_vpmanager/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_statistics/
20-Feb-2026 06:45:45 nosedir/test_tool_image_statistics/test_tool_image_statistics.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_statistics/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_statistics/casa-20260220-114519.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_statistics/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_logsink/
20-Feb-2026 06:45:45 nosedir/test_tool_logsink/test_tool_logsink.py
20-Feb-2026 06:45:45 nosedir/test_tool_logsink/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_logsink/casa-20260220-114534.log
20-Feb-2026 06:45:45 nosedir/test_tool_logsink/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_rebin/
20-Feb-2026 06:45:45 nosedir/test_tool_image_rebin/test_tool_image_rebin.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_rebin/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_rebin/casa-20260220-114535.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_rebin/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_regionmanager/
20-Feb-2026 06:45:45 nosedir/test_tool_regionmanager/test_tool_regionmanager.py
20-Feb-2026 06:45:45 nosedir/test_tool_regionmanager/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_regionmanager/casa-20260220-114535.log
20-Feb-2026 06:45:45 nosedir/test_tool_regionmanager/short_summary.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_subimage/
20-Feb-2026 06:45:45 nosedir/test_tool_image_subimage/test_tool_image_subimage.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_subimage/conftest.py
20-Feb-2026 06:45:45 nosedir/test_tool_image_subimage/casa-20260220-114544.log
20-Feb-2026 06:45:45 nosedir/test_tool_image_subimage/short_summary.log
20-Feb-2026 06:45:45 total 77612
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci 15001   138235 Feb 20 11:35 casatestutils-6.7.5.4a14726.dev1-py3-none-any.whl
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci 15001 78978125 Feb 20 11:35 casatools-6.7.5.4a14726.dev1-cp312-cp312-manylinux_2_28_x86_64.whl
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      4340 Feb 20 11:45 test_tool_agentflagger.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1006 Feb 20 11:45 test_tool_calanalysis.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2665 Feb 20 11:45 test_tool_calibrater.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       687 Feb 20 11:45 test_tool_componentlist.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      7467 Feb 20 11:45 test_tool_coordsys.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root     12935 Feb 20 11:45 test_tool_image.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2220 Feb 20 11:45 test_tool_image_collapse.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1048 Feb 20 11:45 test_tool_image_deviation.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2574 Feb 20 11:45 test_tool_image_fitprofile.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1178 Feb 20 11:45 test_tool_image_pbcor.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       883 Feb 20 11:45 test_tool_image_pv.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1006 Feb 20 11:45 test_tool_image_rebin.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1336 Feb 20 11:45 test_tool_image_regrid.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1533 Feb 20 11:45 test_tool_image_statistics.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       765 Feb 20 11:45 test_tool_image_subimage.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       890 Feb 20 11:45 test_tool_image_transpose.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1966 Feb 20 11:45 test_tool_imagepol.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       838 Feb 20 11:45 test_tool_linearmosaic.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       669 Feb 20 11:45 test_tool_logsink.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       549 Feb 20 11:45 test_tool_measures.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      5224 Feb 20 11:45 test_tool_ms.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       367 Feb 20 11:45 test_tool_ms_createmultims.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2099 Feb 20 11:45 test_tool_ms_statwt.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      8633 Feb 20 11:45 test_tool_msmetadata.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       359 Feb 20 11:45 test_tool_msuvbinner.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1171 Feb 20 11:45 test_tool_quanta.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      3975 Feb 20 11:45 test_tool_regionmanager.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2071 Feb 20 11:45 test_tool_sdm.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      2092 Feb 20 11:45 test_tool_sdm_toms.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root       670 Feb 20 11:45 test_tool_simulator.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1716 Feb 20 11:45 test_tool_synthesisutils.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1462 Feb 20 11:45 test_tool_table.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root      1717 Feb 20 11:45 test_tool_vpmanager.xml
20-Feb-2026 06:45:45 -rw-r--r-- 1 casaci root    186738 Feb 20 11:45 work-manylinux_228_casatools-3.12.tar.gz
20-Feb-2026 06:45:45 Done packaging working directory
20-Feb-2026 06:45:45 Finished task 'Tar work directory' with result: Success
20-Feb-2026 06:45:45 Starting task 'Parse tests' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
20-Feb-2026 06:45:45 Parsing test results under /opt/ci_workspace/casa/bamboo/agent8/xml-data/build-dir/CASASPECS-DEVTESTPY31275-TTOMLPY312...
20-Feb-2026 06:45:45 Finished task 'Parse tests' with result: Success
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.repository.branch.name} with CAS-14726
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:45 Starting task 'Upload wheel' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
20-Feb-2026 06:45:45
Beginning to execute external process for build 'CASASPECS - Dev Test 3.12 - CAS-14726 - Test Tools Many Linux 2.28 Py3.12 #2 (CASASPECS-DEVTESTPY31275-TTOMLPY312-2)'
... running command line:
/opt/ci_workspace/casa/bamboo/agent8/temp/CASASPECS-DEVTESTPY31275-TTOMLPY312-2-ScriptBuildTask-2791478732718472354.sh
... in: /opt/ci_workspace/casa/bamboo/agent8/xml-data/build-dir/CASASPECS-DEVTESTPY31275-TTOMLPY312
20-Feb-2026 06:45:46 Collecting twine
20-Feb-2026 06:45:46   Downloading twine-6.2.0-py3-none-any.whl (42 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 kB 10.7 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting requests-toolbelt!=0.9.0,>=0.8.0
20-Feb-2026 06:45:46   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 28.2 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting rich>=12.0.0
20-Feb-2026 06:45:46   Downloading rich-14.3.3-py3-none-any.whl (310 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.5/310.5 kB 51.2 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting urllib3>=1.26.0
20-Feb-2026 06:45:46   Downloading urllib3-2.6.3-py3-none-any.whl (131 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/131.6 kB 57.2 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting requests>=2.20
20-Feb-2026 06:45:46   Downloading requests-2.32.5-py3-none-any.whl (64 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 35.6 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting readme-renderer>=35.0
20-Feb-2026 06:45:46   Downloading readme_renderer-44.0-py3-none-any.whl (13 kB)
20-Feb-2026 06:45:46 Collecting rfc3986>=1.4.0
20-Feb-2026 06:45:46   Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
20-Feb-2026 06:45:46 Collecting keyring>=21.2.0
20-Feb-2026 06:45:46   Downloading keyring-25.7.0-py3-none-any.whl (39 kB)
20-Feb-2026 06:45:46 Collecting packaging>=24.0
20-Feb-2026 06:45:46   Downloading packaging-26.0-py3-none-any.whl (74 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.4/74.4 kB 32.4 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting id
20-Feb-2026 06:45:46   Downloading id-1.6.1-py3-none-any.whl (14 kB)
20-Feb-2026 06:45:46 Collecting jaraco.functools
20-Feb-2026 06:45:46   Downloading jaraco_functools-4.4.0-py3-none-any.whl (10 kB)
20-Feb-2026 06:45:46 Collecting SecretStorage>=3.2
20-Feb-2026 06:45:46   Downloading secretstorage-3.5.0-py3-none-any.whl (15 kB)
20-Feb-2026 06:45:46 Collecting importlib_metadata>=4.11.4
20-Feb-2026 06:45:46   Downloading importlib_metadata-8.7.1-py3-none-any.whl (27 kB)
20-Feb-2026 06:45:46 Collecting jaraco.context
20-Feb-2026 06:45:46   Downloading jaraco_context-6.1.0-py3-none-any.whl (7.1 kB)
20-Feb-2026 06:45:46 Collecting jeepney>=0.4.2
20-Feb-2026 06:45:46   Downloading jeepney-0.9.0-py3-none-any.whl (49 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/49.0 kB 26.4 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting jaraco.classes
20-Feb-2026 06:45:46   Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
20-Feb-2026 06:45:46 Collecting Pygments>=2.5.1
20-Feb-2026 06:45:46   Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 122.5 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting docutils>=0.21.2
20-Feb-2026 06:45:46   Downloading docutils-0.22.4-py3-none-any.whl (633 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 633.2/633.2 kB 110.8 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting nh3>=0.2.14
20-Feb-2026 06:45:46   Downloading nh3-0.3.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (811 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 811.5/811.5 kB 129.4 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting idna<4,>=2.5
20-Feb-2026 06:45:46   Downloading idna-3.11-py3-none-any.whl (71 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 kB 32.9 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting charset_normalizer<4,>=2
20-Feb-2026 06:45:46   Downloading charset_normalizer-3.4.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (153 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.6/153.6 kB 59.4 MB/s eta 0:00:00
20-Feb-2026 06:45:46 Collecting certifi>=2017.4.17
20-Feb-2026 06:45:46   Downloading certifi-2026.1.4-py3-none-any.whl (152 kB)
20-Feb-2026 06:45:46      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.9/152.9 kB 59.5 MB/s eta 0:00:00
20-Feb-2026 06:45:47 Collecting markdown-it-py>=2.2.0
20-Feb-2026 06:45:47   Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
20-Feb-2026 06:45:47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.3/87.3 kB 38.8 MB/s eta 0:00:00
20-Feb-2026 06:45:47 Collecting zipp>=3.20
20-Feb-2026 06:45:47   Downloading zipp-3.23.0-py3-none-any.whl (10 kB)
20-Feb-2026 06:45:47 Collecting mdurl~=0.1
20-Feb-2026 06:45:47   Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
20-Feb-2026 06:45:47 Collecting cryptography>=2.0
20-Feb-2026 06:45:47   Downloading cryptography-46.0.5-cp38-abi3-manylinux_2_28_x86_64.whl (4.5 MB)
20-Feb-2026 06:45:47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 131.6 MB/s eta 0:00:00
20-Feb-2026 06:45:47 Collecting more-itertools
20-Feb-2026 06:45:47   Downloading more_itertools-10.8.0-py3-none-any.whl (69 kB)
20-Feb-2026 06:45:47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 32.8 MB/s eta 0:00:00
20-Feb-2026 06:45:47 Collecting backports.tarfile
20-Feb-2026 06:45:47   Downloading backports.tarfile-1.2.0-py3-none-any.whl (30 kB)
20-Feb-2026 06:45:47 Collecting cffi>=2.0.0
20-Feb-2026 06:45:47   Downloading cffi-2.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB)
20-Feb-2026 06:45:47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.5/216.5 kB 58.1 MB/s eta 0:00:00
20-Feb-2026 06:45:47 Collecting typing-extensions>=4.13.2
20-Feb-2026 06:45:47   Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
20-Feb-2026 06:45:47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 24.2 MB/s eta 0:00:00
20-Feb-2026 06:45:47 Collecting pycparser
20-Feb-2026 06:45:47   Downloading pycparser-3.0-py3-none-any.whl (48 kB)
20-Feb-2026 06:45:47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 kB 20.3 MB/s eta 0:00:00
20-Feb-2026 06:45:47 Installing collected packages: zipp, urllib3, typing-extensions, rfc3986, Pygments, pycparser, packaging, nh3, more-itertools, mdurl, jeepney, idna, docutils, charset_normalizer, certifi, backports.tarfile, requests, readme-renderer, markdown-it-py, jaraco.functools, jaraco.context, jaraco.classes, importlib_metadata, id, cffi, rich, requests-toolbelt, cryptography, SecretStorage, keyring, twine
20-Feb-2026 06:45:49 Successfully installed Pygments-2.19.2 SecretStorage-3.5.0 backports.tarfile-1.2.0 certifi-2026.1.4 cffi-2.0.0 charset_normalizer-3.4.4 cryptography-46.0.5 docutils-0.22.4 id-1.6.1 idna-3.11 importlib_metadata-8.7.1 jaraco.classes-3.4.0 jaraco.context-6.1.0 jaraco.functools-4.4.0 jeepney-0.9.0 keyring-25.7.0 markdown-it-py-4.0.0 mdurl-0.1.2 more-itertools-10.8.0 nh3-0.3.3 packaging-26.0 pycparser-3.0 readme-renderer-44.0 requests-2.32.5 requests-toolbelt-1.0.0 rfc3986-2.0.0 rich-14.3.3 twine-6.2.0 typing-extensions-4.15.0 urllib3-2.6.3 zipp-3.23.0
20-Feb-2026 06:45:49 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
20-Feb-2026 06:45:49
20-Feb-2026 06:45:49 [notice] A new release of pip is available: 23.0.1 -> 26.0.1
20-Feb-2026 06:45:49 [notice] To update, run: pip3 install --upgrade pip
20-Feb-2026 06:45:49 Cloning into 'casa-build-utils'...
20-Feb-2026 06:45:50 Uploading distributions to
20-Feb-2026 06:45:50 https://casa-pip.nrao.edu:443/repository/casa-dev-wheel/
20-Feb-2026 06:45:50 Uploading casatools-6.7.5.4a14726.dev1-cp312-cp312-manylinux_2_28_x86_64.whl
20-Feb-2026 06:45:50
20-Feb-2026 06:45:50   0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/79.0 MB--:--?
20-Feb-2026 06:45:50 12% ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/79.0 MB00:01219.6 MB/s
20-Feb-2026 06:45:50 14% ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.1/79.0 MB00:0195.5 MB/s
20-Feb-2026 06:45:50 20% ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/79.0 MB00:0260.0 MB/s
20-Feb-2026 06:45:50 23% ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/79.0 MB00:0249.3 MB/s
20-Feb-2026 06:45:50 27% ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.5/79.0 MB00:0235.7 MB/s
20-Feb-2026 06:45:50 30% ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.3/79.0 MB00:0231.7 MB/s
20-Feb-2026 06:45:51 32% ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/79.0 MB00:0325.3 MB/s
20-Feb-2026 06:45:51 37% ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 29.1/79.0 MB00:0228.5 MB/s
20-Feb-2026 06:45:51 40% ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 31.3/79.0 MB00:0228.5 MB/s
20-Feb-2026 06:45:51 45% ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 35.4/79.0 MB00:0228.4 MB/s
20-Feb-2026 06:45:51 47% ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 37.4/79.0 MB00:0228.6 MB/s
20-Feb-2026 06:45:51 52% ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 41.1/79.0 MB00:0229.0 MB/s
20-Feb-2026 06:45:51 55% ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 43.1/79.0 MB00:0229.5 MB/s
20-Feb-2026 06:45:51 59% ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 46.9/79.0 MB00:0230.0 MB/s
20-Feb-2026 06:45:51 62% ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 48.8/79.0 MB00:0130.3 MB/s
20-Feb-2026 06:45:51 67% ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 52.6/79.0 MB00:0130.5 MB/s
20-Feb-2026 06:45:52 69% ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 54.7/79.0 MB00:0130.5 MB/s
20-Feb-2026 06:45:52 73% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 57.9/79.0 MB00:0130.1 MB/s
20-Feb-2026 06:45:52 76% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 60.3/79.0 MB00:0129.7 MB/s
20-Feb-2026 06:45:52 82% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 64.5/79.0 MB00:0129.4 MB/s
20-Feb-2026 06:45:52 84% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 66.5/79.0 MB00:0129.3 MB/s
20-Feb-2026 06:45:52 89% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 70.2/79.0 MB00:0129.3 MB/s
20-Feb-2026 06:45:52 91% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 72.1/79.0 MB00:0129.4 MB/s
20-Feb-2026 06:45:52 94% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 74.6/79.0 MB00:0128.3 MB/s
20-Feb-2026 06:45:52 99% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 78.0/79.0 MB00:0129.5 MB/s
20-Feb-2026 06:45:52 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/79.0 MB00:0229.2 MB/s
20-Feb-2026 06:45:53 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/79.0 MB00:0229.2 MB/s
20-Feb-2026 06:45:53 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/79.0 MB00:0229.2 MB/s
20-Feb-2026 06:45:53 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/79.0 MB00:0229.2 MB/s
20-Feb-2026 06:45:53 WARNING Error during upload. Retry with the --verbose option for more details.
20-Feb-2026 06:45:53 ERROR    HTTPError: 400 Bad Request from                                       
20-Feb-2026 06:45:53          https://casa-pip.nrao.edu:443/repository/casa-dev-wheel/               
20-Feb-2026 06:45:53          Repository does not allow updating assets: casa-dev-wheel             
20-Feb-2026 06:45:53 Uploading distributions to
20-Feb-2026 06:45:53 https://casa-pip.nrao.edu:443/repository/casa-dev-wheel/
20-Feb-2026 06:45:53 Uploading casatestutils-6.7.5.4a14726.dev1-py3-none-any.whl
20-Feb-2026 06:45:53
20-Feb-2026 06:45:53   0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/151.6 kB--:--?
20-Feb-2026 06:45:53 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.6/151.6 kB00:00297.1 MB/s
20-Feb-2026 06:45:53 WARNING Error during upload. Retry with the --verbose option for more details.
20-Feb-2026 06:45:53 ERROR    HTTPError: 400 Bad Request from                                       
20-Feb-2026 06:45:53          https://casa-pip.nrao.edu:443/repository/casa-dev-wheel/               
20-Feb-2026 06:45:53          Repository does not allow updating assets: casa-dev-wheel             
20-Feb-2026 06:45:53 Finished task 'Upload wheel' with result: Success
20-Feb-2026 06:45:53
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:53
Substituting variable: ${bamboo.agentId} with 159678465
20-Feb-2026 06:45:53 Starting task 'Cleanup' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
20-Feb-2026 06:45:53
Beginning to execute external process for build 'CASASPECS - Dev Test 3.12 - CAS-14726 - Test Tools Many Linux 2.28 Py3.12 #2 (CASASPECS-DEVTESTPY31275-TTOMLPY312-2)'
... running command line:
/opt/ci_workspace/casa/bamboo/agent8/temp/CASASPECS-DEVTESTPY31275-TTOMLPY312-2-ScriptBuildTask-13002256148365749476.sh
... in: /opt/ci_workspace/casa/bamboo/agent8/xml-data/build-dir/CASASPECS-DEVTESTPY31275-TTOMLPY312
20-Feb-2026 06:45:53 Starting cleanup
20-Feb-2026 06:46:03 wheel-container-test_159678465
20-Feb-2026 06:46:05 wheel-container-test_159678465
20-Feb-2026 06:46:05 Cleanup complete
20-Feb-2026 06:46:05 Finished task 'Cleanup' with result: Success
20-Feb-2026 06:46:05 Running post build plugin 'Docker Container Cleanup'
20-Feb-2026 06:46:05
Beginning to execute external process for build 'CASASPECS - Dev Test 3.12 - CAS-14726 - Test Tools Many Linux 2.28 Py3.12 #2 (CASASPECS-DEVTESTPY31275-TTOMLPY312-2)'
... running command line:
/usr/bin/docker rm -f wheel-container-test_159678465
... in: /opt/ci_workspace/casa/bamboo/agent8/xml-data/build-dir/CASASPECS-DEVTESTPY31275-TTOMLPY312
20-Feb-2026 06:46:05 Error response from daemon: No such container: wheel-container-test_159678465
20-Feb-2026 06:46:05 Running post build plugin 'NCover Results Collector'
20-Feb-2026 06:46:05 Running post build plugin 'Build Results Label Collector'
20-Feb-2026 06:46:05 Running post build plugin 'Clover Results Collector'
20-Feb-2026 06:46:05 Running post build plugin 'npm Cache Cleanup'
20-Feb-2026 06:46:05 Running post build plugin 'Artifact Copier'
20-Feb-2026 06:46:05 Publishing an artifact: Workdir
20-Feb-2026 06:46:05 Finished publishing of artifact Non required job artifact Http Compression On : [Workdir], patterns: [work*.tar.gz] anchored at: [wheeldirectory/] in 40.02 ms
20-Feb-2026 06:46:05 Publishing an artifact: XML Directories
20-Feb-2026 06:46:05 Finished publishing of artifact Non required job artifact Http Compression On : [XML Directories], patterns: [**/*.xml] anchored at: [wheeldirectory/] in 105.6 ms
20-Feb-2026 06:46:05 Finalising the build...
20-Feb-2026 06:46:05 Stopping timer.
20-Feb-2026 06:46:05 Build CASASPECS-DEVTESTPY31275-TTOMLPY312-2 completed.
20-Feb-2026 06:46:05 Running on server: post build plugin 'Build Hanging Detection Configuration'
20-Feb-2026 06:46:05 Running on server: post build plugin 'NCover Results Collector'
20-Feb-2026 06:46:05 Running on server: post build plugin 'Build Labeller'
20-Feb-2026 06:46:05 Running on server: post build plugin 'Clover Delta Calculator'
20-Feb-2026 06:46:05 Running on server: post build plugin 'Maven Dependencies Postprocessor'
20-Feb-2026 06:46:05 All post build plugins have finished
20-Feb-2026 06:46:05 Generating build results summary...
20-Feb-2026 06:46:06 Saving build results to disk...
20-Feb-2026 06:46:06 Store variable context...
20-Feb-2026 06:46:06 Finished building CASASPECS-DEVTESTPY31275-TTOMLPY312-2.