#124740 Report by node gh-actions covering 204 tests from 58 modules resulted into 4 errors
Report
- ObsPy version
- 1.3.0.post0+150.g66df7dbf57.o…
- GitHub Pull Request
- -
- Report file
- JSON document
- Total runtime
- 139.4 sec
- Report date/time
- May 25, 2022, 9:12 a.m.
System / Python
- Architecture
- 64bit
- Machine
- x86_64
- Node
- gh-actions
- Processor
- x86_64
- Python Compiler
- GCC 9.4.0
- Python Implementation
- CPython
- Python Version
- 3.7.12
- Release
- 5.13.0-1023-azure
- System
- Linux
- Version
- #27~20.04.1-Ubuntu SMP Mon Apr 25 22:39:07 UTC 2022
Dependencies
- cartopy
- 0.17.0
- decorator
- 5.1.1
- flake8
- ---
- geographiclib
- 2.0
- lxml
- 4.8.0
- matplotlib
- 3.2.2
- numpy
- 1.15.4
- obspy
- 1.3.0.post0+150.g66df7dbf57.obspy.master
- pyproj
- 2.6.1.post1
- pytest
- 7.1.2
- pytest-json-report
- 1.5.0
- requests
- 2.27.1
- scipy
- 1.1.0
- setuptools
- 62.3.2
- shapefile
- ---
- sqlalchemy
- 1.4.36
Modules (58)
Module | Errors / Failures | Tracebacks | ||||
---|---|---|---|---|---|---|
obspy.clients.earthworm | 4 | 9 | 9 | - | 5.29s | 1 2 3 4 |
obspy.clients.fdsn | - | 137 | 135 | 2 | 63.46s | - |
obspy.clients.filesystem | Not tested | - | - | - | - | - |
obspy.clients.iris | - | 15 | 15 | - | 10.46s | - |
obspy.clients.neic | - | 5 | 5 | - | 2.60s | - |
obspy.clients.nrl | - | 7 | 7 | - | 3.56s | - |
obspy.clients.seedlink | - | 13 | 10 | 3 | 11.07s | - |
obspy.clients.syngine | - | 18 | 18 | - | 22.74s | - |
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 | 4 | 204 | 199 | 5 | 139.41s | 4 |
Tracebacks (4)
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 0x7ff04facc3d0>)
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 163, in test_save_waveform format="SLIST", 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.
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 |
Slowest tests (20)
Warnings (1)
Stage | Filename | Category | Message |
---|---|---|---|
runtest | /home/runner/work/obspy/obspy/obspy/clients/fdsn/routing/routing_client.py:95 | UserWarning | Failed to download data of type 'waveform' from 'https://erde.geophysik.uni-muenchen.de' due to: Traceback (most recent call last): File "/home/runner/work/obspy/obspy/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk return _download_bulk(r) File "/home/runner/work/obspy/obspy/obspy/clients/fdsn/routing/routing_client.py", line 122, in _download_bulk service = c.services["dataselect"] KeyError: 'dataselect' |