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

Test results

  • 284 tests in total
  • 123 tests failed
  • 123 failures are new
  • 1 test was quarantined / skipped
  • 1 minute taken in total.

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

New test failures 123
Status Test Duration
Collapse Failed calanalysis_tsys1_fit test_fit_amp_sel
1 sec
AssertionError: 0 != 28
self = <test_tool_calanalysis.calanalysis_tsys1_fit testMethod=test_fit_amp_sel>

    def test_fit_amp_sel(self):
        """ Test tool fit function (amp + selection).
            Exercises stuff in CalAnalysys/CalStatsFitter """
    
        # A fit with additional field selection / less outputs
(7 more lines...)
Collapse Failed calanalysis_tsys1_get test_get_empty
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_calanalysis/uid___A002_X30a93d_X43e.ms.tsys.s3.tbl/FIELD does not exist
self = <test_tool_calanalysis.calanalysis_tsys1_get testMethod=test_get_empty>

    def test_get_empty(self):
        """ Test tool get function with wrong selections """
    
        # This uses parameters in similar way as the pipeline does in tsyscal/renderer
        # SPW 10 is missing
(51 more lines...)
Collapse Failed calibrater_test test_activityRecord
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_activityRecord>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_corruptCal
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_corruptCal>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_createEmpty
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_createEmpty>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_done
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_done>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_reinitModel
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_reinitModel>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_resetSolveApply
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_resetSolveApply>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_returnDict
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_returnDict>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisBaseline
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisBaseline>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisField
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisField>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisIntent
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisIntent>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisObs
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisObs>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisScan
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisScan>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisSpw
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisSpw>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisTime
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisTime>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_selectVisUVrange
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_selectVisUVrange>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_setCalLib
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_setCalLib>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_setCorrDepFlags
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_setCorrDepFlags>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_smoothedCalTables
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_smoothedCalTables>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_solveBandpass
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_solveBandpass>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_solveGainspline
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_solveGainspline>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_specifyCal
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_specifyCal>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_standardPath
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_standardPath>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_takesMs
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_takesMs>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed calibrater_test test_writeToCorrected
< 1 sec
FileExistsError: [Errno 17] File exists: 'gaincaltest2.ms'
self = <test_tool_calibrater.calibrater_test testMethod=test_writeToCorrected>

    def setUp(self):
>       shutil.copytree(os.path.join(datapath, self._vis), self._vis)

../../../casatools/tests/tools/calibrater/test_tool_calibrater.py:67: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(37 more lines...)
Collapse Failed componentlist_test test_table_keyword_interface
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_componentlist/my.cl already exists
self = <test_tool_componentlist.componentlist_test testMethod=test_table_keyword_interface>

    def test_table_keyword_interface(self):
        """Test putting, getting, querying table keywords"""
        cl = cltool()
        msg = 'A table is not attached to this ComponentList'
        self.exception_check(
(95 more lines...)
Collapse Failed coordsys_test test_CAS_2724
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_CAS_2724>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_axesmap
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_axesmap>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_convert
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_convert>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_frequencyVelocityInvalidInput
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_frequencyVelocityInvalidInput>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_refCode
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_refCode>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_referenceConvert
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_referenceConvert>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_replaceIncorrect
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_replaceIncorrect>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_toAbsRelWorld
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_toAbsRelWorld>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed coordsys_test test_toPixel
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_toPixel>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

(1 more lines...)
Collapse Failed ia_deviation_test test_circle
< 1 sec
RuntimeError: Exception: File mycirc.im exists, and the user does not want to remove it..
... 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
self = <test_tool_image_deviation.ia_deviation_test testMethod=test_circle>

    def test_circle(self):
        """test circles work correctly CAS-10296"""
        myia = self._myia
        self.imagename = "mycirc.im"
(101 more lines...)
Collapse Failed ia_pbcor_test test_4d_image_with_2d_pb
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_4d_image_with_2d_pb>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_diff_spectral_coordinate
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_diff_spectral_coordinate>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_empty_region_and_stokes
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_empty_region_and_stokes>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_exceptions
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_exceptions>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_full_image_divide
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_full_image_divide>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_full_image_using_cutoff
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_full_image_using_cutoff>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_history
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_history>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_multiply
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_multiply>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_pbcor_test test_stretch
< 1 sec
FileExistsError: [Errno 17] File exists: 'pbtest1_co2.im'
self = <test_tool_image_pbcor.ia_pbcor_test testMethod=test_stretch>

    def setUp(self):
        self.im1 = "pbtest1_im.fits"
        self.pb1 = "pbtest1_pb.fits"
        self.co1_1 = "pbtest1_co1.fits"
        self.co1_2 = "pbtest1_co2.im"
(56 more lines...)
Collapse Failed ia_transpose_test test_cas_2364
< 1 sec
FileExistsError: [Errno 17] File exists: 'CAS-2364.im'
self = <test_tool_image_transpose.ia_transpose_test testMethod=test_cas_2364>

    def test_cas_2364(self):
        "test CAS-2364 fix"
>       shutil.copytree(ctsys_resolve(os.path.join(datapath, self.cas_2364im)), self.cas_2364im)

../../../casatools/tests/tools/image/test_tool_image_transpose.py:135: 
(38 more lines...)
Collapse Failed ia_transpose_test test_straight_copy
< 1 sec
RuntimeError: 2025-04-07 19:03:56	SEVERE	image::transpose::MPIServer-3 (file src/tools/image/image_cmpt.cc, line 6478)	Exception Reported: File straight_copy_0 exists but overwrite is false so it cannot be overwritten at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageTask.tcc, line: 164
self = <test_tool_image_transpose.ia_transpose_test testMethod=test_straight_copy>

    def test_straight_copy(self):
        """No actual transposing"""
        imagename = self.good_image
        myia = image()
        myia.open(imagename)
(86 more lines...)
Collapse Failed ia_transpose_test test_transpose
< 1 sec
RuntimeError: 2025-04-07 19:03:57	SEVERE	image::transpose::MPIServer-3 (file src/tools/image/image_cmpt.cc, line 6478)	Exception Reported: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_image_transpose/transpose_0/logtable does not exist
self = <test_tool_image_transpose.ia_transpose_test testMethod=test_transpose>

    def test_transpose(self):
        """Test transposing"""
        imagename = self.good_image
        myia = image()
        myia.open(imagename)
(86 more lines...)
Collapse Failed mstool_test_concat test_concatenate
< 1 sec
RuntimeError: RegularFileIO: error in open or create of file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/table.f2: No such file or directory
self = <test_tool_ms.mstool_test_concat testMethod=test_concatenate>

    def setUp(self):
>       self.setUpTest(False) # need write access

../../../casatools/tests/tools/ms/test_tool_ms.py:132: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_concat test_createmultims
< 1 sec
RuntimeError: RegularFileIO: error in open or create of file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/table.f2: No such file or directory
self = <test_tool_ms.mstool_test_concat testMethod=test_createmultims>

    def setUp(self):
>       self.setUpTest(False) # need write access

../../../casatools/tests/tools/ms/test_tool_ms.py:132: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_concat test_testconcatenate
< 1 sec
RuntimeError: RegularFileIO: error in open or create of file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/table.f2: No such file or directory
self = <test_tool_ms.mstool_test_concat testMethod=test_testconcatenate>

    def setUp(self):
>       self.setUpTest(False) # need write access

../../../casatools/tests/tools/ms/test_tool_ms.py:132: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_concat test_virtconcatenate
< 1 sec
RuntimeError: 2025-04-07 19:04:27	SEVERE	ms::virtconcatenate::MPIServer-3	Cannot read the measurement set called ngc7538.ms
self = <test_tool_ms.mstool_test_concat testMethod=test_virtconcatenate>

    def test_virtconcatenate(self):
        """test ms.virtconcatenate"""
        self.assertEqual(len(self.ms.range(["fields"])['fields']), 3)
>       self.ms.virtconcatenate(self.testms2, 'ngcaux.dat', '1GHz', '1arcsec')

(67 more lines...)
Collapse Failed mstool_test_dataIO test_getdata_args
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_dataIO testMethod=test_getdata_args>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:756: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_dataIO test_getdata_average
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_dataIO testMethod=test_getdata_average>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:756: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_dataIO test_getdata_putdata
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_dataIO testMethod=test_getdata_putdata>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:756: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_fits test_badscan
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_fits testMethod=test_badscan>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_fits test_diameters
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_fits testMethod=test_diameters>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_fits test_export_overwrite
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_fits testMethod=test_export_overwrite>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_fits test_filename_extensions
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_fits testMethod=test_filename_extensions>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_fits test_list_from_tofits
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_fits testMethod=test_list_from_tofits>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_fits test_receptor_angle
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_fits testMethod=test_receptor_angle>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_fits test_stokes
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_fits testMethod=test_stokes>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_getdata test_getsigma
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/ANTENNA does not exist
self = <test_tool_ms.mstool_test_getdata testMethod=test_getsigma>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:578: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_iter test_iteration_columns
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_iter testMethod=test_iteration_columns>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1052: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_iter test_iterinit_interval
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_iter testMethod=test_iterinit_interval>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1052: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_iter test_iterinit_maxrows
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_iter testMethod=test_iterinit_maxrows>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:1052: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_ms test_asdmref
< 1 sec
RuntimeError: Table file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/table.dat does not exist
self = <test_tool_ms.mstool_test_ms testMethod=test_asdmref>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:100: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_msselect_timerange
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/ANTENNA does not exist
self = <test_tool_ms.mstool_test_select testMethod=test_msselect_timerange>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_msseltoindex
1 sec
RuntimeError: RegularFile: /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/HISTORY/table.dat does not exist and cannot be created
self = <test_tool_ms.mstool_test_select testMethod=test_msseltoindex>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_select
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_select testMethod=test_select>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_select_getdata_empty
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/ANTENNA does not exist
self = <test_tool_ms.mstool_test_select testMethod=test_select_getdata_empty>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_selectchannel
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/ANTENNA does not exist
self = <test_tool_ms.mstool_test_select testMethod=test_selectchannel>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_selectinit
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/ANTENNA does not exist
self = <test_tool_ms.mstool_test_select testMethod=test_selectinit>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_selectpolarization
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/ANTENNA does not exist
self = <test_tool_ms.mstool_test_select testMethod=test_selectpolarization>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_select test_selecttaql
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/ANTENNA does not exist
self = <test_tool_ms.mstool_test_select testMethod=test_selecttaql>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:330: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_sort test_sort
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_sort testMethod=test_sort>

    def setUp(self):
        # For these tests, no newmsname caused exception:
        # Exception Reported: Invalid Table operation: Cannot copy/rename;
        # target table <path>/nosedir/ngc5921.ms is still
        # open (is in the table cache)
(53 more lines...)
Collapse Failed mstool_test_sort test_timesort
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_sort testMethod=test_timesort>

    def setUp(self):
        # For these tests, no newmsname caused exception:
        # Exception Reported: Invalid Table operation: Cannot copy/rename;
        # target table <path>/nosedir/ngc5921.ms is still
        # open (is in the table cache)
(53 more lines...)
Collapse Failed mstool_test_subms test_partition
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_subms testMethod=test_partition>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:986: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_subms test_split
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_subms testMethod=test_split>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:986: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_subms test_split_averaging
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_subms testMethod=test_split_averaging>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:986: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_summary test_getscansummary
< 1 sec
RuntimeError: Table file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/table.dat does not exist
self = <test_tool_ms.mstool_test_summary testMethod=test_getscansummary>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:183: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_summary test_lister
< 1 sec
RuntimeError: RegularFileIO: error in open or create of file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/table.f2: No such file or directory
self = <test_tool_ms.mstool_test_summary testMethod=test_lister>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:183: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_summary test_range
< 1 sec
RuntimeError: Table file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/table.dat does not exist
self = <test_tool_ms.mstool_test_summary testMethod=test_range>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:183: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_summary test_statistics
< 1 sec
RuntimeError: FiledesIO: file /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/OBSERVATION/table.f0 could not be opened: No such file or directory
self = <test_tool_ms.mstool_test_summary testMethod=test_statistics>

    def test_statistics(self):
        """test ms.statistics"""
        # Returns record (python dict)
>       stats = self.ms.statistics(column="DATA", complex_value='amp', field="2")

(62 more lines...)
Collapse Failed mstool_test_transform test_continuum_uv_cont_sub
< 1 sec
shutil.Error: [('ngc5921.ms/table.f2_TSM1', 'ngc5921_sub.ms/table.f2_TSM1', "[Errno 2] No such file or directory: 'ngc5921.ms/table.f2_TSM1'"), ('ngc5921.ms/SOURCE', 'ngc5921_sub.ms/SOURCE', "[Errno 2] No such file or directory: 'ngc5921.ms/SOURCE'"), ('ngc5921.ms/DATA_DESCRIPTION', 'ngc5921_sub.ms/DATA_DESCRIPTION', "[Errno 2] No such file or directory: 'ngc5921.ms/DATA_DESCRIPTION'"), ('ngc5921.ms/table.f1', 'ngc5921_sub.ms/table.f1', "[Errno 2] No such file or directory: 'ngc5921.ms/table.f1'"), ('ngc5921.ms/STATE', 'ngc5921_sub.ms/STATE', "[Errno 2] No such file or directory: 'ngc5921.ms/STATE'"), ('ngc5921.ms/FEED', 'ngc5921_sub.ms/FEED', "[Errno 2] No such file or directory: 'ngc5921.ms/FEED'"), ('ngc5921.ms/HISTORY', 'ngc5921_sub.ms/HISTORY', "[Errno 2] No such file or directory: 'ngc5921.ms/HISTORY'"), ('ngc5921.ms/table.lock', 'ngc5921_sub.ms/table.lock', "[Errno 2] No such file or directory: 'ngc5921.ms/table.lock'"), ('ngc5921.ms/ANTENNA', 'ngc5921_sub.ms/ANTENNA', "[Errno 2] No such file or directory: 'ngc5921.ms/ANTENNA'"), ('ngc5921.ms/POINTING', 'ngc5921_sub.ms/POINTING', "[Errno 2] No such file or directory: 'ngc5921.ms/POINTING'"), ('ngc5921.ms/table.info', 'ngc5921_sub.ms/table.info', "[Errno 2] No such file or directory: 'ngc5921.ms/table.info'"), ('ngc5921.ms/table.f7_TSM1', 'ngc5921_sub.ms/table.f7_TSM1', "[Errno 2] No such file or directory: 'ngc5921.ms/table.f7_TSM1'"), ('ngc5921.ms/table.dat', 'ngc5921_sub.ms/table.dat', "[Errno 2] No such file or directory: 'ngc5921.ms/table.dat'"), ('ngc5921.ms/table.f8_TSM1', 'ngc5921_sub.ms/table.f8_TSM1', "[Errno 2] No such file or directory: 'ngc5921.ms/table.f8_TSM1'"), ('ngc5921.ms/table.f5_TSM1', 'ngc5921_sub.ms/table.f5_TSM1', "[Errno 2] No such file or directory: 'ngc5921.ms/table.f5_TSM1'")]
self = <test_tool_ms.mstool_test_transform testMethod=test_continuum_uv_cont_sub>

    def test_continuum_uv_cont_sub(self):
        """test ms.continuumsub, uvsub, contsub"""
        # Make writable ms
        self.ms.close()
        subms = 'ngc5921_sub.ms'
(79 more lines...)
Collapse Failed mstool_test_transform test_cvel
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_transform testMethod=test_cvel>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:612: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_transform test_cvelfreqs
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_transform testMethod=test_cvelfreqs>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:612: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_transform test_hanningsmooth
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_transform testMethod=test_hanningsmooth>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:612: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_transform test_regridspw
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_transform testMethod=test_regridspw>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:612: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed mstool_test_transform test_statwt
< 1 sec
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_transform testMethod=test_statwt>

    def setUp(self):
>       self.setUpTest()

../../../casatools/tests/tools/ms/test_tool_ms.py:612: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(49 more lines...)
Collapse Failed test_createmultims test1
< 1 sec
FileExistsError: [Errno 17] File exists: '/home/casatest/casa6/casatestutils/nosedir/test_tool_ms_createmultims/part1.ms'
self = <test_tool_ms_createmultims.test_createmultims testMethod=test1>

    def setUp(self):
        res = None
    
        self.tb = table( )
        self.ms = ms( )
(49 more lines...)
Collapse Failed statwt_test test_algorithm
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_algorithm>

    def test_algorithm(self):
        """ Test the algorithm, includes excludechans tests"""
        dst = "ngc5921.split.ms"
        cflags = np.array(63 * [False])
        cflags[10:21] = True
(49 more lines...)
Collapse Failed statwt_test test_chanbin
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.chanbin_0.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_chanbin>

    def test_chanbin(self):
        """Test channel binning"""
        dst = "ngc5921.split.chanbin_0.ms"
        row_to_rows = []
        for i in range(60):
(52 more lines...)
Collapse Failed statwt_test test_data_col
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.data.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_data_col>

    def test_data_col(self):
        """Test using data column"""
        dst = "ngc5921.split.data.ms"
        ref = 'ngc5921_statwt_ref_test_data_col.ms'
        combine = "corr"
(48 more lines...)
Collapse Failed statwt_test test_minsamp
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.minsamp.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_minsamp>

    def test_minsamp(self):
        """Test minimum number of points"""
        dst = "ngc5921.split.minsamp.ms"
        combine = "corr"
        trow = 12
(42 more lines...)
Collapse Failed statwt_test test_sliding_time_window
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.sliding_time_window.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_sliding_time_window>

    def test_sliding_time_window(self):
        """Test sliding time window"""
        dst = "ngc5921.split.sliding_time_window.ms"
        ref = 'ngc5921_statwt_ref_test_sliding_time_window.ms'
        timebin = "300s"
(104 more lines...)
Collapse Failed statwt_test test_sliding_window_timebin_int
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.sliding_time_window.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_sliding_window_timebin_int>

    def test_sliding_window_timebin_int(self):
        """Test sliding window with timebin as int specified"""
        dst = "ngc5921.split.sliding_time_window.ms"
        # row_to_rows = []
        """
(181 more lines...)
Collapse Failed statwt_test test_timebin
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.timebin.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_timebin>

    def test_timebin(self):
        """Test time binning"""
        dst = "ngc5921.split.timebin.ms"
        combine = "corr"
        for timebin in ["300s", 10]:
(41 more lines...)
Collapse Failed statwt_test test_wtrange
< 1 sec
FileExistsError: [Errno 17] File exists: 'ngc5921.split.timebin.ms'
self = <test_tool_ms_statwt.statwt_test testMethod=test_wtrange>

    def test_wtrange(self):
        """Test weight range"""
        dst = "ngc5921.split.timebin.ms"
        ref = "ngc5921_statwt_ref_test_wtrange_300s.ms"
        combine = "corr"
(43 more lines...)
Collapse Failed msuvbinnerTest test_fill_1ms
< 1 sec
RuntimeError: RegularFile: /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner/refim_point.ms/table.dat does not exist and cannot be created
self = <test_tool_msuvbinner.msuvbinnerTest testMethod=test_fill_1ms>

    def test_fill_1ms(self):
        '''test uvgridding 1 ms onto an output grid '''
        msbinner=msuvbinner.msuvbinner(phasecenter='J2000 19:59:28.5 40d44m01.5', nx=100, ny=100, ncorr=1, nchan=20, cellx='8arcsec', celly='8arcsec', fstart='975MHz', fstep='50MHz', memfrac=0.5, wproject=False, doflag=False)
>       msbinner.selectdata(msname=self.ms1, spw='', field='0', taql='')

(39 more lines...)
Collapse Failed rg_frombcs_test test_complement_is_last_line
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'imregion.fits'
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_complement_is_last_line>

    def tearDown(self):
        for im in [self.image, self.image_nospec, self.image_dironly]:
>           os.remove(im)
E           FileNotFoundError: [Errno 2] No such file or directory: 'imregion.fits'

(1 more lines...)
Collapse Failed rg_frombcs_test test_contiguous_channels
< 1 sec
RuntimeError: Exception: File imregion.fits does not exist..
... thrown by static void casa::ImageFactory::_checkInfile(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 375
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_contiguous_channels>

    def test_contiguous_channels(self):
        """Test setting multiple continuous channels"""
    
        box = ""
(70 more lines...)
Collapse Failed rg_frombcs_test test_continguous_stokes
< 1 sec
RuntimeError: FITSImgParser::setup - imregion.fits Error opening FITS input.
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_continguous_stokes>

    def test_continguous_stokes(self):
        """Test setting a contiguous stokes"""
    
        box = ""
        chans = ""
(68 more lines...)
Collapse Failed rg_frombcs_test test_first_stokes
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'imregion_dironly.fits'
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_first_stokes>

    def tearDown(self):
        for im in [self.image, self.image_nospec, self.image_dironly]:
>           os.remove(im)
E           FileNotFoundError: [Errno 2] No such file or directory: 'imregion_dironly.fits'

(1 more lines...)
Collapse Failed rg_frombcs_test test_multiple_channel_ranges
< 1 sec
RuntimeError: Exception: File imregion.fits does not exist..
... thrown by static void casa::ImageFactory::_checkInfile(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 375
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_multiple_channel_ranges>

    def test_multiple_channel_ranges(self):
        """Test multiple channel ranges"""
    
        stokes = ""
(71 more lines...)
Collapse Failed rg_frombcs_test test_region_record
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'imregion.fits'
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_region_record>

    def tearDown(self):
        for im in [self.image, self.image_nospec, self.image_dironly]:
>           os.remove(im)
E           FileNotFoundError: [Errno 2] No such file or directory: 'imregion.fits'

(1 more lines...)
Collapse Failed rg_frombcs_test test_region_text_string
< 1 sec
RuntimeError: FiledesIO: file /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager/xxyy.im/logtable/table.f0 could not be created: No such file or directory
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_region_text_string>

    def test_region_text_string(self):
        """Test setting a region text string"""
    
        region = "box[[1pix,2pix],[3pix,4pix]]\nbox[[5pix,6pix],[7pix,8pix]]\nbox[[9pix,10pix],[11pix,12pix]]"
        myreg = self.run_frombcs(
(113 more lines...)
Collapse Failed rg_fromtextfile_test test_ICRS
< 1 sec
RuntimeError: FiledesIO: file /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager/icrs.im/table.f0_TSM0 could not be created: No such file or directory
self = <test_tool_regionmanager.rg_fromtextfile_test testMethod=test_ICRS>

    def test_ICRS(self):
        """
        CAS-13074, verify that coord=ICRS works correctly
    
        1. Create a 100x100 image using the default coordinate system provided by ia.shape()
(119 more lines...)
Collapse Failed rg_fromtextfile_test test_rectangle_rotation
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'CAS-3260.txt'
self = <test_tool_regionmanager.rg_fromtextfile_test testMethod=test_rectangle_rotation>

    def tearDown(self):
        for im in self._fixtures + self._created + [self.cas_12980i, self.cas_12980t]:
            if os.path.exists(im):
                if os.path.isdir(im):
                    shutil.rmtree(im)
(5 more lines...)
Collapse Failed sm_predict_test test_plp
< 1 sec
RuntimeError: Directory::create error on /home/casatest/casa6/casatestutils/nosedir/test_tool_simulator/myms.ms: File exists
self = <test_tool_simulator.sm_predict_test testMethod=test_plp>

    def test_plp(self):
        """CAS-13439 verify support for plp, spectral curvature model"""
        # This is the source position
        radir = '19h53m50'
        decdir = '40d06m00'
(120 more lines...)
Collapse Failed advisechansel_test test_advisechanelsel_datasel
< 1 sec
RuntimeError: Table twhya.short.ms/OBSERVATION does not exist
self = <test_tool_synthesisutils.advisechansel_test testMethod=test_advisechanelsel_datasel>

    def test_advisechanelsel_datasel(self):
        '''Test that data selection parameters or given frequency range, etc is returned correctly'''
        # Run multiple tests with slightly different input but should yield identical results.
    
        # First, try it in the data frame
(117 more lines...)
Collapse Failed advisechansel_test test_advisechanelsel_datasel_ephem
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'alma_ephemobj_icrs.ms/FIELD/EPHEM0_Uranus_57362.91000000.tab'
self = <test_tool_synthesisutils.advisechansel_test testMethod=test_advisechanelsel_datasel_ephem>

    def test_advisechanelsel_datasel_ephem(self):
        '''Test that data selection parameters for given frequency range,etc for ephemeris object is returned correctly'''
    
        su = synthesisutils()
        #ret = su.advisechansel(xxxx)
(66 more lines...)
Collapse Failed advisechansel_test test_su_adivsechanel_defaults
13 secs
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'")]
self = <test_tool_synthesisutils.advisechansel_test testMethod=test_su_adivsechanel_defaults>

    def setUp(self):
        # input MSes
        self.inputmses=[]
        ms1 = 'twhya.short.ms'
        ms2 = 'alma_ephemobj_icrs.ms'
(84 more lines...)
Collapse Failed advisechansel_test test_su_adivsechansel_getfreqrange
7 secs
KeyError: 'freqstart'
self = <test_tool_synthesisutils.advisechansel_test testMethod=test_su_adivsechansel_getfreqrange>

    def test_su_adivsechansel_getfreqrange(self):
        '''Test that frequency range for given data selections is returned correctly'''
        refdict = {'freqend': {'unit': 'Hz', 'value': 358203002929.7875}, 'freqstart': {'unit': 'Hz', 'value': 356558910156.25}}
        su = synthesisutils()
        inputms ='twhya.short.ms'
(14 more lines...)
Collapse Failed advisechansel_test test_su_advisechansel_getfreqrange_ephem
< 1 sec
FileNotFoundError: [Errno 2] No such file or directory: 'alma_ephemobj_icrs.ms/FIELD/EPHEM0_Uranus_57362.91000000.tab'
self = <test_tool_synthesisutils.advisechansel_test testMethod=test_su_advisechansel_getfreqrange_ephem>

    def test_su_advisechansel_getfreqrange_ephem(self):
        '''Test that frequency range for given data selections for an ephemeris object is returned correctly'''
        su = synthesisutils()
        inputms ='alma_ephemobj_icrs.ms'
        tol  = 122070.3125 # chan width in Hz
(55 more lines...)
Collapse Failed fitpsfbeam_test test_mfs
< 1 sec
FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
self = <test_tool_synthesisutils.fitpsfbeam_test testMethod=test_mfs>

    def setUp(self):
        # input images
        self.inputims=[]
        psfim1 = 'su_fitpsfbeam_test_mfs.psf'
        self.inputims.append(psfim1)
(41 more lines...)
Collapse Failed fitpsfbeam_test test_mfs_largerpsfcutoff
< 1 sec
FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
self = <test_tool_synthesisutils.fitpsfbeam_test testMethod=test_mfs_largerpsfcutoff>

    def setUp(self):
        # input images
        self.inputims=[]
        psfim1 = 'su_fitpsfbeam_test_mfs.psf'
        self.inputims.append(psfim1)
(41 more lines...)
Collapse Failed fitpsfbeam_test test_mfs_wrong_nterms
< 1 sec
FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
self = <test_tool_synthesisutils.fitpsfbeam_test testMethod=test_mfs_wrong_nterms>

    def setUp(self):
        # input images
        self.inputims=[]
        psfim1 = 'su_fitpsfbeam_test_mfs.psf'
        self.inputims.append(psfim1)
(41 more lines...)
Collapse Failed fitpsfbeam_test test_mfs_wrong_psfcutoff
< 1 sec
FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
self = <test_tool_synthesisutils.fitpsfbeam_test testMethod=test_mfs_wrong_psfcutoff>

    def setUp(self):
        # input images
        self.inputims=[]
        psfim1 = 'su_fitpsfbeam_test_mfs.psf'
        self.inputims.append(psfim1)
(41 more lines...)
Collapse Failed fitpsfbeam_test test_mtmfs_nterms2
< 1 sec
FileExistsError: [Errno 17] File exists: 'su_fitpsfbeam_test_mfs.psf'
self = <test_tool_synthesisutils.fitpsfbeam_test testMethod=test_mtmfs_nterms2>

    def setUp(self):
        # input images
        self.inputims=[]
        psfim1 = 'su_fitpsfbeam_test_mfs.psf'
        self.inputims.append(psfim1)
(41 more lines...)
Collapse Failed table_getcellslice_test test_exceptions
< 1 sec
RuntimeError: Exception: File tmp.im exists, and the user does not want to remove it..
... 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
self = <test_tool_table.table_getcellslice_test testMethod=test_exceptions>

    def test_exceptions(self):
        """Test various exception cases"""
>       self.ia.fromarray(self.myim, self.arr)

(125 more lines...)
Collapse Failed table_getcellslice_test test_getcellslice
< 1 sec
RuntimeError: Directory::create error on /home/casatest/casa6/casatestutils/nosedir/test_tool_table/tmp.im: File exists
self = <test_tool_table.table_getcellslice_test testMethod=test_getcellslice>

    def test_getcellslice(self):
        """tests for valid inputs"""
>       self.ia.fromarray(self.myim, self.arr)

../../../casatools/tests/tools/table/test_tool_table.py:323: 
(123 more lines...)