Build: #1 failed
Job: Test tools RHEL7 failed
Job result summary
- Completed
- Duration
- 17 minutes
- Agent
- cbt-el7-7.cv.nrao.edu
- Total tests
- 670
Tests
- 670 tests in total
- 25 tests failed
- 25 failures are new
- 4 tests were quarantined / skipped
- 12 minutes taken in total.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_tool_image
ia_beamarea_test.test_exceptions
|
< 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: Exception: There is no beam set associated with this object. ... thrown by casa6core::Double casa6core::ImageInfo::getBeamAreaInPixels(casa6core::Int, casa6core::Int, const casa6core::DirectionCoordinate&) const at File: casacore/images/Images/ImageInfo.cc, line: 895 test_tool_image.py:240: in test_exceptions 'This image has no beam(s). The setrestoringbeam() method may be ' test_tool_image.py:232: in __test_exception pos, -1, msg=f'Unexpected exception was thrown: {got_exception}' E AssertionError: -1 == -1 : Unexpected exception was thrown: Exception: There is no beam set associated with this object. E ... thrown by casa6core::Double casa6core::ImageInfo::getBeamAreaInPixels(casa6core::Int, casa6core::Int, const casa6core::DirectionCoordinate&) const at File: casacore/images/Images/ImageInfo.cc, line: 895 |
|||
Collapse |
test_tool_image
ia_beamarea_test.test_multi_beams
|
< 1 sec | |
RuntimeError: (casacore/images/Images/ImageBeamSet.cc : 115) Failed AlwaysAssert chan >=0 && chan < Int(nchan()) && stokes >= 0 && stokes < Int(nstokes()) test_tool_image.py:307: in test_multi_beams got = ia.beamarea() /usr/local/lib/python3.6/site-packages/casatools/image.py:3114: in beamarea return _dict_dc(self._swigobj.beamarea(channel, polarization)) /usr/local/lib/python3.6/site-packages/casatools/__casac__/image.py:6595: in beamarea return _image.image_beamarea(self, *args, **kwargs) E RuntimeError: (casacore/images/Images/ImageBeamSet.cc : 115) Failed AlwaysAssert chan >=0 && chan < Int(nchan()) && stokes >= 0 && stokes < Int(nstokes()) |
|||
Collapse |
test_tool_image
ia_restoringbeam_test.test_exceptions
|
< 1 sec | |
TypeError: restoringbeam() got an unexpected keyword argument 'mbret' test_tool_image.py:3972: in test_exceptions 'mbret=\'matrix\' only makes sense if the image has per-plane ' test_tool_image.py:3956: in __test_exception res = ia.restoringbeam(**method_parms) E TypeError: restoringbeam() got an unexpected keyword argument 'mbret' |
|||
Collapse |
test_tool_image
ia_restoringbeam_test.test_per_plane_beams_matrix_mode
|
< 1 sec | |
TypeError: restoringbeam() got an unexpected keyword argument 'mbret' test_tool_image.py:4314: in test_per_plane_beams_matrix_mode ret = ia.restoringbeam(mbret='matrix') E TypeError: restoringbeam() got an unexpected keyword argument 'mbret' |
|||
Collapse |
test_tool_logsink
LogsinkTest.test_getorigin_initial_origin
|
< 1 sec | |
AttributeError: 'logsink' object has no attribute 'getOrigin' test_tool_logsink.py:37: in test_getorigin_initial_origin self.assertEqual(casatools.logsink().getOrigin(), '') E AttributeError: 'logsink' object has no attribute 'getOrigin' |
|||
Collapse |
test_tool_logsink
LogsinkTest.test_getorigin_set_nullvalues
|
< 1 sec | |
AttributeError: 'logsink' object has no attribute 'getOrigin' test_tool_logsink.py:68: in test_getorigin_set_nullvalues ('', '') test_tool_logsink.py:51: in __getorigin_subtest self.assertEqual(casalog.getOrigin(), expected) E AttributeError: 'logsink' object has no attribute 'getOrigin' |
|||
Collapse |
test_tool_logsink
LogsinkTest.test_getorigin_set_num
|
< 1 sec | |
AttributeError: 'logsink' object has no attribute 'getOrigin' test_tool_logsink.py:78: in test_getorigin_set_num (1 + 1j, str(1 + 1j)) test_tool_logsink.py:51: in __getorigin_subtest self.assertEqual(casalog.getOrigin(), expected) E AttributeError: 'logsink' object has no attribute 'getOrigin' |
|||
Collapse |
test_tool_logsink
LogsinkTest.test_getorigin_set_strings
|
< 1 sec | |
AttributeError: 'logsink' object has no attribute 'getOrigin' test_tool_logsink.py:58: in test_getorigin_set_strings ('test\n', 'test\n') test_tool_logsink.py:51: in __getorigin_subtest self.assertEqual(casalog.getOrigin(), expected) E AttributeError: 'logsink' object has no attribute 'getOrigin' |
|||
Collapse |
test_tool_quanta
quanta_convert_test.test_valid
|
< 1 sec | |
TypeError: quantity() got an unexpected keyword argument 'keepshape' test_tool_quanta.py:101: in test_valid res = qa.convert(qa.quantity(x, 'kg', keepshape=True), 'g') E TypeError: quantity() got an unexpected keyword argument 'keepshape' |
|||
Collapse |
test_tool_quanta
quanta_convert_test.test_value_as_string
|
< 1 sec | |
TypeError: quantity() got an unexpected keyword argument 'keepshape' test_tool_quanta.py:75: in test_value_as_string res = code('5kg', keepshape=ks) E TypeError: quantity() got an unexpected keyword argument 'keepshape' |
|||
Collapse |
test_tool_quanta
quanta_quantity_test.test_multidimensional_arra_value
|
< 1 sec | |
TypeError: quantity() got an unexpected keyword argument 'keepshape' test_tool_quanta.py:179: in test_multidimensional_arra_value res = code(v, 'kg', keepshape=False) E TypeError: quantity() got an unexpected keyword argument 'keepshape' |
|||
Collapse |
test_tool_quanta
quanta_quantity_test.test_scalar_value
|
< 1 sec | |
TypeError: quantity() got an unexpected keyword argument 'keepshape' test_tool_quanta.py:158: in test_scalar_value res = code(5, 'kg', keepshape=ks) E TypeError: quantity() got an unexpected keyword argument 'keepshape' |
|||
Collapse |
test_tool_quanta
quanta_quantity_test.test_value_as_record
|
< 1 sec | |
RuntimeError: Wrong QuantumHolder to convert asQuantumDouble test_tool_quanta.py:213: in test_value_as_record r = code(v) /usr/local/lib/python3.6/site-packages/casatools/quanta.py:56: in quantity return _dict_dc(self._swigobj.quantity(_any_ec(v), _str_ec(unitname))) /usr/local/lib/python3.6/site-packages/casatools/__casac__/quanta.py:248: in quantity return _quanta.quanta_quantity(self, *args, **kwargs) E RuntimeError: Wrong QuantumHolder to convert asQuantumDouble |
|||
Collapse |
test_tool_quanta
quanta_quantity_test.test_value_as_string
|
< 1 sec | |
TypeError: quantity() got an unexpected keyword argument 'keepshape' test_tool_quanta.py:147: in test_value_as_string res = code('5kg', keepshape=ks) E TypeError: quantity() got an unexpected keyword argument 'keepshape' |
|||
Collapse |
test_tool_quanta
quanta_quantity_test.test_vector_value
|
< 1 sec | |
TypeError: quantity() got an unexpected keyword argument 'keepshape' test_tool_quanta.py:167: in test_vector_value res = code(v, 'kg', keepshape=ks) E TypeError: quantity() got an unexpected keyword argument 'keepshape' |
|||
Collapse |
test_tool_simulator
sm_settrop_test.test_smsettrop
|
1 sec | |
TypeError: settrop() got an unexpected keyword argument 'simint' test_tool_simulator.py:74: in test_smsettrop beta=1.1,windspeed=7.0,simint=0.1) E TypeError: settrop() got an unexpected keyword argument 'simint' |
|||
Collapse |
test_tool_table
TableRowTest.test_all_rows
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
TableRowTest.test_columnnames_exclude
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
TableRowTest.test_columnnames_include
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
TableRowTest.test_get
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
TableRowTest.test_put
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
TableRowTest.test_shape
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
TableRowTest.test_some_rows
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
table_getcellslice_test.test_exceptions
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
|||
Collapse |
test_tool_table
table_getcellslice_test.test_getcellslice
|
< 1 sec | |
AttributeError: 'table' object has no attribute 'row' test_tool_table.py:62: in setUp self.rows = self.tb.row( ) E AttributeError: 'table' object has no attribute 'row' |
Error summary
The build generated some errors. See the full build log for more details.
From https://open-bitbucket.nrao.edu/scm/casa/casa-data
* [new tag] 2022.9.12 -> 2022.9.12
Error response from daemon: No such container: wheel-container-test
Error: No such container: wheel-container-test
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:08 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 10] with float valued pixels.
2022-09-12 17:27:08 SEVERE image::regrid Exception Reported: Exception: The output image has only 10 pixels along axis 0, so the maximum value of decimate should be 3.
2022-09-12 17:27:08 SEVERE image::regrid+ ... thrown by void casa::ImageRegridderBase<T>::setDecimate(casa6core::Int) [with T = float; casa6core::Int = int] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridderBase.tcc, line: 83
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 INFO ImageFactory::createImage Created Paged image 'ia.fromshape.image1' of shape [32, 32, 32] with float valued pixels.
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 SEVERE image::regrid Exception Reported: (casacore/coordinates/Coordinates/CoordinateSystem.cc : 928) Failed AlwaysAssert axisInCoordinateSystem < nPixelAxes()
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Direction coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Spectral coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: The number of pixel axes in the output shape and Coordinate System must be the same. Shape has size 4. Output coordinate system has 3 axes.
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 143
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Unknown interpolation method doggies
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Direction coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Spectral coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Direction coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Spectral coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO name:: No table opened.
2022-09-12 17:27:09 INFO showcache:: The Table Cache is empty.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [100, 100, 20] with float valued pixels.
2022-09-12 17:27:09 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created.
2022-09-12 17:27:09 INFO BeamManipulator::set Beam parameters: Major : 20 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Minor : 20 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Position Angle : 0 deg
2022-09-12 17:27:09 INFO BeamManipulator::set Beam parameters: Major : 30 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Minor : 30 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Position Angle : 0 deg
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: An image with multiple beams cannot be regridded along the spectral axis. You may wish to convolve all channels to a common resolution and retry.
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 88
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: An image with multiple beams cannot be regridded along the spectral axis. You may wish to convolve all channels to a common resolution and retry.
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 102
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels.
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 20, 4] with float valued pixels.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'first' of shape [20, 20, 20, 4]
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: There is no overlap between the (region chosen in) the input image and the output image with respect to the axes being regridded..
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 155
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'fourth' of shape [20, 20, 20, 4]
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 20, 4] with float valued pixels.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'third' of shape [200, 200, 20, 4]
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: There is no overlap between the (region chosen in) the input image and the output image with respect to the axes being regridded..
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 155
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 1001, 4] with float valued pixels.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'sixth' of shape [20, 20, 1001, 4]
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: There is no overlap between the (region chosen in) the input image and the output image with respect to the axes being regridded..
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 155
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels.
2022-09-12 17:27:10 INFO SubImageFactory::createImage Creating image 'gal_regrid_out.image' of shape [300, 300, 1, 46]
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:10 WARN image::open (file src/tools/image/image_cmpt.cc, line 4126) Another image is already open, closing first
2022-09-12 17:27:10 INFO ImageFactory::createImage Created Paged image 'maskim' of shape [200, 200, 1, 1] with float valued pixels.
2022-09-12 17:27:10 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 1, 20] with float valued pixels.
2022-09-12 17:27:10 SEVERE image::regrid Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: src/code/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
2022-09-12 17:27:10 INFO CasacRegionManager::fromBCS No directional region specified. Using full positional plane.
2022-09-12 17:27:10 INFO CasacRegionManager::fromBCS Using polarizations ALL
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:10 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:10 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:10 SEVERE image::regrid Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: src/code/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:10 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:10 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:11 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:11 INFO name:: No table opened.
2022-09-12 17:27:11 INFO showcache:: The Table Cache is empty.
2022-09-12 17:27:11 INFO name:: No table opened.
2022-09-12 17:27:11 INFO showcache:: The Table Cache is empty.
Traceback (most recent call last):
File "runtest.py", line 603, in run
shutil.copy2("{}{}.py".format(workdir + "tests/",test), workdir + "{}/".format(test if not test.endswith(".py") else test[:-3]))
File "/usr/local/lib/python3.6/shutil.py", line 257, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/local/lib/python3.6/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/home/casatest/casa6/casatestutils/nosedir/tests/test_tool_image_fromcomplist.py'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 6002k 100 6002k 0 0 18.4M 0 --:--:-- --:--:-- --:--:-- 18.6M
/export/home/cbt-el7-7/bamboohome/temp/CASA-C6DTF220-JOB1-1-ScriptBuildTask-1024595097112307830.sh: line 9: [: -eq: unary operator expected
* [new tag] 2022.9.12 -> 2022.9.12
Error response from daemon: No such container: wheel-container-test
Error: No such container: wheel-container-test
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:08 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 10] with float valued pixels.
2022-09-12 17:27:08 SEVERE image::regrid Exception Reported: Exception: The output image has only 10 pixels along axis 0, so the maximum value of decimate should be 3.
2022-09-12 17:27:08 SEVERE image::regrid+ ... thrown by void casa::ImageRegridderBase<T>::setDecimate(casa6core::Int) [with T = float; casa6core::Int = int] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridderBase.tcc, line: 83
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 INFO ImageFactory::createImage Created Paged image 'ia.fromshape.image1' of shape [32, 32, 32] with float valued pixels.
2022-09-12 17:27:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:08 SEVERE image::regrid Exception Reported: (casacore/coordinates/Coordinates/CoordinateSystem.cc : 928) Failed AlwaysAssert axisInCoordinateSystem < nPixelAxes()
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Direction coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Spectral coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: The number of pixel axes in the output shape and Coordinate System must be the same. Shape has size 4. Output coordinate system has 3 axes.
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 143
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Unknown interpolation method doggies
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Direction coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Spectral coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Direction coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegrid<T>::makeCoordinateSystem (file casacore/casacore/images/Images/ImageRegrid.tcc, line 634) Spectral coordinate is not present in the output coordinate system, so it cannot be regridded
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO name:: No table opened.
2022-09-12 17:27:09 INFO showcache:: The Table Cache is empty.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [100, 100, 20] with float valued pixels.
2022-09-12 17:27:09 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created.
2022-09-12 17:27:09 INFO BeamManipulator::set Beam parameters: Major : 20 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Minor : 20 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Position Angle : 0 deg
2022-09-12 17:27:09 INFO BeamManipulator::set Beam parameters: Major : 30 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Minor : 30 arcsec
2022-09-12 17:27:09 INFO BeamManipulator::set+ Position Angle : 0 deg
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: An image with multiple beams cannot be regridded along the spectral axis. You may wish to convolve all channels to a common resolution and retry.
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 88
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: An image with multiple beams cannot be regridded along the spectral axis. You may wish to convolve all channels to a common resolution and retry.
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 102
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels.
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 20, 4] with float valued pixels.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'first' of shape [20, 20, 20, 4]
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: There is no overlap between the (region chosen in) the input image and the output image with respect to the axes being regridded..
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 155
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'fourth' of shape [20, 20, 20, 4]
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 20, 4] with float valued pixels.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'third' of shape [200, 200, 20, 4]
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: There is no overlap between the (region chosen in) the input image and the output image with respect to the axes being regridded..
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 155
2022-09-12 17:27:09 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 1001, 4] with float valued pixels.
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 INFO SubImageFactory::createImage Creating image 'sixth' of shape [20, 20, 1001, 4]
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 SEVERE image::regrid Exception Reported: Exception: There is no overlap between the (region chosen in) the input image and the output image with respect to the axes being regridded..
2022-09-12 17:27:09 SEVERE image::regrid+ ... thrown by std::shared_ptr<casa6core::ImageInterface<T> > casa::ImageRegridder<T>::_regrid() const [with T = float] at File: src/code/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 155
2022-09-12 17:27:09 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:09 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels.
2022-09-12 17:27:10 INFO SubImageFactory::createImage Creating image 'gal_regrid_out.image' of shape [300, 300, 1, 46]
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:10 WARN image::open (file src/tools/image/image_cmpt.cc, line 4126) Another image is already open, closing first
2022-09-12 17:27:10 INFO ImageFactory::createImage Created Paged image 'maskim' of shape [200, 200, 1, 1] with float valued pixels.
2022-09-12 17:27:10 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 1, 20] with float valued pixels.
2022-09-12 17:27:10 SEVERE image::regrid Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: src/code/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
2022-09-12 17:27:10 INFO CasacRegionManager::fromBCS No directional region specified. Using full positional plane.
2022-09-12 17:27:10 INFO CasacRegionManager::fromBCS Using polarizations ALL
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:10 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:10 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:10 SEVERE image::regrid Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: src/code/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306
2022-09-12 17:27:10 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0'
2022-09-12 17:27:10 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap.
2022-09-12 17:27:10 INFO ImageRegrid::_checkAxes The Stokes axis cannot be regridded - removing from list
2022-09-12 17:27:11 INFO ImageMaskAttacher::makeMask Created mask `mask0'
2022-09-12 17:27:11 INFO name:: No table opened.
2022-09-12 17:27:11 INFO showcache:: The Table Cache is empty.
2022-09-12 17:27:11 INFO name:: No table opened.
2022-09-12 17:27:11 INFO showcache:: The Table Cache is empty.
Traceback (most recent call last):
File "runtest.py", line 603, in run
shutil.copy2("{}{}.py".format(workdir + "tests/",test), workdir + "{}/".format(test if not test.endswith(".py") else test[:-3]))
File "/usr/local/lib/python3.6/shutil.py", line 257, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/local/lib/python3.6/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/home/casatest/casa6/casatestutils/nosedir/tests/test_tool_image_fromcomplist.py'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 6002k 100 6002k 0 0 18.4M 0 --:--:-- --:--:-- --:--:-- 18.6M
/export/home/cbt-el7-7/bamboohome/temp/CASA-C6DTF220-JOB1-1-ScriptBuildTask-1024595097112307830.sh: line 9: [: -eq: unary operator expected