Build: #1 failed
Job: Test Tasks RHEL7 failed
Full log: Test case result
The below summarizes the result of the test "Full log" in build 1 of CASA - Casa 6 Dev Test Full - CAS-14035 - Test Tasks RHEL7.
- Description
- Full log
- Test class
- test_task_fixplanets
- Method
- full log
- Duration
- 48 secs
- Status
- Failed (New Failure)
Error Log
.2023-01-26 16:54:43 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-01-26 16:54:43 SEVERE fixplanets::::casa+ string is neither a direction nor an existing file or table. 2023-01-26 16:54:43 SEVERE readJPLephem::::casa Error! 2023-01-26 16:54:43 SEVERE readJPLephem::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-01-26 16:54:43 SEVERE readJPLephem::::casa+ File given is not a valid JPL email mime format file. .2023-01-26 16:54:45 SEVERE readJPLephem::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-01-26 16:54:45 SEVERE readJPLephem::::casa+ File given is not a valid JPL email mime format file. /usr/local/lib/python3.8/site-packages/casatasks/private/JPLephem_reader2.py:627: DeprecationWarning: scipy.sqrt is deprecated and will be removed in SciPy 2.0.0, use numpy.lib.scimath.sqrt instead return scipy.sqrt(avalfabeta) /usr/local/lib/python3.8/site-packages/casatasks/private/JPLephem_reader2.py:685: DeprecationWarning: scipy.array is deprecated and will be removed in SciPy 2.0.0, use numpy.array instead 'value': scipy.array(timeq['value'])} /usr/local/lib/python3.8/site-packages/casatasks/private/JPLephem_reader2.py:567: DeprecationWarning: scipy.array is deprecated and will be removed in SciPy 2.0.0, use numpy.array instead 'value': scipy.array(angq['value'])}} /usr/local/lib/python3.8/site-packages/casatasks/private/JPLephem_reader2.py:471: DeprecationWarning: scipy.array is deprecated and will be removed in SciPy 2.0.0, use numpy.array instead 'value': scipy.array([float(s) for s in retdict['data'][dk]['data']])} E/usr/local/lib/python3.8/site-packages/casatasks/private/task_fixplanets.py:409: DeprecationWarning: elementwise comparison failed; this will raise an error in the future. if(fixuvw and (oldrefcol!=[]) and (thenewref>0)): /usr/local/lib/python3.8/site-packages/casatasks/private/task_fixplanets.py:459: DeprecationWarning: elementwise comparison failed; this will raise an error in the future. if((oldrefcol!=[]) and (thenewref>0)): .2023-01-26 16:54:51 SEVERE fixplanets:::: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-01-26 16:54:51 SEVERE fixplanets::::+ in converting quantity 2023-01-26 16:54:51 SEVERE fixplanets:::: Exception Reported: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-01-26 16:54:51 SEVERE fixplanets::::+ in converting quantity 2023-01-26 16:54:51 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: reftime parameter is not a valid date (e.g. YYYY/MM/DD/hh:mm:ss): MUDIAN 2023-01-26 16:54:51 SEVERE fixplanets:::: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-01-26 16:54:51 SEVERE fixplanets::::+ in converting quantity 2023-01-26 16:54:51 SEVERE fixplanets:::: Exception Reported: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-01-26 16:54:51 SEVERE fixplanets::::+ in converting quantity 2023-01-26 16:54:51 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: reftime parameter is not a valid date (e.g. YYYY/MM/DD/hh:mm:ss): MUDIAN ..2023-01-26 16:54:56 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-01-26 16:54:56 SEVERE fixplanets::::casa+ presently only J2000 and solar system objects are supported. 2023-01-26 16:54:56 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-01-26 16:54:56 SEVERE fixplanets::::casa+ presently only J2000 and solar system objects are supported. .2023-01-26 16:54:57 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: Cannot find any POINTING table rows for antenna 0 within 3 seconds of TIME 5009920724.544001 .2023-01-26 16:54:59 SEVERE fixplanets::::casa GIVEN TIME 2012/07/11/08:41:32 == 4848712892.0 is not within the observation time (4808345056.368s - 4808345340.144s) 2023-01-26 16:54:59 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: 2023-01-26 16:54:59 SEVERE fixplanets::::casa GIVEN TIME 2012/07/11/08:41:32 == 4848712892.0 is not within the observation time (4808345137.536s - 4808345114.783999s) 2023-01-26 16:54:59 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: .......2023-01-26 16:55:17 WARN fixplanets::::casa Field selection returned zero results. .. ====================================================================== ERROR: test_ephemerisMimeFormat (__main__.fixplanets_test) test9: Does a fixplanets with an ephemeris in mime format work ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_fixplanets.py", line 263, in fixplanets raise ValueError("Error converting dictionary to ephem table") ValueError: Error converting dictionary to ephem table During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/casatest/casa6/casatasks/tests/tasks/test_task_fixplanets.py", line 333, in test_ephemerisMimeFormat fixplanets(vis=myms, field='Titan', fixuvw=True, direction='titan.eml') File "/usr/local/lib/python3.8/site-packages/casatasks/fixplanets.py", line 106, in __call__ task_result = _fixplanets_t( _pc.document['vis'], _pc.document['field'], _pc.document['fixuvw'], _pc.document['direction'], _pc.document['refant'], _pc.document['reftime'] ) File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_fixplanets.py", line 266, in fixplanets raise RuntimeError(msg) RuntimeError: *** Error when interpreting parameter 'direction': File given is not a valid JPL email mime format file. ---------------------------------------------------------------------- Ran 17 tests in 46.184s FAILED (errors=1)