Stage |
Filename |
Category |
Message |
runtest |
/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk
return _download_bulk(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk
return fct(bulk_str + r["bulk_str"])
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk
inv = read_inventory(data_stream, format='STATIONXML')
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 91, in read_inventory
return _generic_reader(path_or_file_object, _read, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 624, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 100, in _read
inventory, format = _read_from_plugin('inventory', filename, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 |
/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 |
/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk
return _download_bulk(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk
return fct(bulk_str + r["bulk_str"])
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk
inv = read_inventory(data_stream, format='STATIONXML')
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 91, in read_inventory
return _generic_reader(path_or_file_object, _read, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 624, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 100, in _read
inventory, format = _read_from_plugin('inventory', filename, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 |
<doctest obspy.clients.nrl[1]>:1 |
ObsPyDeprecationWarning |
DEPRECATED
Direct access to online NRL is deprecated as it will stop working when
the original NRLv1 gets taken offline (Spring 2023), please consider
working locally with a downloaded full copy of the old NRLv1 or new
NRLv2 following instructions on the
`NRL landing page <https://ds.iris.edu/ds/nrl/>`_.
|
runtest |
/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk
return _download_bulk(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk
return fct(bulk_str + r["bulk_str"])
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk
inv = read_inventory(data_stream, format='STATIONXML')
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 91, in read_inventory
return _generic_reader(path_or_file_object, _read, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 624, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 100, in _read
inventory, format = _read_from_plugin('inventory', filename, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 |
/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 90, in _try_download_bulk
return _download_bulk(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 133, in _download_bulk
return fct(bulk_str + r["bulk_str"])
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1259, in get_stations_bulk
inv = read_inventory(data_stream, format='STATIONXML')
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 91, in read_inventory
return _generic_reader(path_or_file_object, _read, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 624, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/inventory/inventory.py", line 100, in _read
inventory, format = _read_from_plugin('inventory', filename, format=format,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/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 |
<doctest obspy.clients.nrl.client.NRL.get_response[0]>:1 |
ObsPyDeprecationWarning |
DEPRECATED
Direct access to online NRL is deprecated as it will stop working when
the original NRLv1 gets taken offline (Spring 2023), please consider
working locally with a downloaded full copy of the old NRLv1 or new
NRLv2 following instructions on the
`NRL landing page <https://ds.iris.edu/ds/nrl/>`_.
|
runtest |
/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/nrl/tests/test_nrl.py:21 |
ObsPyDeprecationWarning |
DEPRECATED
Direct access to online NRL is deprecated as it will stop working when
the original NRLv1 gets taken offline (Spring 2023), please consider
working locally with a downloaded full copy of the old NRLv1 or new
NRLv2 following instructions on the
`NRL landing page <https://ds.iris.edu/ds/nrl/>`_.
|