Build: #1 was successful

Job: Test Tasks Many Linux 2.28 was successful

Build log

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

07-Mar-2024 18:34:27 ================== 20 passed, 1 warning in 145.05s (0:02:25) ===================
07-Mar-2024 18:34:27 ============================= test session starts ==============================
07-Mar-2024 18:34:27 platform linux -- Python 3.8.7, pytest-8.0.2, pluggy-1.4.0 -- /home/casatest/venv/bin/python3.8
07-Mar-2024 18:34:27 cachedir: .pytest_cache
07-Mar-2024 18:34:27 rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal
07-Mar-2024 18:34:27 configfile: pytest.ini
07-Mar-2024 18:34:29 collecting ... collected 13 items
07-Mar-2024 18:34:29
07-Mar-2024 18:34:29
07-Mar-2024 18:34:29 test_task_sdgaincal.py::sdgaincal_fail_test::test_fail01
07-Mar-2024 18:34:29 test_fail01: infile not exist.
07-Mar-2024 18:34:29 PASSED
07-Mar-2024 18:34:29
07-Mar-2024 18:34:29 test_task_sdgaincal.py::sdgaincal_fail_test::test_fail02 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa        Traceback (most recent call last):
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+          File "/home/casatest/venv/lib/python3.8/site-packages/casatasks/private/task_sdgaincal.py", line 74, in sdgaincal
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+            raise RuntimeError(outfile + ' exists.')
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+        RuntimeError: sdgaincal_fail_test.sdgain.caltable exists.
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa        sdgaincal_fail_test.sdgain.caltable exists.
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa        Task sdgaincal raised an exception of class RuntimeError with the following message: sdgaincal_fail_test.sdgain.caltable exists.
07-Mar-2024 18:34:29
07-Mar-2024 18:34:29 test_fail02: not overwrite existing outfile.
07-Mar-2024 18:34:29 PASSED
07-Mar-2024 18:34:29
07-Mar-2024 18:34:29 test_task_sdgaincal.py::sdgaincal_fail_test::test_fail03
07-Mar-2024 18:34:29 test_fail03: wrong calibration mode.
07-Mar-2024 18:34:29 PASSED
07-Mar-2024 18:34:29
07-Mar-2024 18:34:29 test_task_sdgaincal.py::sdgaincal_fail_test::test_fail04 2024-03-07 23:34:30        SEVERE                Negative central disk size is given
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        Calibrater::setsolve        Caught exception: 2024-03-07 23:34:30        SEVERE                Negative central disk size is given
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE                Exception Reported: Error in Calibrater::setsolve.
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa        Traceback (most recent call last):
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+          File "/home/casatest/venv/lib/python3.8/site-packages/casatasks/private/task_sdgaincal.py", line 127, in sdgaincal
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+            mycb.setsolve(type='SDGAIN_OTFD', table=outfile, radius=rcenter, smooth=smooth)
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+          File "/home/casatest/venv/lib/python3.8/site-packages/casatools/calibrater.py", line 300, in setsolve
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+            return self._swigobj.setsolve(type, t, table, append, preavg, phaseonly, apmode, refant, refantmode, minblperant, solnorm, normtype, minsnr, combine, fillgaps, cfcache, painc, fitorder, fraction, numedge, radius, smooth, zerorates, globalsolve, niter, corrcomb, delaywindow, ratewindow, paramactive, concatspws, solmode, rmsthresh)
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+          File "/home/casatest/venv/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 691, in setsolve
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+            return _calibrater.calibrater_setsolve(self, *args, **kwargs)
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa+        RuntimeError: Error in Calibrater::setsolve.
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa        Error in Calibrater::setsolve.
07-Mar-2024 18:34:29 2024-03-07 23:34:30        SEVERE        sdgaincal::::casa        Task sdgaincal raised an exception of class RuntimeError with the following message: Error in Calibrater::setsolve.
07-Mar-2024 18:34:29
07-Mar-2024 18:34:29 test_fail04: negative radius.
07-Mar-2024 18:34:29 PASSED
07-Mar-2024 18:34:29
07-Mar-2024 18:34:54 test_task_sdgaincal.py::sdgaincal_const_test::test_const01 2024-03-07 23:34:55        WARN        SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328)        Probably not enough points for gain calibration: 13
07-Mar-2024 18:34:54 2024-03-07 23:34:55        WARN        SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328)+        Skipping...
07-Mar-2024 18:34:54 2024-03-07 23:34:55        WARN        SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328)        Probably not enough points for gain calibration: 13
07-Mar-2024 18:34:54 2024-03-07 23:34:55        WARN        SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328)+        Skipping...
07-Mar-2024 18:34:54
07-Mar-2024 18:34:54 test_const01: too narrow central region, empty caltable is created.
07-Mar-2024 18:34:54 PASSED
07-Mar-2024 18:34:54
07-Mar-2024 18:35:19 test_task_sdgaincal.py::sdgaincal_const_test::test_const02
07-Mar-2024 18:35:19 test_const02: valid caltable is created. gain factor is all 1.0.
07-Mar-2024 18:35:19 [[1.0]
07-Mar-2024 18:35:19 [1.0]]
07-Mar-2024 18:35:19 [[1.0]
07-Mar-2024 18:35:19 [1.0]]
07-Mar-2024 18:35:19 PASSED
07-Mar-2024 18:35:19
07-Mar-2024 18:35:44 test_task_sdgaincal.py::sdgaincal_const_test::test_const03
07-Mar-2024 18:35:44 test_const03: overwrite existing file.
07-Mar-2024 18:35:44 [[1.0]
07-Mar-2024 18:35:44 [1.0]]
07-Mar-2024 18:35:44 [[1.0]
07-Mar-2024 18:35:44 [1.0]]
07-Mar-2024 18:35:44 PASSED
07-Mar-2024 18:35:44
07-Mar-2024 18:36:10 test_task_sdgaincal.py::sdgaincal_variable_test::test_variable01
07-Mar-2024 18:36:10 test_variable01: valid caltable is created.
07-Mar-2024 18:36:10 [[0.9983742745483623]
07-Mar-2024 18:36:10 [0.9983742745483623]]
07-Mar-2024 18:36:10 [[0.9983742745483623]
07-Mar-2024 18:36:10 [0.9983742745483623]]
07-Mar-2024 18:36:10 PASSED
07-Mar-2024 18:36:10
07-Mar-2024 18:36:10 test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply01 2024-03-07 23:36:11        WARN        sdcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:36:11 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.sky: 4 5 6 7
07-Mar-2024 18:36:23 2024-03-07 23:36:24        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.sky (SDSKY_PS):
07-Mar-2024 18:36:23 2024-03-07 23:36:24        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:36:23 2024-03-07 23:36:24        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=0; using NEAREST instead.
07-Mar-2024 18:36:30 2024-03-07 23:36:30        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.sky (SDSKY_PS):
07-Mar-2024 18:36:30 2024-03-07 23:36:30        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:36:30 2024-03-07 23:36:30        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=1; using NEAREST instead.
07-Mar-2024 18:36:37
07-Mar-2024 18:36:37 test_preapply01: only sky caltable is applied (resulting const factor).
07-Mar-2024 18:36:37 [[1.0]
07-Mar-2024 18:36:37 [1.0]]
07-Mar-2024 18:36:37 [[1.0]
07-Mar-2024 18:36:37 [1.0]]
07-Mar-2024 18:36:37 PASSED
07-Mar-2024 18:36:37
07-Mar-2024 18:36:37 test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply02 2024-03-07 23:36:37        WARN        sdcal::calibrater::setvi(bool,bool)        Already using OLD VisibilityIterator.
07-Mar-2024 18:36:37 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.tsys: 2 3 4 5 6 7
07-Mar-2024 18:36:51 2024-03-07 23:36:51        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.tsys (B TSYS):
07-Mar-2024 18:36:51 2024-03-07 23:36:51        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:36:51 2024-03-07 23:36:51        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=0; using NEAREST instead.
07-Mar-2024 18:36:58 2024-03-07 23:36:58        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.tsys (B TSYS):
07-Mar-2024 18:36:58 2024-03-07 23:36:58        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:36:58 2024-03-07 23:36:58        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=1; using NEAREST instead.
07-Mar-2024 18:37:05
07-Mar-2024 18:37:05 test_preapply02: only tsys caltable is applied (resulting variable factor).
07-Mar-2024 18:37:05 [[0.9983687687153909]
07-Mar-2024 18:37:05 [0.9983687687153909]]
07-Mar-2024 18:37:05 [[0.9983687687153909]
07-Mar-2024 18:37:05 [0.9983687687153909]]
07-Mar-2024 18:37:05 PASSED
07-Mar-2024 18:37:05
07-Mar-2024 18:37:05 test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply03 2024-03-07 23:37:05        WARN        sdcal::calibrater::setvi(bool,bool)        Already using OLD VisibilityIterator.
07-Mar-2024 18:37:05 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.tsys: 2 3 4 5 6 7
07-Mar-2024 18:37:05 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.sky: 4 5 6 7
07-Mar-2024 18:37:17 2024-03-07 23:37:18        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.sky (SDSKY_PS):
07-Mar-2024 18:37:17 2024-03-07 23:37:18        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:17 2024-03-07 23:37:18        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=0; using NEAREST instead.
07-Mar-2024 18:37:17 2024-03-07 23:37:18        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.tsys (B TSYS):
07-Mar-2024 18:37:17 2024-03-07 23:37:18        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:17 2024-03-07 23:37:18        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=0; using NEAREST instead.
07-Mar-2024 18:37:24 2024-03-07 23:37:24        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.sky (SDSKY_PS):
07-Mar-2024 18:37:24 2024-03-07 23:37:24        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:24 2024-03-07 23:37:24        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=1; using NEAREST instead.
07-Mar-2024 18:37:24 2024-03-07 23:37:24        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.tsys (B TSYS):
07-Mar-2024 18:37:24 2024-03-07 23:37:24        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:24 2024-03-07 23:37:24        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=1; using NEAREST instead.
07-Mar-2024 18:37:30
07-Mar-2024 18:37:30 test_preapply03: both tsys and sky caltables are applied (resulting variable factor).
07-Mar-2024 18:37:30 [[0.9983687687153909]
07-Mar-2024 18:37:30 [0.9983687687153909]]
07-Mar-2024 18:37:30 [[0.9983687687153909]
07-Mar-2024 18:37:30 [0.9983687687153909]]
07-Mar-2024 18:37:30 PASSED
07-Mar-2024 18:37:30
07-Mar-2024 18:37:30 test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply04 2024-03-07 23:37:31        WARN        sdcal::calibrater::setvi(bool,bool)        Already using OLD VisibilityIterator.
07-Mar-2024 18:37:31 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.tsys: 4 5 6 7
07-Mar-2024 18:37:31 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.sky: 4 5 6 7
07-Mar-2024 18:37:44 2024-03-07 23:37:45        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.sky (SDSKY_PS):
07-Mar-2024 18:37:44 2024-03-07 23:37:45        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:44 2024-03-07 23:37:45        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=0; using NEAREST instead.
07-Mar-2024 18:37:44 2024-03-07 23:37:45        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.tsys (B TSYS):
07-Mar-2024 18:37:44 2024-03-07 23:37:45        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:44 2024-03-07 23:37:45        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=0 (mapped to CT spw=2); using NEAREST instead.
07-Mar-2024 18:37:51 2024-03-07 23:37:51        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.sky (SDSKY_PS):
07-Mar-2024 18:37:51 2024-03-07 23:37:51        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:51 2024-03-07 23:37:51        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=1; using NEAREST instead.
07-Mar-2024 18:37:51 2024-03-07 23:37:51        WARN        CTPatchedInterp::interpolate        In caltable doublecircletest_const.ms.tsys (B TSYS):
07-Mar-2024 18:37:51 2024-03-07 23:37:51        WARN        CTPatchedInterp::interpolate+         Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation
07-Mar-2024 18:37:51 2024-03-07 23:37:51        WARN        CTPatchedInterp::interpolate+         of calibration for MS spw=1 (mapped to CT spw=3); using NEAREST instead.
07-Mar-2024 18:37:58
07-Mar-2024 18:37:58 test_preapply04: transfer Tsys from [2,3] to [0,1].
07-Mar-2024 18:37:58 before  [0 1 0 1]
07-Mar-2024 18:37:58 after [2 3 2 3]
07-Mar-2024 18:37:58 [[0.9983687687153909]
07-Mar-2024 18:37:58 [0.9983687687153909]]
07-Mar-2024 18:37:58 [[0.9983687687153909]
07-Mar-2024 18:37:58 [0.9983687687153909]]
07-Mar-2024 18:37:58 PASSED
07-Mar-2024 18:37:58
07-Mar-2024 18:38:25 test_task_sdgaincal.py::sdgaincal_single_polarization_test::test_single_pol
07-Mar-2024 18:38:25 test_single_pol: test single-polarization calibration (YY).
07-Mar-2024 18:38:25 [[1.0]
07-Mar-2024 18:38:25 [--]]
07-Mar-2024 18:38:25 [[1.0]
07-Mar-2024 18:38:25 [--]]
07-Mar-2024 18:38:25 sdgaincal_single_polarization_test._verify_param_and_flag
07-Mar-2024 18:38:25 PASSED
07-Mar-2024 18:38:25
07-Mar-2024 18:38:25 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdgaincal/nose.xml -
07-Mar-2024 18:38:25 ================== 13 passed, 1 warning in 238.14s (0:03:58) ===================
07-Mar-2024 18:38:26 ============================= test session starts ==============================
07-Mar-2024 18:38:26 platform linux -- Python 3.8.7, pytest-8.0.2, pluggy-1.4.0 -- /home/casatest/venv/bin/python3.8
07-Mar-2024 18:38:26 cachedir: .pytest_cache
07-Mar-2024 18:38:26 rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imstat
07-Mar-2024 18:38:26 configfile: pytest.ini
07-Mar-2024 18:38:27 collecting ... collected 12 items
07-Mar-2024 18:38:27
07-Mar-2024 18:38:27
07-Mar-2024 18:38:27 test_task_imstat.py::imstat_test::test_CAS_2195_image_can_have_linear_rather_than_direction_coordinate
07-Mar-2024 18:38:27 verify fix for CAS-2195, image has linear, not direction, coordinate
07-Mar-2024 18:38:27 PASSED
07-Mar-2024 18:38:27
07-Mar-2024 18:38:27 test_task_imstat.py::imstat_test::test_biweight 2024-03-07 23:38:28        WARN        imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995)        The biweight algorithm does not support computation of quantile-related (median, MADM, first/third quartile, IQR) statistics (robust=True). Proceeding without calculating those stats.
07-Mar-2024 18:38:38 ....10....20....30....40....50....60....70....80....90....100%
07-Mar-2024 18:38:38 2024-03-07 23:38:39        WARN        imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995)        The biweight algorithm does not support computation of quantile-related (median, MADM, first/third quartile, IQR) statistics (robust=True). Proceeding without calculating those stats.
07-Mar-2024 18:38:47 ....10....20....30....40....50....60....70....80....90....100%
07-Mar-2024 18:38:47 2024-03-07 23:38:48        WARN        imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995)        The biweight algorithm does not support computation of quantile-related (median, MADM, first/third quartile, IQR) statistics (robust=True). Proceeding without calculating those stats.
07-Mar-2024 18:38:54 ....10....20....30....40....50....60....70....80....90....100%
07-Mar-2024 18:38:54
07-Mar-2024 18:38:54 Test biweight algorithm CAS-11100
07-Mar-2024 18:38:54 PASSED
07-Mar-2024 18:38:54
07-Mar-2024 18:38:54 test_task_imstat.py::imstat_test::test_box_param_can_have_spaces
07-Mar-2024 18:38:54 test that box parameter can have spaces, CAS-2050 
07-Mar-2024 18:38:54 PASSED
07-Mar-2024 18:38:54
07-Mar-2024 18:38:54 test_task_imstat.py::imstat_test::test_chauvenet
07-Mar-2024 18:38:54 Test Chauvenet's criterion algorithm
07-Mar-2024 18:38:54 PASSED
07-Mar-2024 18:38:54
07-Mar-2024 18:38:54 test_task_imstat.py::imstat_test::test_fithalf
07-Mar-2024 18:38:54 Test fit to half algorithm
07-Mar-2024 18:38:54 PASSED
07-Mar-2024 18:38:54
07-Mar-2024 18:38:54 test_task_imstat.py::imstat_test::test_hingesfences
07-Mar-2024 18:38:54 Test hinges-fences algorithm
07-Mar-2024 18:38:54 PASSED
07-Mar-2024 18:38:54
07-Mar-2024 18:38:55 test_task_imstat.py::imstat_test::test_internal_region_exclusion 2024-03-07 23:38:55        WARN        imstat::::        Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed.
07-Mar-2024 18:38:55
07-Mar-2024 18:38:55 Verify data not returned for internally excluded regions
07-Mar-2024 18:38:55 PASSED
07-Mar-2024 18:38:55
07-Mar-2024 18:38:55 test_task_imstat.py::imstat_test::test_logfile_param
07-Mar-2024 18:38:55 test logfile 
07-Mar-2024 18:38:55 PASSED
07-Mar-2024 18:38:55
07-Mar-2024 18:38:55 test_task_imstat.py::imstat_test::test_moment_map_flux
07-Mar-2024 18:38:55 Test 1: verify moment maps can have flux densities computed in statistics
07-Mar-2024 18:38:55 PASSED
07-Mar-2024 18:38:55
07-Mar-2024 18:38:55 test_task_imstat.py::imstat_test::test_multiple_region_support
07-Mar-2024 18:38:55 test multiple region support
07-Mar-2024 18:38:55 PASSED
07-Mar-2024 18:38:55
07-Mar-2024 18:38:55 test_task_imstat.py::imstat_test::test_specifying_axes_param
07-Mar-2024 18:38:55 choose axes works
07-Mar-2024 18:38:55 PASSED
07-Mar-2024 18:38:55
07-Mar-2024 18:38:56 test_task_imstat.py::imstat_test::test_stretch 2024-03-07 23:38:56        SEVERE        imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995)        Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
07-Mar-2024 18:38:56 2024-03-07 23:38:56        SEVERE        imstat::::casa        Task imstat raised an exception of class RuntimeError with the following message: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
07-Mar-2024 18:38:56
07-Mar-2024 18:38:56 imstat: Test stretch parameter
07-Mar-2024 18:38:56 PASSED
07-Mar-2024 18:38:56
07-Mar-2024 18:38:56 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imstat/nose.xml -
07-Mar-2024 18:38:56 ======================== 12 passed, 1 warning in 29.65s ========================
07-Mar-2024 18:38:56 ============================= test session starts ==============================
07-Mar-2024 18:38:56 platform linux -- Python 3.8.7, pytest-8.0.2, pluggy-1.4.0 -- /home/casatest/venv/bin/python3.8
07-Mar-2024 18:38:56 cachedir: .pytest_cache
07-Mar-2024 18:38:56 rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_immoments
07-Mar-2024 18:38:56 configfile: pytest.ini
07-Mar-2024 18:38:57 collecting ... collected 15 items
07-Mar-2024 18:38:57
07-Mar-2024 18:38:57
07-Mar-2024 18:38:58 test_task_immoments.py::immoment_test1::test_input 2024-03-07 23:38:59        WARN        immoments::::casa        The moment parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)        Exception Reported: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)        Exception Reported: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)        Exception Reported: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)        Exception Reported: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested.
07-Mar-2024 18:38:58 2024-03-07 23:38:59        SEVERE        immoments::::casa+        ... thrown by std::shared_ptr<casacore::ImageInterface<T> > casa::ImageMomentsTask<T>::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63
07-Mar-2024 18:39:06 2024-03-07 23:39:06        WARN        immoments::::casa        The axis parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class ValueError with the following message: Output file, input_test_bad_axis exists. immoment can not proceed, please
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::::casa+        remove it or change the output file name.
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665)        No axis matches requested axis whatever. Image axis names are [right ascension, declination, stokes, frequency]
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::coordsys::findaxisbyname        Error: 2024-03-07 23:39:07        SEVERE        immoments::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665)        No axis matches requested axis whatever. Image axis names are [right ascension, declination, stokes, frequency]
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: 2024-03-07 23:39:07        SEVERE        immoments::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665)        No axis matches requested axis whatever. Image axis names are [right ascension, declination, stokes, frequency]
07-Mar-2024 18:39:06 2024-03-07 23:39:07        WARN        immoments::::casa        The axis parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: Unable to open region file or region table description garbage.rgn.
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs+        If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Unable to open region file or region table description garbage.rgn.
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::::casa+        If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428
07-Mar-2024 18:39:06 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428
07-Mar-2024 18:39:07 2024-03-07 23:39:07        WARN        immoments::::casa        The BOX parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        blc in box spec is less than 0
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        trc in box spec is greater than or equal to number of direction coordinate pixels in the image
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        trc in box spec is greater than or equal to number of direction coordinate pixels in the image
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: 2024-03-07 23:39:07        SEVERE        immoments::CasacRegionManager::_fromBCS        trc in box spec is greater than or equal to number of direction coordinate pixels in the image
07-Mar-2024 18:39:07 2024-03-07 23:39:07        WARN        immoments::::casa        The CHANS parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs        Exception Reported: Exception: Zero-based max channel 18 must be less than the total number of channels (18) in the channel specification 18.
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::regionmanager::frombcs+        ... thrown by static std::vector<unsigned int> casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Exception: Zero-based max channel 18 must be less than the total number of channels (18) in the channel specification 18.
07-Mar-2024 18:39:07 2024-03-07 23:39:07        SEVERE        immoments::::casa+        ... thrown by static std::vector<unsigned int> casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183
07-Mar-2024 18:39:08 2024-03-07 23:39:08        WARN        immoments::::casa        The STOKES parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:08 2024-03-07 23:39:08        SEVERE        immoments::regionmanager::frombcs        Exception Reported: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [799, 799, -2147483648, 17]
07-Mar-2024 18:39:08 2024-03-07 23:39:08        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [799, 799, -2147483648, 17]
07-Mar-2024 18:39:08 2024-03-07 23:39:09        WARN        immoments::::casa        The MASK parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:08 2024-03-07 23:39:09        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)        Exception Reported: Input mask specification is incorrect: ImageExprParse: 'blarg' is an unknown lattice or image or it is an unqualified region
07-Mar-2024 18:39:08 2024-03-07 23:39:09        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+        Scanned so far: blarg>= at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 289
07-Mar-2024 18:39:08 2024-03-07 23:39:09        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: Input mask specification is incorrect: ImageExprParse: 'blarg' is an unknown lattice or image or it is an unqualified region
07-Mar-2024 18:39:08 2024-03-07 23:39:09        SEVERE        immoments::::casa+        Scanned so far: blarg>= at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 289
07-Mar-2024 18:39:09 2024-03-07 23:39:09        WARN        immoments::::casa        The INCLUDEPIX parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:09 2024-03-07 23:39:10        WARN        immoments::::casa        The EXCLUDEPIX parameter tests will cause errors to occur, do not be alarmed
07-Mar-2024 18:39:10 2024-03-07 23:39:11        SEVERE        immoments::::casa        Task immoments raised an exception of class ValueError with the following message: Output file, input_test_outfile_1 exists. immoment can not proceed, please
07-Mar-2024 18:39:10 2024-03-07 23:39:11        SEVERE        immoments::::casa+        remove it or change the output file name.
07-Mar-2024 18:39:10
07-Mar-2024 18:39:10 Immoment: Test input/output parameters
07-Mar-2024 18:39:10 PASSED
07-Mar-2024 18:39:10
07-Mar-2024 18:39:11 test_task_immoments.py::immoment_test2::test_CAS2943 2024-03-07 23:39:12        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)        Exception Reported: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
07-Mar-2024 18:39:11 2024-03-07 23:39:12        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
07-Mar-2024 18:39:11 2024-03-07 23:39:12        SEVERE        immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)        Exception Reported: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 4, 2]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
07-Mar-2024 18:39:11 2024-03-07 23:39:12        SEVERE        immoments::::casa        Task immoments raised an exception of class RuntimeError with the following message: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 4, 2]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
07-Mar-2024 18:39:12
07-Mar-2024 18:39:12 Test the stretch parameter
07-Mar-2024 18:39:12 PASSED
07-Mar-2024 18:39:12
07-Mar-2024 18:39:12 test_task_immoments.py::immoment_test2::test_CAS4526
07-Mar-2024 18:39:12 Verify CAS-4526 fix
07-Mar-2024 18:39:12 PASSED
07-Mar-2024 18:39:12
07-Mar-2024 18:39:13 test_task_immoments.py::immoment_test2::test_CAS5287 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.6421 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 0 and polarization plane 0 is major: 31.169 arcsec, minor: 22.5195 arcsec, pa: -0.0640029 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.63662 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 1 and polarization plane 0 is major: 31.1693 arcsec, minor: 22.5197 arcsec, pa: -0.0640334 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.6308 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 2 and polarization plane 0 is major: 31.1696 arcsec, minor: 22.5199 arcsec, pa: -0.0640944 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.62463 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 3 and polarization plane 0 is major: 31.1699 arcsec, minor: 22.5202 arcsec, pa: -0.0641554 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.61898 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 4 and polarization plane 0 is major: 31.1702 arcsec, minor: 22.5204 arcsec, pa: -0.0641859 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.61328 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 5 and polarization plane 0 is major: 31.1705 arcsec, minor: 22.5206 arcsec, pa: -0.0641858 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.60749 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 6 and polarization plane 0 is major: 31.1708 arcsec, minor: 22.5208 arcsec, pa: -0.0641552 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.60177 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 7 and polarization plane 0 is major: 31.1711 arcsec, minor: 22.521 arcsec, pa: -0.0641857 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.59551 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 8 and polarization plane 0 is major: 31.1715 arcsec, minor: 22.5213 arcsec, pa: -0.0641857 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.58889 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 9 and polarization plane 0 is major: 31.1718 arcsec, minor: 22.5215 arcsec, pa: -0.0641856 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.58344 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 10 and polarization plane 0 is major: 31.1721 arcsec, minor: 22.5217 arcsec, pa: -0.0642466 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.57768 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 11 and polarization plane 0 is major: 31.1724 arcsec, minor: 22.5219 arcsec, pa: -0.0642771 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.57138 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 12 and polarization plane 0 is major: 31.1727 arcsec, minor: 22.5221 arcsec, pa: -0.0643076 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.56551 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 13 and polarization plane 0 is major: 31.173 arcsec, minor: 22.5223 arcsec, pa: -0.064277 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.55975 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 14 and polarization plane 0 is major: 31.1733 arcsec, minor: 22.5225 arcsec, pa: -0.0643075 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.55369 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 15 and polarization plane 0 is major: 31.1736 arcsec, minor: 22.5227 arcsec, pa: -0.064338 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.54745 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 16 and polarization plane 0 is major: 31.1739 arcsec, minor: 22.523 arcsec, pa: -0.0642769 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.54179 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 17 and polarization plane 0 is major: 31.1742 arcsec, minor: 22.5232 arcsec, pa: -0.0641853 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.53562 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 18 and polarization plane 0 is major: 31.1745 arcsec, minor: 22.5234 arcsec, pa: -0.0641547 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.52951 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 19 and polarization plane 0 is major: 31.1748 arcsec, minor: 22.5236 arcsec, pa: -0.0642463 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.52289 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 20 and polarization plane 0 is major: 31.1752 arcsec, minor: 22.5238 arcsec, pa: -0.0642157 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.51643 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 21 and polarization plane 0 is major: 31.1755 arcsec, minor: 22.524 arcsec, pa: -0.0642462 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.50997 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 22 and polarization plane 0 is major: 31.1758 arcsec, minor: 22.5243 arcsec, pa: -0.0641851 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.50389 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 23 and polarization plane 0 is major: 31.1761 arcsec, minor: 22.5245 arcsec, pa: -0.0641851 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.49765 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 24 and polarization plane 0 is major: 31.1764 arcsec, minor: 22.5247 arcsec, pa: -0.0640935 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.49119 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 25 and polarization plane 0 is major: 31.1767 arcsec, minor: 22.5249 arcsec, pa: -0.0640019 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.48472 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 26 and polarization plane 0 is major: 31.177 arcsec, minor: 22.5251 arcsec, pa: -0.0640323 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.57965 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 27 and polarization plane 0 is major: 31.1709 arcsec, minor: 22.5286 arcsec, pa: -0.044743 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.57405 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 28 and polarization plane 0 is major: 31.1712 arcsec, minor: 22.5288 arcsec, pa: -0.044682 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.4769 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 29 and polarization plane 0 is major: 31.1761 arcsec, minor: 22.5324 arcsec, pa: -0.0450174 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 2.05198 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 30 and polarization plane 0 is major: 31.0033 arcsec, minor: 22.6759 arcsec, pa: -0.204564 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.45277 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 31 and polarization plane 0 is major: 30.9764 arcsec, minor: 22.7232 arcsec, pa: -0.304035 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.02676 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 32 and polarization plane 0 is major: 30.978 arcsec, minor: 22.7437 arcsec, pa: -0.458967 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.39884 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 34 and polarization plane 0 is major: 30.9801 arcsec, minor: 22.7243 arcsec, pa: -0.438168 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.09213 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 35 and polarization plane 0 is major: 31.1978 arcsec, minor: 22.528 arcsec, pa: -0.176901 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.01454 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 36 and polarization plane 0 is major: 31.1998 arcsec, minor: 22.5307 arcsec, pa: -0.15039 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Convolving kernel has minor axis 1.38328 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size
07-Mar-2024 18:39:13 2024-03-07 23:39:13        WARN        immoments::Image2DConvolver::_dealWithRestoringBeam        Fitted restoring beam for  channel 37 and polarization plane 0 is major: 31.1818 arcsec, minor: 22.5285 arcsec, pa: -0.0642455 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result.
07-Mar-2024 18:39:13
07-Mar-2024 18:39:13 Verify fix of CAS-5287
07-Mar-2024 18:39:13 PASSED
07-Mar-2024 18:39:13
07-Mar-2024 18:39:13 test_task_immoments.py::immoment_test2::test_CAS7850
07-Mar-2024 18:39:13 Verify support for rest frequency=0
07-Mar-2024 18:39:13 PASSED
07-Mar-2024 18:39:13
07-Mar-2024 18:39:14 test_task_immoments.py::immoment_test2::test_CAS_4400
07-Mar-2024 18:39:14 Verify feature addtion to preconvolve with largest beam when multiple varying beams.
07-Mar-2024 18:39:14 PASSED
07-Mar-2024 18:39:14
07-Mar-2024 18:39:15 test_task_immoments.py::immoment_test2::test_flush
07-Mar-2024 18:39:15 CAS-8570: Ensure moments images are flushed to disk
07-Mar-2024 18:39:15 PASSED
07-Mar-2024 18:39:15
07-Mar-2024 18:39:15 test_task_immoments.py::immoment_test2::test_history
07-Mar-2024 18:39:15 Verify that history is written
07-Mar-2024 18:39:15 PASSED
07-Mar-2024 18:39:15
07-Mar-2024 18:39:19 test_task_immoments.py::immoment_test2::test_mask
07-Mar-2024 18:39:19 Immoment: Testing the correctness of mask usage with moment creation
07-Mar-2024 18:39:19 PASSED
07-Mar-2024 18:39:19
07-Mar-2024 18:39:20 test_task_immoments.py::immoment_test2::test_median_coord
07-Mar-2024 18:39:20 Verify CAS-5570 fix for median
07-Mar-2024 18:39:20 PASSED
07-Mar-2024 18:39:20
07-Mar-2024 18:39:21 test_task_immoments.py::immoment_test2::test_minmax_coord
07-Mar-2024 18:39:21 Verify CAS-5376, test min/max coords
07-Mar-2024 18:39:21 PASSED
07-Mar-2024 18:39:21
07-Mar-2024 18:39:23 test_task_immoments.py::immoment_test2::test_moments
07-Mar-2024 18:39:23 Immoment: Testing calculation of each type of moment
07-Mar-2024 18:39:23 PASSED
07-Mar-2024 18:39:23
07-Mar-2024 18:39:23 test_task_immoments.py::immoment_test2::test_pixel_set
07-Mar-2024 18:39:23 Immoment: Testing the correctness of the include/exclude pix parameters
07-Mar-2024 18:39:23 starting PIXEL selection tests
07-Mar-2024 18:39:23 PASSED
07-Mar-2024 18:39:23
07-Mar-2024 18:39:23 test_task_immoments.py::immoment_test2::test_region
07-Mar-2024 18:39:23 Immoment: Testing the correctness of the region selection with moment calcs
07-Mar-2024 18:39:23 starting REGION selection tests
07-Mar-2024 18:39:23 PASSED
07-Mar-2024 18:39:23
07-Mar-2024 18:39:24 test_task_immoments.py::immoment_test2::test_region_selected_in_fits 2024-03-07 23:39:24        WARN        image::open (file src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
07-Mar-2024 18:39:24 2024-03-07 23:39:24        WARN        image::open (file src/tools/image/image_cmpt.cc, line 4208)        Another image is already open, closing first
07-Mar-2024 18:39:24
07-Mar-2024 18:39:24 Test that region selection happens in non-paged images, CAS-5278
07-Mar-2024 18:39:24 PASSED
07-Mar-2024 18:39:24
07-Mar-2024 18:39:24 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_immoments/nose.xml -
07-Mar-2024 18:39:24 ======================== 15 passed, 1 warning in 27.68s ========================
07-Mar-2024 18:39:24 ============================= test session starts ==============================
07-Mar-2024 18:39:24 platform linux -- Python 3.8.7, pytest-8.0.2, pluggy-1.4.0 -- /home/casatest/venv/bin/python3.8
07-Mar-2024 18:39:24 cachedir: .pytest_cache
07-Mar-2024 18:39:24 rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_applycal
07-Mar-2024 18:39:24 configfile: pytest.ini
07-Mar-2024 18:39:26 collecting ... collected 30 items
07-Mar-2024 18:39:26
07-Mar-2024 18:39:26
07-Mar-2024 18:39:29 test_task_applycal.py::applycal_test::test1_applycal_fluxscale_gcal_bcal 2024-03-07 23:39:29        WARN        test1_applycal_fluxscale_gcal_bcal::test1_applycal_fluxscale_gcal_bcal::casa        Updating pre-v4.1 caltables: ['mmsbcalcopy.cal', 'mmsgcalcopy.cal', 'mmsfluxcopy.cal']
07-Mar-2024 18:39:29 2024-03-07 23:39:29        WARN        test1_applycal_fluxscale_gcal_bcal::::        Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_applycal/mmsbcalcopy.cal); attempting to update...
07-Mar-2024 18:39:29 2024-03-07 23:39:29        WARN        test1_applycal_fluxscale_gcal_bcal::::+        SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added.
07-Mar-2024 18:39:29 2024-03-07 23:39:29        WARN        test1_applycal_fluxscale_gcal_bcal::::        Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_applycal/mmsgcalcopy.cal); attempting to update...
07-Mar-2024 18:39:29 2024-03-07 23:39:29        WARN        test1_applycal_fluxscale_gcal_bcal::::+        SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added.
07-Mar-2024 18:39:29 2024-03-07 23:39:29        WARN        test1_applycal_fluxscale_gcal_bcal::::        Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_applycal/mmsfluxcopy.cal); attempting to update...
07-Mar-2024 18:39:29 2024-03-07 23:39:29        WARN        test1_applycal_fluxscale_gcal_bcal::::+        SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added.
07-Mar-2024 18:39:31
07-Mar-2024 18:39:31 Test: Apply calibration using fluxscal gcal and bcal tables. Create flagbackup for an MMS
07-Mar-2024 18:39:31 ['ngc5921.0005.ms', 'ngc5921.0004.ms', 'ngc5921.0003.ms', 'ngc5921.0000.ms', 'ngc5921.0002.ms', 'ngc5921.0001.ms', 'ngc5921.0006.ms']
07-Mar-2024 18:39:31 PASSED
07-Mar-2024 18:39:31
07-Mar-2024 18:39:35 test_task_applycal.py::applycal_test::test_antennaSelect
07-Mar-2024 18:39:35 test_antennaSelect
07-Mar-2024 18:39:35 --------------------
07-Mar-2024 18:39:35
07-Mar-2024 18:39:35 Check that the antenna parameter properly selects a subset of the data
07-Mar-2024 18:39:35 PASSED
07-Mar-2024 18:39:35
07-Mar-2024 18:39:40 test_task_applycal.py::applycal_test::test_calflag
07-Mar-2024 18:39:40 test_calflag
07-Mar-2024 18:39:40 ----------------
07-Mar-2024 18:39:40
07-Mar-2024 18:39:40 Check that calflag calibrated the data and the flags
07-Mar-2024 18:39:40 PASSED
07-Mar-2024 18:39:40
07-Mar-2024 18:39:45 test_task_applycal.py::applycal_test::test_calflagstrict
07-Mar-2024 18:39:45 test_calflagstrict
07-Mar-2024 18:39:45 --------------------
07-Mar-2024 18:39:45
07-Mar-2024 18:39:45 Check that all selected data that have no solutions will be flagged
07-Mar-2024 18:39:45 PASSED
07-Mar-2024 18:39:45
07-Mar-2024 18:39:51 test_task_applycal.py::applycal_test::test_callib
07-Mar-2024 18:39:51 test_callib
07-Mar-2024 18:39:51 -------------
07-Mar-2024 18:39:51
07-Mar-2024 18:39:51 Check that a callib file is taken and the calibration tables are pre-applied
07-Mar-2024 18:39:51 PASSED
07-Mar-2024 18:39:51
07-Mar-2024 18:39:57 test_task_applycal.py::applycal_test::test_callib_field 2024-03-07 23:39:57        WARN        calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:39:58 2024-03-07 23:39:59        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:39:59 2024-03-07 23:40:00        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:40:00 2024-03-07 23:40:01        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:40:02 2024-03-07 23:40:02        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:40:03 2024-03-07 23:40:03        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:40:04 2024-03-07 23:40:04        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:40:05 2024-03-07 23:40:06        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:40:06 2024-03-07 23:40:07        WARN        clearcal::calibrater::setvi(bool,bool)        Forcing use of OLD VisibilityIterator.
07-Mar-2024 18:40:08
07-Mar-2024 18:40:08 test_callib_field
07-Mar-2024 18:40:08 -----------------
07-Mar-2024 18:40:08
07-Mar-2024 18:40:08 Exercise fldmap-related maneuvers in cal library
07-Mar-2024 18:40:08 PASSED
07-Mar-2024 18:40:08
07-Mar-2024 18:40:10 test_task_applycal.py::applycal_test::test_callib_missing_antenna0 2024-03-07 23:40:10        WARN                     Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=0 (CT spw Id=0) (temptcal.T0)
07-Mar-2024 18:40:10 2024-03-07 23:40:10        WARN                     Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=1 (CT spw Id=1) (temptcal.T0)
07-Mar-2024 18:40:10 2024-03-07 23:40:10        WARN                     Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=2 (CT spw Id=2) (temptcal.T0)
07-Mar-2024 18:40:10 2024-03-07 23:40:10        WARN                     Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=3 (CT spw Id=3) (temptcal.T0)
07-Mar-2024 18:40:14
07-Mar-2024 18:40:14 test_callib_missing_antenna0
07-Mar-2024 18:40:14 -------------
07-Mar-2024 18:40:14
07-Mar-2024 18:40:14 Check that a callib file is taken and the calibration tables are pre-applied
07-Mar-2024 18:40:14 Verify bug fix for CAS-12881
07-Mar-2024 18:40:14 PASSED
07-Mar-2024 18:40:14
07-Mar-2024 18:40:19 test_task_applycal.py::applycal_test::test_calonly
07-Mar-2024 18:40:19 test_calonly
07-Mar-2024 18:40:19 --------------
07-Mar-2024 18:40:19
07-Mar-2024 18:40:19 Check that only calibration and weights are applied, not flags
07-Mar-2024 18:40:19 PASSED
07-Mar-2024 18:40:19
07-Mar-2024 18:40:23 test_task_applycal.py::applycal_test::test_calwt
07-Mar-2024 18:40:23 test_calwt
07-Mar-2024 18:40:23 ------------
07-Mar-2024 18:40:23
07-Mar-2024 18:40:23 Check that calwt = True calibrates the data weights per gaintable
07-Mar-2024 18:40:23 PASSED
07-Mar-2024 18:40:23
07-Mar-2024 18:40:28 test_task_applycal.py::applycal_test::test_corrected
07-Mar-2024 18:40:28 test_corrected
07-Mar-2024 18:40:28 ----------------
07-Mar-2024 18:40:28
07-Mar-2024 18:40:28 Check that the CORRECTED_DATA column is added to the MS
07-Mar-2024 18:40:28 PASSED
07-Mar-2024 18:40:28
07-Mar-2024 18:40:32 test_task_applycal.py::applycal_test::test_fieldSelect
07-Mar-2024 18:40:32 test_fieldSelect
07-Mar-2024 18:40:32 ------------
07-Mar-2024 18:40:32
07-Mar-2024 18:40:32 Check that fields are properly selected
07-Mar-2024 18:40:32 PASSED
07-Mar-2024 18:40:32
07-Mar-2024 18:40:36 test_task_applycal.py::applycal_test::test_flagbackup
07-Mar-2024 18:40:36 test_flagbackup
07-Mar-2024 18:40:36 -----------------
07-Mar-2024 18:40:36
07-Mar-2024 18:40:36 Check to see that a backup for the flags was made
07-Mar-2024 18:40:36 PASSED
07-Mar-2024 18:40:36
07-Mar-2024 18:40:39 test_task_applycal.py::applycal_test::test_flagonly
07-Mar-2024 18:40:39 test_flagonly
07-Mar-2024 18:40:39 ---------------
07-Mar-2024 18:40:39
07-Mar-2024 18:40:39 Check that flags are applied, but not the calibration itself
07-Mar-2024 18:40:39 PASSED
07-Mar-2024 18:40:39
07-Mar-2024 18:40:42 test_task_applycal.py::applycal_test::test_flagonlystrict
07-Mar-2024 18:40:42 test_flagonlystrict
07-Mar-2024 18:40:42 ---------------------
07-Mar-2024 18:40:42
07-Mar-2024 18:40:42 Check that all the selected data that have no solutions will be flagged
07-Mar-2024 18:40:42 PASSED
07-Mar-2024 18:40:42
07-Mar-2024 18:40:43 test_task_applycal.py::applycal_test::test_gaincurve 2024-03-07 23:40:43        WARN        applycal::MSIter::setFeedInfo         time dependent feed table encountered - not correctly handled  - continuing anyway
07-Mar-2024 18:40:44
07-Mar-2024 18:40:44 PASSED
07-Mar-2024 18:40:44
07-Mar-2024 18:40:51 test_task_applycal.py::applycal_test::test_gainfield
07-Mar-2024 18:40:51 test_gainfield
07-Mar-2024 18:40:51 ----------------
07-Mar-2024 18:40:51
07-Mar-2024 18:40:51 Check that the gainfield parameter selects a subset of the gaintables
07-Mar-2024 18:40:51 PASSED
07-Mar-2024 18:40:51
07-Mar-2024 18:40:57 test_task_applycal.py::applycal_test::test_gaintable
07-Mar-2024 18:40:57 test_gaintable
07-Mar-2024 18:40:57 ----------------
07-Mar-2024 18:40:57
07-Mar-2024 18:40:57 Check that the gaintable parameter selects caltables to be applied
07-Mar-2024 18:40:57 PASSED
07-Mar-2024 18:40:57
07-Mar-2024 18:41:02 test_task_applycal.py::applycal_test::test_intentSelect
07-Mar-2024 18:41:02 test_intentSelect
07-Mar-2024 18:41:02 -------------------
07-Mar-2024 18:41:02
07-Mar-2024 18:41:02 Check that intents are properly selected
07-Mar-2024 18:41:02 PASSED
07-Mar-2024 18:41:02
07-Mar-2024 18:41:09 test_task_applycal.py::applycal_test::test_interp
07-Mar-2024 18:41:09 test_interp
07-Mar-2024 18:41:09 -------------
07-Mar-2024 18:41:09
07-Mar-2024 18:41:09 Check that the interp parameter changes the interpolation type for each gaintable
07-Mar-2024 18:41:09 PASSED
07-Mar-2024 18:41:09
07-Mar-2024 18:41:19 test_task_applycal.py::applycal_test::test_overwritten
07-Mar-2024 18:41:19 test_overwritten
07-Mar-2024 18:41:19 ------------------
07-Mar-2024 18:41:19
07-Mar-2024 18:41:19 Check that the CORRECTED_DATA column is overwritten with consecutive runs of applycal
07-Mar-2024 18:41:19 PASSED
07-Mar-2024 18:41:19
07-Mar-2024 18:41:26 test_task_applycal.py::applycal_test::test_parang
07-Mar-2024 18:41:26 test_parang
07-Mar-2024 18:41:26 -------------
07-Mar-2024 18:41:26
07-Mar-2024 18:41:26 Check that the parallactic angle correction is applied if parang = True
07-Mar-2024 18:41:26 PASSED
07-Mar-2024 18:41:26
07-Mar-2024 18:41:28 test_task_applycal.py::applycal_test::test_perscan
07-Mar-2024 18:41:28 test_perscan
07-Mar-2024 18:41:28 --------------------
07-Mar-2024 18:41:28
07-Mar-2024 18:41:28 Check that "perscan" interpolation works
07-Mar-2024 18:41:28 PASSED
07-Mar-2024 18:41:28
07-Mar-2024 18:41:30 test_task_applycal.py::applycal_test::test_perscan_callib
07-Mar-2024 18:41:30 test_perscan
07-Mar-2024 18:41:30 --------------------
07-Mar-2024 18:41:30
07-Mar-2024 18:41:30 Check that "perscan" interpolation works; callib version
07-Mar-2024 18:41:30 PASSED
07-Mar-2024 18:41:30
07-Mar-2024 18:41:32 test_task_applycal.py::applycal_test::test_scanSelect
07-Mar-2024 18:41:32 test_scanSelect
07-Mar-2024 18:41:32 -----------------
07-Mar-2024 18:41:32
07-Mar-2024 18:41:32 Check that the scan parameter properly selects a subset of the data
07-Mar-2024 18:41:32 PASSED
07-Mar-2024 18:41:32
07-Mar-2024 18:41:35 test_task_applycal.py::applycal_test::test_spwSelect
07-Mar-2024 18:41:35 test_spwSelect
07-Mar-2024 18:41:35 ----------------
07-Mar-2024 18:41:35
07-Mar-2024 18:41:35 Check that spws are properly selected
07-Mar-2024 18:41:35 PASSED
07-Mar-2024 18:41:35
07-Mar-2024 18:41:40 test_task_applycal.py::applycal_test::test_spwmap
07-Mar-2024 18:41:40 test_spwmap
07-Mar-2024 18:41:40 -------------
07-Mar-2024 18:41:40
07-Mar-2024 18:41:40 Check that the spwmap parameter applys a subset of the gaintable(s)
07-Mar-2024 18:41:40 PASSED
07-Mar-2024 18:41:40
07-Mar-2024 18:41:47 test_task_applycal.py::applycal_test::test_spwmapMulti
07-Mar-2024 18:41:47 test_spwmapMulti
07-Mar-2024 18:41:47 -------------------
07-Mar-2024 18:41:47
07-Mar-2024 18:41:47 Check the function of spwmap when provided a list of lists
07-Mar-2024 18:41:47 PASSED
07-Mar-2024 18:41:47
07-Mar-2024 18:41:49 test_task_applycal.py::applycal_test::test_timerangeSelect
07-Mar-2024 18:41:49 test_timerangeSelect
07-Mar-2024 18:41:49 ----------------------
07-Mar-2024 18:41:49
07-Mar-2024 18:41:49 Check that the timerange parameter properly selects a subset of the data
07-Mar-2024 18:41:49 PASSED
07-Mar-2024 18:41:49
07-Mar-2024 18:41:52 test_task_applycal.py::applycal_test::test_trial
07-Mar-2024 18:41:52 test_trial
07-Mar-2024 18:41:52 ------------
07-Mar-2024 18:41:52
07-Mar-2024 18:41:52 Check that the trial mode leaves the dataset unchanged
07-Mar-2024 18:41:52 PASSED
07-Mar-2024 18:41:52
07-Mar-2024 18:41:58 test_task_applycal.py::applycal_test::test_uvrangeSelect
07-Mar-2024 18:41:58 test_uvrangeSelect
07-Mar-2024 18:41:58 --------------------
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Check that the uvrange parameter properly selects a subset of the data
07-Mar-2024 18:41:58 PASSED
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_applycal/nose.xml -
07-Mar-2024 18:41:58 ================== 30 passed, 1 warning in 153.75s (0:02:33) ===================
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imcontsub/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdtimeaverage/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdtimeaverage
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdtimeaverage/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdtimeaverage/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_split/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_split
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_split/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_split/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imreframe/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imreframe
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imreframe/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imreframe/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_gaincal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdbaseline/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdbaseline
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdbaseline/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdbaseline/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imdev/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imdev
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imdev/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imdev/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listobs/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listobs
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listobs/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listobs/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotants/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotants
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_plotants/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_plotants/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imhead/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imhead
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imhead/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imhead/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportfits/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportfits
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_exportfits/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_exportfits/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_setjy/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_setjy
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_setjy/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_setjy/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_fluxscale/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_fluxscale
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_fluxscale/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_fluxscale/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_flagmanager/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_flagmanager
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_flagmanager/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_flagmanager/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importuvfits/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importuvfits
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importuvfits/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importuvfits/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_concat/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_concat
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_concat/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_concat/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdgaincal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imstat/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imstat
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imstat/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imstat/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_immoments/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_immoments
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_immoments/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_immoments/
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_applycal/
07-Mar-2024 18:41:58 Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_applycal
07-Mar-2024 18:41:58
07-Mar-2024 18:41:58 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_applycal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_applycal/
07-Mar-2024 18:42:00 total 180568
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci 15001   1844353 Mar  7 22:37 casatasks-6.6.4.10a14306.dev1-py3-none-any.whl
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root    2730143 Mar  7 23:41 casatasks_test.log
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci 15001    128576 Mar  7 22:37 casatestutils-6.6.4.10a14306.dev1-py3-none-any.whl
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci 15001 179949127 Mar  7 22:37 casatools-6.6.4.10a14306.dev1-cp38-cp38-manylinux_2_28_x86_64.whl
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3051 Mar  7 23:41 test_task_applycal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1833 Mar  7 23:41 test_task_concat.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1772 Mar  7 23:41 test_task_exportasdm.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        333 Mar  7 23:41 test_task_exportfits.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      27481 Mar  7 23:41 test_task_flagdata.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        940 Mar  7 23:41 test_task_flagmanager.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2334 Mar  7 23:41 test_task_fluxscale.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3230 Mar  7 23:41 test_task_gaincal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1197 Mar  7 23:41 test_task_imcontsub.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1741 Mar  7 23:41 test_task_imdev.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2109 Mar  7 23:41 test_task_imhead.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3029 Mar  7 23:41 test_task_immath.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1642 Mar  7 23:41 test_task_immoments.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3371 Mar  7 23:41 test_task_importasdm.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1792 Mar  7 23:41 test_task_importuvfits.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        804 Mar  7 23:41 test_task_imreframe.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2318 Mar  7 23:41 test_task_imregrid.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1414 Mar  7 23:41 test_task_imstat.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3103 Mar  7 23:41 test_task_imval.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       8555 Mar  7 23:41 test_task_listobs.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2637 Mar  7 23:41 test_task_makemask.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      34462 Mar  7 23:41 test_task_mstransform.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1518 Mar  7 23:41 test_task_phaseshift.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1069 Mar  7 23:41 test_task_plotants.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      17758 Mar  7 23:41 test_task_sdbaseline.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       6620 Mar  7 23:41 test_task_sdcal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1563 Mar  7 23:41 test_task_sdgaincal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       4373 Mar  7 23:41 test_task_sdtimeaverage.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3426 Mar  7 23:41 test_task_setjy.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      17876 Mar  7 23:41 test_task_split.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        680 Mar  7 23:41 test_task_spxfit.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1070 Mar  7 23:41 test_task_vishead.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3266 Mar  7 23:41 test_task_visstat.xml
07-Mar-2024 18:42:00 Finished task 'Test wheel' with result: Success
07-Mar-2024 18:42:00 Starting task 'Inject is_641' of type 'com.atlassian.bamboo.plugins.bamboo-variable-inject-plugin:inject'
07-Mar-2024 18:42:00 Injected variable bamboo.inject.is_641=False in LOCAL scope
07-Mar-2024 18:42:00 Finished task 'Inject is_641' with result: Success
07-Mar-2024 18:42:00
Substituting variable: ${bamboo.planRepository.branchName} with CAS-14306
07-Mar-2024 18:42:00 Starting task 'Tar work directory' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Mar-2024 18:42:00
Beginning to execute external process for build 'CASA - CMake Dev Test - CAS-14306 - Test Tasks Many Linux 2.28 #1 (CASA-CMDT137-TTM228PY38-1)'
... running command line:
/export/home/cbt-el7-6/bamboohome/temp/CASA-CMDT137-TTM228PY38-1-ScriptBuildTask-976973128201764076.sh
... in: /export/home/cbt-el7-6/bamboohome/xml-data/build-dir/CASA-CMDT137-TTM228PY38
07-Mar-2024 18:42:00 Package working directory
07-Mar-2024 18:42:00 tar: work: Cannot stat: No such file or directory
07-Mar-2024 18:42:00 tar: Exiting with failure status due to previous errors
07-Mar-2024 18:42:00 total 180572
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci 15001   1844353 Mar  7 22:37 casatasks-6.6.4.10a14306.dev1-py3-none-any.whl
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root    2730143 Mar  7 23:41 casatasks_test.log
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci 15001    128576 Mar  7 22:37 casatestutils-6.6.4.10a14306.dev1-py3-none-any.whl
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci 15001 179949127 Mar  7 22:37 casatools-6.6.4.10a14306.dev1-cp38-cp38-manylinux_2_28_x86_64.whl
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3051 Mar  7 23:41 test_task_applycal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1833 Mar  7 23:41 test_task_concat.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1772 Mar  7 23:41 test_task_exportasdm.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        333 Mar  7 23:41 test_task_exportfits.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      27481 Mar  7 23:41 test_task_flagdata.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        940 Mar  7 23:41 test_task_flagmanager.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2334 Mar  7 23:41 test_task_fluxscale.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3230 Mar  7 23:41 test_task_gaincal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1197 Mar  7 23:41 test_task_imcontsub.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1741 Mar  7 23:41 test_task_imdev.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2109 Mar  7 23:41 test_task_imhead.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3029 Mar  7 23:41 test_task_immath.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1642 Mar  7 23:41 test_task_immoments.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3371 Mar  7 23:41 test_task_importasdm.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1792 Mar  7 23:41 test_task_importuvfits.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        804 Mar  7 23:41 test_task_imreframe.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2318 Mar  7 23:41 test_task_imregrid.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1414 Mar  7 23:41 test_task_imstat.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3103 Mar  7 23:41 test_task_imval.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       8555 Mar  7 23:41 test_task_listobs.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       2637 Mar  7 23:41 test_task_makemask.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      34462 Mar  7 23:41 test_task_mstransform.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1518 Mar  7 23:41 test_task_phaseshift.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1069 Mar  7 23:41 test_task_plotants.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      17758 Mar  7 23:41 test_task_sdbaseline.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       6620 Mar  7 23:41 test_task_sdcal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1563 Mar  7 23:41 test_task_sdgaincal.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       4373 Mar  7 23:41 test_task_sdtimeaverage.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3426 Mar  7 23:41 test_task_setjy.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root      17876 Mar  7 23:41 test_task_split.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root        680 Mar  7 23:41 test_task_spxfit.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       1070 Mar  7 23:41 test_task_vishead.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root       3266 Mar  7 23:41 test_task_visstat.xml
07-Mar-2024 18:42:00 -rw-r--r-- 1 casaci root         45 Mar  7 23:42 work-el7-3.8.tar.gz
07-Mar-2024 18:42:00 Done packaging working directory
07-Mar-2024 18:42:00 Finished task 'Tar work directory' with result: Success
07-Mar-2024 18:42:00 Starting task 'Parse tests' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
07-Mar-2024 18:42:00 Parsing test results under /export/home/cbt-el7-6/bamboohome/xml-data/build-dir/CASA-CMDT137-TTM228PY38...
07-Mar-2024 18:42:00 Finished task 'Parse tests' with result: Success
07-Mar-2024 18:42:00
Substituting variable: ${bamboo.repository.branch.name} with CAS-14306
07-Mar-2024 18:42:00
Substituting variable: ${bamboo.planRepository.branchName} with CAS-14306
07-Mar-2024 18:42:00 Starting task 'Upload wheel' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Mar-2024 18:42:00
Beginning to execute external process for build 'CASA - CMake Dev Test - CAS-14306 - Test Tasks Many Linux 2.28 #1 (CASA-CMDT137-TTM228PY38-1)'
... running command line:
/export/home/cbt-el7-6/bamboohome/temp/CASA-CMDT137-TTM228PY38-1-ScriptBuildTask-5443902412058641472.sh
... in: /export/home/cbt-el7-6/bamboohome/xml-data/build-dir/CASA-CMDT137-TTM228PY38
07-Mar-2024 18:42:01 No matching version found
07-Mar-2024 18:42:04 Collecting twine
07-Mar-2024 18:42:04   Downloading twine-5.0.0-py3-none-any.whl (37 kB)
07-Mar-2024 18:42:04 Collecting pkginfo>=1.8.1
07-Mar-2024 18:42:04   Downloading pkginfo-1.10.0-py3-none-any.whl (30 kB)
07-Mar-2024 18:42:04 Collecting urllib3>=1.26.0
07-Mar-2024 18:42:04   Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
07-Mar-2024 18:42:04      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 KB 17.0 MB/s eta 0:00:00
07-Mar-2024 18:42:04 Collecting rfc3986>=1.4.0
07-Mar-2024 18:42:04   Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
07-Mar-2024 18:42:04 Collecting readme-renderer>=35.0
07-Mar-2024 18:42:04   Downloading readme_renderer-43.0-py3-none-any.whl (13 kB)
07-Mar-2024 18:42:04 Collecting keyring>=15.1
07-Mar-2024 18:42:04   Downloading keyring-24.3.1-py3-none-any.whl (38 kB)
07-Mar-2024 18:42:04 Collecting requests>=2.20
07-Mar-2024 18:42:04   Downloading requests-2.31.0-py3-none-any.whl (62 kB)
07-Mar-2024 18:42:04      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 KB 9.9 MB/s eta 0:00:00
07-Mar-2024 18:42:04 Collecting importlib-metadata>=3.6
07-Mar-2024 18:42:04   Downloading importlib_metadata-7.0.2-py3-none-any.whl (24 kB)
07-Mar-2024 18:42:04 Collecting requests-toolbelt!=0.9.0,>=0.8.0
07-Mar-2024 18:42:04   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
07-Mar-2024 18:42:04      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 KB 8.9 MB/s eta 0:00:00
07-Mar-2024 18:42:04 Collecting rich>=12.0.0
07-Mar-2024 18:42:04   Downloading rich-13.7.1-py3-none-any.whl (240 kB)
07-Mar-2024 18:42:04      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 KB 24.4 MB/s eta 0:00:00
07-Mar-2024 18:42:05 Collecting zipp>=0.5
07-Mar-2024 18:42:05   Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
07-Mar-2024 18:42:05 Collecting SecretStorage>=3.2
07-Mar-2024 18:42:05   Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
07-Mar-2024 18:42:05 Collecting jaraco.classes
07-Mar-2024 18:42:05   Downloading jaraco.classes-3.3.1-py3-none-any.whl (6.8 kB)
07-Mar-2024 18:42:05 Collecting jeepney>=0.4.2
07-Mar-2024 18:42:05   Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
07-Mar-2024 18:42:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 KB 6.8 MB/s eta 0:00:00
07-Mar-2024 18:42:05 Collecting nh3>=0.2.14
07-Mar-2024 18:42:05   Downloading nh3-0.2.15-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
07-Mar-2024 18:42:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 54.7 MB/s eta 0:00:00
07-Mar-2024 18:42:05 Collecting Pygments>=2.5.1
07-Mar-2024 18:42:05   Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
07-Mar-2024 18:42:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 38.4 MB/s eta 0:00:00
07-Mar-2024 18:42:05 Collecting docutils>=0.13.1
07-Mar-2024 18:42:05   Downloading docutils-0.20.1-py3-none-any.whl (572 kB)
07-Mar-2024 18:42:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 KB 51.8 MB/s eta 0:00:00
07-Mar-2024 18:42:05 Collecting certifi>=2017.4.17
07-Mar-2024 18:42:05   Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
07-Mar-2024 18:42:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 KB 26.1 MB/s eta 0:00:00
07-Mar-2024 18:42:05 Collecting charset-normalizer<4,>=2
07-Mar-2024 18:42:05   Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
07-Mar-2024 18:42:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.1/142.1 KB 22.2 MB/s eta 0:00:00
07-Mar-2024 18:42:05 Collecting idna<4,>=2.5
07-Mar-2024 18:42:05   Downloading idna-3.6-py3-none-any.whl (61 kB)
07-Mar-2024 18:42:05      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 KB 10.5 MB/s eta 0:00:00
07-Mar-2024 18:42:06 Collecting markdown-it-py>=2.2.0
07-Mar-2024 18:42:06   Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
07-Mar-2024 18:42:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 KB 13.6 MB/s eta 0:00:00
07-Mar-2024 18:42:06 Collecting mdurl~=0.1
07-Mar-2024 18:42:06   Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
07-Mar-2024 18:42:06 Collecting cryptography>=2.0
07-Mar-2024 18:42:06   Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl (4.6 MB)
07-Mar-2024 18:42:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 55.2 MB/s eta 0:00:00
07-Mar-2024 18:42:06 Collecting more-itertools
07-Mar-2024 18:42:06   Downloading more_itertools-10.2.0-py3-none-any.whl (57 kB)
07-Mar-2024 18:42:06      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 KB 9.1 MB/s eta 0:00:00
07-Mar-2024 18:42:07 Collecting cffi>=1.12
07-Mar-2024 18:42:07   Downloading cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)
07-Mar-2024 18:42:07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.9/443.9 KB 44.0 MB/s eta 0:00:00
07-Mar-2024 18:42:07 Collecting pycparser
07-Mar-2024 18:42:07   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
07-Mar-2024 18:42:07      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 20.6 MB/s eta 0:00:00
07-Mar-2024 18:42:07 Installing collected packages: nh3, zipp, urllib3, rfc3986, Pygments, pycparser, pkginfo, more-itertools, mdurl, jeepney, idna, docutils, charset-normalizer, certifi, requests, readme-renderer, markdown-it-py, jaraco.classes, importlib-metadata, cffi, rich, requests-toolbelt, cryptography, SecretStorage, keyring, twine
07-Mar-2024 18:42:10 Successfully installed Pygments-2.17.2 SecretStorage-3.3.3 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 cryptography-42.0.5 docutils-0.20.1 idna-3.6 importlib-metadata-7.0.2 jaraco.classes-3.3.1 jeepney-0.8.0 keyring-24.3.1 markdown-it-py-3.0.0 mdurl-0.1.2 more-itertools-10.2.0 nh3-0.2.15 pkginfo-1.10.0 pycparser-2.21 readme-renderer-43.0 requests-2.31.0 requests-toolbelt-1.0.0 rfc3986-2.0.0 rich-13.7.1 twine-5.0.0 urllib3-2.2.1 zipp-3.17.0
07-Mar-2024 18:42:10 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
07-Mar-2024 18:42:10 WARNING: You are using pip version 22.0.4; however, version 24.0 is available.
07-Mar-2024 18:42:10 You should consider upgrading via the '/usr/local/bin/python3.10 -m pip install --upgrade pip' command.
07-Mar-2024 18:42:10 Cloning into 'casa-build-utils'...
07-Mar-2024 18:42:11 Uploading distributions to
07-Mar-2024 18:42:11 https://casa-pip.nrao.edu:443/repository/casa-dev-wheel/
07-Mar-2024 18:42:11 Uploading casatasks-6.6.4.10a14306.dev1-py3-none-any.whl
07-Mar-2024 18:42:11
07-Mar-2024 18:42:11   0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB--:--?
07-Mar-2024 18:42:11 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB00:00111.8 MB/s
07-Mar-2024 18:42:11 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB00:00111.8 MB/s
07-Mar-2024 18:42:11 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB00:00111.8 MB/s
07-Mar-2024 18:42:11 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB00:00111.8 MB/s
07-Mar-2024 18:42:11
07-Mar-2024 18:42:11 Finished task 'Upload wheel' with result: Success
07-Mar-2024 18:42:11 Starting task 'Cleanup' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Mar-2024 18:42:11
Beginning to execute external process for build 'CASA - CMake Dev Test - CAS-14306 - Test Tasks Many Linux 2.28 #1 (CASA-CMDT137-TTM228PY38-1)'
... running command line:
/export/home/cbt-el7-6/bamboohome/temp/CASA-CMDT137-TTM228PY38-1-ScriptBuildTask-6520440256190498009.sh
... in: /export/home/cbt-el7-6/bamboohome/xml-data/build-dir/CASA-CMDT137-TTM228PY38
07-Mar-2024 18:42:11 Starting cleanup
07-Mar-2024 18:42:23 wheel-container-test
07-Mar-2024 18:42:25 wheel-container-test
07-Mar-2024 18:42:25 Cleanup complete
07-Mar-2024 18:42:25 Finished task 'Cleanup' with result: Success
07-Mar-2024 18:42:25 Running post build plugin 'Docker Container Cleanup'
07-Mar-2024 18:42:25
Beginning to execute external process for build 'CASA - CMake Dev Test - CAS-14306 - Test Tasks Many Linux 2.28 #1 (CASA-CMDT137-TTM228PY38-1)'
... running command line:
/bin/docker rm -f wheel-container-test
... in: /export/home/cbt-el7-6/bamboohome/xml-data/build-dir/CASA-CMDT137-TTM228PY38
07-Mar-2024 18:42:25 Error response from daemon: No such container: wheel-container-test
07-Mar-2024 18:42:25 Running post build plugin 'NCover Results Collector'
07-Mar-2024 18:42:25 Running post build plugin 'Build Results Label Collector'
07-Mar-2024 18:42:25 Running post build plugin 'Clover Results Collector'
07-Mar-2024 18:42:25 Running post build plugin 'npm Cache Cleanup'
07-Mar-2024 18:42:25 Running post build plugin 'Artifact Copier'
07-Mar-2024 18:42:25 Publishing an artifact: XML Directories
07-Mar-2024 18:42:25 Finished publishing of artifact Non required job artifact Http Compression On : [XML Directories], patterns: [**/*.xml] anchored at: [wheeldirectory/] in 281.4 ms
07-Mar-2024 18:42:25 Finalising the build...
07-Mar-2024 18:42:25 Stopping timer.
07-Mar-2024 18:42:25 Build CASA-CMDT137-TTM228PY38-1 completed.
07-Mar-2024 18:42:25 Running on server: post build plugin 'Build Hanging Detection Configuration'
07-Mar-2024 18:42:25 Running on server: post build plugin 'NCover Results Collector'
07-Mar-2024 18:42:25 Running on server: post build plugin 'Build Labeller'
07-Mar-2024 18:42:25 Running on server: post build plugin 'Clover Delta Calculator'
07-Mar-2024 18:42:25 Running on server: post build plugin 'Maven Dependencies Postprocessor'
07-Mar-2024 18:42:25 All post build plugins have finished
07-Mar-2024 18:42:25 Generating build results summary...
07-Mar-2024 18:42:26 Saving build results to disk...
07-Mar-2024 18:42:26 Store variable context...
07-Mar-2024 18:42:26 Finished building CASA-CMDT137-TTM228PY38-1.