#132208 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
111.3 sec
Report date/time
Dec. 21, 2022, 6:39 a.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
gh-actions
Processor
Intel64 Family 6 Model 106 Stepping 6, GenuineIntel
Python Compiler
MSC v.1929 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.11.0
Release
10
System
Windows
Version
10.0.20348

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 "C:\Miniconda3\envs\test\Lib\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 "C:\Miniconda3\envs\test\Lib\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
C:\Miniconda3\envs\test\Lib\site-packages\obspy\clients\seedlink\basic_client.py:204: UnexpectedException
071
072 Request waveform data from the seedlink server.
073
074 >>> from obspy import UTCDateTime
075 >>> client = Client('rtserver.ipgp.fr')
076 >>> t = UTCDateTime() - 1500
077 >>> st = client.get_waveforms("G", "FDFM", "00", "BHZ", t, t + 5)
078 >>> print(st) # doctest: +ELLIPSIS
Expected:
1 Trace(s) in Stream:
G.FDFM.00.BHZ | 20... | 20.0 Hz, ... samples
Got:
0 Trace(s) in Stream:
<BLANKLINE>
C:\Miniconda3\envs\test\Lib\site-packages\obspy\clients\seedlink\basic_client.py:78: DocTestFailure

Slowest tests (20)

Runtime Test
4.283s core/tests/test_stream.py::TestStream::test_read_url_via_network
2.964s clients/syngine/__init__.py::obspy.clients.syngine
2.714s clients/nrl/client.py::obspy.clients.nrl.client.NRL.get_response
2.480s clients/fdsn/__init__.py::obspy.clients.fdsn
2.377s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms_bulk
2.363s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms
1.507s clients/earthworm/__init__.py::obspy.clients.earthworm
1.366s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms_bulk
1.157s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms
1.118s clients/earthworm/client.py::obspy.clients.earthworm.client.Client.get_waveforms
1.111s clients/fdsn/mass_downloader/__init__.py::obspy.clients.fdsn.mass_downloader
0.957s clients/earthworm/tests/test_client.py::TestEWClient::test_get_waveform_widlcard
0.940s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_events
0.848s clients/nrl/__init__.py::obspy.clients.nrl
0.658s clients/earthworm/tests/test_client.py::TestEWClient::test_availability
0.634s clients/earthworm/tests/test_client.py::TestEWClient::test_save_waveform
0.584s clients/earthworm/client.py::obspy.clients.earthworm.client.Client.get_availability
0.361s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_model_info
0.361s clients/iris/client.py::obspy.clients.iris.client.Client.flinnengdahl
0.312s clients/earthworm/tests/test_client.py::TestEWClient::test_get_waveform