#132197 Report by node gh-actions covering 46 tests from 59 modules resulted into 3 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
126.1 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 (59)

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 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.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)

973 IU.ANMO.00.BHZ | 2010-02-27T00:00:00... | 20.0 Hz, 40 samples
974 IU.ANMO.10.BHZ | 2010-02-27T00:00:00... | 40.0 Hz, 80 samples
975 >>> t = UTCDateTime("2012-12-14T10:36:01.6Z")
976 >>> t1 = t + 300
977 >>> t2 = t + 400
978 >>> bulk = [("TA", "S42A", "*", "BHZ", t1, t2),
979 ... ("TA", "W42A", "*", "BHZ", t1, t2),
980 ... ("TA", "Z42A", "*", "BHZ", t1, t2)]
981 >>> st = client.get_waveforms_bulk(bulk, attach_response=True)
982 >>> st.remove_response(output="VEL") # doctest: +ELLIPSIS
UNEXPECTED EXCEPTION: ValueError('No response information found. Use `inventory` parameter to specify an inventory with response information.')
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.fdsn.client.Client.get_waveforms_bulk[17]>", line 1, in <module>
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/core/stream.py", line 3234, in remove_response
tr.remove_response(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/core/trace.py", line 2829, in remove_response
response = self._get_response(inventory)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/core/trace.py", line 2621, in _get_response
raise ValueError(msg)
ValueError: No response information found. Use `inventory` parameter to specify an inventory with response information.
/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/fdsn/client.py:982: UnexpectedException
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
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)
086 >>> st = st.sort(reverse=True)
087 >>> print(st) # doctest: +ELLIPSIS
Expected:
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
G.FDFM.00.BHZ | 20... | 20.0 Hz, ... samples
G.FDFM.00.BHN | 20... | 20.0 Hz, ... samples
G.FDFM.00.BHE | 20... | 20.0 Hz, ... samples
Got:
0 Trace(s) in Stream:
<BLANKLINE>
/usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/seedlink/basic_client.py:87: DocTestFailure

Slowest tests (20)

Runtime Test
4.455s core/tests/test_stream.py::TestStream::test_read_url_via_network
3.894s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms
2.548s clients/fdsn/__init__.py::obspy.clients.fdsn
2.514s clients/syngine/__init__.py::obspy.clients.syngine
2.012s clients/fdsn/mass_downloader/__init__.py::obspy.clients.fdsn.mass_downloader
1.354s clients/nrl/client.py::obspy.clients.nrl.client.NRL.get_response
1.314s clients/iris/client.py::obspy.clients.iris.client.Client.timeseries
1.142s clients/earthworm/tests/test_client.py::TestEWClient::test_get_waveform_widlcard
0.957s clients/earthworm/__init__.py::obspy.clients.earthworm
0.875s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms_bulk
0.848s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms
0.730s clients/earthworm/client.py::obspy.clients.earthworm.client.Client.get_waveforms
0.483s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.__init__
0.465s clients/earthworm/tests/test_client.py::TestEWClient::test_save_waveform
0.451s clients/earthworm/client.py::obspy.clients.earthworm.client.Client.get_availability
0.449s clients/earthworm/tests/test_client.py::TestEWClient::test_availability
0.378s clients/nrl/__init__.py::obspy.clients.nrl
0.365s clients/neic/client.py::obspy.clients.neic.client.Client
0.280s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_model_info
0.271s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_stations

Warnings (2)

Stage Filename Category Message
runtest /usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/core/stream.py:3197 UserWarning No matching response information found.
runtest /usr/share/miniconda3/envs/test/lib/python3.11/site-packages/obspy/clients/fdsn/client.py:909 UserWarning Start tag expected, '<' not found, line 1, column 1 (<string>, line 1)