Build: #8 failed Child of CASA-CDBC202-13

Build result summary

Details

Completed
Queue duration
1 second
Duration
75 minutes
Labels
None
Revisions
CASA6
72ef929e132bb7c193ddccd364acad84127f5e32 72ef929e132bb7c193ddccd364acad84127f5e32
OPEN-CASA-PKG
4b9064f16a8d185b162391c3ef324299625bd94b 4b9064f16a8d185b162391c3ef324299625bd94b
Total tests
2599
Failing since
#7 (Child of CASA-CDBC202-12)
Fixed in
#11 (Child of CASA-CDBC202-16)

Tests

Responsible

This build has been failing since #7
No one has taken responsibility

Code commits

CASA6
Author Commit Message Commit date
Neal Schweighart Neal Schweighart 72ef929e132bb7c193ddccd364acad84127f5e32 72ef929e132bb7c193ddccd364acad84127f5e32 fixed typo in append mode

Tests

Existing test failures 8
Status Test Failing since View job Duration
FileNotFoundError: [Errno 2] No such file or directory: 'dataCopy.ms'
test_task_appendantab.py:149: in test_Overwrite
    appendantab(vis=data_copy, outvis=data_copy, antab=evn_antab, overwrite=True, append_tsys=True, append_gc=False)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
    shutil.copytree(vis, outvis)
/usr/local/lib/python3.8/shutil.py:555: in copytree
(2 more lines...)
NameError: name 'overwrite' is not defined
test_task_appendantab.py:131: in test_appendSysCal
    appendantab(vis=data_copy, outvis=append_data, antab=evn_antab, overwrite=False, append_tsys=True, append_gc=False)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:182: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:654: in antab_interp
(4 more lines...)
NameError: name 'overwrite' is not defined
test_task_appendantab.py:121: in test_appendGainCurve
    appendantab(vis=data_copy, outvis=append_data, antab=evn_antab, overwrite=False, append_tsys=False, append_gc=True)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:182: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:656: in antab_interp
(4 more lines...)
NameError: name 'overwrite' is not defined
test_task_appendantab.py:113: in test_appendAll
    appendantab(vis=data_copy, outvis=append_data, antab=evn_antab, overwrite=False, append_tsys=True, append_gc=True)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:182: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:654: in antab_interp
(4 more lines...)
NameError: name 'overwrite' is not defined
test_task_appendantab.py:131: in test_appendSysCal
    appendantab(vis=data_copy, outvis=append_data, antab=evn_antab, overwrite=False, append_tsys=True, append_gc=False)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:182: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:654: in antab_interp
(4 more lines...)
NameError: name 'overwrite' is not defined
test_task_appendantab.py:121: in test_appendGainCurve
    appendantab(vis=data_copy, outvis=append_data, antab=evn_antab, overwrite=False, append_tsys=False, append_gc=True)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:182: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:656: in antab_interp
(4 more lines...)
NameError: name 'overwrite' is not defined
test_task_appendantab.py:113: in test_appendAll
    appendantab(vis=data_copy, outvis=append_data, antab=evn_antab, overwrite=False, append_tsys=True, append_gc=True)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:182: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:654: in antab_interp
(4 more lines...)
FileNotFoundError: [Errno 2] No such file or directory: 'dataCopy.ms'
test_task_appendantab.py:149: in test_Overwrite
    appendantab(vis=data_copy, outvis=data_copy, antab=evn_antab, overwrite=True, append_tsys=True, append_gc=False)
../../../../venv/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'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
    shutil.copytree(vis, outvis)
/usr/local/lib/python3.8/shutil.py:555: in copytree
(2 more lines...)