#157820 Report by node gh-actions covering 117 tests from 61 modules resulted into 1 error

Report

ObsPy version
1.5.0.post0+62.g440c0f869b
GitHub Pull Request
https://github.com/obspy/obspy/pull/3757
Report file
JSON document
Total runtime
144.5 sec
Report date/time
June 18, 2026, 10:14 a.m.

System / Python

Architecture
64bit
Machine
arm64
Node
gh-actions
Processor
arm
Python Compiler
Clang 20.1.8
Python Implementation
CPython
Python Version
3.14.6
Release
24.6.0
System
Darwin
Version
Darwin Kernel Version 24.6.0: Tue Apr 21 20:18:00 PDT 2026; root:xnu-11417.140.69.710.16~1/RELEASE_ARM64_VMAPPLE

Dependencies

cartopy
0.25.0
decorator
5.3.1
flake8
---
geographiclib
2.1
lxml
6.1.1
matplotlib
3.11.0
numpy
2.4.6
obspy
1.5.0.post0+62.g440c0f869b
pyproj
3.7.2
pytest
9.1.0
pytest-json-report
1.5.0
requests
2.34.2
scipy
1.17.1
setuptools
82.0.1
shapefile
---
sqlalchemy
2.0.51

Modules (61)

Module Errors / Failures Tracebacks
obspy.clients.earthworm - -
obspy.clients.fdsn 1 1
obspy.clients.filesystem Not tested -
obspy.clients.iris - -
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink - -
obspy.clients.syngine - -
obspy.core - -
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.alsep 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.csv Not tested -
obspy.io.cybershake 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 1 1

Tracebacks (1)

638 ``level="station"`` is useful for availability queries whereas
639 ``level="response"`` returns the full response information for the
640 requested channels. ``level`` can furthermore be set to ``"network"``
641 and ``"channel"``.
642
643 >>> inventory = client.get_stations(
644 ... starttime=starttime, endtime=endtime,
645 ... network="IU", sta="ANMO", loc="00", channel="*Z",
646 ... level="response")
647 >>> print(inventory) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Differences (unified diff with -expected +actual):
@@ -1,12 +1,11 @@
-Inventory created at ...
- Created by: IRIS WEB SERVICE: fdsnws-station | version: ...
- ...
- Sending institution: IRIS-DMC (IRIS-DMC)
- Contains:
- Networks (1):
- IU
- Stations (1):
- IU.ANMO (Albuquerque, New Mexico, USA)
- Channels (4):
- IU.ANMO.00.BHZ, IU.ANMO.00.LHZ, IU.ANMO.00.UHZ,
- IU.ANMO.00.VHZ
+Inventory created at 2026-06-18T15:12:19.718100Z
+	Created by: EarthScope WEB SERVICE: fdsnws-station | version: 1.1.53
+		 https://service.earthscope.org/fdsnws/station/1/query?station=ANMO&...
+	Sending institution: EarthScope (EarthScope)
+	Contains:
+		Networks (1):
+			IU
+		Stations (1):
+			IU.ANMO (Albuquerque, New Mexico, USA)
+		Channels (4):
+			IU.ANMO.00.BHZ, IU.ANMO.00.LHZ, IU.ANMO.00.UHZ, IU.ANMO.00.VHZ
/Users/runner/miniconda3/envs/test/lib/python3.14/site-packages/obspy/clients/fdsn/client.py:647: DocTestFailure

Skipped tests (5)

Submodule Test Skip message
clients.earthworm clients/earthworm/tests/test_client.py::TestEWClient::test_get_waveform_no_cleanup Skipped: Example data AV.AKV..BHE no longer valid
clients.fdsn clients/fdsn/tests/test_client.py::TestClient::test_eida_token_resolution Skipped: EIDA token is expired
clients.seedlink clients/seedlink/tests/test_slclient.py::TestSLClient::test_info Skipped: test must be started manually
clients.seedlink clients/seedlink/tests/test_slclient.py::TestSLClient::test_time_window Skipped: test must be started manually
clients.seedlink clients/seedlink/tests/test_slclient.py::TestSLClient::test_issue708 Skipped: test must be started manually

Slowest tests (20)

Runtime Test
13.796s clients/fdsn/tests/test_client.py::TestClient::test_irisph5_event
8.346s clients/fdsn/tests/test_eidaws_routing_client.py::TestEIDAWSRoutingClient::test_get_waveforms_integration_test
7.138s clients/fdsn/tests/test_client.py::TestClient::test_dataselect_bulk[False]
6.739s clients/fdsn/tests/test_client.py::TestClient::test_dataselect_bulk[True]
4.844s clients/syngine/tests/test_client.py::TestClient::test_get_waveforms
4.579s clients/iris/tests/test_client.py::TestClient::test_evalresp
4.479s clients/fdsn/tests/test_client.py::TestClient::test_redirection_auth
4.128s clients/fdsn/tests/test_client.py::TestClient::test_isc_example_queries_event
3.649s clients/fdsn/tests/test_client.py::TestClient::test_redirection
3.161s clients/fdsn/tests/test_client.py::TestClient::test_isc_example_queries_event_discover_services_false
3.105s clients/syngine/__init__.py::obspy.clients.syngine
2.740s clients/seedlink/basic_client.py::obspy.clients.seedlink.basic_client.Client.get_waveforms
2.668s clients/fdsn/tests/test_client.py::TestClient::test_iris_example_queries_dataselect_discover_services_false
2.639s core/tests/test_stream.py::TestStream::test_read_url_via_network
2.567s clients/seedlink/tests/test_basic_client.py::TestClient::test_multiple_waveform_requests_with_multiple_info_requests
2.552s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_events
2.538s clients/nrl/client.py::obspy.clients.nrl.client.NRL.get_response
2.535s clients/fdsn/tests/test_client.py::TestClient::test_iris_example_queries_dataselect
2.535s clients/fdsn/tests/test_federator_routing_client.py::TestFederatorRoutingClient::test_get_waveforms_integration_test
2.503s clients/neic/tests/test_client.py::TestClient::test_get_waveform_nscl

Warnings (2)

Stage Filename Category Message
runtest /Users/runner/miniconda3/envs/test/lib/python3.14/site-packages/obspy/clients/fdsn/tests/test_client.py:828 ObsPyDeprecationWarning attach_response is deprecated and will be removed in a future release. Use remove_response() instead.
runtest /Users/runner/miniconda3/envs/test/lib/python3.14/multiprocessing/resource_tracker.py:233 UserWarning resource_tracker: process died unexpectedly, relaunching. Some resources might leak.