Build: #18 failed

Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed

Stages & jobs

  1. Default Stage

  2. Test Tasks Stage

  3. Test Tools Stage

Build log

The build generated 15,439 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

07-Apr-2025 15:06:39                     lstat = srcentry.stat(follow_symlinks=False)
07-Apr-2025 15:06:39                     if lstat.st_reparse_tag == stat.IO_REPARSE_TAG_MOUNT_POINT:
07-Apr-2025 15:06:39                         is_symlink = False
07-Apr-2025 15:06:39                 if is_symlink:
07-Apr-2025 15:06:39                     linkto = os.readlink(srcname)
07-Apr-2025 15:06:39                     if symlinks:
07-Apr-2025 15:06:39                         # We can't just leave it to `copy_function` because legacy
07-Apr-2025 15:06:39                         # code with a custom `copy_function` may rely on copytree
07-Apr-2025 15:06:39                         # doing the right thing.
07-Apr-2025 15:06:39                         os.symlink(linkto, dstname)
07-Apr-2025 15:06:39                         copystat(srcobj, dstname, follow_symlinks=not symlinks)
07-Apr-2025 15:06:39                     else:
07-Apr-2025 15:06:39                         # ignore dangling symlink if the flag is on
07-Apr-2025 15:06:39                         if not os.path.exists(linkto) and ignore_dangling_symlinks:
07-Apr-2025 15:06:39                             continue
07-Apr-2025 15:06:39                         # otherwise let the copy occur. copy2 will raise an error
07-Apr-2025 15:06:39                         if srcentry.is_dir():
07-Apr-2025 15:06:39                             copytree(srcobj, dstname, symlinks, ignore,
07-Apr-2025 15:06:39                                      copy_function, dirs_exist_ok=dirs_exist_ok)
07-Apr-2025 15:06:39                         else:
07-Apr-2025 15:06:39                             copy_function(srcobj, dstname)
07-Apr-2025 15:06:39                 elif srcentry.is_dir():
07-Apr-2025 15:06:39                     copytree(srcobj, dstname, symlinks, ignore, copy_function,
07-Apr-2025 15:06:39                              dirs_exist_ok=dirs_exist_ok)
07-Apr-2025 15:06:39                 else:
07-Apr-2025 15:06:39                     # Will raise a SpecialFileError for unsupported file types
07-Apr-2025 15:06:39                     copy_function(srcobj, dstname)
07-Apr-2025 15:06:39             # catch the Error from the recursive copytree so that we can
07-Apr-2025 15:06:39             # continue with other files
07-Apr-2025 15:06:39             except Error as err:
07-Apr-2025 15:06:39                 errors.extend(err.args[0])
07-Apr-2025 15:06:39             except OSError as why:
07-Apr-2025 15:06:39                 errors.append((srcname, dstname, str(why)))
07-Apr-2025 15:06:39         try:
07-Apr-2025 15:06:39             copystat(src, dst)
07-Apr-2025 15:06:39         except OSError as why:
07-Apr-2025 15:06:39             # Copying file access times may fail on Windows
07-Apr-2025 15:06:39             if getattr(why, 'winerror', None) is None:
07-Apr-2025 15:06:39                 errors.append((src, dst, str(why)))
07-Apr-2025 15:06:39         if errors:
07-Apr-2025 15:06:39 >           raise Error(errors)
07-Apr-2025 15:06:39 E           shutil.Error: [('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_SBSUMMARY', 'twhya.short.ms/ASDM_SBSUMMARY', "[Errno 17] File exists: 'twhya.short.ms/ASDM_SBSUMMARY'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALPOINTINGMODEL', 'twhya.short.ms/ASDM_CALPOINTINGMODEL', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALPOINTINGMODEL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALFLUX', 'twhya.short.ms/ASDM_CALFLUX', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALFLUX'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALREDUCTION', 'twhya.short.ms/ASDM_CALREDUCTION', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALREDUCTION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_POINTINGMODEL', 'twhya.short.ms/ASDM_POINTINGMODEL', "[Errno 17] File exists: 'twhya.short.ms/ASDM_POINTINGMODEL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_MAIN', 'twhya.short.ms/ASDM_MAIN', "[Errno 17] File exists: 'twhya.short.ms/ASDM_MAIN'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/CALDEVICE', 'twhya.short.ms/CALDEVICE', "[Errno 17] File exists: 'twhya.short.ms/CALDEVICE'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_WVMCAL', 'twhya.short.ms/ASDM_WVMCAL', "[Errno 17] File exists: 'twhya.short.ms/ASDM_WVMCAL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALFOCUS', 'twhya.short.ms/ASDM_CALFOCUS', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALFOCUS'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/SYSCAL', 'twhya.short.ms/SYSCAL', "[Errno 17] File exists: 'twhya.short.ms/SYSCAL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/PROCESSOR', 'twhya.short.ms/PROCESSOR', "[Errno 17] File exists: 'twhya.short.ms/PROCESSOR'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/FLAG_CMD', 'twhya.short.ms/FLAG_CMD', "[Errno 17] File exists: 'twhya.short.ms/FLAG_CMD'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/SYSPOWER', 'twhya.short.ms/SYSPOWER', "[Errno 17] File exists: 'twhya.short.ms/SYSPOWER'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_FOCUS', 'twhya.short.ms/ASDM_FOCUS', "[Errno 17] File exists: 'twhya.short.ms/ASDM_FOCUS'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALWVR', 'twhya.short.ms/ASDM_CALWVR', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALWVR'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALFOCUSMODEL', 'twhya.short.ms/ASDM_CALFOCUSMODEL', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALFOCUSMODEL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_STATION', 'twhya.short.ms/ASDM_STATION', "[Errno 17] File exists: 'twhya.short.ms/ASDM_STATION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_DELAYMODEL', 'twhya.short.ms/ASDM_DELAYMODEL', "[Errno 17] File exists: 'twhya.short.ms/ASDM_DELAYMODEL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_FOCUSMODEL', 'twhya.short.ms/ASDM_FOCUSMODEL', "[Errno 17] File exists: 'twhya.short.ms/ASDM_FOCUSMODEL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALDEVICE', 'twhya.short.ms/ASDM_CALDEVICE', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALDEVICE'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALHOLOGRAPHY', 'twhya.short.ms/ASDM_CALHOLOGRAPHY', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALHOLOGRAPHY'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_DOPPLER', 'twhya.short.ms/ASDM_DOPPLER', "[Errno 17] File exists: 'twhya.short.ms/ASDM_DOPPLER'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_RECEIVER', 'twhya.short.ms/ASDM_RECEIVER', "[Errno 17] File exists: 'twhya.short.ms/ASDM_RECEIVER'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALPRIMARYBEAM', 'twhya.short.ms/ASDM_CALPRIMARYBEAM', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALPRIMARYBEAM'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/POLARIZATION', 'twhya.short.ms/POLARIZATION', "[Errno 17] File exists: 'twhya.short.ms/POLARIZATION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_ALMARADIOMETER', 'twhya.short.ms/ASDM_ALMARADIOMETER', "[Errno 17] File exists: 'twhya.short.ms/ASDM_ALMARADIOMETER'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/OBSERVATION', 'twhya.short.ms/OBSERVATION', "[Errno 17] File exists: 'twhya.short.ms/OBSERVATION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/DATA_DESCRIPTION', 'twhya.short.ms/DATA_DESCRIPTION', "[Errno 17] File exists: 'twhya.short.ms/DATA_DESCRIPTION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_OBSERVATION', 'twhya.short.ms/ASDM_OBSERVATION', "[Errno 17] File exists: 'twhya.short.ms/ASDM_OBSERVATION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_STATE', 'twhya.short.ms/ASDM_STATE', "[Errno 17] File exists: 'twhya.short.ms/ASDM_STATE'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/FEED', 'twhya.short.ms/FEED', "[Errno 17] File exists: 'twhya.short.ms/FEED'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_SYSCAL', 'twhya.short.ms/ASDM_SYSCAL', "[Errno 17] File exists: 'twhya.short.ms/ASDM_SYSCAL'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_FEED', 'twhya.short.ms/ASDM_FEED', "[Errno 17] File exists: 'twhya.short.ms/ASDM_FEED'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALBANDPASS', 'twhya.short.ms/ASDM_CALBANDPASS', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALBANDPASS'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_GAINTRACKING', 'twhya.short.ms/ASDM_GAINTRACKING', "[Errno 17] File exists: 'twhya.short.ms/ASDM_GAINTRACKING'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_SCAN', 'twhya.short.ms/ASDM_SCAN', "[Errno 17] File exists: 'twhya.short.ms/ASDM_SCAN'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_FLAG', 'twhya.short.ms/ASDM_FLAG', "[Errno 17] File exists: 'twhya.short.ms/ASDM_FLAG'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_SWITCHCYCLE', 'twhya.short.ms/ASDM_SWITCHCYCLE', "[Errno 17] File exists: 'twhya.short.ms/ASDM_SWITCHCYCLE'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_ANNOTATION', 'twhya.short.ms/ASDM_ANNOTATION', "[Errno 17] File exists: 'twhya.short.ms/ASDM_ANNOTATION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_WEATHER', 'twhya.short.ms/ASDM_WEATHER', "[Errno 17] File exists: 'twhya.short.ms/ASDM_WEATHER'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALDELAY', 'twhya.short.ms/ASDM_CALDELAY', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALDELAY'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_SEEING', 'twhya.short.ms/ASDM_SEEING', "[Errno 17] File exists: 'twhya.short.ms/ASDM_SEEING'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALGAIN', 'twhya.short.ms/ASDM_CALGAIN', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALGAIN'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_DATADESCRIPTION', 'twhya.short.ms/ASDM_DATADESCRIPTION', "[Errno 17] File exists: 'twhya.short.ms/ASDM_DATADESCRIPTION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_SOURCE', 'twhya.short.ms/ASDM_SOURCE', "[Errno 17] File exists: 'twhya.short.ms/ASDM_SOURCE'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CONFIGDESCRIPTION', 'twhya.short.ms/ASDM_CONFIGDESCRIPTION', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CONFIGDESCRIPTION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_BEAM', 'twhya.short.ms/ASDM_BEAM', "[Errno 17] File exists: 'twhya.short.ms/ASDM_BEAM'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALPOSITION', 'twhya.short.ms/ASDM_CALPOSITION', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALPOSITION'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALPOINTING', 'twhya.short.ms/ASDM_CALPOINTING', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALPOINTING'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_CALATMOSPHERE', 'twhya.short.ms/ASDM_CALATMOSPHERE', "[Errno 17] File exists: 'twhya.short.ms/ASDM_CALATMOSPHERE'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_ANTENNA', 'twhya.short.ms/ASDM_ANTENNA', "[Errno 17] File exists: 'twhya.short.ms/ASDM_ANTENNA'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_TOTALPOWER', 'twhya.short.ms/ASDM_TOTALPOWER', "[Errno 17] File exists: 'twhya.short.ms/ASDM_TOTALPOWER'"), ('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya.short.ms/ASDM_SYSPOWER', 'twhya.short.ms/ASDM_SYSPOWER', "[Errno 17] File exists: 'twhya.short.ms/ASDM_SYSPOWER'")]
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39 /usr/local/lib/python3.10/shutil.py:512: Error
07-Apr-2025 15:06:39 ____________ advisechansel_test.test_su_adivsechansel_getfreqrange _____________
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39 self = <test_tool_synthesisutils.advisechansel_test testMethod=test_su_adivsechansel_getfreqrange>
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39     def test_su_adivsechansel_getfreqrange(self):
07-Apr-2025 15:06:39         '''Test that frequency range for given data selections is returned correctly'''
07-Apr-2025 15:06:39         refdict = {'freqend': {'unit': 'Hz', 'value': 358203002929.7875}, 'freqstart': {'unit': 'Hz', 'value': 356558910156.25}}
07-Apr-2025 15:06:39         su = synthesisutils()
07-Apr-2025 15:06:39         inputms ='twhya.short.ms'
07-Apr-2025 15:06:39         res = su.advisechansel(freqframe='TOPO', getfreqrange=True,spwselection='0:500~3839,1',fieldid=2, msname=inputms)
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         (pof, errmsg) = self.checkdict(res, refdict, 'TOPO test')
07-Apr-2025 15:06:39         #fstlsrk= '356.58364232412697GHz' fenlsrk= '358.22772677745405GHz'
07-Apr-2025 15:06:39         # corresponding LSRK frequencies
07-Apr-2025 15:06:39         reslsrk = su.advisechansel(freqframe='LSRK', getfreqrange=True,spwselection='0:500~3839,1', fieldid=2, msname=inputms)
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         del su
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         reflsrkdict = {'freqend': {'unit': 'Hz', 'value': 358227726777.45405}, 'freqstart': {'unit': 'Hz', 'value': 356583642324.12697}}
07-Apr-2025 15:06:39 >       diff_freqstart = reslsrk['freqstart']['value']-reflsrkdict['freqstart']['value']
07-Apr-2025 15:06:39 E       KeyError: 'freqstart'
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39 ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py:457: KeyError
07-Apr-2025 15:06:39 ----------------------------- Captured stderr call -----------------------------
07-Apr-2025 15:06:39 2025-04-07 19:06:32        SEVERE        SynthesisUtilMethods::adviseChanSel::MPIServer-3        Caught exception: RegularFileIO: error in open or create of file /home/casatest/casa6/casatestutils/nosedir/test_tool_synthesisutils/twhya.short.ms/table.f18: No such file or directory
07-Apr-2025 15:06:39 2025-04-07 19:06:32        SEVERE        SynthesisUtilMethods::adviseChanSel::MPIServer-3        Caught exception: RegularFileIO: error in open or create of file /home/casatest/casa6/casatestutils/nosedir/test_tool_synthesisutils/twhya.short.ms/table.f18: No such file or directory
07-Apr-2025 15:06:39 _________ advisechansel_test.test_su_advisechansel_getfreqrange_ephem __________
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39 self = <test_tool_synthesisutils.advisechansel_test testMethod=test_su_advisechansel_getfreqrange_ephem>
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39     def test_su_advisechansel_getfreqrange_ephem(self):
07-Apr-2025 15:06:39         '''Test that frequency range for given data selections for an ephemeris object is returned correctly'''
07-Apr-2025 15:06:39         su = synthesisutils()
07-Apr-2025 15:06:39         inputms ='alma_ephemobj_icrs.ms'
07-Apr-2025 15:06:39         tol  = 122070.3125 # chan width in Hz
07-Apr-2025 15:06:39         refdict = {'freqend': {'unit': 'Hz', 'value': 220344661518.86124}, 'freqstart': {'unit': 'Hz', 'value': 220295510184.3427}}
07-Apr-2025 15:06:39         res = su.advisechansel(freqframe='SOURCE', fieldid=1, getfreqrange=True, spwselection='2:251~652', ephemtable='TRACKFIELD', msname=inputms)
07-Apr-2025 15:06:39 >       shutil.copytree(inputms+'/FIELD/EPHEM0_Uranus_57362.91000000.tab', 'external_EPHEM0_Uranus_57362.91000000.tab')
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39 ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py:472:
07-Apr-2025 15:06:39 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39 src = 'alma_ephemobj_icrs.ms/FIELD/EPHEM0_Uranus_57362.91000000.tab'
07-Apr-2025 15:06:39 dst = 'external_EPHEM0_Uranus_57362.91000000.tab', symlinks = False
07-Apr-2025 15:06:39 ignore = None, copy_function = <function copy2 at 0x7f35f3f98550>
07-Apr-2025 15:06:39 ignore_dangling_symlinks = False, dirs_exist_ok = False
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39     def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2,
07-Apr-2025 15:06:39                  ignore_dangling_symlinks=False, dirs_exist_ok=False):
07-Apr-2025 15:06:39         """Recursively copy a directory tree and return the destination directory.
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         dirs_exist_ok dictates whether to raise an exception in case dst or any
07-Apr-2025 15:06:39         missing parent directory already exists.
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         If exception(s) occur, an Error is raised with a list of reasons.
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         If the optional symlinks flag is true, symbolic links in the
07-Apr-2025 15:06:39         source tree result in symbolic links in the destination tree; if
07-Apr-2025 15:06:39         it is false, the contents of the files pointed to by symbolic
07-Apr-2025 15:06:39         links are copied. If the file pointed by the symlink doesn't
07-Apr-2025 15:06:39         exist, an exception will be added in the list of errors raised in
07-Apr-2025 15:06:39         an Error exception at the end of the copy process.
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         You can set the optional ignore_dangling_symlinks flag to true if you
07-Apr-2025 15:06:39         want to silence this exception. Notice that this has no effect on
07-Apr-2025 15:06:39         platforms that don't support os.symlink.
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         The optional ignore argument is a callable. If given, it
07-Apr-2025 15:06:39         is called with the `src` parameter, which is the directory
07-Apr-2025 15:06:39         being visited by copytree(), and `names` which is the list of
07-Apr-2025 15:06:39         `src` contents, as returned by os.listdir():
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39             callable(src, names) -> ignored_names
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         Since copytree() is called recursively, the callable will be
07-Apr-2025 15:06:39         called once for each directory that is copied. It returns a
07-Apr-2025 15:06:39         list of names relative to the `src` directory that should
07-Apr-2025 15:06:39         not be copied.
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         The optional copy_function argument is a callable that will be used
07-Apr-2025 15:06:39         to copy each file. It will be called with the source path and the
07-Apr-2025 15:06:39         destination path as arguments. By default, copy2() is used, but any
07-Apr-2025 15:06:39         function that supports the same signature (like copy()) can be used.
07-Apr-2025 15:06:39    
07-Apr-2025 15:06:39         """
07-Apr-2025 15:06:39         sys.audit("shutil.copytree", src, dst)
07-Apr-2025 15:06:39 >       with os.scandir(src) as itr:
07-Apr-2025 15:06:39 E       FileNotFoundError: [Errno 2] No such file or directory: 'alma_ephemobj_icrs.ms/FIELD/EPHEM0_Uranus_57362.91000000.tab'
07-Apr-2025 15:06:39
07-Apr-2025 15:06:39 /usr/local/lib/python3.10/shutil.py:554: FileNotFoundError
07-Apr-2025 15:06:39 ----------------------------- Captured stderr call -----------------------------
07-Apr-2025 15:06:39 2025-04-07 19:06:40        SEVERE        SynthesisUtilMethods::adviseChanSel::MPIServer-3        Caught exception: Table file /home/casatest/casa6/casatestutils/nosedir/test_tool_synthesisutils/alma_ephemobj_icrs.ms/table.dat does not exist
07-Apr-2025 15:06:39 --------------------------- Captured stderr teardown ---------------------------
07-Apr-2025 15:06:39 2025-04-07 19:06:40        INFO        name::::MPIServer-3        No table opened.
07-Apr-2025 15:06:39 2025-04-07 19:06:40        INFO        name::::MPIServer-3        No table opened.
07-Apr-2025 15:06:39 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_tool_synthesisutils.xml -
07-Apr-2025 15:06:39 =========================== short test summary info ============================
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::fitpsfbeam_test::test_mfs - FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::fitpsfbeam_test::test_mfs_largerpsfcutoff - FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::fitpsfbeam_test::test_mfs_wrong_nterms - FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::fitpsfbeam_test::test_mfs_wrong_psfcutoff - FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::fitpsfbeam_test::test_mtmfs_nterms2 - FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::advisechansel_test::test_advisechanelsel_datasel - RuntimeError: Table twhya.short.ms/OBSERVATION does not exist
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::advisechansel_test::test_advisechanelsel_datasel_ephem - FileNotFoundError: [Errno 2] No such file or directory: 'alma_ephemobj_icrs...
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::advisechansel_test::test_su_adivsechanel_defaults - shutil.Error: [('/opt/casa/data/casatestdata/unittest/synthesisutils/twhya....
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::advisechansel_test::test_su_adivsechansel_getfreqrange - KeyError: 'freqstart'
07-Apr-2025 15:06:39 FAILED ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::advisechansel_test::test_su_advisechansel_getfreqrange_ephem - FileNotFoundError: [Errno 2] No such file or directory: 'alma_ephemobj_icrs...
07-Apr-2025 15:06:39 ERROR ../../../casatools/tests/tools/synthesisutils/test_tool_synthesisutils.py::advisechansel_test::test_advisechanelsel_datasel - OSError: [Errno 39] Directory not empty: 'twhya.short.ms'
07-Apr-2025 15:06:39 ==================== 10 failed, 3 passed, 1 error in 22.75s ====================
07-Apr-2025 15:06:41 --------------------------------------------------------------------------
07-Apr-2025 15:06:41 prterun detected that one or more processes exited with non-zero status,
07-Apr-2025 15:06:41 thus causing the job to be terminated. The first process to do so was:
07-Apr-2025 15:06:41
07-Apr-2025 15:06:41    Process name: [prterun-c44d217abbe7-1760@1,3] Exit code:    1
07-Apr-2025 15:06:41 --------------------------------------------------------------------------
07-Apr-2025 15:06:41 ============================= test session starts ==============================
07-Apr-2025 15:06:41 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:41 cachedir: .pytest_cache
07-Apr-2025 15:06:41 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:41 configfile: pyproject.toml
07-Apr-2025 15:06:41 collecting ... ============================= test session starts ==============================
07-Apr-2025 15:06:41 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:41 cachedir: .pytest_cache
07-Apr-2025 15:06:41 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:41 configfile: pyproject.toml
07-Apr-2025 15:06:41 collecting ... ============================= test session starts ==============================
07-Apr-2025 15:06:41 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:41 cachedir: .pytest_cache
07-Apr-2025 15:06:41 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:41 configfile: pyproject.toml
07-Apr-2025 15:06:41 collecting ... ============================= test session starts ==============================
07-Apr-2025 15:06:41 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:41 cachedir: .pytest_cache
07-Apr-2025 15:06:41 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:41 configfile: pyproject.toml
07-Apr-2025 15:06:42 collecting ...
07-Apr-2025 15:06:42 collected 13 items                                                             
07-Apr-2025 15:06:42
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_consistency PASSED [  7%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_element_match PASSED [ 15%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_errors PASSED [ 23%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_values PASSED [ 30%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_all_rows PASSED [ 38%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_exclude PASSED [ 46%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_include PASSED [ 53%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_get PASSED [ 61%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_put PASSED [ 69%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_shape
07-Apr-2025 15:06:42 collecting 0 items                                                             
07-Apr-2025 15:06:42 collected 13 items                                                             
07-Apr-2025 15:06:42
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_consistency PASSED [ 76%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_some_rows
07-Apr-2025 15:06:42 collecting 0 items                                                             
07-Apr-2025 15:06:42 collected 13 items                                                             
07-Apr-2025 15:06:42
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_consistency PASSED [  7%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_element_match PASSED [ 84%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_exceptions PASSED [  7%]
07-Apr-2025 15:06:42 collecting 0 items                                                             
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_element_match
07-Apr-2025 15:06:42 collected 13 items                                                             
07-Apr-2025 15:06:42
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_consistency PASSED [ 15%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_errors PASSED [ 23%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_values PASSED [  7%]PASSED [ 15%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_element_match
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_errors PASSED [ 30%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_all_rows PASSED [ 23%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_values PASSED [ 15%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_errors PASSED [ 23%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableGetcoliterTest::test_values PASSED [ 30%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_all_rows PASSED [ 30%]PASSED [ 38%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_exclude
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_all_rows PASSED [ 46%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_include PASSED [ 53%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_get PASSED [ 38%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_exclude PASSED [ 38%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_exclude PASSED [ 61%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_put PASSED [ 46%]PASSED [ 46%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_include
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_columnnames_include PASSED [ 53%]
07-Apr-2025 15:06:42 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_get PASSED [ 53%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_get PASSED [ 61%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_put PASSED [ 61%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_put PASSED [ 69%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_shape PASSED [ 69%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_shape PASSED [ 69%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_shape PASSED [ 76%]PASSED [ 76%]PASSED [ 76%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_some_rows
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_some_rows
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::TableRowTest::test_some_rows PASSED [ 84%]PASSED [ 84%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_exceptions PASSED [ 84%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_exceptions
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_exceptions FAILED [ 92%]FAILED [ 92%]
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_getcellslice
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_getcellslice FAILED [ 92%]FAILED [100%]
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 =================================== FAILURES ===================================
07-Apr-2025 15:06:43 ___________________ table_getcellslice_test.test_exceptions ____________________
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 self = <test_tool_table.table_getcellslice_test testMethod=test_exceptions>
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43     def test_exceptions(self):
07-Apr-2025 15:06:43         """Test various exception cases"""
07-Apr-2025 15:06:43 >       self.ia.fromarray(self.myim, self.arr)
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py:218:
07-Apr-2025 15:06:43 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
07-Apr-2025 15:06:43 ../../../../venv/lib/python3.10/site-packages/casatools/image.py:391: in fromarray
07-Apr-2025 15:06:43     return self._swigobj.fromarray(outfile, pixels, csys, linear, overwrite, log, type)
07-Apr-2025 15:06:43 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 self = <casatools.__casac__.image.image; proxy of <Swig Object of type 'casac::image *' at 0x7fc68b343870> >
07-Apr-2025 15:06:43 args = ('tmp.im', array([[ 1,  2,  3,  4],
07-Apr-2025 15:06:43        [ 5,  6,  7,  8],
07-Apr-2025 15:06:43        [ 9, 12, 11, 12]]), {}, False, False, True, ...)
07-Apr-2025 15:06:43 kwargs = {}
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43     def fromarray(self, *args, **kwargs):
07-Apr-2025 15:06:43         """
07-Apr-2025 15:06:43         fromarray(self, _outfile, _pixels, _csys, _linear, _overwrite, _log, _type) -> bool
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Summary:
07-Apr-2025 15:06:43             Construct a casa image from a numerical numpy array
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Description:
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         This application converts a numerical numpy array of any size and dimensionality
07-Apr-2025 15:06:43         into a CASA image. It will create float, double, complex-float, and complex-double
07-Apr-2025 15:06:43         valued images.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The image analysis tool on which this method is called will reference the created
07-Apr-2025 15:06:43         image; if this tool referenced another image before this call, that image will no
07-Apr-2025 15:06:43         longer be referenced by the tool after the creation of the new image. If you
07-Apr-2025 15:06:43         would rather have a new image analysis tool returned, keeping the one on which
07-Apr-2025 15:06:43         this method is called unaltered, use newimagefromarray() instead. If outfile is
07-Apr-2025 15:06:43         specified, a persistent image is written to disk, if not, the image tool on
07-Apr-2025 15:06:43         which this method was called will reference a temporary image (either in memory
07-Apr-2025 15:06:43         or on disk, depending on its size) that will be deleted when the tool is closed.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The type parameter controls the data type/precision of the pixel values of the
07-Apr-2025 15:06:43         created image. 'f' indicates that float precision point (32 bit precision) pixel
07-Apr-2025 15:06:43         values should be writted. 'd' indicates that double precision (64 bit precision)
07-Apr-2025 15:06:43         pixel values should be written. If the input array has complex (as opposed to
07-Apr-2025 15:06:43         real) values, then complex pixel values, with each of the real and imaginary
07-Apr-2025 15:06:43         parts having the specified precision, will be written. Array values will be cast
07-Apr-2025 15:06:43         automatically to the specified precision, so that the precision of the input
07-Apr-2025 15:06:43         array values may be increased, decreased, or unchanged depending on the input
07-Apr-2025 15:06:43         array type.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The coordinate system, provided as a a dictionary (use eg, cs.torecord() to do
07-Apr-2025 15:06:43         that), is optional. If specified, it must have the same number of dimensions
07-Apr-2025 15:06:43         as the pixels array. Call the naxes() method on the coordinate system tool to
07-Apr-2025 15:06:43         see how many dimensions the coordinate system has. A coordinate system can be
07-Apr-2025 15:06:43         created from scratch using the coordinate system (cs) tool and methods therein,
07-Apr-2025 15:06:43         but often users prefer to use a coordinate system from an already existing image.
07-Apr-2025 15:06:43         This can be gotten using ia.coordsys() which returns a coordinate system tool.
07-Apr-2025 15:06:43         A torecord() call on that tool will result in a python dictionary describing
07-Apr-2025 15:06:43         the coordinate system which is the necessary format for the csys input parameter
07-Apr-2025 15:06:43         of ia.fromarray().
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         If csys is not specified, a default coordinate system will be created. If
07-Apr-2025 15:06:43         linear=False (the default), the created coordinate system will have standard
07-Apr-2025 15:06:43         RA/DEC/Stokes/Spectral Coordinate axes depending upon the shape of the pixels
07-Apr-2025 15:06:43         array (Stokes axis must be no longer than 4 pixels and the spectral axis may
07-Apr-2025 15:06:43         precede the Stokes axis if eg, shape=[64,64,32,4]. Extra dimensions are given
07-Apr-2025 15:06:43         linear coordinates.  If linear=True, then all the resulting coordinates
07-Apr-2025 15:06:43         are linear with the axes represent lengths. In this case each axis will have a
07-Apr-2025 15:06:43         value of 0.0 at its center pixel. The increment of each axis will be 1.0 km.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The method returns True if creation of the image was successful, False otherwise,
07-Apr-2025 15:06:43         so a check can be made programmatically if the image creation was successful.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Input Parameters:
07-Apr-2025 15:06:43             outfile                   Output image file name.  Default is unset.
07-Apr-2025 15:06:43             pixels                    Numeric array
07-Apr-2025 15:06:43             csys                      Coordinate System. Default is to construct an appropriate coordinate system given the array shape.
07-Apr-2025 15:06:43             linear                    Make a linear Coordinate System if csys not given
07-Apr-2025 15:06:43             overwrite                 Overwrite the output image if it already exists?
07-Apr-2025 15:06:43             log                       Write image creation messages to logger
07-Apr-2025 15:06:43             type                      Pixel data type to write. 'f' (float precision) or 'd' (double precision)
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Example:
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         # make an image with a default RA/Dec/Stokes/Frequency coordinate system
07-Apr-2025 15:06:43         # having all pixels set to 2.5.
07-Apr-2025 15:06:43         ary = ia.makearray(v=2.5, shape=[64, 64, 4, 128])
07-Apr-2025 15:06:43         # the ia tool does not need to reference an image in this case (ie open()
07-Apr-2025 15:06:43         # need not have been called), if it does reference another image, that reference
07-Apr-2025 15:06:43         # will be lost and replaced with a reference to the newly created image.
07-Apr-2025 15:06:43         res = ia.fromarray(outfile='test.data', pixels=ary, overwrite=true)
07-Apr-2025 15:06:43         if res:
07-Apr-2025 15:06:43         # perform operations on the newly created image if desired and make sure
07-Apr-2025 15:06:43         # to close it when done to free up system resources (eg memory)
07-Apr-2025 15:06:43         ia.shape()
07-Apr-2025 15:06:43         ia.done()
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         # create an image using the coordinate system from another image
07-Apr-2025 15:06:43         ia.open('myexistingimage.im')
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         mycs = ia.coordsys()
07-Apr-2025 15:06:43         # the number of dimensions in the array and the coordinate system must
07-Apr-2025 15:06:43         # be the same. For this example to work, mycs.naxes() must return 4.
07-Apr-2025 15:06:43         ia.done()
07-Apr-2025 15:06:43         ary = ia.makearray(v=2.5, shape=[64, 64, 4, 128])
07-Apr-2025 15:06:43         res = ia.fromarray(pixels=ary, csys=mycs.torecord())
07-Apr-2025 15:06:43         mycs.done()
07-Apr-2025 15:06:43         if (res):
07-Apr-2025 15:06:43         # do things with the newly created temporary image before closing it
07-Apr-2025 15:06:43         ia.shape()
07-Apr-2025 15:06:43         ia.done()
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         --------------------------------------------------------------------------------
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         """
07-Apr-2025 15:06:43 >       return _image.image_fromarray(self, *args, **kwargs)
07-Apr-2025 15:06:43 E       RuntimeError: Exception: File tmp.im exists, and the user does not want to remove it..
07-Apr-2025 15:06:43 E       ... thrown by static void casa::ImageFactory::_checkOutfile(const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 594
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 ../../../../venv/lib/python3.10/site-packages/casatools/__casac__/image.py:860: RuntimeError
07-Apr-2025 15:06:43 ----------------------------- Captured stderr call -----------------------------
07-Apr-2025 15:06:43 2025-04-07 19:06:44        SEVERE        image::_fromarray        Exception Reported: Exception: File tmp.im exists, and the user does not want to remove it..
07-Apr-2025 15:06:43 2025-04-07 19:06:44        SEVERE        image::_fromarray+        ... thrown by static void casa::ImageFactory::_checkOutfile(const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 594
07-Apr-2025 15:06:43 2025-04-07 19:06:44        INFO        name::        No table opened.
07-Apr-2025 15:06:43 2025-04-07 19:06:44        INFO        name::        No table opened.
07-Apr-2025 15:06:43 __________________ table_getcellslice_test.test_getcellslice ___________________
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 self = <test_tool_table.table_getcellslice_test testMethod=test_getcellslice>
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43     def test_getcellslice(self):
07-Apr-2025 15:06:43         """tests for valid inputs"""
07-Apr-2025 15:06:43 >       self.ia.fromarray(self.myim, self.arr)
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 ../../../casatools/tests/tools/table/test_tool_table.py:323:
07-Apr-2025 15:06:43 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
07-Apr-2025 15:06:43 ../../../../venv/lib/python3.10/site-packages/casatools/image.py:391: in fromarray
07-Apr-2025 15:06:43     return self._swigobj.fromarray(outfile, pixels, csys, linear, overwrite, log, type)
07-Apr-2025 15:06:43 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 self = <casatools.__casac__.image.image; proxy of <Swig Object of type 'casac::image *' at 0x7fc6a2330390> >
07-Apr-2025 15:06:43 args = ('tmp.im', array([[ 1,  2,  3,  4],
07-Apr-2025 15:06:43        [ 5,  6,  7,  8],
07-Apr-2025 15:06:43        [ 9, 12, 11, 12]]), {}, False, False, True, ...)
07-Apr-2025 15:06:43 kwargs = {}
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43     def fromarray(self, *args, **kwargs):
07-Apr-2025 15:06:43         """
07-Apr-2025 15:06:43         fromarray(self, _outfile, _pixels, _csys, _linear, _overwrite, _log, _type) -> bool
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Summary:
07-Apr-2025 15:06:43             Construct a casa image from a numerical numpy array
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Description:
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         This application converts a numerical numpy array of any size and dimensionality
07-Apr-2025 15:06:43         into a CASA image. It will create float, double, complex-float, and complex-double
07-Apr-2025 15:06:43         valued images.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The image analysis tool on which this method is called will reference the created
07-Apr-2025 15:06:43         image; if this tool referenced another image before this call, that image will no
07-Apr-2025 15:06:43         longer be referenced by the tool after the creation of the new image. If you
07-Apr-2025 15:06:43         would rather have a new image analysis tool returned, keeping the one on which
07-Apr-2025 15:06:43         this method is called unaltered, use newimagefromarray() instead. If outfile is
07-Apr-2025 15:06:43         specified, a persistent image is written to disk, if not, the image tool on
07-Apr-2025 15:06:43         which this method was called will reference a temporary image (either in memory
07-Apr-2025 15:06:43         or on disk, depending on its size) that will be deleted when the tool is closed.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The type parameter controls the data type/precision of the pixel values of the
07-Apr-2025 15:06:43         created image. 'f' indicates that float precision point (32 bit precision) pixel
07-Apr-2025 15:06:43         values should be writted. 'd' indicates that double precision (64 bit precision)
07-Apr-2025 15:06:43         pixel values should be written. If the input array has complex (as opposed to
07-Apr-2025 15:06:43         real) values, then complex pixel values, with each of the real and imaginary
07-Apr-2025 15:06:43         parts having the specified precision, will be written. Array values will be cast
07-Apr-2025 15:06:43         automatically to the specified precision, so that the precision of the input
07-Apr-2025 15:06:43         array values may be increased, decreased, or unchanged depending on the input
07-Apr-2025 15:06:43         array type.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The coordinate system, provided as a a dictionary (use eg, cs.torecord() to do
07-Apr-2025 15:06:43         that), is optional. If specified, it must have the same number of dimensions
07-Apr-2025 15:06:43         as the pixels array. Call the naxes() method on the coordinate system tool to
07-Apr-2025 15:06:43         see how many dimensions the coordinate system has. A coordinate system can be
07-Apr-2025 15:06:43         created from scratch using the coordinate system (cs) tool and methods therein,
07-Apr-2025 15:06:43         but often users prefer to use a coordinate system from an already existing image.
07-Apr-2025 15:06:43         This can be gotten using ia.coordsys() which returns a coordinate system tool.
07-Apr-2025 15:06:43         A torecord() call on that tool will result in a python dictionary describing
07-Apr-2025 15:06:43         the coordinate system which is the necessary format for the csys input parameter
07-Apr-2025 15:06:43         of ia.fromarray().
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         If csys is not specified, a default coordinate system will be created. If
07-Apr-2025 15:06:43         linear=False (the default), the created coordinate system will have standard
07-Apr-2025 15:06:43         RA/DEC/Stokes/Spectral Coordinate axes depending upon the shape of the pixels
07-Apr-2025 15:06:43         array (Stokes axis must be no longer than 4 pixels and the spectral axis may
07-Apr-2025 15:06:43         precede the Stokes axis if eg, shape=[64,64,32,4]. Extra dimensions are given
07-Apr-2025 15:06:43         linear coordinates.  If linear=True, then all the resulting coordinates
07-Apr-2025 15:06:43         are linear with the axes represent lengths. In this case each axis will have a
07-Apr-2025 15:06:43         value of 0.0 at its center pixel. The increment of each axis will be 1.0 km.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         The method returns True if creation of the image was successful, False otherwise,
07-Apr-2025 15:06:43         so a check can be made programmatically if the image creation was successful.
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Input Parameters:
07-Apr-2025 15:06:43             outfile                   Output image file name.  Default is unset.
07-Apr-2025 15:06:43             pixels                    Numeric array
07-Apr-2025 15:06:43             csys                      Coordinate System. Default is to construct an appropriate coordinate system given the array shape.
07-Apr-2025 15:06:43             linear                    Make a linear Coordinate System if csys not given
07-Apr-2025 15:06:43             overwrite                 Overwrite the output image if it already exists?
07-Apr-2025 15:06:43             log                       Write image creation messages to logger
07-Apr-2025 15:06:43             type                      Pixel data type to write. 'f' (float precision) or 'd' (double precision)
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         Example:
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         # make an image with a default RA/Dec/Stokes/Frequency coordinate system
07-Apr-2025 15:06:43         # having all pixels set to 2.5.
07-Apr-2025 15:06:43         ary = ia.makearray(v=2.5, shape=[64, 64, 4, 128])
07-Apr-2025 15:06:43         # the ia tool does not need to reference an image in this case (ie open()
07-Apr-2025 15:06:43         # need not have been called), if it does reference another image, that reference
07-Apr-2025 15:06:43         # will be lost and replaced with a reference to the newly created image.
07-Apr-2025 15:06:43         res = ia.fromarray(outfile='test.data', pixels=ary, overwrite=true)
07-Apr-2025 15:06:43         if res:
07-Apr-2025 15:06:43         # perform operations on the newly created image if desired and make sure
07-Apr-2025 15:06:43         # to close it when done to free up system resources (eg memory)
07-Apr-2025 15:06:43         ia.shape()
07-Apr-2025 15:06:43         ia.done()
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         # create an image using the coordinate system from another image
07-Apr-2025 15:06:43         ia.open('myexistingimage.im')
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         mycs = ia.coordsys()
07-Apr-2025 15:06:43         # the number of dimensions in the array and the coordinate system must
07-Apr-2025 15:06:43         # be the same. For this example to work, mycs.naxes() must return 4.
07-Apr-2025 15:06:43         ia.done()
07-Apr-2025 15:06:43         ary = ia.makearray(v=2.5, shape=[64, 64, 4, 128])
07-Apr-2025 15:06:43         res = ia.fromarray(pixels=ary, csys=mycs.torecord())
07-Apr-2025 15:06:43         mycs.done()
07-Apr-2025 15:06:43         if (res):
07-Apr-2025 15:06:43         # do things with the newly created temporary image before closing it
07-Apr-2025 15:06:43         ia.shape()
07-Apr-2025 15:06:43         ia.done()
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         --------------------------------------------------------------------------------
07-Apr-2025 15:06:43    
07-Apr-2025 15:06:43         """
07-Apr-2025 15:06:43 >       return _image.image_fromarray(self, *args, **kwargs)
07-Apr-2025 15:06:43 E       RuntimeError: Directory::create error on /home/casatest/casa6/casatestutils/nosedir/test_tool_table/tmp.im: File exists
07-Apr-2025 15:06:43
07-Apr-2025 15:06:43 ../../../../venv/lib/python3.10/site-packages/casatools/__casac__/image.py:860: RuntimeError
07-Apr-2025 15:06:43 ----------------------------- Captured stderr call -----------------------------
07-Apr-2025 15:06:43 2025-04-07 19:06:44        SEVERE        image::_fromarray        Exception Reported: Directory::create error on /home/casatest/casa6/casatestutils/nosedir/test_tool_table/tmp.im: File exists
07-Apr-2025 15:06:43 2025-04-07 19:06:44        INFO        name::        No table opened.
07-Apr-2025 15:06:43 2025-04-07 19:06:44        INFO        name::        No table opened.
07-Apr-2025 15:06:43 - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_tool_table.xml -
07-Apr-2025 15:06:43 =========================== short test summary info ============================
07-Apr-2025 15:06:43 FAILED ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_exceptions - RuntimeError: Exception: File tmp.im exists, and the user does not want to ...
07-Apr-2025 15:06:43 FAILED ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_getcellslice - RuntimeError: Directory::create error on /home/casatest/casa6/casatestutils...
07-Apr-2025 15:06:43 ========================= 2 failed, 11 passed in 2.04s =========================
07-Apr-2025 15:06:43
07-Apr-2025 15:06:44 --------------------------------------------------------------------------
07-Apr-2025 15:06:44 prterun detected that one or more processes exited with non-zero status,
07-Apr-2025 15:06:44 thus causing the job to be terminated. The first process to do so was:
07-Apr-2025 15:06:44
07-Apr-2025 15:06:44    Process name: [prterun-c44d217abbe7-1785@1,0] Exit code:    1
07-Apr-2025 15:06:44 --------------------------------------------------------------------------
07-Apr-2025 15:06:44 ../../../casatools/tests/tools/table/test_tool_table.py::table_getcellslice_test::test_getcellslice ============================= test session starts ==============================
07-Apr-2025 15:06:44 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:44 cachedir: .pytest_cache
07-Apr-2025 15:06:44 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:44 configfile: pyproject.toml
07-Apr-2025 15:06:44 collecting ... ============================= test session starts ==============================
07-Apr-2025 15:06:44 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:44 cachedir: .pytest_cache
07-Apr-2025 15:06:44 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:44 configfile: pyproject.toml
07-Apr-2025 15:06:44 collecting ... ============================= test session starts ==============================
07-Apr-2025 15:06:44 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:44 cachedir: .pytest_cache
07-Apr-2025 15:06:44 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:44 configfile: pyproject.toml
07-Apr-2025 15:06:44 collecting ... ============================= test session starts ==============================
07-Apr-2025 15:06:44 platform linux -- Python 3.10.1, pytest-8.3.5, pluggy-1.5.0 -- /home/casatest/venv/bin/python
07-Apr-2025 15:06:44 cachedir: .pytest_cache
07-Apr-2025 15:06:44 rootdir: /home/casatest/casa6/casatools
07-Apr-2025 15:06:44 configfile: pyproject.toml
07-Apr-2025 15:06:45 collecting ...
07-Apr-2025 15:06:45 collected 17 items                                                             
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test0
07-Apr-2025 15:06:45 collected 17 items                                                             
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test0 PASSED [  5%]PASSED [  5%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test1
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test1
07-Apr-2025 15:06:45 collected 17 items                                                             
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test0 PASSED [ 11%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test10 PASSED [ 11%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test10 PASSED [  5%]PASSED [ 17%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test11
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test1 PASSED [ 17%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test11 PASSED [ 23%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test12 PASSED [ 23%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test12
07-Apr-2025 15:06:45 collected 17 items                                                             
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test0 PASSED [ 29%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test13 PASSED [  5%]PASSED [ 29%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test13
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test1 PASSED [ 11%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test10 PASSED [ 17%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test11 PASSED [ 23%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test12 PASSED [ 11%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test10 PASSED [ 29%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test13 PASSED [ 17%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test11 PASSED [ 23%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test12 PASSED [ 29%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test13 FAILED [ 35%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test14 PASSED [ 35%]
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test14 FAILED [ 35%]
07-Apr-2025 15:06:45 Fatal Python error: Aborted
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 Current thread 0x00007f79e9ce9740 (most recent call first):
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/casatools/__casac__/vpmanager.py", line 762 in createantresp
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/casatools/vpmanager.py", line 209 in createantresp
07-Apr-2025 15:06:45   File "/home/casatest/casa6/casatools/tests/tools/vpmanager/test_tool_vpmanager.py", line 387 in test14
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/unittest/case.py", line 549 in _callTestMethod
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/unittest/case.py", line 591 in run
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/unittest/case.py", line 650 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/unittest.py", line 351 in runtest
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 174 in pytest_runtest_call
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 242 in <lambda>
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 341 in from_call
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 241 in call_and_report
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 132 in runtestprotocol
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 113 in pytest_runtest_protocol
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 362 in pytest_runtestloop
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 337 in _main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 283 in wrap_session
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 330 in pytest_cmdline_main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/config/__init__.py", line 175 in main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/config/__init__.py", line 201 in console_main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pytest/__main__.py", line 9 in <module>
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/runpy.py", line 86 in _run_code
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/runpy.py", line 196 in _run_module_as_main
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 Extension modules: numpy._core._multiarray_umath, numpy.linalg._umath_linalg, casatools.__casac__._image, casatools.__casac__._coordsys, casatools.__casac__._componentlist, casatools.__casac__._logsink, casatools.__casac__._synthesisutils, casatools.__casac__._synthesisimstore, casatools.__casac__._synthesisnormalizer, casatools.__casac__._calanalysis, casatools.__casac__._mstransformer, casatools.__casac__._calibrater, casatools.__casac__._functional, casatools.__casac__._table, casatools.__casac__._tablerow, casatools.__casac__._measures, casatools.__casac__._imagepol, casatools.__casac__._simulator, casatools.__casac__._sdm, casatools.__casac__._miriadfiller, casatools.__casac__._ms, casatools.__casac__._msmetadata, casatools.__casac__._vpmanager, casatools.__casac__._wvr, casatools.__casac__._synthesisdeconvolver, casatools.__casac__._vlafiller, casatools.__casac__._sakura, casatools.__casac__._linearmosaic, casatools.__casac__._iterbotsink, casatools.__casac__._sidebandseparator, casatools.__casac__._imagemetadata, casatools.__casac__._atcafiller, casatools.__casac__._agentflagger, casatools.__casac__._synthesismaskhandler, casatools.__casac__._regionmanager, casatools.__casac__._imager, casatools.__casac__._singledishms, casatools.__casac__._atmosphere, casatools.__casac__._quanta, casatools.__casac__._synthesisimager, casatools.__casac__._spectralline, casatools.__casac__._utils (total: 42)
07-Apr-2025 15:06:45 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test14 Fatal Python error: Aborted
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 Current thread 0x00007f5f9f35c740 (most recent call first):
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/casatools/__casac__/vpmanager.py", line 762 in createantresp
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/casatools/vpmanager.py", line 209 in createantresp
07-Apr-2025 15:06:45   File "/home/casatest/casa6/casatools/tests/tools/vpmanager/test_tool_vpmanager.py", line 387 in test14
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/unittest/case.py", line 549 in _callTestMethod
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/unittest/case.py", line 591 in run
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/unittest/case.py", line 650 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/unittest.py", line 351 in runtest
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 174 in pytest_runtest_call
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 242 in <lambda>
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 341 in from_call
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 241 in call_and_report
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 132 in runtestprotocol
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/runner.py", line 113 in pytest_runtest_protocol
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 362 in pytest_runtestloop
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 337 in _main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 283 in wrap_session
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/main.py", line 330 in pytest_cmdline_main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_callers.py", line 103 in _multicall
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_manager.py", line 120 in _hookexec
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pluggy/_hooks.py", line 513 in __call__
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/config/__init__.py", line 175 in main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/_pytest/config/__init__.py", line 201 in console_main
07-Apr-2025 15:06:45   File "/home/casatest/venv/lib/python3.10/site-packages/pytest/__main__.py", line 9 in <module>
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/runpy.py", line 86 in _run_code
07-Apr-2025 15:06:45   File "/usr/local/lib/python3.10/runpy.py", line 196 in _run_module_as_main
07-Apr-2025 15:06:45
07-Apr-2025 15:06:45 Extension modules: numpy._core._multiarray_umath, numpy.linalg._umath_linalg, casatools.__casac__._image, casatools.__casac__._coordsys, casatools.__casac__._componentlist, casatools.__casac__._logsink, casatools.__casac__._synthesisutils, casatools.__casac__._synthesisimstore, casatools.__casac__._synthesisnormalizer, casatools.__casac__._calanalysis, casatools.__casac__._mstransformer, casatools.__casac__._calibrater, casatools.__casac__._functional, casatools.__casac__._table, casatools.__casac__._tablerow, casatools.__casac__._measures, casatools.__casac__._imagepol, casatools.__casac__._simulator, casatools.__casac__._sdm, casatools.__casac__._miriadfiller, casatools.__casac__._ms, casatools.__casac__._msmetadata, casatools.__casac__._vpmanager, casatools.__casac__._wvr, casatools.__casac__._synthesisdeconvolver, casatools.__casac__._vlafiller, casatools.__casac__._sakura, casatools.__casac__._linearmosaic, casatools.__casac__._iterbotsink, casatools.__casac__._sidebandseparator, casatools.__casac__._imagemetadata, casatools.__casac__._atcafiller, casatools.__casac__._agentflagger, casatools.__casac__._synthesismaskhandler, casatools.__casac__._regionmanager, casatools.__casac__._imager, casatools.__casac__._singledishms, casatools.__casac__._atmosphere, casatools.__casac__._quanta, casatools.__casac__._synthesisimager, casatools.__casac__._spectralline, casatools.__casac__._utils (total: 42)
07-Apr-2025 15:06:45 FAILED [ 35%]
07-Apr-2025 15:06:46 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test14 FAILED [ 41%]
07-Apr-2025 15:06:46 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test15 PASSED [ 47%]
07-Apr-2025 15:06:51 --------------------------------------------------------------------------
07-Apr-2025 15:06:51 prterun noticed that process rank 3 with PID 1816 on node c44d217abbe7 exited on
07-Apr-2025 15:06:51 signal 6 (Aborted).
07-Apr-2025 15:06:51 --------------------------------------------------------------------------
07-Apr-2025 15:06:52 ../../../casatools/tests/tools/vpmanager/test_tool_vpmanager.py::vpmanager_test::test16 total 180212
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci 15001     58520 Apr  7 18:51 casampi-0.5.6-py3-none-any.whl
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci 15001   1856310 Apr  7 18:51 casatasks-6.7.2.10-py3-none-any.whl
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci 15001    135132 Apr  7 18:51 casatestutils-6.7.2.10-py3-none-any.whl
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci 15001 182046624 Apr  7 18:51 casatools-6.7.2.10-cp310-cp310-manylinux_2_28_x86_64.whl
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root        944 Apr  7 19:06 requirements.txt
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root       6539 Apr  7 19:06 test_tool_calanalysis.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      51832 Apr  7 19:06 test_tool_calibrater.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root       8501 Apr  7 19:06 test_tool_componentlist.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      12777 Apr  7 19:06 test_tool_coordsys.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root       6817 Apr  7 19:06 test_tool_image_deviation.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      25047 Apr  7 19:06 test_tool_image_pbcor.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      14751 Apr  7 19:06 test_tool_image_transpose.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root        714 Apr  7 19:06 test_tool_logsink.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root        577 Apr  7 19:06 test_tool_measures.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root       2950 Apr  7 19:06 test_tool_ms_createmultims.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      27602 Apr  7 19:06 test_tool_ms_statwt.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root       4974 Apr  7 19:06 test_tool_msuvbinner.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root     116958 Apr  7 19:06 test_tool_ms.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root       1309 Apr  7 19:06 test_tool_quanta.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      31849 Apr  7 19:06 test_tool_regionmanager.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root       5758 Apr  7 19:06 test_tool_simulator.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      54055 Apr  7 19:06 test_tool_synthesisutils.xml
07-Apr-2025 15:06:52 -rw-r--r-- 1 casaci root      16104 Apr  7 19:06 test_tool_table.xml
07-Apr-2025 15:06:52
07-Apr-2025 15:06:52 Finished task 'Test wheel' with result: Success
07-Apr-2025 15:06:52 Starting task 'Inject is_641' of type 'com.atlassian.bamboo.plugins.bamboo-variable-inject-plugin:inject'
07-Apr-2025 15:06:52 Injected variable bamboo.inject.is_641=False in LOCAL scope
07-Apr-2025 15:06:52 Finished task 'Inject is_641' with result: Success
07-Apr-2025 15:06:52
Substituting variable: ${bamboo.planRepository.branchName} with master
07-Apr-2025 15:06:52 Starting task 'Tar work directory' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
07-Apr-2025 15:06:52
Beginning to execute external process for build 'CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 #18 (CASA-CMPI-TTOMML2R8P-18)'
... running command line:
/export/home/cbt-el7-9/bamboohome/temp/CASA-CMPI-TTOMML2R8P-18-ScriptBuildTask-2128998066371200403.sh
... in: /export/home/cbt-el7-9/bamboohome/xml-data/build-dir/CASA-CMPI-TTOMML2R8P
bamboo_planRepository_1_branch=master
bamboo_repository_130220063_branch_name=master
bamboo_planRepository_2_branch=master
bamboo_planRepository_1_branchDisplayName=master
bamboo_repository_revision_number=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_planRepository_3_type=bbserver
bamboo_twine_user=cwtadm
bamboo_repository_130220061_previous_revision_number=5d74a883b3b01b841e63b4fe9d6c03c6651ad4e7
bamboo_repository_130220061_branch_name=master
bamboo_repository_130220062_branch_name=master
bamboo_repository_130220063_name=MPI
bamboo_planRepository_3_revision=d4956eba1464877df11b9cadcf33952bab9c4dd3
bamboo_buildKey=CASA-CMPI-TTOMML2R8P
bamboo_repository_130220063_git_branch=master
bamboo_planRepository_3_branch=master
bamboo_planRepository_2_branchDisplayName=master
bamboo_capability_system_jdk_JDK_1_8_0_252=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-2.el7_8.x86_64
bamboo_shortJobName=Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10
bamboo_buildResultsUrl=https://open-bamboo.nrao.edu/browse/CASA-CMPI-TTOMML2R8P-18
bamboo_planRepository_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casampi.git
bamboo_capability_system_jdk_JDK_1_8_0_412=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64
bamboo_agentId=35356685
bamboo_dockerContainerNames=wheel-container-test
bamboo_build_commandline_com_atlassian_bamboo_plugins_bamboo_docker_plugin_task_docker_cli_6=/bin/docker run --volume /export/home/cbt-el7-9/bamboohome/xml-data/build-dir/CASA-CMPI-TTOMML2R8P/wheeldirectory:/wheeldirectory --volume /opt/casa/data:/opt/casa/data --detach -e PATH=/usr/share/Modules/bin:/usr/lib64/ccache:/opt/rh/gcc-toolset-11/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openmpi-casa/bin:/opt/openmpi-casa/5.0.1/bin/ -e MPI_HOME=/opt/openmpi-casa/5.0.1/ -e MPICC=/opt/openmpi-casa/5.0.1/bin/mpicc -e MYPP=/usr/local/lib/python3.10/site-packages/ -e MPIRUN=/opt/openmpi-casa/5.0.1/bin/mpirun --privileged --name wheel-container-test casa-docker.nrao.edu:5000/casabuild-manylinux_2_28_x86_64-cmake-py310-mpi5:1 tail -f /dev/null
bamboo_planRepository_revision=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_planRepository_previousRevision=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_repository_130220061_git_username=
bamboo_repository_130220062_git_username=
bamboo_capability_system_jdk_JDK_1_8_0_265=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.265.b01-1.el7_9.x86_64
bamboo_repository_branch_name=master
bamboo_repository_130220062_name=OPEN-CASA-PKG
bamboo_capability_system_jdk_JDK_1_8_0_262=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64
bamboo_repository_130220063_revision_number=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_planRepository_3_previousRevision=d4956eba1464877df11b9cadcf33952bab9c4dd3
bamboo_repository_130220062_previous_revision_number=d4956eba1464877df11b9cadcf33952bab9c4dd3
bamboo_dependenciesDisabled=false
bamboo_repository_130220062_git_branch=master
bamboo_planRepository_branch=master
bamboo_repository_130220061_name=OPEN-CASA
bamboo_capability_system_jdk_JDK_1_8_0_275=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.275.b01-0.el7_9.x86_64
bamboo_planRepository_3_branchName=master
bamboo_capability_system_jdk_JDK_1_8_0_272=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.272.b10-1.el7_9.x86_64
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=master
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el7_6.x86_64
bamboo_planRepository_3_name=OPEN-CASA-PKG
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_ManualBuildTriggerReason_userName=awells
bamboo_git_cache_directory=/export/home/cbt-el7-9/bamboohome/xml-data/build-dir/_git-repositories-cache
bamboo_planRepository_2_branchName=master
bamboo_capability_system_builder_node_Node_js=/usr/bin/node
bamboo_capability_system_builder_ant_Ant=/usr
bamboo_tmp_directory=/export/home/cbt-el7-9/bamboohome/temp
bamboo_planKey=CASA-CMPI
bamboo_planRepository_username=
bamboo_capability_system_jdk_JDK_1_8_0_282=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64
bamboo_planRepository_1_branchName=master
bamboo_capability_buildmachinetype=casa6pullrequest
bamboo_resultsUrl=https://open-bamboo.nrao.edu/browse/CASA-CMPI-TTOMML2R8P-18
bamboo_repository_130220063_git_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casampi.git
bamboo_build_working_directory=/export/home/cbt-el7-9/bamboohome/xml-data/build-dir/CASA-CMPI-TTOMML2R8P
bamboo_planRepository_1_name=MPI
bamboo_capability_system_jdk_JDK_1_8_0_292=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.292.b10-1.el7_9.x86_64
bamboo_shortPlanName=CMake MPI
bamboo_capability_hostname=cbt-el7-9.cv.nrao.edu
bamboo_planRepository_2_username=
bamboo_planRepository_name=MPI
bamboo_buildNumber=18
bamboo_repository_url=https://casa-pip.nrao.edu:443/repository/casa-test-wheel/
bamboo_repository_130220061_git_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casa.git
bamboo_ManualBuildTriggerReason_stageName=Default Stage
bamboo_planName=CASA - CMake MPI
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/export/home/cbt-el7-9/bamboohome/temp/CASA-CMPI-TTOMML2R8P-18-ScriptBuildTask-4576732375639376507.sh
bamboo_shortPlanKey=CMPI
bamboo_shortJobKey=TTOMML2R8P
bamboo_repository_130220063_git_username=
bamboo_planRepository_2_name=OPEN-CASA
bamboo_buildTimeStamp=2025-04-07T14:51:33.037-04:00
bamboo_repository_previous_revision_number=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_inject_is_641=False
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/export/home/cbt-el7-9/bamboohome/temp/CASA-CMPI-TTOMML2R8P-18-ScriptBuildTask-7359073259776957628.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/export/home/cbt-el7-9/bamboohome/temp/CASA-CMPI-TTOMML2R8P-18-ScriptBuildTask-7966615926031472531.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/export/home/cbt-el7-9/bamboohome/temp/CASA-CMPI-TTOMML2R8P-18-ScriptBuildTask-1426774415728745738.sh
bamboo_repository_130220061_revision_number=5d74a883b3b01b841e63b4fe9d6c03c6651ad4e7
bamboo_repository_git_branch=master
bamboo_buildResultKey=CASA-CMPI-TTOMML2R8P-18
bamboo_buildPlanName=CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10
bamboo_capability_system_jdk_JDK_1_8_0_222=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el7_6.x86_64
bamboo_repository_130220062_git_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casa-pkg.git
bamboo_planRepository_1_revision=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_repository_130220061_git_branch=master
bamboo_repository_130220063_previous_revision_number=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_capability_system_hg_executable=/bin/hg
bamboo_planRepository_3_username=
bamboo_twine_password=********
bamboo_repository_name=OPEN-CASA-PKG
bamboo_planRepository_2_previousRevision=5d74a883b3b01b841e63b4fe9d6c03c6651ad4e7
bamboo_buildFailed=false
bamboo_planRepository_3_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casa-pkg.git
bamboo_capability_system_docker_executable=/bin/docker
bamboo_agentWorkingDirectory=/export/home/cbt-el7-9/bamboohome/xml-data/build-dir
bamboo_planRepository_2_revision=5d74a883b3b01b841e63b4fe9d6c03c6651ad4e7
bamboo_capability_system_git_executable=/bin/git
bamboo_repository_git_username=
bamboo_capability_system_jdk_JDK_1_8_0_232=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
bamboo_planRepository_1_previousRevision=f0f781a7bc5276c154c274b55444223c69a7df0a
bamboo_capability_operating_system=EL7
bamboo_planRepository_branchDisplayName=master
bamboo_shortPlanBranchName=
bamboo_capability_project=CASA
bamboo_planRepository_2_type=bbserver
bamboo_capability_casa6docker=true
bamboo_plan_storageTag=plan-130056225
bamboo_repository_130220062_revision_number=d4956eba1464877df11b9cadcf33952bab9c4dd3
bamboo_planRepository_2_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casa.git
bamboo_repository_git_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casampi.git
bamboo_planRepository_3_branchDisplayName=master
bamboo_working_directory=/export/home/cbt-el7-9/bamboohome/xml-data/build-dir/CASA-CMPI-TTOMML2R8P
bamboo_RerunBuildTriggerReason_noOfRetries=1
bamboo_planRepository_1_repositoryUrl=ssh://git@open-bitbucket.nrao.edu:7999/casa/casampi.git
bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el7_6.x86_64
07-Apr-2025 15:06:52 Package working directory
07-Apr-2025 15:06:53 nosedir/
07-Apr-2025 15:06:53 nosedir/test_tool_ms/
07-Apr-2025 15:06:53 nosedir/test_tool_ms/casa-20250407-190425.log
07-Apr-2025 15:06:53 nosedir/test_tool_ms/casa-20250407-190426.log
07-Apr-2025 15:06:53 nosedir/test_tool_ms/core.1543
07-Apr-2025 15:07:00 nosedir/requirements.txt
07-Apr-2025 15:07:00 nosedir/test_tool_regionmanager/
07-Apr-2025 15:07:00 nosedir/test_tool_regionmanager/casa-20250407-190449.log
07-Apr-2025 15:07:00 nosedir/test_tool_regionmanager/core.1644
07-Apr-2025 15:07:22 nosedir/test_tool_regionmanager/core.1647
07-Apr-2025 15:07:45 nosedir/test_tool_image_deviation/
07-Apr-2025 15:07:45 nosedir/test_tool_image_deviation/core.1170
07-Apr-2025 15:07:47 nosedir/test_tool_image_deviation/core.1169
07-Apr-2025 15:07:49 nosedir/test_tool_image_deviation/mycirc.im/
07-Apr-2025 15:07:49 nosedir/test_tool_image_deviation/casa-20250407-190202.log
07-Apr-2025 15:07:50 nosedir/test_tool_agentflagger/
07-Apr-2025 15:07:50 nosedir/test_tool_agentflagger/core.843
07-Apr-2025 15:07:53 nosedir/test_tool_agentflagger/core.845
07-Apr-2025 15:07:55 nosedir/test_tool_agentflagger/casa-20250407-190105.log
07-Apr-2025 15:07:55 nosedir/test_tool_agentflagger/core.844
07-Apr-2025 15:07:57 nosedir/test_tool_linearmosaic/
07-Apr-2025 15:07:57 nosedir/test_tool_linearmosaic/core.1419
07-Apr-2025 15:08:00 nosedir/test_tool_linearmosaic/casa-20250407-190357.log
07-Apr-2025 15:08:00 nosedir/test_tool_linearmosaic/core.1417
07-Apr-2025 15:08:03 nosedir/test_tool_linearmosaic/linmos.fs.image/
07-Apr-2025 15:08:03 nosedir/test_tool_measures/
07-Apr-2025 15:08:03 nosedir/test_tool_measures/casa-20250407-190414.log
07-Apr-2025 15:08:03 nosedir/test_tool_logsink/
07-Apr-2025 15:08:03 nosedir/test_tool_logsink/casa-20250407-190413.log
07-Apr-2025 15:08:03 nosedir/test_tool_image_statistics/
07-Apr-2025 15:08:03 nosedir/test_tool_image_statistics/core.1343
07-Apr-2025 15:08:06 nosedir/test_tool_image_statistics/core.1345
07-Apr-2025 15:08:10 nosedir/test_tool_image_statistics/casa-20250407-190315.log
07-Apr-2025 15:08:10 nosedir/test_tool_image_statistics/fhtest.im/
07-Apr-2025 15:08:10 nosedir/test_tool_image_subimage/
07-Apr-2025 15:08:10 nosedir/test_tool_image_subimage/core.1367
07-Apr-2025 15:08:12 nosedir/test_tool_image_subimage/zz.im/
07-Apr-2025 15:08:12 nosedir/test_tool_image_subimage/keep.im/
07-Apr-2025 15:08:12 nosedir/test_tool_image_subimage/casa-20250407-190343.log
07-Apr-2025 15:08:12 nosedir/test_tool_image_subimage/core.1369
07-Apr-2025 15:08:14 nosedir/test_tool_imagepol/
07-Apr-2025 15:08:14 nosedir/test_tool_imagepol/casa-20250407-190140.log
07-Apr-2025 15:08:14 nosedir/test_tool_imagepol/pol_eq_beams.fits
07-Apr-2025 15:08:14 nosedir/test_tool_imagepol/core.1117
07-Apr-2025 15:08:17 nosedir/test_tool_imagepol/g/
07-Apr-2025 15:08:17 nosedir/test_tool_imagepol/g/mask0/
07-Apr-2025 15:08:17 nosedir/test_tool_imagepol/pol_neq_beams.fits
07-Apr-2025 15:08:17 nosedir/test_tool_imagepol/core.1119
07-Apr-2025 15:08:19 nosedir/test_tool_imagepol/core.1120
07-Apr-2025 15:08:21 nosedir/test_tool_sdm/
07-Apr-2025 15:08:21 nosedir/test_tool_sdm/casa-20250407-190555.log
07-Apr-2025 15:08:21 nosedir/test_tool_sdm/core.1671
07-Apr-2025 15:08:23 nosedir/test_tool_sdm/X_osro_013.55979.93803716435
07-Apr-2025 15:08:23 nosedir/test_tool_image_regrid/
07-Apr-2025 15:08:23 nosedir/test_tool_image_regrid/core.1320
07-Apr-2025 15:08:26 nosedir/test_tool_image_regrid/core.1317
07-Apr-2025 15:08:28 nosedir/test_tool_image_regrid/casa-20250407-190304.log
07-Apr-2025 15:08:28 nosedir/test_tool_image_regrid/first/
07-Apr-2025 15:08:28 nosedir/test_tool_image_regrid/core.1318
07-Apr-2025 15:08:31 nosedir/test_tool_image/
07-Apr-2025 15:08:31 nosedir/test_tool_image/core.1270
07-Apr-2025 15:08:33 nosedir/test_tool_image/core.1267
07-Apr-2025 15:08:36 nosedir/test_tool_image/casa-20250407-190231.log
07-Apr-2025 15:08:36 nosedir/test_tool_image/maskim/
07-Apr-2025 15:08:36 nosedir/test_tool_image/casa-20250407-190237.log
07-Apr-2025 15:08:36 nosedir/test_tool_image/core.1268
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/gaincaltest2.ms.G0/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/gaincaltest2.ms.G0/FIELD/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/gaincaltest2.ms.G0/SPECTRAL_WINDOW/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/gaincaltest2.ms.G0/OBSERVATION/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/gaincaltest2.ms.G0/HISTORY/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/gaincaltest2.ms.G0/ANTENNA/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/ngc5921.gcal/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/ngc5921.gcal/FIELD/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/ngc5921.gcal/SPECTRAL_WINDOW/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/ngc5921.gcal/HISTORY/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/ngc5921.gcal/ANTENNA/
07-Apr-2025 15:08:39 nosedir/test_tool_calibrater/casa-20250407-190135.log
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pbtest1_im.fits
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/CAS_5096template.im/
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/CAS_5096template.im/mask0/
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pb2_im.fits
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pb2_co.im/
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pb2_co.im/mask0/
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pbtest1_pb.fits
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/casa-20250407-190219.log
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pb2_pb.fits
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pbtest1_co1.fits
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pbtest1_co2.im/
07-Apr-2025 15:08:39 nosedir/test_tool_image_pbcor/pbtest1_co2.im/mask0/
07-Apr-2025 15:08:39 nosedir/test_tool_image_collapse/
07-Apr-2025 15:08:39 nosedir/test_tool_image_collapse/collapse_sum_1.fits
07-Apr-2025 15:08:39 nosedir/test_tool_image_collapse/collapse_in.fits
07-Apr-2025 15:08:39 nosedir/test_tool_image_collapse/core.1143
07-Apr-2025 15:08:41 nosedir/test_tool_image_collapse/core.1144
07-Apr-2025 15:08:44 nosedir/test_tool_image_collapse/test_3.im/
07-Apr-2025 15:08:44 nosedir/test_tool_image_collapse/core.1145
07-Apr-2025 15:08:46 nosedir/test_tool_image_collapse/casa-20250407-190155.log
07-Apr-2025 15:08:46 nosedir/test_tool_vpmanager/
07-Apr-2025 15:08:46 nosedir/test_tool_vpmanager/AntennaResponsesDesc.tabdsc
07-Apr-2025 15:08:46 nosedir/test_tool_vpmanager/core.1816
07-Apr-2025 15:08:48 nosedir/test_tool_vpmanager/casa-20250407-190645.log
07-Apr-2025 15:08:48 nosedir/test_tool_vpmanager/mydefs.tab/
07-Apr-2025 15:08:48 nosedir/test_tool_vpmanager/core.1813
07-Apr-2025 15:08:51 nosedir/test_tool_image_rebin/
07-Apr-2025 15:08:51 nosedir/test_tool_image_rebin/kjfasd.im/
07-Apr-2025 15:08:51 nosedir/test_tool_image_rebin/casa-20250407-190255.log
07-Apr-2025 15:08:51 nosedir/test_tool_image_rebin/core.1295
07-Apr-2025 15:08:53 nosedir/test_tool_image_rebin/core.1293
07-Apr-2025 15:08:56 nosedir/test_tool_msuvbinner/
07-Apr-2025 15:08:56 nosedir/test_tool_msuvbinner/casa-20250407-190447.log
07-Apr-2025 15:08:56 nosedir/test_tool_ms_createmultims/
07-Apr-2025 15:08:56 nosedir/test_tool_ms_createmultims/casa-20250407-190424.log
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/FIELD/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/FIELD/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/SPECTRAL_WINDOW/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/OBSERVATION/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/HISTORY/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/ANTENNA/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/SPECTRAL_WINDOW/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/OBSERVATION/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/HISTORY/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/ANTENNA/
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/casa-20250407-190125.log
07-Apr-2025 15:08:56 nosedir/test_tool_calanalysis/casa-20250407-190126.log
07-Apr-2025 15:08:56 nosedir/test_tool_componentlist/
07-Apr-2025 15:08:56 nosedir/test_tool_componentlist/casa-20250407-190137.log
07-Apr-2025 15:08:56 nosedir/test_tool_quanta/
07-Apr-2025 15:08:56 nosedir/test_tool_quanta/casa-20250407-190448.log
07-Apr-2025 15:08:56 nosedir/test_tool_coordsys/
07-Apr-2025 15:08:56 nosedir/test_tool_coordsys/center_0.fits
07-Apr-2025 15:08:56 nosedir/test_tool_coordsys/casa-20250407-190138.log
07-Apr-2025 15:08:56 nosedir/test_tool_table/
07-Apr-2025 15:08:56 nosedir/test_tool_table/tmp.im/
07-Apr-2025 15:08:56 nosedir/test_tool_table/14d3e48b-380f-4df5-9846-620b95b4b8c8/
07-Apr-2025 15:08:56 nosedir/test_tool_table/6ec4145f-4e4e-41aa-9c48-7133d86afbe0/
07-Apr-2025 15:08:56 nosedir/test_tool_table/casa-20250407-190642.log
07-Apr-2025 15:08:56 nosedir/test_tool_table/e11ab2d0-dcc1-42d7-933b-b02a1c0364b8/
07-Apr-2025 15:08:56 nosedir/xml/
07-Apr-2025 15:08:56 nosedir/xml/test_tool_msuvbinner.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_table.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_ms_createmultims.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_regionmanager.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_logsink.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_quanta.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_componentlist.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_measures.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_image_deviation.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_image_transpose.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_simulator.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_image_pbcor.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_calibrater.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_synthesisutils.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_ms.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_ms_statwt.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_calanalysis.xml
07-Apr-2025 15:08:56 nosedir/xml/test_tool_coordsys.xml
07-Apr-2025 15:08:56 nosedir/test_tool_sdm_toms/
07-Apr-2025 15:08:56 nosedir/test_tool_sdm_toms/core.1707
07-Apr-2025 15:08:58 nosedir/test_tool_sdm_toms/casa-20250407-190605.log
07-Apr-2025 15:08:58 nosedir/test_tool_sdm_toms/uid___A002_X72bc38_X000
07-Apr-2025 15:08:58 nosedir/test_tool_sdm_toms/core.1709
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Processor.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Feed.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Polarization.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Antenna.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/CalReduction.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Main.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18958_X2
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18953_X1
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18958_X1
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18952_X1
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18967_X2
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X1895d_X2
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18952_X2
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X1895d_X1
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18953_X2
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18962_X1
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18967_X1
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDMBinary/uid___X5f_X18962_X2
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/SpectralWindow.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ASDM.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Scan.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/CalDelay.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Subscan.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ExecBlock.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/CorrelatorMode.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Source.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/CalData.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/DataDescription.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/State.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/ConfigDescription.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/PointingModel.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Pointing.bin
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Station.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/FocusModel.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Receiver.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/SBSummary.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Field.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/SwitchCycle.xml
07-Apr-2025 15:09:01 nosedir/test_tool_sdm_toms/uid___X5f_X18951_X1/Focus.xml
07-Apr-2025 15:09:01 nosedir/test_tool_synthesisutils/
07-Apr-2025 15:09:01 nosedir/test_tool_synthesisutils/casa-20250407-190617.log
07-Apr-2025 15:09:01 nosedir/test_tool_synthesisutils/su_fitpsfbeam_test_mfs.psf/
07-Apr-2025 15:09:01 nosedir/test_tool_image_pv/
07-Apr-2025 15:09:01 nosedir/test_tool_image_pv/core.1245
07-Apr-2025 15:09:04 nosedir/test_tool_image_pv/core.1243
07-Apr-2025 15:09:07 nosedir/test_tool_image_pv/casa-20250407-190221.log
07-Apr-2025 15:09:07 nosedir/test_tool_image_pv/core.1244
07-Apr-2025 15:09:10 nosedir/test_tool_image_pv/core.1242
07-Apr-2025 15:09:13 nosedir/test_tool_msmetadata/
07-Apr-2025 15:09:13 nosedir/test_tool_msmetadata/core.1493
07-Apr-2025 15:09:15 nosedir/test_tool_msmetadata/casa-20250407-190415.log
07-Apr-2025 15:09:15 nosedir/test_tool_msmetadata/core.1492
07-Apr-2025 15:09:17 nosedir/test_tool_ms_statwt/
07-Apr-2025 15:09:17 nosedir/test_tool_ms_statwt/casa-20250407-190432.log
07-Apr-2025 15:09:17 nosedir/test_tool_image_fitprofile/
07-Apr-2025 15:09:17 nosedir/test_tool_image_fitprofile/amp_gm_1/
07-Apr-2025 15:09:17 nosedir/test_tool_image_fitprofile/casa-20250407-190208.log
07-Apr-2025 15:09:17 nosedir/test_tool_image_fitprofile/core.1194
07-Apr-2025 15:09:20 nosedir/test_tool_image_fitprofile/specfit_multipix_poly_2gauss.fits
07-Apr-2025 15:09:20 nosedir/test_tool_image_fitprofile/specfit_multipix_2gauss.fits
07-Apr-2025 15:09:20 nosedir/test_tool_image_fitprofile/amp_gm_2/
07-Apr-2025 15:09:20 nosedir/test_tool_image_fitprofile/mylog.txt
07-Apr-2025 15:09:20 nosedir/test_tool_image_fitprofile/amp_gm_0/
07-Apr-2025 15:09:20 nosedir/test_tool_simulator/
07-Apr-2025 15:09:20 nosedir/test_tool_simulator/core.1739
07-Apr-2025 15:09:22 nosedir/test_tool_simulator/core.1738
07-Apr-2025 15:09:24 nosedir/test_tool_simulator/casa-20250407-190614.log
07-Apr-2025 15:09:24 nosedir/test_tool_simulator/antlist_simutil.json
07-Apr-2025 15:09:24 nosedir/test_tool_image_transpose/
07-Apr-2025 15:09:24 nosedir/test_tool_image_transpose/casa-20250407-190356.log
07-Apr-2025 15:09:24 nosedir/test_tool_image_transpose/core.1392
07-Apr-2025 15:09:29 total 984008
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci 15001     58520 Apr  7 18:51 casampi-0.5.6-py3-none-any.whl
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci 15001   1856310 Apr  7 18:51 casatasks-6.7.2.10-py3-none-any.whl
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci 15001    135132 Apr  7 18:51 casatestutils-6.7.2.10-py3-none-any.whl
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci 15001 182046624 Apr  7 18:51 casatools-6.7.2.10-cp310-cp310-manylinux_2_28_x86_64.whl
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root        944 Apr  7 19:06 requirements.txt
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root       6539 Apr  7 19:06 test_tool_calanalysis.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      51832 Apr  7 19:06 test_tool_calibrater.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root       8501 Apr  7 19:06 test_tool_componentlist.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      12777 Apr  7 19:06 test_tool_coordsys.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root       6817 Apr  7 19:06 test_tool_image_deviation.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      25047 Apr  7 19:06 test_tool_image_pbcor.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      14751 Apr  7 19:06 test_tool_image_transpose.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root        714 Apr  7 19:06 test_tool_logsink.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root        577 Apr  7 19:06 test_tool_measures.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root       2950 Apr  7 19:06 test_tool_ms_createmultims.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      27602 Apr  7 19:06 test_tool_ms_statwt.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root       4974 Apr  7 19:06 test_tool_msuvbinner.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root     116958 Apr  7 19:06 test_tool_ms.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root       1309 Apr  7 19:06 test_tool_quanta.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      31849 Apr  7 19:06 test_tool_regionmanager.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root       5758 Apr  7 19:06 test_tool_simulator.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      54055 Apr  7 19:06 test_tool_synthesisutils.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root      16104 Apr  7 19:06 test_tool_table.xml
07-Apr-2025 15:09:29 -rw-r--r-- 1 casaci root  823086807 Apr  7 19:09 work-manylinux_228_casatasks-3.10.tar.gz
07-Apr-2025 15:09:29 Done packaging working directory
07-Apr-2025 15:09:29 Finished task 'Tar work directory' with result: Success
07-Apr-2025 15:09:29 Starting task 'Parse tests' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
07-Apr-2025 15:09:29 Parsing test results under /export/home/cbt-el7-9/bamboohome/xml-data/build-dir/CASA-CMPI-TTOMML2R8P...
07-Apr-2025 15:09:29 Failing task since 123 failing test cases were found.
07-Apr-2025 15:09:29 Finished task 'Parse tests' with result: Failed
07-Apr-2025 15:09:29 Running post build plugin 'Docker Container Cleanup'
07-Apr-2025 15:09:29
Beginning to execute external process for build 'CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 #18 (CASA-CMPI-TTOMML2R8P-18)'
... running command line:
/bin/docker rm -f wheel-container-test
... in: /export/home/cbt-el7-9/bamboohome/xml-data/build-dir/CASA-CMPI-TTOMML2R8P
07-Apr-2025 15:10:01 wheel-container-test
07-Apr-2025 15:10:01 Running post build plugin 'NCover Results Collector'
07-Apr-2025 15:10:01 Running post build plugin 'Build Results Label Collector'
07-Apr-2025 15:10:01 Running post build plugin 'Clover Results Collector'
07-Apr-2025 15:10:01 Running post build plugin 'npm Cache Cleanup'
07-Apr-2025 15:10:01 Running post build plugin 'Artifact Copier'
07-Apr-2025 15:10:01 Publishing an artifact: Workdir
07-Apr-2025 15:10:52 Finished publishing of artifact Non required job artifact Http Compression On : [Workdir], patterns: [work*.tar.gz] anchored at: [wheeldirectory/] in 51.20 s
07-Apr-2025 15:10:52 Publishing an artifact: requirements.txt
07-Apr-2025 15:10:52 Finished publishing of artifact Non required job artifact Http Compression On : [requirements.txt], patterns: [requirements.txt] anchored at: [wheeldirectory/] in 47.33 ms
07-Apr-2025 15:10:52 Publishing an artifact: XML Directories
07-Apr-2025 15:10:52 Finished publishing of artifact Non required job artifact Http Compression On : [XML Directories], patterns: [**/*.xml] anchored at: [wheeldirectory/] in 156.9 ms
07-Apr-2025 15:10:52 Finalising the build...
07-Apr-2025 15:10:52 Stopping timer.
07-Apr-2025 15:10:52 Build CASA-CMPI-TTOMML2R8P-18 completed.
07-Apr-2025 15:10:52 Running on server: post build plugin 'Build Hanging Detection Configuration'
07-Apr-2025 15:10:52 Running on server: post build plugin 'NCover Results Collector'
07-Apr-2025 15:10:52 Running on server: post build plugin 'Build Labeller'
07-Apr-2025 15:10:52 Running on server: post build plugin 'Clover Delta Calculator'
07-Apr-2025 15:10:52 Running on server: post build plugin 'Maven Dependencies Postprocessor'
07-Apr-2025 15:10:52 All post build plugins have finished
07-Apr-2025 15:10:52 Generating build results summary...
07-Apr-2025 15:10:52 Saving build results to disk...
07-Apr-2025 15:10:52 Store variable context...
07-Apr-2025 15:10:53 Finished building CASA-CMPI-TTOMML2R8P-18.