#125354 Report by node gh-actions covering 204 tests from 58 modules resulted into 5 errors
Report
- ObsPy version
- 1.3.0.post0+172.ga0ff2d912d.o…
- GitHub Pull Request
- -
- Report file
- JSON document
- Total runtime
- 142.1 sec
- Report date/time
- June 15, 2022, 7:17 a.m.
System / Python
- Architecture
- 64bit
- Machine
- x86_64
- Node
- gh-actions
- Processor
- x86_64
- Python Compiler
- GCC 10.3.0
- Python Implementation
- CPython
- Python Version
- 3.9.13
- Release
- 5.13.0-1025-azure
- System
- Linux
- Version
- #29~20.04.1-Ubuntu SMP Thu May 19 14:50:45 UTC 2022
Dependencies
- cartopy
- 0.20.2
- decorator
- 5.1.1
- flake8
- ---
- geographiclib
- 2.0
- lxml
- 4.9.0
- matplotlib
- 3.3.4
- numpy
- 1.20.3
- obspy
- 1.3.0.post0+172.ga0ff2d912d.obspy.master
- pyproj
- 3.3.1
- pytest
- 7.1.2
- pytest-json-report
- 1.5.0
- requests
- 2.28.0
- scipy
- 1.7.3
- setuptools
- 62.3.4
- shapefile
- ---
- sqlalchemy
- 1.4.37
Modules (58)
Module | Errors / Failures | Tracebacks | ||||
---|---|---|---|---|---|---|
obspy.clients.earthworm | 4 | 9 | 9 | - | 5.65s | 1 2 3 4 |
obspy.clients.fdsn | - | 137 | 135 | 2 | 67.50s | - |
obspy.clients.filesystem | Not tested | - | - | - | - | - |
obspy.clients.iris | - | 15 | 15 | - | 9.27s | - |
obspy.clients.neic | 1 | 5 | 5 | - | 2.51s | 5 |
obspy.clients.nrl | - | 7 | 7 | - | 3.73s | - |
obspy.clients.seedlink | - | 13 | 10 | 3 | 11.02s | - |
obspy.clients.syngine | - | 18 | 18 | - | 20.42s | - |
obspy.core | Not tested | - | - | - | - | - |
obspy.core.event | Not tested | - | - | - | - | - |
obspy.core.inventory | Not tested | - | - | - | - | - |
obspy.core.util | Not tested | - | - | - | - | - |
obspy.geodetics | Not tested | - | - | - | - | - |
obspy.imaging | Not tested | - | - | - | - | - |
obspy.io.ah | Not tested | - | - | - | - | - |
obspy.io.arclink | Not tested | - | - | - | - | - |
obspy.io.ascii | Not tested | - | - | - | - | - |
obspy.io.cmtsolution | Not tested | - | - | - | - | - |
obspy.io.cnv | Not tested | - | - | - | - | - |
obspy.io.css | Not tested | - | - | - | - | - |
obspy.io.dmx | Not tested | - | - | - | - | - |
obspy.io.focmec | Not tested | - | - | - | - | - |
obspy.io.gcf | Not tested | - | - | - | - | - |
obspy.io.gse2 | Not tested | - | - | - | - | - |
obspy.io.hypodd | Not tested | - | - | - | - | - |
obspy.io.iaspei | Not tested | - | - | - | - | - |
obspy.io.json | Not tested | - | - | - | - | - |
obspy.io.kinemetrics | Not tested | - | - | - | - | - |
obspy.io.kml | Not tested | - | - | - | - | - |
obspy.io.mseed | Not tested | - | - | - | - | - |
obspy.io.ndk | Not tested | - | - | - | - | - |
obspy.io.nied | Not tested | - | - | - | - | - |
obspy.io.nlloc | Not tested | - | - | - | - | - |
obspy.io.nordic | Not tested | - | - | - | - | - |
obspy.io.pdas | Not tested | - | - | - | - | - |
obspy.io.pde | Not tested | - | - | - | - | - |
obspy.io.quakeml | Not tested | - | - | - | - | - |
obspy.io.reftek | Not tested | - | - | - | - | - |
obspy.io.rg16 | Not tested | - | - | - | - | - |
obspy.io.sac | Not tested | - | - | - | - | - |
obspy.io.scardec | Not tested | - | - | - | - | - |
obspy.io.seg2 | Not tested | - | - | - | - | - |
obspy.io.segy | Not tested | - | - | - | - | - |
obspy.io.seisan | Not tested | - | - | - | - | - |
obspy.io.seiscomp | Not tested | - | - | - | - | - |
obspy.io.sh | Not tested | - | - | - | - | - |
obspy.io.shapefile | Not tested | - | - | - | - | - |
obspy.io.stationtxt | Not tested | - | - | - | - | - |
obspy.io.stationxml | Not tested | - | - | - | - | - |
obspy.io.wav | Not tested | - | - | - | - | - |
obspy.io.win | Not tested | - | - | - | - | - |
obspy.io.xseed | Not tested | - | - | - | - | - |
obspy.io.y | Not tested | - | - | - | - | - |
obspy.io.zmap | Not tested | - | - | - | - | - |
obspy.realtime | Not tested | - | - | - | - | - |
obspy.scripts | Not tested | - | - | - | - | - |
obspy.signal | Not tested | - | - | - | - | - |
obspy.taup | Not tested | - | - | - | - | - |
Summary | 5 | 204 | 199 | 5 | 142.07s | 5 |
Tracebacks (5)
Traceback (most recent call last): File "/home/runner/work/obspy/obspy/obspy/clients/earthworm/tests/test_client.py", line 90, in test_get_waveform assert len(ew_stream) == 1 AssertionError: assert 0 == 1 + where 0 = len(<obspy.core.stream.Stream object at 0x7fb3abbbc4c0>)
Traceback (most recent call last): File "/home/runner/work/obspy/obspy/obspy/clients/earthworm/tests/test_client.py", line 110, in test_get_waveform_no_cleanup delta = ew_stream[0].stats.delta File "/home/runner/work/obspy/obspy/obspy/core/stream.py", line 643, in __getitem__ return self.traces.__getitem__(index) IndexError: list index out of range
Traceback (most recent call last): File "/home/runner/work/obspy/obspy/obspy/clients/earthworm/tests/test_client.py", line 131, in test_get_waveform_widlcard delta = stream[0].stats.delta File "/home/runner/work/obspy/obspy/obspy/core/stream.py", line 643, in __getitem__ return self.traces.__getitem__(index) IndexError: list index out of range
Traceback (most recent call last): File "/home/runner/work/obspy/obspy/obspy/clients/earthworm/tests/test_client.py", line 155, in test_save_waveform ew_client.save_waveforms( File "/home/runner/work/obspy/obspy/obspy/clients/earthworm/client.py", line 163, in save_waveforms st.write(filename, format=format) File "/home/runner/work/obspy/obspy/obspy/core/stream.py", line 1431, in write raise ObsPyException(msg) obspy.core.util.obspy_types.ObsPyException: Can not write empty stream to file.
151 :returns: Stream object with requested data 152 153 .. rubric:: Example 154 155 >>> from obspy.clients.neic import Client 156 >>> from obspy import UTCDateTime 157 >>> client = Client() 158 >>> t = UTCDateTime() - 5 * 3600 # 5 hours before now 159 >>> st = client.get_waveforms_nscl("IUANMO BH.00", t, 10) 160 >>> print(st) # doctest: +ELLIPSIS Differences (unified diff with -expected +actual): @@ -1,4 +1,4 @@ 3 Trace(s) in Stream: -IU.ANMO.00.BH... | 40.0 Hz, 401 samples -IU.ANMO.00.BH... | 40.0 Hz, 401 samples -IU.ANMO.00.BH... | 40.0 Hz, 401 samples +IU.ANMO.00.BH1 | 2022-06-15T07:16:22.944538Z - 2022-06-15T07:16:32.944538Z | 40.0 Hz, 401 samples +IU.ANMO.00.BH2 | 2022-06-15T07:16:22.944538Z - 2022-06-15T07:16:32.944538Z | 40.0 Hz, 401 samples +IU.ANMO.00.BHZ | 2022-06-15T07:16:22.944538Z - 2022-06-15T07:16:32.919538Z | 40.0 Hz, 400 samples /home/runner/work/obspy/obspy/obspy/clients/neic/client.py:160: DocTestFailure
Skipped tests (5)
Submodule | Test | Skip message |
---|---|---|
clients.fdsn | clients/fdsn/tests/test_client.py::ClientTestCase::test_eida_token_resolution | Skipped: Token is expired |
clients.fdsn | clients/fdsn/tests/test_client.py::ClientTestCase::test_trim_stream_after_get_waveform | Skipped: data no longer available |
clients.seedlink | clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_info | Skipped: test must be started manually |
clients.seedlink | clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_issue708 | Skipped: test must be started manually |
clients.seedlink | clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_time_window | Skipped: test must be started manually |