Build casatools on different Python Platforms.

Build: #38 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 38 of CASA - Casa 6 Casatools variants - Test 3.8. View test case history
Description
Full log
Test class
test_gencal
Method
full log
Duration
18 secs
Status
Failed (New Failure)

Error Log

...2021-01-30 01:57:41	SEVERE	Calibrater::specifycal	Caught Exception: Automatic gain curve not supported for VLBA
2021-01-30 01:57:41	SEVERE		Exception Reported: Error in Calibrater::specifycal.
2021-01-30 01:57:41	SEVERE	gencal::::casa	Task gencal raised an exception of class RuntimeError with the following message: Error in Calibrater::specifycal.
E2021-01-30 01:57:41	SEVERE	Calibrater::specifycal	Caught Exception: Automatic gain curve not supported for EVN
2021-01-30 01:57:41	SEVERE		Exception Reported: Error in Calibrater::specifycal.
2021-01-30 01:57:41	SEVERE	gencal::::casa	Task gencal raised an exception of class RuntimeError with the following message: Error in Calibrater::specifycal.
.  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  158k  100  158k    0     0   358k      0 --:--:-- --:--:-- --:--:--  361k
/home/casatest/venv/lib/python3.8/site-packages/casatasks/private/tec_maps.py:557: ResourceWarning: unclosed file <_io.TextIOWrapper name='igsg1160.10i' mode='r' encoding='UTF-8'>
  linestring = open(igs_file, 'r').read()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
..
======================================================================
ERROR: test_gainCurve (__main__.gencal_test)
Test calibration table produced when gencal is run on an MS with a GAIN_CURVE table
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_gencal.py", line 474, in test_gainCurve
    gencal(vis=vlbacopy, caltable=caltab, caltype='gc')
  File "/home/casatest/venv/lib/python3.8/site-packages/casatasks/gencal.py", line 180, in __call__
    task_result = _gencal_t( _pc.document['vis'], _pc.document['caltable'], _pc.document['caltype'], _pc.document['infile'], _pc.document['spw'], _pc.document['antenna'], _pc.document['pol'], _pc.document['parameter'], _pc.document['uniform'] )
  File "/home/casatest/venv/lib/python3.8/site-packages/casatasks/private/task_gencal.py", line 55, in gencal
    _cb.specifycal(caltable=caltable,time="",spw=spw,antenna=antenna,pol=pol,
  File "/home/casatest/venv/lib/python3.8/site-packages/casatools/calibrater.py", line 776, in specifycal
    return self._swigobj.specifycal(_str_ec(caltable), _str_ec(time), _str_ec(spw), _str_ec(antenna), _str_ec(pol), _str_ec(caltype), parameter, _str_ec(infile), uniform)
  File "/home/casatest/venv/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 1636, in specifycal
    return _calibrater.calibrater_specifycal(self, *args, **kwargs)
RuntimeError: Error in Calibrater::specifycal.

----------------------------------------------------------------------
Ran 7 tests in 17.041s

FAILED (errors=1)