Build: #1 failed

Job: Test Tasks Macos 12 failed

Test results

  • 3,681 tests in total
  • 4 tests failed
  • 4 failures are new
  • 253 tests were quarantined / skipped
  • 309 minutes taken in total.

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

New test failures 4
Status Test Duration
Collapse Failed test_task_appendantab appendantab_test.test_Overwrite History
12 secs
FileNotFoundError: [Errno 2] No such file or directory: 'dataCopy.ms'
test_task_appendantab.py:135: in test_Overwrite
    appendantab(vis=data_copy, outvis=data_copy, antab=evn_antab, overwrite=True, append_tsys=True, append_gc=False)
../../../../casa6testenv/lib/python3.8/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'] )
../../../../casa6testenv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
    shutil.copytree(vis, outvis)
/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/shutil.py:555: in copytree
(2 more lines...)
Collapse Failed test_task_appendantab appendantab_test.test_appendAll History
20 secs
TypeError: compTables() missing 1 required positional argument: 'excludecols'
test_task_appendantab.py:101: in test_appendAll
    self.assertTrue(th.compTables(append_data + "/SYSCAL", evn_ref + "/SYSCAL"))
E   TypeError: compTables() missing 1 required positional argument: 'excludecols'
Collapse Failed test_task_appendantab appendantab_test.test_appendGainCurve History
18 secs
TypeError: compTables() missing 1 required positional argument: 'excludecols'
test_task_appendantab.py:112: in test_appendGainCurve
    self.assertTrue(th.compTables(append_data + "/GAIN_CURVE", evn_ref + "/GAIN_CURVE"))
E   TypeError: compTables() missing 1 required positional argument: 'excludecols'
Collapse Failed test_task_appendantab appendantab_test.test_appendSysCal History
18 secs
TypeError: compTables() missing 1 required positional argument: 'excludecols'
test_task_appendantab.py:122: in test_appendSysCal
    self.assertTrue(th.compTables(append_data + "/SYSCAL", evn_ref + "/SYSCAL"))
E   TypeError: compTables() missing 1 required positional argument: 'excludecols'