Build: #1 failed
Job: Test Tasks Many Linux 2.28 Python3.12 failed
Test results
- 3,749 tests in total
- 5 tests failed
- 5 failures are new
- 224 tests were quarantined / skipped
- 381 minutes taken in total.
Build 1 has the following 5 errors: 5 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
test_task_gencal
gencal_antpostest.test_antpos_auto_evla
|
4 secs | |
ValueError: not enough values to unpack (expected 9, got 8)
test_task_gencal.py:143: in test_antpos_auto_evla
gencal(vis=self.msfile,
/usr/local/lib/python3.12/site-packages/casatasks/gencal.py:216: in __call__
task_result = _gencal_t( _pc.document['vis'], _pc.document['caltable'], _pc.document['caltype'], _pc.document['infile'], _pc.document['endpoint'], _pc.document['timeout'], _pc.document['retry'], _pc.document['retry_wait_time'], _pc.document['ant_pos_time_limit'], _pc.document['spw'], _pc.document['antenna'], _pc.document['pol'], _pc.document['parameter'], _pc.document['uniform'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatasks/private/task_gencal.py:63: in gencal
gencal.gencal(vis=vis, caltable=caltable, caltype=caltype, infile=infile,
(10 more lines...)
|
|||
| Collapse |
test_task_gencal
gencal_antpostest.test_antpos_auto_evla_CAS13057
|
4 secs | |
ValueError: not enough values to unpack (expected 9, got 8)
test_task_gencal.py:172: in test_antpos_auto_evla_CAS13057
gencal(vis=self.msfile2,
/usr/local/lib/python3.12/site-packages/casatasks/gencal.py:216: in __call__
task_result = _gencal_t( _pc.document['vis'], _pc.document['caltable'], _pc.document['caltype'], _pc.document['infile'], _pc.document['endpoint'], _pc.document['timeout'], _pc.document['retry'], _pc.document['retry_wait_time'], _pc.document['ant_pos_time_limit'], _pc.document['spw'], _pc.document['antenna'], _pc.document['pol'], _pc.document['parameter'], _pc.document['uniform'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatasks/private/task_gencal.py:63: in gencal
gencal.gencal(vis=vis, caltable=caltable, caltype=caltype, infile=infile,
(10 more lines...)
|
|||
| Collapse |
test_task_gencal
gencal_antpostest.test_antpos_manual_time_limit_evla
|
3 secs | |
ValueError: not enough values to unpack (expected 9, got 8)
test_task_gencal.py:206: in test_antpos_manual_time_limit_evla
gencal(vis=self.msfile2,
/usr/local/lib/python3.12/site-packages/casatasks/gencal.py:216: in __call__
task_result = _gencal_t( _pc.document['vis'], _pc.document['caltable'], _pc.document['caltype'], _pc.document['infile'], _pc.document['endpoint'], _pc.document['timeout'], _pc.document['retry'], _pc.document['retry_wait_time'], _pc.document['ant_pos_time_limit'], _pc.document['spw'], _pc.document['antenna'], _pc.document['pol'], _pc.document['parameter'], _pc.document['uniform'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatasks/private/task_gencal.py:63: in gencal
gencal.gencal(vis=vis, caltable=caltable, caltype=caltype, infile=infile,
(10 more lines...)
|
|||
| Collapse |
test_task_importasdm
asdm_import8.test_sdm_feed
|
2 secs | |
AssertionError: ERROR unexpected exception getting/testing SDM_RECEIVER_GENERATION column in FEED table for as-is fill in test_sdm_feed
test_task_importasdm.py:3320: in test_sdm_feed
rcvrGenCol = tblocal.getcol('SDM_RECEIVER_GENERATION')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatools/table.py:837: in getcol
return self._swigobj.getcol(columnname, startrow, nrow, rowincr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatools/__casac__/table.py:2153: in getcol
(8 more lines...)
|
|||
| Collapse |
test_task_importasdm
asdm_import8.test_sdm_spectral_window
|
2 secs | |
AssertionError: False is not true : ERROR SDM_QUANTIZATION not found as expected in SPECTRAL_WINDOW table of as-is fill in test_sdm_spectral_window
test_task_importasdm.py:3655: in test_sdm_spectral_window
self.assertTrue("SDM_QUANTIZATION" in colNames, "ERROR SDM_QUANTIZATION not found as expected in SPECTRAL_WINDOW table of as-is fill in test_sdm_spectral_window")
E AssertionError: False is not true : ERROR SDM_QUANTIZATION not found as expected in SPECTRAL_WINDOW table of as-is fill in test_sdm_spectral_window
|
|||