#124688 Report by node gh-actions covering 204 tests from 58 modules resulted into 4 errors
Report
- ObsPy version
- 1.3.0.post0+147.g10703f2a55.o…
- GitHub Pull Request
- -
- Report file
- JSON document
- Total runtime
- 220.8 sec
- Report date/time
- May 25, 2022, 3:28 a.m.
System / Python
- Architecture
- 64bit
- Machine
- x86_64
- Node
- gh-actions
- Processor
- i386
- Python Compiler
- Clang 12.0.1
- Python Implementation
- CPython
- Python Version
- 3.10.4
- Release
- 20.6.0
- System
- Darwin
- Version
- Darwin Kernel Version 20.6.0: Tue Feb 22 21:10:41 PST 2022; root:xnu-7195.141.26~1/RELEASE_X86_64
Dependencies
- cartopy
- 0.20.2
- decorator
- 5.1.1
- flake8
- ---
- geographiclib
- 2.0
- lxml
- 4.8.0
- matplotlib
- 3.5.2
- numpy
- 1.22.4
- obspy
- 1.3.0.post0+147.g10703f2a55.obspy.master
- pyproj
- 3.3.1
- pytest
- 7.1.2
- pytest-json-report
- 1.5.0
- requests
- 2.27.1
- scipy
- 1.8.1
- setuptools
- 62.3.2
- shapefile
- ---
- sqlalchemy
- 1.4.36
Modules (58)
Module | Errors / Failures | Tracebacks | ||||
---|---|---|---|---|---|---|
obspy.clients.earthworm | 4 | 9 | 9 | - | 7.84s | 1 2 3 4 |
obspy.clients.fdsn | - | 137 | 135 | 2 | 95.02s | - |
obspy.clients.filesystem | Not tested | - | - | - | - | - |
obspy.clients.iris | - | 15 | 15 | - | 12.84s | - |
obspy.clients.neic | - | 5 | 5 | - | 2.90s | - |
obspy.clients.nrl | - | 7 | 7 | - | 5.91s | - |
obspy.clients.seedlink | - | 13 | 10 | 3 | 10.24s | - |
obspy.clients.syngine | - | 18 | 18 | - | 25.85s | - |
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 | 220.83s | 4 |
Tracebacks (4)
Traceback (most recent call last): File "/Users/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 0x13e2795a0>)
Traceback (most recent call last): File "/Users/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 "/Users/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 "/Users/runner/work/obspy/obspy/obspy/clients/earthworm/tests/test_client.py", line 131, in test_get_waveform_widlcard delta = stream[0].stats.delta File "/Users/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 "/Users/runner/work/obspy/obspy/obspy/clients/earthworm/tests/test_client.py", line 155, in test_save_waveform ew_client.save_waveforms( File "/Users/runner/work/obspy/obspy/obspy/clients/earthworm/client.py", line 163, in save_waveforms st.write(filename, format=format) File "/Users/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 | /Users/runner/work/obspy/obspy/obspy/clients/fdsn/routing/routing_client.py:93 | UserWarning | Failed to download data of type 'station' from 'https://eida.bgr.de' due to: Traceback (most recent call last): File "/Users/runner/work/obspy/obspy/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk return _download_bulk(r) File "/Users/runner/work/obspy/obspy/obspy/clients/fdsn/routing/routing_client.py", line 125, in _download_bulk service = c.services["station"] KeyError: 'station' |