Build casatools on different Python Platforms.

Build: #80 failed

Job: Test 3.8 failed

Stages & jobs

  1. Default Stage

  2. Test

  3. Publish wheels

Full log: Test case result

The below summarizes the result of the test "Full log" in build 80 of CASA - Casa 6 Casatools variants - Test 3.8. View test case history
Description
Full log
Test class
test_sdsidebandsplit
Method
full log
Duration
15 secs
Status
Failed (New Failure)

Error Log

.2021-05-03 05:37:46	SEVERE	sdsidebandsplit::::	Exception Reported: At least two valid input data are required for processing
2021-05-03 05:37:46	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: At least two valid input data are required for processing
/home/casatest/casa6/casatasks/tests/tasks/test_sdsidebandsplit.py:283: DeprecationWarning: Please use assertRaisesRegex instead.
  self.assertRaisesRegexp(Exception, ref_message, sdsidebandsplit, **task_param)
.F2021-05-03 05:37:46	SEVERE	sdsidebandsplit::::	Exception Reported: Image separated.image.signalband already exists.
2021-05-03 05:37:46	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Image separated.image.signalband already exists.
2021-05-03 05:37:46	SEVERE	sdsidebandsplit::::	Exception Reported: Image separated.image.imageband already exists.
2021-05-03 05:37:46	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Image separated.image.imageband already exists.
.2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: Output file name is undefined.
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Output file name is undefined.
.2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class TypeError with the following message: _refval is not a dictionary
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: Frequency should be positive
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Frequency should be positive
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: From/to units not consistent. Cannot convert K to Hz at File: casacore/casacore/casa/Quanta/Quantum.tcc, line: 264
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: From/to units not consistent. Cannot convert K to Hz at File: casacore/casacore/casa/Quanta/Quantum.tcc, line: 264
.2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: The number of shift should match that of images
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: The number of shift should match that of images
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: The number of shift should match that of images
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: The number of shift should match that of images
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images
.2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: Channel shift was not been set.
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Channel shift was not been set.
.2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: Rejection limit should be > 0.0 and < 1.0
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Rejection limit should be > 0.0 and < 1.0
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::	Exception Reported: Rejection limit should be > 0.0 and < 1.0
2021-05-03 05:37:47	SEVERE	sdsidebandsplit::::casa	Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Rejection limit should be > 0.0 and < 1.0
............
======================================================================
FAIL: test_imagename_invalidname (__main__.failureTestCase)
test failure: len(imagename)==2 but includes an invalid imagename
----------------------------------------------------------------------
AssertionError: {'imagename': ['must be of cReqPathVec type']}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_sdsidebandsplit.py", line 301, in test_imagename_invalidname
    self.run_exception(ref_message, imagename=imagename)
  File "/home/casatest/casa6/casatasks/tests/tasks/test_sdsidebandsplit.py", line 283, in run_exception
    self.assertRaisesRegexp(Exception, ref_message, sdsidebandsplit, **task_param)
AssertionError: ".*must be a path that exists.*" does not match "{'imagename': ['must be of cReqPathVec type']}"

----------------------------------------------------------------------
Ran 20 tests in 14.024s

FAILED (failures=1)