Build: #3 failed

Job: Build and Package ManyLinux 2014 failed

Stages & jobs

  1. Default Stage

2 setjy scratchless mode multiple model: Test case result

The below summarizes the result of the test "2 setjy scratchless mode multiple model" in build 3 of CASA - CMake MPI - Build and Package ManyLinux 2014.
Description
2 setjy scratchless mode multiple model
Test class
src.casampi.tests.test_casampi.test_mpi_setjy
Method
test2_setjy_scratchless_mode_multiple_model
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

RuntimeError: Table /home/casatest/ngc5921.applycal.mms/SUBMSS/ngc5921.0000.ms does not exist
self = <casampi.tests.test_casampi.test_mpi_setjy testMethod=test2_setjy_scratchless_mode_multiple_model>

    def test2_setjy_scratchless_mode_multiple_model(self):
        """Test 2: Set vis model header in one multiple fields """
    
>       retval = setjy(vis=self.vis, field='1331+305*',fluxdensity=[1331.,0.,0.,0.],
                       scalebychan=False, usescratch=False,standard='manual')

/casampi/src/casampi/tests/test_casampi.py:1514: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/site-packages/casatasks/setjy.py:416: in __call__
    task_result = _setjy_t( _pc.document['vis'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['timerange'], _pc.document['scan'], _pc.document['intent'], _pc.document['observation'], _pc.document['scalebychan'], _pc.document['standard'], _pc.document['model'], _pc.document['listmodels'], _pc.document['fluxdensity'], _pc.document['spix'], _pc.document['reffreq'], _pc.document['polindex'], _pc.document['polangle'], _pc.document['rotmeas'], _pc.document['fluxdict'], _pc.document['useephemdir'], _pc.document['interpolation'], _pc.document['usescratch'], _pc.document['ismms'] )
/usr/local/lib/python3.8/site-packages/casatasks/private/task_setjy.py:92: in setjy
    if ( not listmodels and ParallelDataHelper.isMMSAndNotServer(vis) and usescratch):
/usr/local/lib/python3.8/site-packages/casatasks/private/parallel/parallel_data_helper.py:449: in isMMSAndNotServer
    return ParallelTaskHelper.isParallelMS(vis)
/usr/local/lib/python3.8/site-packages/casatasks/private/parallel/parallel_task_helper.py:579: in isParallelMS
    if not msTool.open(vis):
/usr/local/lib/python3.8/site-packages/casatools/ms.py:79: in open
    return self._swigobj.open(thems, nomodify, lock, check)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <casatools.__casac__.ms.ms; proxy of <Swig Object of type 'casac::ms *' at 0x7f90c1c30ed0> >
args = ('ngc5921.applycal.mms', True, False, False), kwargs = {}

    def open(self, *args, **kwargs):
        r"""
        open(self, _thems=string(""), _nomodify=bool(true), _lock=bool(false), _check=bool(false)) -> bool
    
    
        Summary:
            Attach the ms tool to a measurement set table
    
        Description:
    
    
        Use this function when you have detached (using the close function)
        the ms tool from a measurement set table and wish to reattach to another
        measurement set table.
    
        If check=true, additional referential integrity checks on the MS
        are run. If any of these fail, an exception is thrown and the MS
        is not open (since it is not a valid MS).
    
    
        Input Parameters:
            thems                     Name of the measurement set table to open.
            nomodify                  Prevent changes to the measurement set.
            lock                      Lock the table for exclusive use by this tool.
            check                     Run additional internal integrity checks on the MS.
    
        Example:
    
        ms.open('3C273XC1.MS')
        ms.close()
        ms.open('anotherms', nomodify=False, lock=False)
    
        --------------------------------------------------------------------------------
    
        """
>       return _ms.ms_open(self, *args, **kwargs)
E       RuntimeError: Table /home/casatest/ngc5921.applycal.mms/SUBMSS/ngc5921.0000.ms does not exist

/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py:109: RuntimeError