Build: #8 failed Child of CASA-CDBC106-8

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
536 minutes
Labels
None
Revisions
CASA6
8850af82778b767f09332fbba3fbb9256b11dfa4 8850af82778b767f09332fbba3fbb9256b11dfa4
OPEN-CASA-PKG
70c7e96a1cc7826da261f7bb271e831eaee7560f 70c7e96a1cc7826da261f7bb271e831eaee7560f
Total tests
3052

Responsible

Code commits

CASA6
Author Commit Message Commit date
Srikrishna Sekhar Srikrishna Sekhar 8850af82778b767f09332fbba3fbb9256b11dfa4 8850af82778b767f09332fbba3fbb9256b11dfa4 CAS-14201 - Multifield summaryminor no longer crashing
Specifying an outlierfield no longer crashes the return dict generation.
However for some reason tclean(niter=0) does the right thing with
multifield, i.e., reporting the results from each field separately,
while deconvolve(niter=0) and deconvolve(niter>0) only seem to report
the first field specified.
Srikrishna Sekhar Srikrishna Sekhar e573964754323d428da031f9436bb53d6a8bfb3d e573964754323d428da031f9436bb53d6a8bfb3d CAS-14201: Added pipes for minorcyclesummary in returndict
When niter > 0 and all-zero mask is passed in, the return dict now contains a
fully populated minorcyclesummary. At the moment this assumes a single field
(i.e., no outlier fields) which is hardcoded to 0. This will be fixed in a
subsequent commit.

Tests

New test failures 28
Status Test View job Duration
Collapse Failed test_task_tclean test_mask.test_mask_expand_cubestokesImask_to_cube_IQUV History
Test Tasks Many Linux 2.28 2 secs
IndexError: list assignment index out of range
test_task_tclean.py:3622: in test_mask_expand_cubestokesImask_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_iterbot.test_iterbot_mfs_restart_updatedmask History
Test Tasks Many Linux 2.28 3 secs
AssertionError: False is not true
test_task_tclean.py:1087: in test_iterbot_mfs_restart_updatedmask
    self.assertTrue(self.check_final(report))
E   AssertionError: False is not true
Collapse Failed test_task_tclean test_mask.test_mask_autobox_multithresh_mfs_IQUV History
Test Tasks Many Linux 2.28 1 sec
IndexError: list assignment index out of range
test_task_tclean.py:3393: in test_mask_autobox_multithresh_mfs_IQUV
    ret = tclean(vis=self.msfile,imagename=self.img,imsize=100,cell='8.0arcsec',niter=10, stokes='IQUV',specmode='mfs',interpolation='nearest',usemask="auto-multithresh", verbose=True, parallel=self.parallel)
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesIQUVmask_nodegen_to_cube_IQUV History
Test Tasks Many Linux 2.28 2 secs
IndexError: list assignment index out of range
test_task_tclean.py:3593: in test_mask_expand_contstokesIQUVmask_nodegen_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_iterbot.test_iterbot_cube_restart_pbmask History
Test Tasks Many Linux 2.28 3 secs
AssertionError: False is not true
test_task_tclean.py:1158: in test_iterbot_cube_restart_pbmask
    self.assertTrue(self.check_final(report))
E   AssertionError: False is not true
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_to_IQUV History
Test Tasks Many Linux 2.28 1 sec
IndexError: list assignment index out of range
test_task_tclean.py:3477: in test_mask_expand_contstokesImask_to_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_to_cube_IQUV History
Test Tasks Many Linux 2.28 2 secs
IndexError: list assignment index out of range
test_task_tclean.py:3508: in test_mask_expand_contstokesImask_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_stokes.test_stokes_mixed_cube_IQUV History
Test Tasks Many Linux 2.28 4 secs
IndexError: list assignment index out of range
test_task_tclean.py:1889: in test_stokes_mixed_cube_IQUV
    tclean(vis=vis,imagename=self.img+'_'+str(i),imsize=100,cell='8.0arcsec',niter=10, stokes='IQUV', usemask='user', mask='box[[49.5pix, 49.5pix],[50.5pix,50.5pix]]',specmode='cube',interpolation='nearest',parallel=self.parallel)
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesIQUVmask_to_cube_IQUV History
Test Tasks Many Linux 2.28 2 secs
IndexError: list assignment index out of range
test_task_tclean.py:3563: in test_mask_expand_contstokesIQUVmask_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_nodegen_to_IQUV History
Test Tasks Many Linux 2.28 1 sec
IndexError: list assignment index out of range
test_task_tclean.py:3492: in test_mask_expand_contstokesImask_nodegen_to_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_autobox_multithresh_cube_IQUV History
Test Tasks Many Linux 2.28 3 secs
IndexError: list assignment index out of range
test_task_tclean.py:3401: in test_mask_autobox_multithresh_cube_IQUV
    ret = tclean(vis=self.msfile,imagename=self.img,imsize=100,cell='8.0arcsec',niter=10, stokes='IQUV',specmode='cube',interpolation='nearest',usemask="auto-multithresh", minbeamfrac=0.05,  verbose=True, parallel=self.parallel)
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_cubestokesImask_nodegen_to_cube_IQUV History
Test Tasks Many Linux 2.28 2 secs
IndexError: list assignment index out of range
test_task_tclean.py:3653: in test_mask_expand_cubestokesImask_nodegen_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_nodegen_to_cube_IQUV History
Test Tasks Many Linux 2.28 2 secs
IndexError: list assignment index out of range
test_task_tclean.py:3535: in test_mask_expand_contstokesImask_nodegen_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_iterbot.test_iterbot_mfs_restart_pbmask History
Test Tasks Many Linux 2.28 2 secs
AssertionError: False is not true
test_task_tclean.py:1136: in test_iterbot_mfs_restart_pbmask
    self.assertTrue(self.check_final(report))
E   AssertionError: False is not true
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesIQUVmask_nodegen_to_cube_IQUV History
Test Tasks Many Linux 2014 11 secs
IndexError: list assignment index out of range
test_task_tclean.py:3593: in test_mask_expand_contstokesIQUVmask_nodegen_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesIQUVmask_to_cube_IQUV History
Test Tasks Many Linux 2014 13 secs
IndexError: list assignment index out of range
test_task_tclean.py:3563: in test_mask_expand_contstokesIQUVmask_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_nodegen_to_cube_IQUV History
Test Tasks Many Linux 2014 14 secs
IndexError: list assignment index out of range
test_task_tclean.py:3535: in test_mask_expand_contstokesImask_nodegen_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_stokes.test_stokes_mixed_cube_IQUV History
Test Tasks Many Linux 2014 33 secs
IndexError: list assignment index out of range
test_task_tclean.py:1889: in test_stokes_mixed_cube_IQUV
    tclean(vis=vis,imagename=self.img+'_'+str(i),imsize=100,cell='8.0arcsec',niter=10, stokes='IQUV', usemask='user', mask='box[[49.5pix, 49.5pix],[50.5pix,50.5pix]]',specmode='cube',interpolation='nearest',parallel=self.parallel)
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_cubestokesImask_nodegen_to_cube_IQUV History
Test Tasks Many Linux 2014 14 secs
IndexError: list assignment index out of range
test_task_tclean.py:3653: in test_mask_expand_cubestokesImask_nodegen_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_iterbot.test_iterbot_mfs_restart_pbmask History
Test Tasks Many Linux 2014 14 secs
AssertionError: False is not true
test_task_tclean.py:1136: in test_iterbot_mfs_restart_pbmask
    self.assertTrue(self.check_final(report))
E   AssertionError: False is not true
Collapse Failed test_task_tclean test_iterbot.test_iterbot_mfs_restart_updatedmask History
Test Tasks Many Linux 2014 14 secs
AssertionError: False is not true
test_task_tclean.py:1087: in test_iterbot_mfs_restart_updatedmask
    self.assertTrue(self.check_final(report))
E   AssertionError: False is not true
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_nodegen_to_IQUV History
Test Tasks Many Linux 2014 11 secs
IndexError: list assignment index out of range
test_task_tclean.py:3492: in test_mask_expand_contstokesImask_nodegen_to_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_autobox_multithresh_cube_IQUV History
Test Tasks Many Linux 2014 16 secs
IndexError: list assignment index out of range
test_task_tclean.py:3401: in test_mask_autobox_multithresh_cube_IQUV
    ret = tclean(vis=self.msfile,imagename=self.img,imsize=100,cell='8.0arcsec',niter=10, stokes='IQUV',specmode='cube',interpolation='nearest',usemask="auto-multithresh", minbeamfrac=0.05,  verbose=True, parallel=self.parallel)
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_cubestokesImask_to_cube_IQUV History
Test Tasks Many Linux 2014 13 secs
IndexError: list assignment index out of range
test_task_tclean.py:3622: in test_mask_expand_cubestokesImask_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_autobox_multithresh_mfs_IQUV History
Test Tasks Many Linux 2014 11 secs
IndexError: list assignment index out of range
test_task_tclean.py:3393: in test_mask_autobox_multithresh_mfs_IQUV
    ret = tclean(vis=self.msfile,imagename=self.img,imsize=100,cell='8.0arcsec',niter=10, stokes='IQUV',specmode='mfs',interpolation='nearest',usemask="auto-multithresh", verbose=True, parallel=self.parallel)
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_to_IQUV History
Test Tasks Many Linux 2014 10 secs
IndexError: list assignment index out of range
test_task_tclean.py:3477: in test_mask_expand_contstokesImask_to_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Collapse Failed test_task_tclean test_iterbot.test_iterbot_cube_restart_pbmask History
Test Tasks Many Linux 2014 23 secs
AssertionError: False is not true
test_task_tclean.py:1158: in test_iterbot_cube_restart_pbmask
    self.assertTrue(self.check_final(report))
E   AssertionError: False is not true
Collapse Failed test_task_tclean test_mask.test_mask_expand_contstokesImask_to_cube_IQUV History
Test Tasks Many Linux 2014 13 secs
IndexError: list assignment index out of range
test_task_tclean.py:3508: in test_mask_expand_contstokesImask_to_cube_IQUV
    ret = tclean(vis=self.msfile,
../../../../venv/lib/python3.8/site-packages/casatasks/tclean.py:1776: in __call__
    task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_tclean.py:474: in tclean
    retrec=imager.getSummary(fullsummary);
../../../../venv/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py:234: in getSummary
(8 more lines...)
Existing test failures 276
Status Test Failing since View job Duration
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 1080, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
test_task_deconvolve.py:1067: in test_iterbot_threshold_num
(10 more lines...)
AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
Tclean residual stats:     {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
Deconvolve residual stats: {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
test_task_deconvolve.py:3025: in test_residual_update_mtmfs
    self.helper_residual_update('mtmfs')
test_task_deconvolve.py:2955: in helper_residual_update
    self.assertNotAlmostEqual(ds1['max'],  ts['max'],  delta=delta, msg=msg)
E   AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.model'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_ims ] Image made : ['tst.image'] =  [False] ( Pass : should all be False )
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
(20 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 19, Exact: True )
test_task_deconvolve.py:3189: in test_niterparms_threshold_2
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=full ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 5, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
test_task_deconvolve.py:1078: in test_iterbot_mfs_fullsummary_true
(10 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 1080, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
test_task_deconvolve.py:1055: in test_iterbot_threshold_str
(10 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 400, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 200, Exact: True )
(36 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.mask', 'tst.model', 'tst.image'] =  [True, True, True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_pix_val ] tst.image : Value is 2.0672478675842285 at [5, 5, 0, 0] ( Fail : should be 1.436 , Epsilon: 0.05)
test_task_deconvolve.py:3099: in test_restoration_bigbeam
    self.checkfinal(pstr=report)
(8 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 400, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 200, Exact: True )
(36 more lines...)
AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
Tclean residual stats:     {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
Deconvolve residual stats: {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
test_task_deconvolve.py:2989: in test_residual_update_hogbom
    self.helper_residual_update('hogbom')
test_task_deconvolve.py:2955: in helper_residual_update
    self.assertNotAlmostEqual(ds1['max'],  ts['max'],  delta=delta, msg=msg)
E   AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
(2 more lines...)
AssertionError: 1.0000007152557373 == 1.0000007152557373 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
Tclean residual stats:     {'max': 1.0000007152557373, 'mean': 0.5363396138558164, 'min': -0.07692209631204605}
Deconvolve residual stats: {'max': 1.0000007152557373, 'mean': 0.5363396138558164, 'min': -0.07692209631204605}
test_task_deconvolve.py:3007: in test_residual_update_clarkstokes
    self.helper_residual_update('clarkstokes', tclean_args={'vis':'refim_point_linRL.ms','stokes':'I'})
test_task_deconvolve.py:2955: in helper_residual_update
    self.assertNotAlmostEqual(ds1['max'],  ts['max'],  delta=delta, msg=msg)
E   AssertionError: 1.0000007152557373 == 1.0000007152557373 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 399, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 199, Exact: True )
(36 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 79, Exact: True )
test_task_deconvolve.py:3239: in test_niterparms_nsigma_2
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
RuntimeError: Exception: File tst_2.model.tt1 does not exist..
... thrown by static void casa::ImageFactory::_checkInfile(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 375
test_task_deconvolve.py:2864: in test_mtmfsimgval_startmodel_csysmismatch
    csys, oldpnt = self.get_csys_crval0(self.mname2)
test_task_deconvolve.py:2600: in get_csys_crval0
    _ia.open(img)
../../../../venv/lib/python3.8/site-packages/casatools/image.py:2640: in open
    return self._swigobj.open(infile, cache)
(4 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 9, Exact: True )
test_task_deconvolve.py:3167: in test_niterparms_gain_2
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 5, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
test_task_deconvolve.py:1089: in test_iterbot_mfs_fullsummary_false
(10 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 14, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_pix_val ] tst.model : Value is 0.0 at [50, 50, 0, 0] ( Fail : should be 0.937 , Epsilon: 0.05)
[check_stopcode] Stopcode is 7 (Fail : should be 1)
(12 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 14, Exact: True )
test_task_deconvolve.py:3156: in test_niterparms_gain_1
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 31, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
[ check_val ] chan10 iterDone is 0.0 ( Fail : should be 2, Exact: True )
(14 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 400, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 200, Exact: True )
(36 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 112, Exact: True )
test_task_deconvolve.py:3200: in test_niterparms_threshold_3
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] peak res is 1.5337655544281006 ( Fail : should be 0.823, Epsilon: 0.05)
[ check_val ] mod flux is 0.0 ( Fail : should be 3.816, Epsilon: 0.05)
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image', 'tst.model'] =  [True, True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
(14 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] peak res is 1.125014305114746 ( Fail : should be 0.392, Epsilon: 0.05)
[ check_val ] mod flux is 0.0 ( Fail : should be 0.732, Epsilon: 0.05)
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf.tt0', 'tst.residual.tt0', 'tst.image.tt0', 'tst.model.tt0', 'tst.model.tt1', 'tst.alpha'] =  [True, True, True, True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
(16 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 60, Exact: True )
test_task_deconvolve.py:3227: in test_niterparms_nsigma_1
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 16, Exact: True )
test_task_deconvolve.py:3178: in test_niterparms_threshold_1
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] peak res is 1.125014305114746 ( Fail : should be 0.499, Epsilon: 0.05)
[ check_val ] mod flux is 0.0 ( Fail : should be 0.626, Epsilon: 0.05)
[ check_val ] iterdone is 0 ( Fail : should be 5, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
(16 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] peak res is 1.5337655544281006 ( Fail : should be 0.822, Epsilon: 0.05)
[ check_val ] mod flux is 0.0 ( Fail : should be 3.816, Epsilon: 0.05)
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.model'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
(30 more lines...)
AssertionError: the imagename parameter must be a path that exists ('tst.model.tt1' does not exist)
test_task_deconvolve.py:2845: in test_mtmfsimgval_startmodel_axesmismatch
    imtrans(imagename=self.mname, outfile=self.mname2, order="3012")
../../../../venv/lib/python3.8/site-packages/casatasks/imtrans.py:97: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
E   AssertionError: the imagename parameter must be a path that exists ('tst.model.tt1' does not exist)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] peak res is 1.125014305114746 ( Fail : should be 0.392, Epsilon: 0.05)
[ check_val ] mod flux is 0.0 ( Fail : should be 0.733, Epsilon: 0.05)
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image', 'tst.model'] =  [True, True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
(14 more lines...)
AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
Tclean residual stats:     {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
Deconvolve residual stats: {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
test_task_deconvolve.py:2998: in test_residual_update_clark
    self.helper_residual_update('clark')
test_task_deconvolve.py:2955: in helper_residual_update
    self.assertNotAlmostEqual(ds1['max'],  ts['max'],  delta=delta, msg=msg)
E   AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=full ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 31, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
[ check_val ] chan10 iterDone is 0.0 ( Fail : should be 2, Exact: True )
(14 more lines...)
AssertionError: the imagename parameter must be a path that exists ('tst_bak.model.tt1' does not exist)
test_task_deconvolve.py:2762: in test_mtmfsimgval_shapemismatch_model
    self.helper_mtmfsimgval_shapemismatch(".model")
test_task_deconvolve.py:2660: in helper_mtmfsimgval_shapemismatch
    imrebin(imagename=self.img+"_bak"+ext+ttn, outfile=self.img+ext+ttn, factor=[2,2])
../../../../venv/lib/python3.8/site-packages/casatasks/imrebin.py:112: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
E   AssertionError: the imagename parameter must be a path that exists ('tst_bak.model.tt1' does not exist)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 400, Exact: True )
[ check_ims ] Image made : ['tst.psf.tt0', 'tst.psf.tt1', 'tst.psf.tt2', 'tst.residual.tt0', 'tst.residual.tt1', 'tst.image.tt0', 'tst.image.tt1'] =  [True, True, True, True, True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 200, Exact: True )
(38 more lines...)
RuntimeError: Exception: File tst.model.tt1 does not exist..
... thrown by static void casa::ImageFactory::_checkInfile(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 375
test_task_deconvolve.py:2889: in test_mtmfsimgval_startmodel_shapemismatch
    s = self.get_shape(self.mname)
test_task_deconvolve.py:2617: in get_shape
    _ia.open(img)
../../../../venv/lib/python3.8/site-packages/casatools/image.py:2640: in open
    return self._swigobj.open(infile, cache)
(4 more lines...)
AssertionError: the imagename parameter must be a path that exists ('tst_bak.model.tt1' does not exist)
test_task_deconvolve.py:2730: in test_mtmfsimgval_axesmismatch_model
    self.helper_mtmfsimgval_axesmismatch(".model")
test_task_deconvolve.py:2644: in helper_mtmfsimgval_axesmismatch
    imtrans(imagename=self.img+"_bak"+ext+ttn, outfile=self.img+ext+ttn, order="3012")
../../../../venv/lib/python3.8/site-packages/casatasks/imtrans.py:97: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
E   AssertionError: the imagename parameter must be a path that exists ('tst_bak.model.tt1' does not exist)
AssertionError: array([False]) is not true
test_task_deconvolve.py:1965: in test_mask_preserve_input_zero_mask
    self.assertTrue((init_sum == 10000) and (final_sum == 0))
E   AssertionError: array([False]) is not true
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] peak res is 1.125014305114746 ( Fail : should be 0.353, Epsilon: 0.05)
[ check_val ] mod flux is 0.0 ( Fail : should be 0.772, Epsilon: 0.05)
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image', 'tst.model'] =  [True, True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
(14 more lines...)
AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
Tclean residual stats:     {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
Deconvolve residual stats: {'max': 1.0102152824401855, 'mean': 0.7065046095848083, 'min': 0.575468122959137}
test_task_deconvolve.py:3016: in test_residual_update_multiscale
    self.helper_residual_update('multiscale')
test_task_deconvolve.py:2955: in helper_residual_update
    self.assertNotAlmostEqual(ds1['max'],  ts['max'],  delta=delta, msg=msg)
E   AssertionError: 1.0102152824401855 == 1.0102152824401855 within 1e-05 delta (0.0 difference) : No difference exists between initial tclean residual (dirty image) statistics, and residual for deconvolve:
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 300, Exact: True )
test_task_deconvolve.py:3215: in test_niterparms_unset
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.mask', 'tst.model', 'tst.image'] =  [True, True, True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_pix_val ] tst.model : Value is 0.0 at [5, 5, 0, 0] ( Fail : should be 0.727 , Epsilon: 0.05)
test_task_deconvolve.py:3086: in test_restoration_onlyrestore
    self.checkfinal(pstr=report)
(8 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] peak res is 1.5337655544281006 ( Fail : should be 0.822, Epsilon: 0.05)
[ check_val ] mod flux is 0.0 ( Fail : should be 3.816, Epsilon: 0.05)
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.model'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
(30 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 16, Exact: True )
test_task_deconvolve.py:3178: in test_niterparms_threshold_1
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 31, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
[ check_val ] chan10 iterDone is 0.0 ( Fail : should be 2, Exact: True )
(14 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 1080, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
test_task_deconvolve.py:1055: in test_iterbot_threshold_str
(10 more lines...)
AssertionError: the imagename parameter must be a path that exists ('tst_bak.model.tt1' does not exist)
test_task_deconvolve.py:2762: in test_mtmfsimgval_shapemismatch_model
    self.helper_mtmfsimgval_shapemismatch(".model")
test_task_deconvolve.py:2660: in helper_mtmfsimgval_shapemismatch
    imrebin(imagename=self.img+"_bak"+ext+ttn, outfile=self.img+ext+ttn, factor=[2,2])
../../../../venv/lib/python3.8/site-packages/casatasks/imrebin.py:112: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
E   AssertionError: the imagename parameter must be a path that exists ('tst_bak.model.tt1' does not exist)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 1080, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[check_stopcode] Stopcode is 7 (Fail : should be 2)
test_task_deconvolve.py:1067: in test_iterbot_threshold_num
(10 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 14, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.image'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_pix_val ] tst.model : Value is 0.0 at [50, 50, 0, 0] ( Fail : should be 0.937 , Epsilon: 0.05)
[check_stopcode] Stopcode is 7 (Fail : should be 1)
(12 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 14, Exact: True )
test_task_deconvolve.py:3156: in test_niterparms_gain_1
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 9, Exact: True )
test_task_deconvolve.py:3167: in test_niterparms_gain_2
    self.checkfinal(report)
test_task_deconvolve.py:888: in checkfinal
    self.fail("\n"+pstr)
E   AssertionError: 
(2 more lines...)
AssertionError: 
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
[ check_val ] iterdone is 0 ( Fail : should be 10, Exact: True )
[ check_ims ] Image made : ['tst.psf', 'tst.residual', 'tst.model'] =  [True, True, True] ( Pass : should all be True )
All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords)
[check_history] All expected history entries found. (Pass)
[ check_ims ] Image made : ['tst.image'] =  [False] ( Pass : should all be False )
[ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys  ) 
(20 more lines...)
Fixed tests 2
Status Test Failing since View job Duration
Successful test_task_deconvolve test_multirun.test_multirun_mtmfs3x History
Test Tasks Many Linux 2014 1 min
Successful test_task_deconvolve test_multirun.test_multirun_mtmfs3x History
Test Tasks Many Linux 2.28 22 secs

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCAS-14201Could not obtain issue details from Jira