#130191 Report by node mother covering 2 tests from 60 modules resulted into 1 error

Report

ObsPy version
1.3.1.post0+367.g287d090b70.o…
GitHub Pull Request
-
Report file
JSON document
Total runtime
10.1 sec
Report date/time
Nov. 11, 2022, 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-17-amd64
System
Linux
Version
#1 SMP Debian 5.10.136-1 (2022-08-13)

Dependencies

cartopy
0.20.3
decorator
5.1.1
flake8
5.0.4
geographiclib
---
lxml
4.9.1
matplotlib
3.5.3
numpy
1.23.2
obspy
1.3.1.post0+367.g287d090b70.obspy.master
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 (60)

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

Tracebacks (1)

Traceback (most recent call last):
File "/home/megies/git/obspy/obspy/clients/fdsn/tests/test_eidaws_routing_client.py", line 320, in test_get_waveforms_integration_test
st = self.client.get_waveforms(
File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 78, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 85, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 334, in get_waveforms
return self.get_waveforms_bulk([bulk], **kwargs)
File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 78, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 85, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/home/megies/git/obspy/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 109, in get_waveforms_bulk
raise FDSNNoDataException(msg)
obspy.clients.fdsn.header.FDSNNoDataException: No data available for request (requested time window might be out of bounds of valid station epochs).

Slowest tests (1)

Runtime Test
4.769s clients/fdsn/tests/test_federator_routing_client.py::FederatorRoutingClientTestCase::test_get_waveforms_integration_test

Warnings (5)

Stage Filename Category Message
runtest /home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py:93 UserWarning Failed to download data of type 'station' from 'https://eida.bgr.de' due to: Traceback (most recent call last): File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk return _download_bulk(r) File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk return fct(bulk_str + r["bulk_str"]) File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk inv = read_inventory(data_stream, format='STATIONXML') File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename return func(*args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 91, in read_inventory return _generic_reader(path_or_file_object, _read, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 624, in _generic_reader generic = callback_func(pathname_or_url, **kwargs) File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 142, in uncompress_file return func(filename, *args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 100, in _read inventory, format = _read_from_plugin('inventory', filename, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 423, in _read_from_plugin list_obj = read_format(filename, **kwargs) File "/home/megies/git/obspy/obspy/io/stationxml/core.py", line 152, in _read_stationxml root = etree.parse(path_or_file_object).getroot() File "src/lxml/etree.pyx", line 3538, in lxml.etree.parse File "src/lxml/parser.pxi", line 1893, in lxml.etree._parseDocument File "src/lxml/parser.pxi", line 1913, in lxml.etree._parseMemoryDocument File "src/lxml/parser.pxi", line 1800, in lxml.etree._parseDoc File "src/lxml/parser.pxi", line 1141, in lxml.etree._BaseParser._parseDoc File "src/lxml/parser.pxi", line 615, in lxml.etree._ParserContext._handleParseResultDoc File "src/lxml/parser.pxi", line 725, in lxml.etree._handleParseResult File "src/lxml/parser.pxi", line 654, in lxml.etree._raiseParseError File "<string>", line 1 lxml.etree.XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1
runtest /home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py:113 UserWarning No FDSN services could be discovered at 'https://eida-sc3.infp.ro'. This could be due to a temporary service outage or an invalid FDSN service address.It will not be used for routing. Try again later?
runtest /home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py:93 UserWarning Failed to download data of type 'station' from 'https://erde.geophysik.uni-muenchen.de' due to: Traceback (most recent call last): File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk return _download_bulk(r) File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk return fct(bulk_str + r["bulk_str"]) File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk inv = read_inventory(data_stream, format='STATIONXML') File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename return func(*args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 91, in read_inventory return _generic_reader(path_or_file_object, _read, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 624, in _generic_reader generic = callback_func(pathname_or_url, **kwargs) File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 142, in uncompress_file return func(filename, *args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 100, in _read inventory, format = _read_from_plugin('inventory', filename, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 423, in _read_from_plugin list_obj = read_format(filename, **kwargs) File "/home/megies/git/obspy/obspy/io/stationxml/core.py", line 152, in _read_stationxml root = etree.parse(path_or_file_object).getroot() File "src/lxml/etree.pyx", line 3538, in lxml.etree.parse File "src/lxml/parser.pxi", line 1893, in lxml.etree._parseDocument File "src/lxml/parser.pxi", line 1913, in lxml.etree._parseMemoryDocument File "src/lxml/parser.pxi", line 1800, in lxml.etree._parseDoc File "src/lxml/parser.pxi", line 1141, in lxml.etree._BaseParser._parseDoc File "src/lxml/parser.pxi", line 615, in lxml.etree._ParserContext._handleParseResultDoc File "src/lxml/parser.pxi", line 725, in lxml.etree._handleParseResult File "src/lxml/parser.pxi", line 654, in lxml.etree._raiseParseError File "<string>", line 1 lxml.etree.XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1
runtest /home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py:93 UserWarning Failed to download data of type 'station' from 'https://webservices.ingv.it' due to: Traceback (most recent call last): File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk return _download_bulk(r) File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk return fct(bulk_str + r["bulk_str"]) File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk inv = read_inventory(data_stream, format='STATIONXML') File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename return func(*args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 91, in read_inventory return _generic_reader(path_or_file_object, _read, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 624, in _generic_reader generic = callback_func(pathname_or_url, **kwargs) File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 142, in uncompress_file return func(filename, *args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 100, in _read inventory, format = _read_from_plugin('inventory', filename, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 423, in _read_from_plugin list_obj = read_format(filename, **kwargs) File "/home/megies/git/obspy/obspy/io/stationxml/core.py", line 152, in _read_stationxml root = etree.parse(path_or_file_object).getroot() File "src/lxml/etree.pyx", line 3538, in lxml.etree.parse File "src/lxml/parser.pxi", line 1893, in lxml.etree._parseDocument File "src/lxml/parser.pxi", line 1913, in lxml.etree._parseMemoryDocument File "src/lxml/parser.pxi", line 1800, in lxml.etree._parseDoc File "src/lxml/parser.pxi", line 1141, in lxml.etree._BaseParser._parseDoc File "src/lxml/parser.pxi", line 615, in lxml.etree._ParserContext._handleParseResultDoc File "src/lxml/parser.pxi", line 725, in lxml.etree._handleParseResult File "src/lxml/parser.pxi", line 654, in lxml.etree._raiseParseError File "<string>", line 1 lxml.etree.XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1
runtest /home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py:93 UserWarning Failed to download data of type 'station' from 'https://orfeus-eu.org' due to: Traceback (most recent call last): File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk return _download_bulk(r) File "/home/megies/git/obspy/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk return fct(bulk_str + r["bulk_str"]) File "/home/megies/git/obspy/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk inv = read_inventory(data_stream, format='STATIONXML') File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename return func(*args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 91, in read_inventory return _generic_reader(path_or_file_object, _read, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 624, in _generic_reader generic = callback_func(pathname_or_url, **kwargs) File "/home/megies/miniconda3/envs/master/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/megies/git/obspy/obspy/core/util/decorator.py", line 142, in uncompress_file return func(filename, *args, **kwargs) File "/home/megies/git/obspy/obspy/core/inventory/inventory.py", line 100, in _read inventory, format = _read_from_plugin('inventory', filename, format=format, File "/home/megies/git/obspy/obspy/core/util/base.py", line 423, in _read_from_plugin list_obj = read_format(filename, **kwargs) File "/home/megies/git/obspy/obspy/io/stationxml/core.py", line 152, in _read_stationxml root = etree.parse(path_or_file_object).getroot() File "src/lxml/etree.pyx", line 3538, in lxml.etree.parse File "src/lxml/parser.pxi", line 1893, in lxml.etree._parseDocument File "src/lxml/parser.pxi", line 1913, in lxml.etree._parseMemoryDocument File "src/lxml/parser.pxi", line 1800, in lxml.etree._parseDoc File "src/lxml/parser.pxi", line 1141, in lxml.etree._BaseParser._parseDoc File "src/lxml/parser.pxi", line 615, in lxml.etree._ParserContext._handleParseResultDoc File "src/lxml/parser.pxi", line 725, in lxml.etree._handleParseResult File "src/lxml/parser.pxi", line 654, in lxml.etree._raiseParseError File "<string>", line 1 lxml.etree.XMLSyntaxError: Start tag expected, '<' not found, line 1, column 1