#148053 Report by node gh-actions covering 114 tests from 61 modules resulted into 3 errors

Report

ObsPy version
1.4.2.post0+394.g3f3e283218
GitHub Pull Request
https://github.com/obspy/obspy/pull/3630
Report file
JSON document
Total runtime
162.8 sec
Report date/time
Dec. 2, 2025, 4:01 p.m.

System / Python

Architecture
64bit
Machine
arm64
Node
gh-actions
Processor
arm
Python Compiler
Clang 19.1.7
Python Implementation
CPython
Python Version
3.12.12
Release
24.6.0
System
Darwin
Version
Darwin Kernel Version 24.6.0: Wed Oct 15 21:12:37 PDT 2025; root:xnu-11417.140.69.703.14~1/RELEASE_ARM64_VMAPPLE

Dependencies

cartopy
0.25.0
decorator
5.2.1
flake8
---
geographiclib
2.1
lxml
6.0.2
matplotlib
3.10.8
numpy
2.3.5
obspy
1.4.2.post0+394.g3f3e283218
pyproj
3.7.2
pytest
9.0.1
pytest-json-report
1.5.0
requests
2.32.5
scipy
1.16.3
setuptools
80.9.0
shapefile
---
sqlalchemy
1.4.54

Modules (61)

Module Errors / Failures Tracebacks
obspy.clients.earthworm - -
obspy.clients.fdsn - -
obspy.clients.filesystem Not tested -
obspy.clients.iris - -
obspy.clients.neic 1 1
obspy.clients.nrl - -
obspy.clients.seedlink 2 2 3
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 3 3

Tracebacks (3)

100 :rtype: :class:`~obspy.core.stream.Stream`
101 :returns: Stream object with requested data
102
103 .. rubric:: Example
104
105 >>> from obspy.clients.neic import Client
106 >>> client = Client()
107 >>> t = UTCDateTime() - 5 * 3600 # 5 hours before now
108 >>> st = client.get_waveforms("IU", "ANMO", "0?", "BH?", t, t + 10)
109 >>> 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 | 2025-12-02T17:00:27.894538Z - 2025-12-02T17:00:37.894538Z | 40.0 Hz, 401 samples
+IU.ANMO.00.BH2 | 2025-12-02T17:00:27.894538Z - 2025-12-02T17:00:37.894538Z | 40.0 Hz, 401 samples
+IU.ANMO.00.BHZ | 2025-12-02T17:00:27.894538Z - 2025-12-02T17:00:37.869538Z | 40.0 Hz, 400 samples
/Users/runner/miniconda3/envs/test/lib/python3.12/site-packages/obspy/clients/neic/client.py:109: DocTestFailure
192 Request available stations information from the seedlink server.
193
194 Supports ``fnmatch`` wildcards, e.g. ``*`` and ``?``, in ``network``,
195 ``station``, ``location`` and ``channel``.
196
197 >>> client = Client('rtserver.ipgp.fr')
198 >>> info = client.get_info(station="FDFM")
199 >>> print(info)
200 [('G', 'FDFM')]
201 >>> info = client.get_info(
UNEXPECTED EXCEPTION: SyntaxError("'(' was never closed", ('<doctest obspy.clients.seedlink.basic_client.Client.get_info[3]>', 1, 23, 'info = client.get_info(', 1, 0))
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.12/doctest.py", line 1368, in __run
exec(compile(example.source, filename, "single",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<doctest obspy.clients.seedlink.basic_client.Client.get_info[3]>", line 1
info = client.get_info(
^
SyntaxError: '(' was never closed
/Users/runner/miniconda3/envs/test/lib/python3.12/site-packages/obspy/clients/seedlink/basic_client.py:201: UnexpectedException
078 >>> print(st) # doctest: +ELLIPSIS
079 1 Trace(s) in Stream:
080 G.FDFM.10.BHZ | 20... | 20.0 Hz, ... samples
081
082 Most servers support '?' single-character wildcard in location and
083 channel code fields:
084
085 >>> st = client.get_waveforms("G", "FDFM", "1?", "B??", t, t + 5)
086 >>> st = st.sort(reverse=True)
087 >>> print(st) # doctest: +ELLIPSIS
Differences (unified diff with -expected +actual):
@@ -1,4 +1,4 @@
-6 Trace(s) in Stream:
-G.FDFM.10.BHZ | 20... | 20.0 Hz, ... samples
-G.FDFM.10.BHN | 20... | 20.0 Hz, ... samples
-G.FDFM.10.BHE | 20... | 20.0 Hz, ... samples
+3 Trace(s) in Stream:
+G.FDFM.10.BHZ | 2025-12-02T21:35:35.750000Z - 2025-12-02T21:35:40.750000Z | 20.0 Hz, 101 samples
+G.FDFM.10.BHN | 2025-12-02T21:35:35.750000Z - 2025-12-02T21:35:40.750000Z | 20.0 Hz, 101 samples
+G.FDFM.10.BHE | 2025-12-02T21:35:35.750000Z - 2025-12-02T21:35:40.750000Z | 20.0 Hz, 101 samples
/Users/runner/miniconda3/envs/test/lib/python3.12/site-packages/obspy/clients/seedlink/basic_client.py:87: 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.417s clients/fdsn/tests/test_client.py::TestClient::test_irisph5_event
10.373s clients/fdsn/tests/test_client.py::TestClient::test_dataselect_bulk
8.509s clients/syngine/tests/test_client.py::TestClient::test_get_available_models
7.497s clients/fdsn/tests/test_eidaws_routing_client.py::TestEIDAWSRoutingClient::test_get_waveforms_integration_test
5.145s clients/syngine/tests/test_client.py::TestClient::test_get_waveforms
4.795s clients/iris/tests/test_client.py::TestClient::test_evalresp
4.565s clients/fdsn/tests/test_client.py::TestClient::test_iris_example_queries_dataselect_discover_services_false
4.553s clients/fdsn/tests/test_client.py::TestClient::test_iris_example_queries_dataselect
4.491s clients/iris/tests/test_client.py::TestClient::test_flinnengdahl
4.286s clients/fdsn/tests/test_client.py::TestClient::test_redirection_auth
3.676s clients/fdsn/tests/test_client.py::TestClient::test_redirection
3.620s clients/syngine/__init__.py::obspy.clients.syngine
3.492s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms_bulk
3.466s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms
2.978s clients/iris/tests/test_client.py::TestClient::test_resp
2.664s clients/fdsn/tests/test_client.py::TestClient::test_station_bulk
2.595s clients/nrl/client.py::obspy.clients.nrl.client.NRL.get_response
2.577s clients/seedlink/tests/test_basic_client.py::TestClient::test_multiple_waveform_requests_with_multiple_info_requests
2.533s clients/fdsn/tests/test_federator_routing_client.py::TestFederatorRoutingClient::test_get_waveforms_integration_test
2.374s clients/fdsn/tests/test_client.py::TestClient::test_get_waveform_attach_response

Warnings (1)

Stage Filename Category Message
runtest /Users/runner/miniconda3/envs/test/lib/python3.12/multiprocessing/resource_tracker.py:147 UserWarning resource_tracker: process died unexpectedly, relaunching. Some resources might leak.