Build casatools on different Python Platforms.
Build: #42 failed
Job: Test 3.7 failed
Full log: Test case result
The below summarizes the result of the test "Full log" in build 42 of CASA - Casa 6 Casatools variants - Test 3.7.
- Description
- Full log
- Test class
- test_gencal
- Method
- full log
- Duration
- 18 secs
- Status
- Failed (New Failure)
Error Log
...2021-02-09 10:38:12 SEVERE Calibrater::specifycal Caught Exception: Automatic gain curve not supported for VLBA 2021-02-09 10:38:12 SEVERE Exception Reported: Error in Calibrater::specifycal. 2021-02-09 10:38:12 SEVERE gencal::::casa Task gencal raised an exception of class RuntimeError with the following message: Error in Calibrater::specifycal. E2021-02-09 10:38:12 SEVERE Calibrater::specifycal Caught Exception: Automatic gain curve not supported for EVN 2021-02-09 10:38:12 SEVERE Exception Reported: Error in Calibrater::specifycal. 2021-02-09 10:38:12 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 245k 0 --:--:-- --:--:-- --:--:-- 246k /home/casatest/venv/lib/python3.7/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.7/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.7/site-packages/casatasks/private/task_gencal.py", line 57, in gencal uniform=uniform) File "/home/casatest/venv/lib/python3.7/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.7/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 16.950s FAILED (errors=1)