Build: #1 was successful

Job: Test Tools macOS 15 Py3.12 was successful

Build log

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

09-Jun-2026 16:00:44 2026-06-09 20:00:44        INFO        msmetadata_cmpt.cc::open        Performing internal consistency checks on twhya.short.ms...
09-Jun-2026 16:00:44 test_tool_synthesisutils.py::advisechansel_test::test_advisechanelsel_datasel
09-Jun-2026 16:00:44 Test that data selection parameters or given frequency range, etc is returned correctly
09-Jun-2026 16:00:44 PASSED
09-Jun-2026 16:00:44
09-Jun-2026 16:00:45 test_tool_synthesisutils.py::advisechansel_test::test_advisechanelsel_datasel_ephem
09-Jun-2026 16:00:45 Test that data selection parameters for given frequency range,etc for ephemeris object is returned correctly
09-Jun-2026 16:00:45 PASSED
09-Jun-2026 16:00:45
09-Jun-2026 16:00:45 2026-06-09 20:00:46        SEVERE                No MeasurementSet has been assigned, please give a valid ms in msname
09-Jun-2026 16:00:46 test_tool_synthesisutils.py::advisechansel_test::test_su_adivsechanel_defaults
09-Jun-2026 16:00:46 Test non specified parameter case for proper error/warning message 
09-Jun-2026 16:00:46 PASSED
09-Jun-2026 16:00:46
09-Jun-2026 16:00:46 test_tool_synthesisutils.py::advisechansel_test::test_su_adivsechansel_getfreqrange
09-Jun-2026 16:00:46 Test that frequency range for given data selections is returned correctly
09-Jun-2026 16:00:46 PASSED
09-Jun-2026 16:00:46
09-Jun-2026 16:00:47 test_tool_synthesisutils.py::advisechansel_test::test_su_advisechansel_getfreqrange_ephem
09-Jun-2026 16:00:47 Test that frequency range for given data selections for an ephemeris object is returned correctly
09-Jun-2026 16:00:47 2026-06-09 20:00:48        INFO        name::        No table opened.
09-Jun-2026 16:00:47 2026-06-09 20:00:48        INFO        name::        No table opened.
09-Jun-2026 16:00:47 PASSED
09-Jun-2026 16:00:47
09-Jun-2026 16:00:47 - generated xml file: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_synthesisutils/nose.xml -
09-Jun-2026 16:00:47 ======================== 13 passed, 1 warning in 6.74s =========================
09-Jun-2026 16:00:47 ============================= test session starts ==============================
09-Jun-2026 16:00:47 platform darwin -- Python 3.12.8, pytest-9.0.3, pluggy-1.6.0 -- /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6testenv/bin/python
09-Jun-2026 16:00:47 cachedir: .pytest_cache
09-Jun-2026 16:00:47 rootdir: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_logsink
09-Jun-2026 16:00:47 configfile: pytest.ini
09-Jun-2026 16:00:50 collecting ... collected 4 items
09-Jun-2026 16:00:50
09-Jun-2026 16:00:50
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_initial_origin
09-Jun-2026 16:00:50 Check the initial value of logsink.origin by getorigin.
09-Jun-2026 16:00:50 PASSED
09-Jun-2026 16:00:50
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_nullvalues
09-Jun-2026 16:00:50 Check that the null values set logsink.origin can get correctly by getorigin.
09-Jun-2026 16:00:50 SUBPASSED(origin='\x00')
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_nullvalues SUBPASSED(origin='')
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_nullvalues SUBPASSED(origin=None)
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_nullvalues PASSED
09-Jun-2026 16:00:50
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_num
09-Jun-2026 16:00:50 Check that the numeric values set logsink.origin can get correctly by getorigin.
09-Jun-2026 16:00:50 SUBPASSED(origin=1)
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_num SUBPASSED(origin=3.141592653589793)
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_num SUBPASSED(origin=(1+1j))
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_num PASSED
09-Jun-2026 16:00:50
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_strings
09-Jun-2026 16:00:50 Check that the string values set logsink.origin can get correctly by getorigin.
09-Jun-2026 16:00:50 SUBPASSED(origin='test')
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_strings SUBPASSED(origin='test\n')
09-Jun-2026 16:00:50 test_tool_logsink.py::LogsinkTest::test_getorigin_set_strings PASSED
09-Jun-2026 16:00:50
09-Jun-2026 16:00:50 - generated xml file: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_logsink/nose.xml -
09-Jun-2026 16:00:50 =============== 4 passed, 1 warning, 8 subtests passed in 2.44s ================
09-Jun-2026 16:00:50 ============================= test session starts ==============================
09-Jun-2026 16:00:50 platform darwin -- Python 3.12.8, pytest-9.0.3, pluggy-1.6.0 -- /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6testenv/bin/python
09-Jun-2026 16:00:50 cachedir: .pytest_cache
09-Jun-2026 16:00:50 rootdir: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_regionmanager
09-Jun-2026 16:00:50 configfile: pytest.ini
09-Jun-2026 16:00:52 collecting ... collected 34 items
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        ImageFactory::createImage        Created Temp image  of shape [500, 500] with float valued pixels.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        AsciiRegionFileParser::_parse         line# 2: difference found
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:52 2026-06-09 20:00:53        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).
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Region read from text string ellipse [[0:0:0, 0.0.0], [10arcmin, 5arcmin], 45deg]
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS+        - ellipse [[0:0:0, 0.0.0], [7arcmin, 2arcmin], 45deg]
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        AsciiRegionFileParser::_parse         line# 2: difference found
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:52 2026-06-09 20:00:53        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).
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Region read from text string ellipse [[0:0:0, 0.0.0], [10arcmin, 5arcmin], 45deg]
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS+        -ellipse [[0:0:0, 0.0.0], [7arcmin, 2arcmin], 45deg]
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_complement_is_last_line
09-Jun-2026 16:00:52 Test CAS-12978 fix, difference line is last in file works
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using channel range(s)
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations ALL
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_contiguous_channels
09-Jun-2026 16:00:52 Test setting multiple continuous channels
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using all spectral channels.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations QU
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_continguous_stokes
09-Jun-2026 16:00:52 Test setting a contiguous stokes
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 2.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 2.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using all spectral channels.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations I
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_first_stokes
09-Jun-2026 16:00:52 Test setting first stokes
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using all spectral channels.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations ALL
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_full_image
09-Jun-2026 16:00:52 Test default gives region of entire image
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479133877693258, 0.7825776650571085, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24791339, 0.782577665, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using specified box(es) 1,2,3,4,5,6,7,8,9,10,11,12
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_multiple_boxes
09-Jun-2026 16:00:52 Test setting multiple boxes
09-Jun-2026 16:00:52 got [1.2479338718038553, 0.7825645538110931, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24793387, 0.782564554, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479297756405987, 0.7825674669653366, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24792978, 0.782567467, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using specified box(es) 1,2,3,4,5,6,7,8
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_multiple_boxes_channel_ranges_stokes_ranges
09-Jun-2026 16:00:52 Test multiple channel ranges, multiple stokes ranges, and multiple boxes
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647, 10735100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727, 10735100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647, 4735100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727, 4735100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436, 6335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641, 6335100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647, 10735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727, 10735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436, 12335100000.0, 2.0]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641, 12335100000.0, 2.0]
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436, 6335100000.0, 2.0]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641, 6335100000.0, 2.0]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 10735100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 10735100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 4735100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 4735100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793, 6335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 6335100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 10735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 10735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793, 12335100000.0, 2.0]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 12335100000.0, 2.0]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793, 6335100000.0, 2.0]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 6335100000.0, 2.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        passing empty or nonexistant spectral Coordinate axis
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using specified box(es) 1,2,3,4,5,6,7,8
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_multiple_boxes_image_with_direction_coordinate_only
09-Jun-2026 16:00:52 Test multiple boxes on image with direction coordinate only
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        passing empty or nonexistant spectral Coordinate axis
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using specified box(es) 1,2,3,4,5,6,7,8
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_multiple_boxes_multiple_stokes_no_spectral_axis
09-Jun-2026 16:00:52 Test multiple stokes ranges, and multiple boxes on image with no spectral axis
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647, 4.0]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727, 4.0]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436, 4.0]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641, 4.0]
09-Jun-2026 16:00:52 got [1.2479420640592822, 0.7825587274773647, 1.0]
09-Jun-2026 16:00:52 exp [1.24794206, 0.782558727, 1.0]
09-Jun-2026 16:00:52 got [1.2479379679434162, 0.782561640648436, 2.0]
09-Jun-2026 16:00:52 exp [1.24793797, 0.782561641, 2.0]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 4.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 4.0]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793, 4.0]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 4.0]
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 1.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 1.0]
09-Jun-2026 16:00:52 got [1.2479461601514532, 0.7825558142978793, 2.0]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 2.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using channel range(s)
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations ALL
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_multiple_channel_ranges
09-Jun-2026 16:00:52 Test multiple channel ranges
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479133877693258, 0.7825776650571085, 6335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24791339, 0.782577665, 6335100000.0, 4.0]
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 10735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 10735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479133877693258, 0.7825776650571085, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24791339, 0.782577665, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_region_record
09-Jun-2026 16:00:52 Test setting region record
09-Jun-2026 16:00:52 got [1.24795026e+00 7.82552901e-01 4.73510000e+09 1.00000000e+00]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.24794616e+00 7.82555814e-01 1.23351000e+10 4.00000000e+00]
09-Jun-2026 16:00:52 exp [1.24794616, 0.782555814, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        AsciiRegionFileParser::_parse        Combined 3 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:52 2026-06-09 20:00:53        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).
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Region read from text string box[[1pix,2pix],[3pix,4pix]]
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS+        box[[5pix,6pix],[7pix,8pix]]
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS+        box[[9pix,10pix],[11pix,12pix]]
09-Jun-2026 16:00:52 2026-06-09 20:00:53        WARN        CasacRegionManager::fromBCS        Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        ImageRegion::fromRecord        Selected bounding box :
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        ImageRegion::fromRecord+            [1, 2, 0, 0] to [11, 12, 19, 3]  (04:46:00.548, +44.50.13.123, 4.7351e+09Hz, I to 04:46:00.266, +44.50.16.127, 1.23351e+10Hz, V)
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        ImageRegion::fromRecord        Creating image 'xxyy.im' of shape [11, 11, 20, 4]
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_region_text_string
09-Jun-2026 16:00:52 Test setting a region text string
09-Jun-2026 16:00:52 got [1.24795026 0.7825529 ]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901]
09-Jun-2026 16:00:52 got [1.24792978 0.78256747]
09-Jun-2026 16:00:52 exp [1.2479297756405987, 0.7825674669653366]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using all spectral channels.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations IUV
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_set_multiple_stokes_ranges
09-Jun-2026 16:00:52 Test setting multiple stokes ranges
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479133877693258, 0.7825776650571085, 12335100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24791339, 0.782577665, 12335100000.0, 1.0]
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 3.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 3.0]
09-Jun-2026 16:00:52 got [1.2479133877693258, 0.7825776650571085, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 exp [1.24791339, 0.782577665, 12335100000.0, 4.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using specified box(es) 1,2,3,4
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_single_box
09-Jun-2026 16:00:52 Test setting single box
09-Jun-2026 16:00:52 got [1.2479502562199296, 0.7825529011099799, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.24795026, 0.782552901, 4735100000.0, 1.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using channel range(s)
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations ALL
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_single_channel
09-Jun-2026 16:00:52 Test setting a single channel
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 6335100000.0, 1.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 6335100000.0, 1.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        No directional region specified. Using full positional plane.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using all spectral channels.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        CasacRegionManager::fromBCS        Using polarizations Q
09-Jun-2026 16:00:52 test_tool_regionmanager.py::rg_frombcs_test::test_single_stokes
09-Jun-2026 16:00:52 Test setting a single stokes
09-Jun-2026 16:00:52 got [1.2479523012078841, 0.7825499900718148, 4735100000.0, 2.0]
09-Jun-2026 16:00:52 exp [1.2479523, 0.78254999, 4735100000.0, 2.0]
09-Jun-2026 16:00:52 PASSED
09-Jun-2026 16:00:52
09-Jun-2026 16:00:52 2026-06-09 20:00:53        SEVERE        MeasTable::dUTC(Double) (file ../../measures/Measures/MeasTable.cc, line 4290)        Leap second table TAI_UTC seems out-of-date.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        SEVERE        MeasTable::dUTC(Double) (file ../../measures/Measures/MeasTable.cc, line 4290)+        Until the table is updated (see the CASA documentation or your system admin),
09-Jun-2026 16:00:52 2026-06-09 20:00:53        SEVERE        MeasTable::dUTC(Double) (file ../../measures/Measures/MeasTable.cc, line 4290)+        times and coordinates derived from UTC could be wrong by 1s or more.
09-Jun-2026 16:00:52 2026-06-09 20:00:53        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
09-Jun-2026 16:00:54 2026-06-09 20:00:55        INFO        AsciiRegionFileParser::_parse        Combined 1089 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:54 2026-06-09 20:00:55        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).
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_1000
09-Jun-2026 16:00:57 Test a large number of regions, CAS-7405
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [250, 250] with float valued pixels.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_CAS_3258
09-Jun-2026 16:00:57 Verify fix to CAS-3258
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [250, 250] with float valued pixels.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_CAS_3259
09-Jun-2026 16:00:57 Verify fix to CAS-3259
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [250, 250] with float valued pixels.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 2 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_CAS_3260
09-Jun-2026 16:00:57 Verify fix to CAS-3260
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [50, 50, 10] with float valued pixels.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_CAS_4415
09-Jun-2026 16:00:57 Verify CAS-4415 (parser did not properly handle frquency decreasing with pixel number)
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [100, 100, 80] with float valued pixels.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        SEVERE        regionmanager::fromtext        Exception Reported:  line# 1: AnnotationBase: setFrequencyLimits: Neither frequency specified has units. Both must at File: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DBC222-BPO15AP312/casa6/casatools/src/code/imageanalysis/IO/RegionTextParser.cc, line: 969
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_CAS_4425
09-Jun-2026 16:00:57 Verify CAS-4425 (pixel units now accounted for in range and no units throws exception)
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [20, 20, 200] with float valued pixels.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse         line# 1: global found
09-Jun-2026 16:00:57 2026-06-09 20:00:58        SEVERE        regionmanager::fromtext        Exception Reported:  line# 2: Exception: Unknown direction reference frame 'B1950 frame=LSRK veltype=RADIO restfreq=1.42040575e+09Hz'.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        SEVERE        regionmanager::fromtext+        ... thrown by casa::AnnotationBase::AnnotationBase(const Type, const String &, const CoordinateSystem &, const Quantity &, const Quantity &, const String &, const String &, const Quantity &, const Vector<Stokes::StokesTypes> &) at File: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DBC222-BPO15AP312/casa6/casatools/src/code/imageanalysis/Annotations/AnnotationBase.cc, line: 115 at File: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DBC222-BPO15AP312/casa6/casatools/src/code/imageanalysis/IO/RegionTextParser.cc, line: 969
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse         line# 1: global found
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse         line# 1: global found
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_CAS_8072
09-Jun-2026 16:00:57 Verify rest frequency precision issue has been fixed
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Paged image 'icrs.im' of shape [100, 100] with float valued pixels.
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_ICRS
09-Jun-2026 16:00:57 CAS-13074, verify that coord=ICRS works correctly
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 1. Create a 100x100 image using the default coordinate system provided by ia.shape()
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2. Modify the coordinate system of the image from J2000 to GALACTIC ref frame,
09-Jun-2026 16:00:57    since the difference between J2000 and ICRS seems to be only about 10 marcsec,
09-Jun-2026 16:00:57    so we need to use a coordinate system where the values in the two systems differ
09-Jun-2026 16:00:57    more to get a convincing test.
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 3. Set all pixels to 0, except the reference pixel 50, 50 which is set to 1.
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 4. Create a CRTF region string using coords='ICRS' and a box that is centered at
09-Jun-2026 16:00:57    GALACTIC long=0, lat=0 (the ref direction in the image) but using ICRS coords
09-Jun-2026 16:00:57    of course. The hardcoded ICRS coords were determined using me.measure() to
09-Jun-2026 16:00:57    convert from GALACTIC to ICRS.
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 5. Run ia.statistics() using region=the CRTF text string previously created.
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 6. Test that the max pixel value found in the region is 1. This indicates that
09-Jun-2026 16:00:57    the region was applied correctly.
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        mynewregion.crtf line# 3: difference found
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        mynewregion.crtf line# 5: difference found
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        mynewregion.crtf line# 6: difference found
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 5 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageRegion::fromRecord        Selected bounding box :
09-Jun-2026 16:00:57 2026-06-09 20:00:58        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)
09-Jun-2026 16:00:57 2026-06-09 20:00:58        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
09-Jun-2026 16:00:57 test_tool_regionmanager.py::rg_fromtextfile_test::test_crtf_has_multiple_diff_and_ends_with_diff_bug_fix
09-Jun-2026 16:00:57 CAS-12980, verify fix that allows supplied CRTF file to work correctly
09-Jun-2026 16:00:57 1. copy necessary data
09-Jun-2026 16:00:57 2. run ia.subimage() on image using region file
09-Jun-2026 16:00:57 3. confirm that the correct number of pixels are not masked
09-Jun-2026 16:00:57 PASSED
09-Jun-2026 16:00:57
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        /opt/casa/data/casatestdata/unittest/rgtool/testEllipse90deg.crtf line# 2: global found
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageRegion::fromRecord        Selected bounding box :
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
09-Jun-2026 16:00:58 2026-06-09 20:00:58        WARN        image::open (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_fromtextfile_test::test_ellipse
09-Jun-2026 16:00:58 Test ellipse for image in GALACTIC and file in J2000
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_fromtextfile_test::test_exceptions
09-Jun-2026 16:00:58 test exception cases
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [500, 500] with float valued pixels.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_fromtextfile_test::test_poly_2000
09-Jun-2026 16:00:58 Test polygon with 2000 points specified in pixels (CAS-13727)
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        FITSCoordinateUtil::fromFITSHeader        Neither SPECSYS nor VELREF keyword given, spectral reference frame not defined ...
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        RegionTextParser::_determineVersion        RegionTextParser::_determineVersion: Found spec version 0
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_fromtextfile_test::test_read
09-Jun-2026 16:00:58 Read test
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [200, 200] with float valued pixels.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageRegion::fromRecord        Selected bounding box :
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
09-Jun-2026 16:00:58 2026-06-09 20:00:58        WARN        image::open (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [200, 200] with float valued pixels.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageRegion::fromRecord        Selected bounding box :
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageMaskAttacher::makeMask        Created mask `mask0'
09-Jun-2026 16:00:58 2026-06-09 20:00:58        WARN        image::open (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_fromtextfile_test::test_rectangle_rotation
09-Jun-2026 16:00:58 Test rectangle region is preserved under coordinate frame switch
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [200, 200] with float valued pixels.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_fromtextfile_test::test_rotbox
09-Jun-2026 16:00:58 Test rotbox when specified in pixels (CAS-5723)
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [4, 4, 20] with float valued pixels.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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]
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 0 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        SEVERE        regionmanager::selectedchannels        Exception Reported: Exception: The specified spectral range range=[1315MHz, 1315.1MHz] does not intersect the image spectral range..
09-Jun-2026 16:00:58 2026-06-09 20:00:58        SEVERE        regionmanager::selectedchannels+        ... thrown by vector<uInt> casa::CasacRegionManager::_spectralRangeFromRangeFormat(uInt &, const String &, const IPosition &) const at File: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DBC222-BPO15AP312/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 1017
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        name::        No table opened.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        name::        No table opened.
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_selectedchannels_test::test_no_overlap
09-Jun-2026 16:00:58 Test selection outside of image
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [4, 4, 4] with float valued pixels.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        SEVERE        regionmanager::selectedchannels        Exception Reported: Exception: Associated coordinate system has no spectral axis.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        SEVERE        regionmanager::selectedchannels+        ... thrown by vector<long> casac::regionmanager::selectedchannels(const string &, const vector<long> &) at File: /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/regionmanager/regionmanager_cmpt.cc, line: 688
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        name::        No table opened.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        name::        No table opened.
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_selectedchannels_test::test_no_spectral_axis
09-Jun-2026 16:00:58 Test no spectral axis throws exception
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        ImageFactory::createImage        Created Temp image  of shape [4, 4, 20] with float valued pixels.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        AsciiRegionFileParser::_parse        Combined 1 image regions (which excludes any annotation regions)
09-Jun-2026 16:00:58 2026-06-09 20:00:58        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).
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        name::        No table opened.
09-Jun-2026 16:00:58 2026-06-09 20:00:58        INFO        name::        No table opened.
09-Jun-2026 16:00:58 test_tool_regionmanager.py::rg_selectedchannels_test::test_range
09-Jun-2026 16:00:58 Test range
09-Jun-2026 16:00:58 PASSED
09-Jun-2026 16:00:58
09-Jun-2026 16:00:58 - generated xml file: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_regionmanager/nose.xml -
09-Jun-2026 16:00:58 ======================== 34 passed, 1 warning in 7.85s =========================
09-Jun-2026 16:00:58 ============================= test session starts ==============================
09-Jun-2026 16:00:58 platform darwin -- Python 3.12.8, pytest-9.0.3, pluggy-1.6.0 -- /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6testenv/bin/python
09-Jun-2026 16:00:58 cachedir: .pytest_cache
09-Jun-2026 16:00:58 rootdir: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_transpose
09-Jun-2026 16:00:58 configfile: pytest.ini
09-Jun-2026 16:01:00 collecting ... collected 6 items
09-Jun-2026 16:01:00
09-Jun-2026 16:01:00
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'blahxx.im' of shape [1536, 1536, 1, 2]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        name::        No table opened.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        showcache::        The Table Cache is empty.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        name::        No table opened.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        showcache::        The Table Cache is empty.
09-Jun-2026 16:01:00 test_tool_image_transpose.py::ia_transpose_test::test_cas_2364
09-Jun-2026 16:01:00 test CAS-2364 fix
09-Jun-2026 16:01:00 PASSED
09-Jun-2026 16:01:00
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::open (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 4208)        Exception Reported: Exception: File name is empty.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::open (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 4208)+        ... thrown by static void casa::ImageFactory::_checkInfile(const String &) at File: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DBC222-BPO15AP312/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 373
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image has 3 axes but 2 were given for reordering. Number of axes to reorder must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image has 3 axes but 2 were given for reordering. Number of axes to reorder must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Axis number 0 specified multiple times in order parameter 10 . It can only be specified once.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Axis number 0 specified multiple times in order parameter 10 . It can only be specified once.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        Image has 3 axes but 2 were given. Number of given axes must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        Image has 3 axes but 2 were given. Number of given axes must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image has 3 axes but 5 were given for reordering. Number of axes to reorder must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image has 3 axes but 5 were given for reordering. Number of axes to reorder must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        Image has 3 axes but 4 were given. Number of given axes must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        Image has 3 axes but 4 were given. Number of given axes must match the number of image axes
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        No axis matches requested axis s. Image axis names are [right ascension, declination, frequency]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        No axis matches requested axis s. Image axis names are [right ascension, declination, frequency]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        Ambiguous axis specification. Both r and r match image axis name right ascension
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        CoordinateSystem::getWorldAxesOrder (file ../../coordinates/Coordinates/CoordinateSystem.cc, line 4663)        Ambiguous axis specification. Both r and r match image axis name right ascension
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 103 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        SEVERE        image::transpose (file /private/var/folders/60/83wxljbx2vlfbx_hy0yfv8rc0000gn/T/build-via-sdist-22scsttg/casatools-6.7.4.5a14800.dev1/src/tools/image/image_cmpt.cc, line 6478)        Exception Reported: 2026-06-09 20:01:01        SEVERE        ImageTransposer::_getOrder        Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 103 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        name::        No table opened.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        showcache::        The Table Cache is empty.
09-Jun-2026 16:01:00 test_tool_image_transpose.py::ia_transpose_test::test_exceptions
09-Jun-2026 16:01:00 imtrans: Test various exception cases
09-Jun-2026 16:01:00 PASSED
09-Jun-2026 16:01:00
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ImageFactory::createImage        Created Temp image  of shape [10, 10, 4, 10] with float valued pixels.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ::::ImageFactory::createImage        Created Temp image  of shape [10, 10, 4, 10] with float valued pixels.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ::::image::fromshape        Ran ia.fromshape
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ::::image::fromshape        ia.fromshape(outfile="", shape=[10,10,4,10], csys={...}, linear=false, overwrite=false, log=true, type="f")
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ::::image::transpose        Ran ia.transpose
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ::::image::transpose        ia.transpose(outfile="", order="3210")
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        name::        No table opened.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        showcache::        The Table Cache is empty.
09-Jun-2026 16:01:00 test_tool_image_transpose.py::ia_transpose_test::test_history
09-Jun-2026 16:01:00 Test history records are written
09-Jun-2026 16:01:00 PASSED
09-Jun-2026 16:01:00
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ImageFactory::createImage        Created Temp image  of shape [10, 20, 30] with float valued pixels.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        image::_casaQuantityFromVar         Will use values specified in major, minor, pa to set beam
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        BeamManipulator::set        Setting (global) restoring beam.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        BeamManipulator::set        Beam parameters:  Major          : 4 arcmin
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        BeamManipulator::set+          Minor          : 3 arcmin
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        BeamManipulator::set+          Position Angle : 0 deg
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        name::        No table opened.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        showcache::        The Table Cache is empty.
09-Jun-2026 16:01:00 test_tool_image_transpose.py::ia_transpose_test::test_imageinfo
09-Jun-2026 16:01:00 Verify image info is copied
09-Jun-2026 16:01:00 PASSED
09-Jun-2026 16:01:00
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'straight_copy_0' of shape [5, 6, 7]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'straight_copy_1' of shape [5, 6, 7]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'straight_copy_2' of shape [5, 6, 7]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ImageTransposer::transpose        Old to new axis mapping is [0, 1, 2]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'straight_copy_3' of shape [5, 6, 7]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        ImageTransposer::transpose        Old to new axis mapping is [0, 1, 2]
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        name::        No table opened.
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        showcache::        The Table Cache is empty.
09-Jun-2026 16:01:00 test_tool_image_transpose.py::ia_transpose_test::test_straight_copy
09-Jun-2026 16:01:00 No actual transposing
09-Jun-2026 16:01:00 PASSED
09-Jun-2026 16:01:00
09-Jun-2026 16:01:00 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'transpose_0' of shape [6, 7, 5]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'transpose_1' of shape [6, 7, 5]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'transpose_2' of shape [6, 7, 5]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        ImageTransposer::transpose        Old to new axis mapping is [1, 2, 0]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        ImageTransposer::transpose        Old to new axis mapping is [1, 2, 0]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        SubImageFactory::createImage        Creating image 'transpose_3' of shape [6, 7, 5]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        ImageTransposer::transpose        Old to new axis mapping is [1, 2, 0]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        ImageTransposer::transpose        Old to new axis mapping is [1, 2, 0]
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        name::        No table opened.
09-Jun-2026 16:01:01 2026-06-09 20:01:01        INFO        showcache::        The Table Cache is empty.
09-Jun-2026 16:01:01 test_tool_image_transpose.py::ia_transpose_test::test_transpose
09-Jun-2026 16:01:01 Test transposing
09-Jun-2026 16:01:01 PASSED
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 - generated xml file: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_transpose/nose.xml -
09-Jun-2026 16:01:01 ========================= 6 passed, 1 warning in 2.64s =========================
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_pv/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_pv
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_pv/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_pv/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_calanalysis/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_calanalysis
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_calanalysis/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_calanalysis/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_statistics/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_statistics
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_statistics/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_statistics/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_msuvbinner/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_msuvbinner
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_msuvbinner/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_msuvbinner/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_fitprofile/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_fitprofile
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_fitprofile/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_fitprofile/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_quanta/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_quanta
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_quanta/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_quanta/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms_createmultims/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms_createmultims
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_ms_createmultims/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms_createmultims/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms_statwt/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms_statwt
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_ms_statwt/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms_statwt/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_table/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_table
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_table/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_table/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_ms/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_ms/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_pbcor/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_pbcor
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_pbcor/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_pbcor/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_msmetadata/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_msmetadata
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_msmetadata/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_msmetadata/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_componentlist/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_componentlist
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_componentlist/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_componentlist/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_imagepol/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_imagepol
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_imagepol/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_imagepol/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_coordsys/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_coordsys
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_coordsys/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_coordsys/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_deviation/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_deviation
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_deviation/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_deviation/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_calibrater/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_calibrater
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_calibrater/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_calibrater/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_linearmosaic/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_linearmosaic
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_linearmosaic/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_linearmosaic/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_measures/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_measures
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_measures/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_measures/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_regrid/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_regrid
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_regrid/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_regrid/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_synthesisutils/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_synthesisutils
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_synthesisutils/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_synthesisutils/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_logsink/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_logsink
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_logsink/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_logsink/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_regionmanager/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_regionmanager
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_regionmanager/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_regionmanager/
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Setting Working Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_transpose/
09-Jun-2026 16:01:01 Test Directory: /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_transpose
09-Jun-2026 16:01:01
09-Jun-2026 16:01:01 Running Command: pytest --junitxml=/Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/xml/test_tool_image_transpose/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P/casa6/casatestutils/nosedir/test_tool_image_transpose/
09-Jun-2026 16:01:01 a nosedir
09-Jun-2026 16:01:01 a nosedir/test_tool_msuvbinner
09-Jun-2026 16:01:01 a nosedir/test_tool_image_deviation
09-Jun-2026 16:01:01 a nosedir/test_tool_image
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_statwt
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pbcor
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_createmultims
09-Jun-2026 16:01:01 a nosedir/test_tool_msmetadata
09-Jun-2026 16:01:01 a nosedir/test_tool_imagepol
09-Jun-2026 16:01:01 a nosedir/test_tool_componentlist
09-Jun-2026 16:01:01 a nosedir/test_tool_image_subimage
09-Jun-2026 16:01:01 a nosedir/test_tool_logsink
09-Jun-2026 16:01:01 a nosedir/test_tool_ms
09-Jun-2026 16:01:01 a nosedir/summary_of_failed.log
09-Jun-2026 16:01:01 a nosedir/test_tool_simulator
09-Jun-2026 16:01:01 a nosedir/test_tool_measures
09-Jun-2026 16:01:01 a nosedir/test_tool_coordsys
09-Jun-2026 16:01:01 a nosedir/test_tool_image_statistics
09-Jun-2026 16:01:01 a nosedir/xml
09-Jun-2026 16:01:01 a nosedir/test_tool_image_fitprofile
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pv
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm
09-Jun-2026 16:01:01 a nosedir/test_tool_agentflagger
09-Jun-2026 16:01:01 a nosedir/test_tool_image_transpose
09-Jun-2026 16:01:01 a nosedir/test_tool_image_collapse
09-Jun-2026 16:01:01 a nosedir/test_tool_synthesisutils
09-Jun-2026 16:01:01 a nosedir/test_tool_calanalysis
09-Jun-2026 16:01:01 a nosedir/test_tool_vpmanager
09-Jun-2026 16:01:01 a nosedir/test_tool_regionmanager
09-Jun-2026 16:01:01 a nosedir/test_tool_calibrater
09-Jun-2026 16:01:01 a nosedir/test_tool_quanta
09-Jun-2026 16:01:01 a nosedir/test_tool_linearmosaic
09-Jun-2026 16:01:01 a nosedir/test_tool_image_rebin
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm_toms
09-Jun-2026 16:01:01 a nosedir/test_tool_image_regrid
09-Jun-2026 16:01:01 a nosedir/test_tool_table
09-Jun-2026 16:01:01 a nosedir/test_tool_table/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_table/test_tool_table.py
09-Jun-2026 16:01:01 a nosedir/test_tool_table/casa-20260609-195917.log
09-Jun-2026 16:01:01 a nosedir/test_tool_table/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_regrid/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_regrid/test_tool_image_regrid.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_regrid/casa-20260609-200039.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_regrid/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm_toms/test_tool_sdm_toms.py
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm_toms/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm_toms/casa-20260609-195443.log
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm_toms/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_rebin/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_rebin/test_tool_image_rebin.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_rebin/casa-20260609-195823.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_rebin/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_linearmosaic/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_linearmosaic/casa-20260609-200030.log
09-Jun-2026 16:01:01 a nosedir/test_tool_linearmosaic/test_tool_linearmosaic.py
09-Jun-2026 16:01:01 a nosedir/test_tool_linearmosaic/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_quanta/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_quanta/test_tool_quanta.py
09-Jun-2026 16:01:01 a nosedir/test_tool_quanta/casa-20260609-195859.log
09-Jun-2026 16:01:01 a nosedir/test_tool_quanta/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_calibrater/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_calibrater/test_tool_calibrater.py
09-Jun-2026 16:01:01 a nosedir/test_tool_calibrater/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_calibrater/casa-20260609-195952.log
09-Jun-2026 16:01:01 a nosedir/test_tool_regionmanager/test_tool_regionmanager.py
09-Jun-2026 16:01:01 a nosedir/test_tool_regionmanager/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_regionmanager/casa-20260609-200052.log
09-Jun-2026 16:01:01 a nosedir/test_tool_regionmanager/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_vpmanager/test_tool_vpmanager.py
09-Jun-2026 16:01:01 a nosedir/test_tool_vpmanager/casa-20260609-195746.log
09-Jun-2026 16:01:01 a nosedir/test_tool_vpmanager/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_vpmanager/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_calanalysis/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_calanalysis/casa-20260609-195828.log
09-Jun-2026 16:01:01 a nosedir/test_tool_calanalysis/test_tool_calanalysis.py
09-Jun-2026 16:01:01 a nosedir/test_tool_calanalysis/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_synthesisutils/casa-20260609-200043.log
09-Jun-2026 16:01:01 a nosedir/test_tool_synthesisutils/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_synthesisutils/test_tool_synthesisutils.py
09-Jun-2026 16:01:01 a nosedir/test_tool_synthesisutils/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_collapse/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_collapse/casa-20260609-195440.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_collapse/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_collapse/test_tool_image_collapse.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_transpose/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_transpose/test_tool_image_transpose.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_transpose/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_transpose/casa-20260609-200100.log
09-Jun-2026 16:01:01 a nosedir/test_tool_agentflagger/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_agentflagger/casa-20260609-195757.log
09-Jun-2026 16:01:01 a nosedir/test_tool_agentflagger/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_agentflagger/test_tool_agentflagger.py
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm/test_tool_sdm.py
09-Jun-2026 16:01:01 a nosedir/test_tool_sdm/casa-20260609-195749.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pv/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pv/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pv/test_tool_image_pv.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pv/casa-20260609-195825.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_fitprofile/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_fitprofile/test_tool_image_fitprofile.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_fitprofile/casa-20260609-195852.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_fitprofile/short_summary.log
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_msuvbinner
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_deviation
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_ms_statwt
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_pbcor
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_ms_createmultims
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_msmetadata
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_imagepol
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_componentlist
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_subimage
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_logsink
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_ms
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_simulator
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_measures
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_coordsys
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_statistics
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_fitprofile
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_pv
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_sdm
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_agentflagger
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_transpose
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_collapse
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_synthesisutils
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_calanalysis
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_vpmanager
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_regionmanager
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_calibrater
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_quanta
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_linearmosaic
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_rebin
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_sdm_toms
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_regrid
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_table
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_table/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_regrid/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_sdm_toms/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_rebin/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_linearmosaic/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_quanta/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_calibrater/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_regionmanager/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_vpmanager/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_calanalysis/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_synthesisutils/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_collapse/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_transpose/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_agentflagger/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_sdm/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_pv/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_fitprofile/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_statistics/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_coordsys/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_measures/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_simulator/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_ms/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_logsink/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_subimage/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_componentlist/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_imagepol/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_msmetadata/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_ms_createmultims/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_pbcor/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_ms_statwt/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_image_deviation/nose.xml
09-Jun-2026 16:01:01 a nosedir/xml/test_tool_msuvbinner/nose.xml
09-Jun-2026 16:01:01 a nosedir/test_tool_image_statistics/test_tool_image_statistics.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_statistics/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_statistics/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_statistics/casa-20260609-195831.log
09-Jun-2026 16:01:01 a nosedir/test_tool_coordsys/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_coordsys/test_tool_coordsys.py
09-Jun-2026 16:01:01 a nosedir/test_tool_coordsys/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_coordsys/casa-20260609-195947.log
09-Jun-2026 16:01:01 a nosedir/test_tool_measures/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_measures/casa-20260609-200037.log
09-Jun-2026 16:01:01 a nosedir/test_tool_measures/test_tool_measures.py
09-Jun-2026 16:01:01 a nosedir/test_tool_measures/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_simulator/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_simulator/casa-20260609-195437.log
09-Jun-2026 16:01:01 a nosedir/test_tool_simulator/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_simulator/test_tool_simulator.py
09-Jun-2026 16:01:01 a nosedir/test_tool_ms/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_ms/test_tool_ms.py
09-Jun-2026 16:01:01 a nosedir/test_tool_ms/casa-20260609-195920.log
09-Jun-2026 16:01:01 a nosedir/test_tool_ms/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_logsink/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_logsink/test_tool_logsink.py
09-Jun-2026 16:01:01 a nosedir/test_tool_logsink/casa-20260609-200050.log
09-Jun-2026 16:01:01 a nosedir/test_tool_logsink/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_subimage/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_subimage/casa-20260609-195434.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_subimage/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_subimage/test_tool_image_subimage.py
09-Jun-2026 16:01:01 a nosedir/test_tool_componentlist/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_componentlist/test_tool_componentlist.py
09-Jun-2026 16:01:01 a nosedir/test_tool_componentlist/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_componentlist/casa-20260609-195942.log
09-Jun-2026 16:01:01 a nosedir/test_tool_imagepol/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_imagepol/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_imagepol/test_tool_imagepol.py
09-Jun-2026 16:01:01 a nosedir/test_tool_imagepol/casa-20260609-195944.log
09-Jun-2026 16:01:01 a nosedir/test_tool_msmetadata/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_msmetadata/casa-20260609-195938.log
09-Jun-2026 16:01:01 a nosedir/test_tool_msmetadata/test_tool_msmetadata.py
09-Jun-2026 16:01:01 a nosedir/test_tool_msmetadata/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_createmultims/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_createmultims/test_tool_ms_createmultims.py
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_createmultims/casa-20260609-195903.log
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_createmultims/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pbcor/test_tool_image_pbcor.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pbcor/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pbcor/casa-20260609-195935.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_pbcor/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_statwt/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_statwt/casa-20260609-195908.log
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_statwt/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_ms_statwt/test_tool_ms_statwt.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image/test_tool_image.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image/casa-20260609-195806.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_deviation/casa-20260609-195949.log
09-Jun-2026 16:01:01 a nosedir/test_tool_image_deviation/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_deviation/test_tool_image_deviation.py
09-Jun-2026 16:01:01 a nosedir/test_tool_image_deviation/short_summary.log
09-Jun-2026 16:01:01 a nosedir/test_tool_msuvbinner/conftest.py
09-Jun-2026 16:01:01 a nosedir/test_tool_msuvbinner/casa-20260609-195849.log
09-Jun-2026 16:01:01 a nosedir/test_tool_msuvbinner/test_tool_msuvbinner.py
09-Jun-2026 16:01:01 a nosedir/test_tool_msuvbinner/short_summary.log
09-Jun-2026 16:01:01 Finished task 'Test wheel' with result: Success
09-Jun-2026 16:01:01 Starting task 'Parse tests' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
09-Jun-2026 16:01:01 Parsing test results under /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-DEVTESTFULLPY31287-TTAM14P...
09-Jun-2026 16:01:01 Finished task 'Parse tests' with result: Success
09-Jun-2026 16:01:01 Running post build plugin 'Docker Container Cleanup'
09-Jun-2026 16:01:01 Running post build plugin 'NCover Results Collector'
09-Jun-2026 16:01:01 Running post build plugin 'Build Results Label Collector'
09-Jun-2026 16:01:01 Running post build plugin 'Clover Results Collector'
09-Jun-2026 16:01:01 Running post build plugin 'npm Cache Cleanup'
09-Jun-2026 16:01:01 Running post build plugin 'Artifact Copier'
09-Jun-2026 16:01:01 Publishing an artifact: requirements.txt
09-Jun-2026 16:01:01 Finished publishing of artifact Non required job artifact Http Compression On : [requirements.txt], patterns: [requirements.txt] anchored at: [wheeldirectory/] in 74.83 ms
09-Jun-2026 16:01:01 Publishing an artifact: Workdir
09-Jun-2026 16:01:01 Finished publishing of artifact Non required job artifact Http Compression On : [Workdir], patterns: [work*.tar.gz] anchored at: [wheeldirectory/] in 22.22 ms
09-Jun-2026 16:01:01 Finalising the build...
09-Jun-2026 16:01:01 Stopping timer.
09-Jun-2026 16:01:01 Build CASASPECS-DEVTESTFULLPY31287-TTAM14P-1 completed.
09-Jun-2026 16:01:03 Running on server: post build plugin 'Build Hanging Detection Configuration'
09-Jun-2026 16:01:03 Running on server: post build plugin 'NCover Results Collector'
09-Jun-2026 16:01:03 Running on server: post build plugin 'Build Labeller'
09-Jun-2026 16:01:03 Running on server: post build plugin 'Clover Delta Calculator'
09-Jun-2026 16:01:03 Running on server: post build plugin 'Maven Dependencies Postprocessor'
09-Jun-2026 16:01:03 All post build plugins have finished
09-Jun-2026 16:01:03 Generating build results summary...
09-Jun-2026 16:01:04 Saving build results to disk...
09-Jun-2026 16:01:04 Store variable context...
09-Jun-2026 16:01:04 Finished building CASASPECS-DEVTESTFULLPY31287-TTAM14P-1.