#132208 Report by node gh-actions covering 46 tests from 59 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 (59)
Module | Errors / Failures | Tracebacks | ||||
---|---|---|---|---|---|---|
obspy.clients.earthworm | - | 9 | 9 | - | 6.04s | - |
obspy.clients.fdsn | - | 16 | 16 | - | 10.15s | - |
obspy.clients.filesystem | Not tested | - | - | - | - | - |
obspy.clients.iris | - | 8 | 8 | - | 1.48s | - |
obspy.clients.neic | - | 3 | 3 | - | 0.60s | - |
obspy.clients.nrl | - | 2 | 2 | - | 3.56s | - |
obspy.clients.seedlink | 2 | 3 | 3 | - | 46.57s | 1 2 |
obspy.clients.syngine | - | 4 | 4 | - | 5.85s | - |
obspy.core | - | 1 | 1 | - | 4.28s | - |
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 | 46 | 46 | - | 111.26s | 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