#154457 Report by node mother covering 117 tests from 61 modules resulted into 4 errors

Report

ObsPy version
1.5.0rc1.post0+6.gd5e3872a51
GitHub Pull Request
-
Report file
JSON document
Total runtime
203.2 sec
Report date/time
March 13, 2026, 7:26 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
mother
Processor
Python Compiler
GCC 10.3.0
Python Implementation
CPython
Python Version
3.10.5
Release
5.10.0-35-amd64
System
Linux
Version
#1 SMP Debian 5.10.237-1 (2025-05-19)

Dependencies

cartopy
0.20.3
decorator
5.1.1
flake8
5.0.4
geographiclib
2.0
lxml
4.9.1
matplotlib
3.5.3
numpy
1.23.2
obspy
1.5.0rc1.post0+6.gd5e3872a51
pyproj
3.3.1
pytest
7.1.2
pytest-json-report
1.5.0
requests
2.28.1
scipy
1.9.0
setuptools
65.0.2
shapefile
---
sqlalchemy
1.4.40

Modules (61)

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

Tracebacks (4)

Traceback (most recent call last):
File "/home/megies/git/obspy/obspy/clients/fdsn/tests/test_client.py", line 386, in test_authentication
got = client.get_waveforms(*query)
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 885, in get_waveforms
data_stream = self._download(url, use_gzip=False)
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1480, in _download
raise_on_error(code, data)
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNUnauthorizedException("Unauthorized, authentication "
obspy.clients.fdsn.header.FDSNUnauthorizedException: Unauthorized, authentication required.
HTTP Status code: 401
Detailed response of server:
digest auth failed
Traceback (most recent call last):
File "/home/megies/git/obspy/obspy/clients/fdsn/tests/test_client.py", line 667, in test_dataselect_bulk
got = client.get_waveforms_bulk(bulk)
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1040, in get_waveforms_bulk
data_stream = self._download(
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1480, in _download
raise_on_error(code, data)
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNUnauthorizedException("Unauthorized, authentication "
obspy.clients.fdsn.header.FDSNUnauthorizedException: Unauthorized, authentication required.
HTTP Status code: 401
Detailed response of server:
digest auth failed
Traceback (most recent call last):
File "/home/megies/git/obspy/obspy/clients/fdsn/tests/test_client.py", line 1051, in test_redirection_auth
st = c_auth.get_waveforms(
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 885, in get_waveforms
data_stream = self._download(url, use_gzip=False)
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1480, in _download
raise_on_error(code, data)
File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNUnauthorizedException("Unauthorized, authentication "
obspy.clients.fdsn.header.FDSNUnauthorizedException: Unauthorized, authentication required.
HTTP Status code: 401
Detailed response of server:
digest auth failed
Traceback (most recent call last):
File "/home/megies/git/obspy/obspy/clients/syngine/tests/test_client.py", line 84, in test_get_available_models
models = self.c.get_available_models()
File "/home/megies/git/obspy/obspy/clients/syngine/client.py", line 88, in get_available_models
r = self._download(self._get_url("models"))
File "/home/megies/git/obspy/obspy/clients/base.py", line 249, in _download
self._handle_requests_http_error(r)
File "/home/megies/git/obspy/obspy/clients/syngine/client.py", line 56, in _handle_requests_http_error
raise ClientHTTPException(msg.strip())
obspy.clients.base.ClientHTTPException: HTTP code 500 when downloading 'https://service.earthscope.org/irisws/syngine/1/models':
Error 500: Instaseis Error [502]: Bad Gateway
More Details:
handler exited, code: 1 reason: Internal Server Error
Request:
https://service.earthscope.org/irisws/syngine/1/models
Request Submitted:
2026/03/13 12:25:54 UTC
Service version:
Service: irisws-syngine version: 1.0.5

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
16.342s clients/fdsn/tests/test_eidaws_routing_client.py::TestEIDAWSRoutingClient::test_get_waveforms_integration_test
12.599s clients/fdsn/tests/test_client.py::TestClient::test_irisph5_event
10.875s clients/iris/tests/test_client.py::TestClient::test_evalresp
10.669s clients/iris/tests/test_client.py::TestClient::test_flinnengdahl
8.158s clients/syngine/tests/test_client.py::TestClient::test_get_waveforms
7.875s clients/fdsn/tests/test_client.py::TestClient::test_redirection
6.613s clients/syngine/__init__.py::obspy.clients.syngine
6.156s clients/iris/tests/test_client.py::TestClient::test_resp
6.039s clients/fdsn/tests/test_client.py::TestClient::test_station_bulk
5.651s clients/neic/tests/test_client.py::TestClient::test_get_waveform_nscl
5.321s clients/nrl/client.py::obspy.clients.nrl.client.NRL.get_response
3.938s clients/fdsn/tests/test_federator_routing_client.py::TestFederatorRoutingClient::test_get_waveforms_integration_test
3.487s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms_bulk
3.405s clients/fdsn/tests/test_client.py::TestClient::test_iris_example_queries_station
3.383s clients/fdsn/tests/test_federator_routing_client.py::TestFederatorRoutingClient::test_get_stations_integration_test
3.172s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_stations
3.088s clients/iris/client.py::obspy.clients.iris.client.Client.flinnengdahl
3.070s clients/fdsn/tests/test_client.py::TestClient::test_iris_example_queries_station_discover_services_false
2.975s clients/fdsn/__init__.py::obspy.clients.fdsn
2.806s clients/fdsn/tests/test_client.py::TestClient::test_dataselect_bulk[False]

Warnings (1)

Stage Filename Category Message
runtest /home/megies/git/obspy/obspy/clients/fdsn/tests/test_client.py:793 ObsPyDeprecationWarning attach_response is deprecated and will be removed in a future release. Use remove_response() instead.