#132198 Report by node gh-actions covering 46 tests from 60 modules resulted into 2 errors

Report

ObsPy version
1.4.0.post0+53.gd0482f529d
GitHub Pull Request
https://github.com/obspy/obspy/pull/3245
Report file
JSON document
Total runtime
112.0 sec
Report date/time
Dec. 21, 2022, 6:33 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
gh-actions
Processor
x86_64
Python Compiler
GCC 10.4.0
Python Implementation
CPython
Python Version
3.11.0
Release
5.15.0-1024-azure
System
Linux
Version
#30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022

Dependencies

cartopy
0.21.1
decorator
5.1.1
flake8
---
geographiclib
2.0
lxml
4.9.2
matplotlib
3.6.2
numpy
1.24.0
obspy
1.4.0.post0+53.gd0482f529d
pyproj
3.4.1
pytest
7.2.0
pytest-json-report
1.5.0
requests
2.28.1
scipy
1.9.3
setuptools
65.6.3
shapefile
---
sqlalchemy
1.4.45

Modules (60)

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

Tracebacks (2)

197
198 Request available stations information from the seedlink server.
199
200 Supports ``fnmatch`` wildcards, e.g. ``*`` and ``?``, in ``network``,
201 ``station``, ``location`` and ``channel``.
202
203 >>> client = Client('rtserver.ipgp.fr')
204 >>> info = client.get_info(station="FDFM")
UNEXPECTED EXCEPTION: XMLSyntaxError('Document is empty, line 1, column 1')
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.11/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.seedlink.basic_client.Client.get_info[1]>", line 1, in <module>
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/basic_client.py", line 284, in get_info
xml = etree.fromstring(info)
^^^^^^^^^^^^^^^^^^^^^^
File "src/lxml/etree.pyx", line 3257, in lxml.etree.fromstring
File "src/lxml/parser.pxi", line 1916, in lxml.etree._parseMemoryDocument
File "src/lxml/parser.pxi", line 1796, in lxml.etree._parseDoc
File "src/lxml/parser.pxi", line 1085, in lxml.etree._BaseParser._parseUnicodeDoc
File "src/lxml/parser.pxi", line 618, in lxml.etree._ParserContext._handleParseResultDoc
File "src/lxml/parser.pxi", line 728, in lxml.etree._handleParseResult
File "src/lxml/parser.pxi", line 657, in lxml.etree._raiseParseError
File "<string>", line 1
lxml.etree.XMLSyntaxError: Document is empty, line 1, column 1
/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/basic_client.py:204: UnexpectedException
076 >>> t = UTCDateTime() - 1500
077 >>> st = client.get_waveforms("G", "FDFM", "00", "BHZ", t, t + 5)
078 >>> print(st) # doctest: +ELLIPSIS
079 1 Trace(s) in Stream:
080 G.FDFM.00.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", "??", "B??", t, t + 5)
UNEXPECTED EXCEPTION: TimeoutError('timed out')
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.11/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.seedlink.basic_client.Client.get_waveforms[5]>", line 1, in <module>
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/basic_client.py", line 166, in get_waveforms
return self._multiselect_request(seedlink_id, starttime, endtime)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/basic_client.py", line 188, in _multiselect_request
self._slclient.run(packet_handler=self._packet_handler)
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/slclient.py", line 229, in run
slpack = self.slconn.collect()
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 816, in collect
self.connect()
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 1085, in connect
raise ioe
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 1070, in connect
self.say_hello()
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 1229, in say_hello
bytesread = self.send_data(bytes_, self.sladdr,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 1169, in send_data
bytesread = self.receive_data(resplen, code)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 1201, in receive_data
raise ioe
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/client/seedlinkconnection.py", line 1197, in receive_data
bytesread = self.socket.recv(maxbytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: timed out
/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/basic_client.py:85: UnexpectedException

Slowest tests (20)

Runtime Test
4.683s core/tests/test_stream.py::TestStream::test_read_url_via_network
3.743s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms
2.953s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms_bulk
2.672s clients/fdsn/__init__.py::obspy.clients.fdsn
2.463s clients/syngine/__init__.py::obspy.clients.syngine
1.706s clients/fdsn/mass_downloader/__init__.py::obspy.clients.fdsn.mass_downloader
1.363s clients/nrl/client.py::obspy.clients.nrl.client.NRL.get_response
1.075s clients/earthworm/__init__.py::obspy.clients.earthworm
0.935s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_events
0.868s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms_bulk
0.834s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms
0.780s clients/earthworm/client.py::obspy.clients.earthworm.client.Client.get_waveforms
0.682s clients/earthworm/tests/test_client.py::TestEWClient::test_get_waveform_widlcard
0.551s clients/earthworm/tests/test_client.py::TestEWClient::test_save_waveform
0.514s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.__init__
0.483s clients/earthworm/tests/test_client.py::TestEWClient::test_availability
0.461s clients/earthworm/client.py::obspy.clients.earthworm.client.Client.get_availability
0.452s clients/nrl/__init__.py::obspy.clients.nrl
0.317s clients/neic/client.py::obspy.clients.neic.client.Client
0.273s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_model_info