Build: #14 failed

Job: Test Tasks Many Linux 2.28 Py3.10 failed

Test results

  • 282 tests in total
  • 2 tests failed
  • 2 failures are new
  • 29 minutes taken in total.

Build 14 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed test_task_appendantab appendantab_test.test_appendToExistingGainCurve History
4 mins
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'set'
test_task_appendantab.py:159: in test_appendToExistingGainCurve
    appendantab(vis=append_data, outvis="secondAppend.ms", antab=evn_antab, overwrite=False, append_tsys=False, append_gc=True)
../../../../venv/lib/python3.10/site-packages/casatasks/appendantab.py:65: in __call__
    task_result = _appendantab_t( _pc.document['vis'], _pc.document['outvis'], _pc.document['antab'], _pc.document['overwrite'], _pc.document['append_tsys'], _pc.document['append_gc'] )
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:655: in antab_interp
(4 more lines...)
Collapse Failed test_task_appendantab appendantab_test.test_appendToExistingSyscal History
2 mins
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'set'
test_task_appendantab.py:142: in test_appendToExistingSyscal
    appendantab(vis=append_data, outvis="secondAppend.ms", antab=evn_antab, overwrite=False, append_tsys=True, append_gc=False)
../../../../venv/lib/python3.10/site-packages/casatasks/appendantab.py:65: in __call__
    task_result = _appendantab_t( _pc.document['vis'], _pc.document['outvis'], _pc.document['antab'], _pc.document['overwrite'], _pc.document['append_tsys'], _pc.document['append_gc'] )
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:653: in antab_interp
(4 more lines...)