Build casatools on different Python Platforms.

Build: #143 failed

Job: Test 3.7 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 143 of CASA - Casa 6 Casatools variants - Test 3.7. View test case history
Description
Full log
Test class
test_importasdm_mms
Method
full log
Duration
29 mins
Status
Failed (New Failure)

Error Log

2021-11-18 00:58:07	WARN	::casa	casampi is not available. Running in serial
....2021-11-18 01:00:13	SEVERE	importasdm::::casa	Task importasdm raised an exception of class RuntimeError with the following message: FiledesIO: file /opt/casa/data/master/geodetic/IERSpredict/table.f0 could not be opened: No such file or directory
E....s..2021-11-18 01:27:40	WARN	importasdm::::casa	Ephemeris is in ICRS instead of J2000 frame.
2021-11-18 01:27:40	WARN	importasdm::::casa+	Entry in SOURCE table will be converted to J2000
2021-11-18 01:27:40	WARN	importasdm::::casa	Ephemeris is in ICRS instead of J2000 frame.
2021-11-18 01:27:40	WARN	importasdm::::casa+	Entry in SOURCE table will be converted to J2000
.
======================================================================
ERROR: test_mms_ephem (__main__.asdm_import11)
Asdm-import: Test good 12 m ASDM with Ephemeris table in lazy mode and MMS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_importasdm_mms.py", line 819, in test_mms_ephem
    process_pointing=False, flagbackup=False, createmms=True)
  File "/home/casatest/venv/lib/python3.7/site-packages/casatasks/importasdm.py", line 295, in __call__
    task_result = _importasdm_t( _pc.document['asdm'], _pc.document['vis'], _pc.document['createmms'], _pc.document['separationaxis'], _pc.document['numsubms'], _pc.document['corr_mode'], _pc.document['srt'], _pc.document['time_sampling'], _pc.document['ocorr_mode'], _pc.document['compression'], _pc.document['lazy'], _pc.document['asis'], _pc.document['wvr_corrected_data'], _pc.document['scans'], _pc.document['ignore_time'], _pc.document['process_syspower'], _pc.document['process_caldevice'], _pc.document['process_pointing'], _pc.document['process_flags'], _pc.document['tbuff'], _pc.document['applyflags'], _pc.document['savecmds'], _pc.document['outfile'], _pc.document['flagbackup'], _pc.document['verbose'], _pc.document['overwrite'], _pc.document['showversion'], _pc.document['useversion'], _pc.document['bdfflags'], _pc.document['with_pointing_correction'], _pc.document['convert_ephem2geo'], _pc.document['polyephem_tabtimestep'] )
  File "/home/casatest/venv/lib/python3.7/site-packages/casatasks/private/task_importasdm.py", line 346, in importasdm
    polyephem_tabtimestep )
  File "/home/casatest/venv/lib/python3.7/site-packages/casatools/sdm.py", line 54, in toms
    return self._swigobj.toms(_str_ec(vis), createmms, _str_ec(separationaxis), _any_ec(numsubms), _str_ec(corr_mode), _str_ec(srt), _str_ec(time_sampling), _str_ec(ocorr_mode), compression, lazy, _str_ec(asis), _str_ec(wvr_corrected_data), _str_ec(scans), ignore_time, process_syspower, process_caldevice, process_pointing, process_flags, tbuff, applyflags, savecmds, _any_ec(outfile), flagbackup, verbose, overwrite, showversion, _str_ec(useversion), bdfflags, with_pointing_correction, convert_ephem2geo, polyephem_tabtimestep)
  File "/home/casatest/venv/lib/python3.7/site-packages/casatools/__casac__/sdm.py", line 223, in toms
    return _sdm.sdm_toms(self, *args, **kwargs)
RuntimeError: FiledesIO: file /opt/casa/data/master/geodetic/IERSpredict/table.f0 could not be opened: No such file or directory

----------------------------------------------------------------------
Ran 13 tests in 1775.373s

FAILED (errors=1, skipped=1)