#157857 Report by node docker-eval covering 393 tests from 39 modules resulted into 188 errors

Report

ObsPy version
1.0.2.post0+431.ge312fbeb8f.d…
GitHub Pull Request
-
Report file
XML document
Total runtime
2.3 sec
Report date/time
June 21, 2026, 4:25 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
docker-eval
Processor
x86_64
Python Compiler
GCC 11.2.0
Python Implementation
CPython
Python Version
3.8.20
Release
5.15.0-126-generic
System
Linux
Version
#136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024

Dependencies

cartopy
---
decorator
5.1.1
flake8
---
future
0.18.3
geographiclib
---
lxml.etree
5.2.1
m2crypto
---
matplotlib
3.7.2
mock
---
mpl_toolkits.basemap
---
numpy
1.24.3
osgeo.gdal
---
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
---
requests
2.32.3
scipy
1.10.1
setuptools
75.3.4
sqlalchemy
2.0.34

Modules (39)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
obspy.clients.filesystem 4 1 2 3 4
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 1 5
obspy.db 1 6
obspy.geodetics - -
obspy.imaging 1 7
obspy.io.ah 1 8
obspy.io.ascii 6 9 10 11 12 13 14
obspy.io.cmtsolution 8 15 16 17 18 19 20 21 22
obspy.io.cnv 1 23
obspy.io.css 1 24
obspy.io.datamark 1 25
obspy.io.gcf 9 26 27 28 29 30 31 32 33 34
obspy.io.gse2 1 35
obspy.io.json 2 36 37
obspy.io.kinemetrics 3 38 39 40
obspy.io.kml 3 41 42 43
obspy.io.mseed 1 44
obspy.io.ndk 14 45 46 47 48 49 50 51 52 53 54 55 56 57 58
obspy.io.nied 8 59 60 61 62 63 64 65 66
obspy.io.nlloc 7 67 68 69 70 71 72 73
obspy.io.pdas 1 74
obspy.io.pde 2 75 76
obspy.io.quakeml 9 77 78 79 80 81 82 83 84 85
obspy.io.sac 44 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
obspy.io.seg2 1 130
obspy.io.segy 1 131
obspy.io.seisan 3 132 133 134
obspy.io.seiscomp 3 135 136 137
obspy.io.sh 7 138 139 140 141 142 143 144
obspy.io.shapefile 1 145
obspy.io.stationtxt 8 146 147 148 149 150 151 152 153
obspy.io.stationxml 12 154 155 156 157 158 159 160 161 162 163 164 165
obspy.io.wav 6 166 167 168 169 170 171
obspy.io.xseed 1 172
obspy.io.y 1 173
obspy.io.zmap 12 174 175 176 177 178 179 180 181 182 183 184 185
obspy.realtime 1 186
obspy.signal 1 187
obspy.taup 1 188
Summary 188 188

Tracebacks (188)

Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'MSEED'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 235, in test_get_all_stations_and_nslc
with TemporarySDSDirectory(year=None, doy=None, time=t) as temp_sds:
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 75, in __enter__
tr_.write(full_path, format="MSEED")
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "MSEED" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'MSEED'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 110, in test_read_from_sds
with TemporarySDSDirectory(year=year, doy=doy) as temp_sds:
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 75, in __enter__
tr_.write(full_path, format="MSEED")
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "MSEED" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'MSEED'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 147, in test_read_from_sds_with_wildcarded_seed_ids
with TemporarySDSDirectory(year=year, doy=doy) as temp_sds:
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 75, in __enter__
tr_.write(full_path, format="MSEED")
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "MSEED" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'MSEED'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 175, in test_sds_report
with TemporarySDSDirectory(year=None, doy=None, time=t) as temp_sds, \
File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 75, in __enter__
tr_.write(full_path, format="MSEED")
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "MSEED" is not supported. Supported types:
>>> Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/core/tests/__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 86, in add_unittests
_module = __import__(_module_name,
File "/testbed/obspy/core/tests/test_response.py", line 32, in <module>
from obspy.signal.invsim import evalresp
File "/testbed/obspy/signal/__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "/testbed/obspy/signal/spectral_estimation.py", line 44, in <module>
from obspy.signal.invsim import cosine_taper
File "/testbed/obspy/signal/invsim.py", line 36, in <module>
from obspy.signal import util
File "/testbed/obspy/signal/util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "/testbed/obspy/signal/headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
>>> Cannot import test suite for module obspy.db due to:
--------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/db/tests/__init__.py", line 16, in suite
add_unittests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 86, in add_unittests
_module = __import__(_module_name,
File "/testbed/obspy/db/tests/test_client.py", line 14, in <module>
from obspy.db.client import Client
File "/testbed/obspy/db/client.py", line 24, in <module>
from obspy.db.db import Base, WaveformChannel, WaveformFile, WaveformPath
File "/testbed/obspy/db/db.py", line 20, in <module>
from sqlalchemy.orm import relation
ImportError: cannot import name 'relation' from 'sqlalchemy.orm' (/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/sqlalchemy/orm/__init__.py)
>>> Cannot import test suite for module obspy.imaging due to:
-------------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/imaging/tests/__init__.py", line 24, in suite
add_unittests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 86, in add_unittests
_module = __import__(_module_name,
File "/testbed/obspy/imaging/tests/test_ppsd.py", line 16, in <module>
from obspy.signal.tests.test_spectral_estimation import _get_ppsd
File "/testbed/obspy/signal/__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "/testbed/obspy/signal/spectral_estimation.py", line 44, in <module>
from obspy.signal.invsim import cosine_taper
File "/testbed/obspy/signal/invsim.py", line 36, in <module>
from obspy.signal import util
File "/testbed/obspy/signal/util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "/testbed/obspy/signal/headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/testbed/obspy/io/ah/tests/test_core.py", line 66, in test_read
st = read(testfile)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ah/tests/data/hrv.lh.zne
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SLIST'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ascii/tests/test_ascii.py", line 491, in test_float_sampling_rates_write_and_read
tr.write(tempfile, format=format)
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SLIST" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SLIST'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ascii/tests/test_ascii.py", line 472, in test_write_small_trace
tr.write(tempfile, format=format)
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SLIST" is not supported. Supported types:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._read_slist
File "/testbed/obspy/io/ascii/core.py", line 116, in _read_slist
----------------------------------------------------------------------
File "/testbed/obspy/io/ascii/core.py", line 135, in obspy.io.ascii.core._read_slist
Failed example:
st = read('/path/to/slist.ascii')
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ascii.core._read_slist[1]>", line 1, in <module>
st = read('/path/to/slist.ascii')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ascii/tests/data/slist.ascii
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._read_tspair
File "/testbed/obspy/io/ascii/core.py", line 184, in _read_tspair
----------------------------------------------------------------------
File "/testbed/obspy/io/ascii/core.py", line 203, in obspy.io.ascii.core._read_tspair
Failed example:
st = read('/path/to/tspair.ascii')
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ascii.core._read_tspair[1]>", line 1, in <module>
st = read('/path/to/tspair.ascii')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ascii/tests/data/tspair.ascii
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._write_slist
File "/testbed/obspy/io/ascii/core.py", line 252, in _write_slist
----------------------------------------------------------------------
File "/testbed/obspy/io/ascii/core.py", line 269, in obspy.io.ascii.core._write_slist
Failed example:
st = read()
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ascii.core._write_slist[1]>", line 1, in <module>
st = read()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ascii.core._write_tspair
File "/testbed/obspy/io/ascii/core.py", line 353, in _write_tspair
----------------------------------------------------------------------
File "/testbed/obspy/io/ascii/core.py", line 370, in obspy.io.ascii.core._write_tspair
Failed example:
st = read()
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ascii.core._write_tspair[1]>", line 1, in <module>
st = read()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f0237fc6ef0>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 145, in test_read_and_write_cmtsolution_explosion
cat = obspy.read_events(buf)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-yvxj_siu.tmp
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f023a5feea0>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 120, in test_read_and_write_cmtsolution_from_bytes_io
cat = obspy.read_events(buf)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-4up87q62.tmp
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 38, in test_read_and_write_cmtsolution_from_files
cat = obspy.read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/cmtsolution/tests/data/CMTSOLUTION
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BufferedReader name='/testbed/obspy/io/cmtsolution/tests/data/CMTSOLUTION'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 95, in test_read_and_write_cmtsolution_from_open_files
cat = obspy.read_events(fh)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-og93iqay.tmp
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 180, in test_read_and_write_multiple_cmtsolution_from_files
cat = obspy.read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/cmtsolution/tests/data/MULTIPLE_EVENTS
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f0237fc6f90>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 215, in test_read_and_write_multiple_events_from_bytes_io
cat = obspy.read_events(buf)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-pbhw1tm2.tmp
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 232, in test_reading_newer_cmtsolution_files
cat = obspy.read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/cmtsolution/tests/data/CMTSOLUTION_NEW
Traceback (most recent call last):
File "/testbed/obspy/io/cmtsolution/tests/test_core.py", line 65, in test_write_no_preferred_focal_mechanism
cat = obspy.read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/cmtsolution/tests/data/CMTSOLUTION
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'QUAKEML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/cnv/tests/test_core.py", line 31, in test_write_cnv
cat = read_events(filename, format="QUAKEML")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "QUAKEML" is not supported. Supported types:
>>> Cannot import test suite for module obspy.io.css due to:
------------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/io/css/tests/__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 135, in add_doctests
_module = __import__(_module_name,
File "/testbed/obspy/io/css/core.py", line 25, in <module>
b'c0': (b'S12', np.int),
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Traceback (most recent call last):
File "/testbed/obspy/io/datamark/tests/test_core.py", line 32, in test_read_via_obspy
st = read(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/datamark/tests/data/10030302.00
Traceback (most recent call last):
File "/testbed/obspy/io/gcf/tests/test_core.py", line 129, in test_merge_gcf_stream
st1 = read(filename, headonly=True, channel_prefix="HN")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/testbed/obspy/io/gcf/tests/test_core.py", line 112, in test_read_channel_prefix_via_obspy
st = read(filename, headonly=True, channel_prefix="HN")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/testbed/obspy/io/gcf/tests/test_core.py", line 95, in test_read_head_via_module
st = _read_gcf(filename, headonly=True)
File "/testbed/obspy/io/gcf/core.py", line 89, in _read_gcf
header = libgcf.read_header(f, **kwargs)
File "/testbed/obspy/io/gcf/libgcf.py", line 154, in read_header
return read_data_block(f, headonly=True, **kwargs)
File "/testbed/obspy/io/gcf/libgcf.py", line 94, in read_data_block
sysid = decode36(sysid)
File "/testbed/obspy/io/gcf/libgcf.py", line 57, in decode36
c = chr(imed + ord('0'))
TypeError: only integer scalar arrays can be converted to a scalar index
Traceback (most recent call last):
File "/testbed/obspy/io/gcf/tests/test_core.py", line 59, in test_read_head_via_obspy
st = read(filename, headonly=True)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/testbed/obspy/io/gcf/tests/test_core.py", line 76, in test_read_via_module
st = _read_gcf(filename)
File "/testbed/obspy/io/gcf/core.py", line 93, in _read_gcf
hd = libgcf.read(f, **kwargs)
File "/testbed/obspy/io/gcf/libgcf.py", line 161, in read
return read_data_block(f, headonly=False, **kwargs)
File "/testbed/obspy/io/gcf/libgcf.py", line 94, in read_data_block
sysid = decode36(sysid)
File "/testbed/obspy/io/gcf/libgcf.py", line 57, in decode36
c = chr(imed + ord('0'))
TypeError: only integer scalar arrays can be converted to a scalar index
Traceback (most recent call last):
File "/testbed/obspy/io/gcf/tests/test_core.py", line 40, in test_read_via_obspy
st = read(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/testbed/obspy/io/gcf/tests/test_core.py", line 154, in test_sps_d
st = read(filename, headonly=True, channel_prefix="HN")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1910n.gcf
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gcf.__init__
File "/testbed/obspy/io/gcf/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/gcf/__init__.py", line 21, in obspy.io.gcf.__init__
Failed example:
st = read("/path/to/20160603_1955n.gcf")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.gcf.__init__[1]>", line 1, in <module>
st = read("/path/to/20160603_1955n.gcf")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gcf.core._read_gcf
File "/testbed/obspy/io/gcf/core.py", line 60, in _read_gcf
----------------------------------------------------------------------
File "/testbed/obspy/io/gcf/core.py", line 82, in obspy.io.gcf.core._read_gcf
Failed example:
st = read("/path/to/20160603_1955n.gcf", format="GCF")
Exception raised:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'GCF'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.gcf.core._read_gcf[1]>", line 1, in <module>
st = read("/path/to/20160603_1955n.gcf", format="GCF")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "GCF" is not supported. Supported types:
>>> Cannot import test suite for module obspy.io.gse2 due to:
-------------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/io/gse2/tests/__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 135, in add_doctests
_module = __import__(_module_name,
File "/testbed/obspy/io/gse2/core.py", line 12, in <module>
from . import libgse1, libgse2
File "/testbed/obspy/io/gse2/libgse1.py", line 27, in <module>
from .libgse2 import uncompress_cm6, verify_checksum, read_integer_data
File "/testbed/obspy/io/gse2/libgse2.py", line 42, in <module>
clibgse2 = _load_cdll("gse2")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libgse2_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libgse2_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/testbed/obspy/io/json/tests/test_json.py", line 76, in test_write_json
self.c.write(memfile, format="json")
File "/testbed/obspy/core/event/catalog.py", line 494, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'JSON'
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.json.default
File "/testbed/obspy/io/json/default.py", line 1, in default
----------------------------------------------------------------------
File "/testbed/obspy/io/json/default.py", line 16, in obspy.io.json.default
Failed example:
c = read_events()
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.json.default[3]>", line 1, in <module>
c = read_events()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 802, in read_events
return _create_example_catalog()
File "/testbed/obspy/core/event/catalog.py", line 862, in _create_example_catalog
return read_events('/path/to/neries_events.xml')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/tests/data/neries_events.xml
----------------------------------------------------------------------
File "/testbed/obspy/io/json/default.py", line 18, in obspy.io.json.default
Failed example:
s = json.dumps(c, default=d)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.json.default[5]>", line 1, in <module>
s = json.dumps(c, default=d)
NameError: name 'c' is not defined
Traceback (most recent call last):
File "/testbed/obspy/io/kinemetrics/tests/test_core.py", line 82, in test_read_via_obspy
st = read(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/kinemetrics/tests/data/BI008_MEMA-04823.evt
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 210, in read
stream = _read(pathname_or_url, format, headonly, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f0237feed10>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/kinemetrics/tests/test_core.py", line 131, in test_reading_via_obspy_and_bytesio
st = read(buf)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 218, in read
st.extend(_read(fh.name, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-icjdxjh5.tmp
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.kinemetrics.__init__
File "/testbed/obspy/io/kinemetrics/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 24, in obspy.io.kinemetrics.__init__
Failed example:
st = read("/path/to/BI008_MEMA-04823.evt")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[1]>", line 1, in <module>
st = read("/path/to/BI008_MEMA-04823.evt")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/kinemetrics/tests/data/BI008_MEMA-04823.evt
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 25, in obspy.io.kinemetrics.__init__
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 27, in obspy.io.kinemetrics.__init__
Failed example:
print (st) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[3]>", line 1, in <module>
print (st) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 45, in obspy.io.kinemetrics.__init__
Failed example:
stats_evt = st[0].stats.pop('kinemetrics_evt')
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[4]>", line 1, in <module>
stats_evt = st[0].stats.pop('kinemetrics_evt')
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 46, in obspy.io.kinemetrics.__init__
Failed example:
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[5]>", line 1, in <module>
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 58, in obspy.io.kinemetrics.__init__
Failed example:
for k, v in sorted(stats_evt.items()):
print(k, v)
# doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[6]>", line 1, in <module>
for k, v in sorted(stats_evt.items()):
NameError: name 'stats_evt' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 98, in obspy.io.kinemetrics.__init__
Failed example:
type(st[0].data) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[7]>", line 1, in <module>
type(st[0].data) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 100, in obspy.io.kinemetrics.__init__
Failed example:
print(st[0].data)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kinemetrics.__init__[8]>", line 1, in <module>
print(st[0].data)
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/testbed/obspy/io/kml/tests/test_kml.py", line 45, in test_write_catalog
cat = read_events()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 802, in read_events
return _create_example_catalog()
File "/testbed/obspy/core/event/catalog.py", line 862, in _create_example_catalog
return read_events('/path/to/neries_events.xml')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/kml/tests/test_kml.py", line 28, in test_write_inventory
inv = read_inventory()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 62, in read_inventory
return _create_example_inventory()
File "/testbed/obspy/core/inventory/inventory.py", line 46, in _create_example_inventory
return read_inventory(path, format="STATIONXML")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.kml.__init__
File "/testbed/obspy/io/kml/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/kml/__init__.py", line 13, in obspy.io.kml.__init__
Failed example:
inv = read_inventory() # load example data
Exception raised:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kml.__init__[1]>", line 1, in <module>
inv = read_inventory() # load example data
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 62, in read_inventory
return _create_example_inventory()
File "/testbed/obspy/core/inventory/inventory.py", line 46, in _create_example_inventory
return read_inventory(path, format="STATIONXML")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
----------------------------------------------------------------------
File "/testbed/obspy/io/kml/__init__.py", line 15, in obspy.io.kml.__init__
Failed example:
cat = read_events() # load example data
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.kml.__init__[3]>", line 1, in <module>
cat = read_events() # load example data
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 802, in read_events
return _create_example_catalog()
File "/testbed/obspy/core/event/catalog.py", line 862, in _create_example_catalog
return read_events('/path/to/neries_events.xml')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/tests/data/neries_events.xml
>>> Cannot import test suite for module obspy.io.mseed due to:
--------------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/io/mseed/tests/__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 135, in add_doctests
_module = __import__(_module_name,
File "/testbed/obspy/io/mseed/core.py", line 20, in <module>
from . import util, InternalMSEEDReadingError, InternalMSEEDReadingWarning
File "/testbed/obspy/io/mseed/util.py", line 23, in <module>
from .headers import (ENCODINGS, ENDIAN, FIXED_HEADER_ACTIVITY_FLAGS,
File "/testbed/obspy/io/mseed/headers.py", line 22, in <module>
clibmseed = _load_cdll("mseed")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libmseed_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libmseed_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.StringIO object at 0x7f02384e0b80>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 280, in test_missing_lines
cat = read_events(data)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 813, in read_events
fh.write(pathname_or_url.read())
File "/testbed/obspy/core/util/base.py", line 107, in write
return self._fileobj.write(*args, **kwargs)
TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.StringIO object at 0x7f02384e0b80>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 318, in test_raise_exception_if_no_events_in_file
self.assertRaises(ObsPyNDKException, read_events, data)
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/case.py", line 816, in assertRaises
return context.handle('assertRaises', args, kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/case.py", line 202, in handle
callable_obj(*args, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 813, in read_events
fh.write(pathname_or_url.read())
File "/testbed/obspy/core/util/base.py", line 107, in write
return self._fileobj.write(*args, **kwargs)
TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 37, in test_read_single_ndk
ref_cat = read_events(reference)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/C200604092050A.xml
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 297, in test_reading_event_with_faulty_but_often_occurring_timestamp
cat = read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/faulty_cmt_timestamp.ndk
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 220, in test_reading_file_with_multiple_errors
cat = read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/faulty_multiple_events.ndk
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f02388c5360>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 132, in test_reading_from_bytes_io
cat = read_events(file_object)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-_ey5vq6h.tmp
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 257, in test_reading_from_bytestring
ref_cat = read_events(reference)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/C200604092050A.xml
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BufferedReader name='/testbed/obspy/io/ndk/tests/data/C200604092050A.ndk'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 159, in test_reading_from_open_file_in_binary_mode
cat = read_events(fh)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-qh1iaz40.tmp
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.TextIOWrapper name='/testbed/obspy/io/ndk/tests/data/C200604092050A.ndk' mode='rt' encoding='UTF-8'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 146, in test_reading_from_open_file_in_text_mode
cat = read_events(fh)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 813, in read_events
fh.write(pathname_or_url.read())
File "/testbed/obspy/core/util/base.py", line 107, in write
return self._fileobj.write(*args, **kwargs)
TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 240, in test_reading_from_string
ref_cat = read_events(reference)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/C200604092050A.xml
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.StringIO object at 0x7f02384e0c10>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 116, in test_reading_from_string_io
cat = read_events(file_object)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 813, in read_events
fh.write(pathname_or_url.read())
File "/testbed/obspy/core/util/base.py", line 107, in write
return self._fileobj.write(*args, **kwargs)
TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 172, in test_reading_the_same_file_twice_does_not_raise_a_warnings
cat_1 = read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/C200604092050A.ndk
Traceback (most recent call last):
File "/testbed/obspy/io/ndk/tests/test_ndk.py", line 101, in test_reading_using_obspy_plugin
cat = read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/C200604092050A.ndk
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.ndk.__init__
File "/testbed/obspy/io/ndk/__init__.py", line 2, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/ndk/__init__.py", line 60, in obspy.io.ndk.__init__
Failed example:
cat = obspy.read_events("/path/to/C200604092050A.ndk")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ndk.__init__[1]>", line 1, in <module>
cat = obspy.read_events("/path/to/C200604092050A.ndk")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/ndk/tests/data/C200604092050A.ndk
----------------------------------------------------------------------
File "/testbed/obspy/io/ndk/__init__.py", line 61, in obspy.io.ndk.__init__
Failed example:
print(cat)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.ndk.__init__[2]>", line 1, in <module>
print(cat)
NameError: name 'cat' is not defined
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'FNETMT'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/nied/tests/test_fnetmt_reading.py", line 24, in test_read_fnetmt_catalog
cat = read_events(testfile, 'FNETMT')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "FNETMT" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f0237efc860>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/nied/tests/test_fnetmt_reading.py", line 48, in test_read_fnetmt_catalog_from_bytes_io
read_events(buf)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-0sb787x9.tmp
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BufferedReader name='/testbed/obspy/io/nied/tests/data/FNETMTCATALOG'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/nied/tests/test_fnetmt_reading.py", line 36, in test_read_fnetmt_catalog_from_open_files
read_events(fh)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-hwb9wmxy.tmp
Traceback (most recent call last):
File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 26, in test_read_knet_ascii
tr = read(testfile)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nied/tests/data/test.knet
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 210, in read
stream = _read(pathname_or_url, format, headonly, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f0237feea40>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 60, in test_read_knet_ascii_from_bytes_io
tr = read(buf)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 218, in read
st.extend(_read(fh.name, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-g7fcamhc.tmp
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 210, in read
stream = _read(pathname_or_url, format, headonly, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BufferedReader name='/testbed/obspy/io/nied/tests/data/test.knet'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 41, in test_read_knet_ascii_from_open_files
tr = read(fh)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 218, in read
st.extend(_read(fh.name, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-xieqx95x.tmp
Traceback (most recent call last):
File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 76, in test_station_name_hack
tr = read(testfile, convert_stnm=True)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nied/tests/data/test.knet
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.nied.__init__
File "/testbed/obspy/io/nied/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 22, in obspy.io.nied.__init__
Failed example:
cat = obspy.read_events("/path/to/FNETMTCATALOG")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[1]>", line 1, in <module>
cat = obspy.read_events("/path/to/FNETMTCATALOG")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nied/tests/data/FNETMTCATALOG
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 23, in obspy.io.nied.__init__
Failed example:
print(cat)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[2]>", line 1, in <module>
print(cat)
NameError: name 'cat' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 29, in obspy.io.nied.__init__
Failed example:
print(cat[0]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[3]>", line 1, in <module>
print(cat[0]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
NameError: name 'cat' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 90, in obspy.io.nied.__init__
Failed example:
st = read('/path/to/test.knet')
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[5]>", line 1, in <module>
st = read('/path/to/test.knet')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nied/tests/data/test.knet
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 91, in obspy.io.nied.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[6]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 101, in obspy.io.nied.__init__
Failed example:
st = read('/path/to/test.knet',convert_stnm=True)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[7]>", line 1, in <module>
st = read('/path/to/test.knet',convert_stnm=True)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nied/tests/data/test.knet
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 102, in obspy.io.nied.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[8]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 109, in obspy.io.nied.__init__
Failed example:
print(st[0].stats) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[9]>", line 1, in <module>
print(st[0].stats) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 123, in obspy.io.nied.__init__
Failed example:
print(st[0].stats.knet.stlo)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[10]>", line 1, in <module>
print(st[0].stats.knet.stlo)
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 126, in obspy.io.nied.__init__
Failed example:
print(st[0].stats.knet.comment)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nied.__init__[11]>", line 1, in <module>
print(st[0].stats.knet.comment)
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/testbed/obspy/io/nlloc/tests/test_core.py", line 91, in test_read_nlloc_hyp
cat.write(tf, format="QUAKEML")
File "/testbed/obspy/core/event/catalog.py", line 494, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'QUAKEML'
Traceback (most recent call last):
File "/testbed/obspy/io/nlloc/tests/test_core.py", line 217, in test_read_nlloc_hyp_via_plugin
cat = read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nlloc/tests/data/nlloc_custom.hyp
Traceback (most recent call last):
File "/testbed/obspy/io/nlloc/tests/test_core.py", line 124, in test_read_nlloc_hyp_with_builtin_projection
cat_expected = read_events(get_example_file("nlloc.qml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nlloc/tests/data/nlloc.qml
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'NLLOC_HYP'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/nlloc/tests/test_core.py", line 249, in test_read_nlloc_with_multiple_events
got = read_events(get_example_file("vanua.sum.grid0.loc.hyp"),
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "NLLOC_HYP" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/nlloc/tests/test_core.py", line 237, in test_read_nlloc_with_picks
picks = read_events(get_example_file("nlloc_custom.qml"))[0].picks
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nlloc/tests/data/nlloc_custom.qml
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'QUAKEML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/nlloc/tests/test_core.py", line 51, in test_write_nlloc_obs
cat = read_events(filename, "QUAKEML")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "QUAKEML" is not supported. Supported types:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.nlloc.__init__
File "/testbed/obspy/io/nlloc/__init__.py", line 2, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/nlloc/__init__.py", line 23, in obspy.io.nlloc.__init__
Failed example:
cat = read_events("/path/to/nlloc.hyp")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nlloc.__init__[1]>", line 1, in <module>
cat = read_events("/path/to/nlloc.hyp")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/nlloc/tests/data/nlloc.hyp
----------------------------------------------------------------------
File "/testbed/obspy/io/nlloc/__init__.py", line 24, in obspy.io.nlloc.__init__
Failed example:
print(cat)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nlloc.__init__[2]>", line 1, in <module>
print(cat)
NameError: name 'cat' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nlloc/__init__.py", line 28, in obspy.io.nlloc.__init__
Failed example:
event = cat[0]
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nlloc.__init__[3]>", line 1, in <module>
event = cat[0]
NameError: name 'cat' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nlloc/__init__.py", line 29, in obspy.io.nlloc.__init__
Failed example:
print(event) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nlloc.__init__[4]>", line 1, in <module>
print(event) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'event' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nlloc/__init__.py", line 39, in obspy.io.nlloc.__init__
Failed example:
origin = event.origins[0]
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nlloc.__init__[5]>", line 1, in <module>
origin = event.origins[0]
NameError: name 'event' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nlloc/__init__.py", line 40, in obspy.io.nlloc.__init__
Failed example:
print(origin) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.nlloc.__init__[6]>", line 1, in <module>
print(origin) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'origin' is not defined
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.pdas.core._read_pdas
File "/testbed/obspy/io/pdas/core.py", line 44, in _read_pdas
----------------------------------------------------------------------
File "/testbed/obspy/io/pdas/core.py", line 60, in obspy.io.pdas.core._read_pdas
Failed example:
st = read("/path/to/p1246001.108")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pdas.core._read_pdas[1]>", line 1, in <module>
st = read("/path/to/p1246001.108")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/pdas/tests/data/p1246001.108
----------------------------------------------------------------------
File "/testbed/obspy/io/pdas/core.py", line 61, in obspy.io.pdas.core._read_pdas
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pdas.core._read_pdas[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/pdas/core.py", line 63, in obspy.io.pdas.core._read_pdas
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pdas.core._read_pdas[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/testbed/obspy/io/pde/tests/test_mchedr.py", line 330, in test_read_events
catalog = read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/pde/tests/data/mchedr.dat
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.pde.mchedr._read_mchedr
File "/testbed/obspy/io/pde/mchedr.py", line 234, in _read_mchedr
----------------------------------------------------------------------
File "/testbed/obspy/io/pde/mchedr.py", line 252, in obspy.io.pde.mchedr._read_mchedr
Failed example:
cat = read_events('/path/to/mchedr.dat')
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pde.mchedr._read_mchedr[1]>", line 1, in <module>
cat = read_events('/path/to/mchedr.dat')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/pde/tests/data/mchedr.dat
----------------------------------------------------------------------
File "/testbed/obspy/io/pde/mchedr.py", line 253, in obspy.io.pde.mchedr._read_mchedr
Failed example:
print(cat)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.pde.mchedr._read_mchedr[2]>", line 1, in <module>
print(cat)
NameError: name 'cat' is not defined
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 734, in test_creating_minimal_quakeml_with_mt
cat.write(memfile, format="quakeml", validate=IS_RECENT_LXML)
File "/testbed/obspy/core/event/catalog.py", line 494, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'QUAKEML'
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 678, in test_preferred_tags
catalog = read_events(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/quakeml/tests/data/preferred.xml
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 771, in test_read_equivalence
cat1 = read_events(self.neries_filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/quakeml/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 581, in test_read_events
catalog = read_events(self.neries_filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/quakeml/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f0238448cc0>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 1005, in test_read_same_file_twice_to_same_variable
cat1 = read_events(sio) # NOQA
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 814, in read_events
catalog = _read(fh.name, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-e_fdfw3o.tmp
Traceback (most recent call last):
File "/testbed/obspy/core/event/catalog.py", line 807, in read_events
catalog = _read(pathname_or_url, format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file b'<?xml version=\'1.0\' encoding=\'UTF-8\'?>\n<quakeml xmlns="http://quakeml.org/xmlns/quakeml/1.0">\n <eventParameters publicID="smi://eu.emsc/unid">\n <event publicID="quakeml:eu.emsc/event/20120404_0000041">\n <preferredOriginID>quakeml:eu.emsc/origin/rts/261020/782484</preferredOriginID>\n <preferredMagnitudeID>quakeml:eu.emsc/NetworkMagnitude/rts/261020/782484/796646</preferredMagnitudeID>\n <type>null</type>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/EMSC</authorURI>\n <creationTime>2012-04-04T16:40:50.000000Z</creationTime>\n <version>1.0.1</version>\n </creationInfo>\n <description>\n <type>Flinn-Engdahl region</type>\n <text>KYRGYZSTAN</text>\n </description>\n <origin publicID="quakeml:eu.emsc/origin/rts/261020/782484">\n <time>\n <value>2012-04-04T14:21:42.3+00:00</value>\n <uncertainty>0</uncertainty>\n </time>\n <latitude>\n <value>41.818</value>\n </latitude>\n <longitude>\n <value>79.689</value>\n </longitude>\n <depth>\n <value>1000</value>\n <uncertainty>0</uncertainty>\n </depth>\n <depthType>from location</depthType>\n <methodID>smi:eu.emsc-csem/origin_method/NA</methodID>\n <quality>\n <usedStationCount>16</usedStationCount>\n <standardError>0</standardError>\n <azimuthalGap>231</azimuthalGap>\n <maximumDistance>53.03</maximumDistance>\n <minimumDistance>2.45</minimumDistance>\n </quality>\n <evaluationMode>manual</evaluationMode>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/NNC</authorURI>\n </creationInfo>\n <originUncertainty>\n <minHorizontalUncertainty>0</minHorizontalUncertainty>\n <maxHorizontalUncertainty>0</maxHorizontalUncertainty>\n <azimuthMaxHorizontalUncertainty>0</azimuthMaxHorizontalUncertainty>\n </originUncertainty>\n </origin>\n <magnitude\n publicID="quakeml:eu.emsc/NetworkMagnitude/rts/261020/782484/796646">\n <mag>\n <value>4.4</value>\n <uncertainty>0</uncertainty>\n </mag>\n <type>mb</type>\n <originID>quakeml:eu.emsc/origin/rts/261020/782484</originID>\n <stationCount>0</stationCount>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/NNC</authorURI>\n </creationInfo>\n </magnitude>\n </event>\n <event publicID="quakeml:eu.emsc/event/20120404_0000038">\n <preferredOriginID>quakeml:eu.emsc/origin/rts/261017/782476</preferredOriginID>\n <preferredMagnitudeID>quakeml:eu.emsc/NetworkMagnitude/rts/261017/782476/796628</preferredMagnitudeID>\n <type>null</type>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/EMSC</authorURI>\n <creationTime>2012-04-04T16:40:50.000000Z</creationTime>\n <version>1.0.1</version>\n </creationInfo>\n <description>\n <type>Flinn-Engdahl region</type>\n <text>EASTERN TURKEY</text>\n </description>\n <origin publicID="quakeml:eu.emsc/origin/rts/261017/782476">\n <time>\n <value>2012-04-04T14:18:37.0+00:00</value>\n <uncertainty>0</uncertainty>\n </time>\n <latitude>\n <value>39.342</value>\n </latitude>\n <longitude>\n <value>41.044</value>\n </longitude>\n <depth>\n <value>14400</value>\n <uncertainty>0</uncertainty>\n </depth>\n <depthType>from location</depthType>\n <methodID>smi:eu.emsc-csem/origin_method/NA</methodID>\n <quality>\n <usedStationCount>46</usedStationCount>\n <standardError>0</standardError>\n <azimuthalGap>27</azimuthalGap>\n <maximumDistance>2.7</maximumDistance>\n <minimumDistance>0.27</minimumDistance>\n </quality>\n <evaluationMode>manual</evaluationMode>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/DDA</authorURI>\n </creationInfo>\n <originUncertainty>\n <minHorizontalUncertainty>0</minHorizontalUncertainty>\n <maxHorizontalUncertainty>0</maxHorizontalUncertainty>\n <azimuthMaxHorizontalUncertainty>0</azimuthMaxHorizontalUncertainty>\n </originUncertainty>\n </origin>\n <magnitude\n publicID="quakeml:eu.emsc/NetworkMagnitude/rts/261017/782476/796628">\n <mag>\n <value>4.3</value>\n <uncertainty>0</uncertainty>\n </mag>\n <type>ML</type>\n <originID>quakeml:eu.emsc/origin/rts/261017/782476</originID>\n <stationCount>0</stationCount>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/DDA</authorURI>\n </creationInfo>\n </magnitude>\n </event>\n <event publicID="quakeml:eu.emsc/event/20120404_0000039">\n <preferredOriginID>quakeml:eu.emsc/origin/rts/261018/782478</preferredOriginID>\n <preferredMagnitudeID>quakeml:eu.emsc/NetworkMagnitude/rts/261018/782478/796631</preferredMagnitudeID>\n <type>null</type>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/EMSC</authorURI>\n <creationTime>2012-04-04T16:40:50.000000Z</creationTime>\n <version>1.0.1</version>\n </creationInfo>\n <description>\n <type>Flinn-Engdahl region</type>\n <text>CENTRAL TURKEY</text>\n </description>\n <origin publicID="quakeml:eu.emsc/origin/rts/261018/782478">\n <time>\n <value>2012-04-04T14:08:46.0+00:00</value>\n <uncertainty>0</uncertainty>\n </time>\n <latitude>\n <value>38.017</value>\n </latitude>\n <longitude>\n <value>37.736</value>\n </longitude>\n <depth>\n <value>7000</value>\n <uncertainty>0</uncertainty>\n </depth>\n <depthType>from location</depthType>\n <methodID>smi:eu.emsc-csem/origin_method/NA</methodID>\n <quality>\n <usedStationCount>22</usedStationCount>\n <standardError>0</standardError>\n <azimuthalGap>66</azimuthalGap>\n <maximumDistance>1.38</maximumDistance>\n <minimumDistance>0.31</minimumDistance>\n </quality>\n <evaluationMode>manual</evaluationMode>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/DDA</authorURI>\n </creationInfo>\n <originUncertainty>\n <minHorizontalUncertainty>0</minHorizontalUncertainty>\n <maxHorizontalUncertainty>0</maxHorizontalUncertainty>\n <azimuthMaxHorizontalUncertainty>0</azimuthMaxHorizontalUncertainty>\n </originUncertainty>\n </origin>\n <magnitude\n publicID="quakeml:eu.emsc/NetworkMagnitude/rts/261018/782478/796631">\n <mag>\n <value>3</value>\n <uncertainty>0</uncertainty>\n </mag>\n <type>ML</type>\n <originID>quakeml:eu.emsc/origin/rts/261018/782478</originID>\n <stationCount>0</stationCount>\n <creationInfo>\n <agencyURI>smi:smi-registry/organization/EMSC</agencyURI>\n <authorURI>smi:smi-registry/organization/DDA</authorURI>\n </creationInfo>\n </magnitude>\n </event>\n </eventParameters>\n</quakeml>\n'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 664, in test_read_string
catalog = read_events(data)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 811, in read_events
pathname_or_url.seek(0)
AttributeError: 'bytes' object has no attribute 'seek'
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 828, in test_write_amplitude_time_window
cat.write(tmpfile, format='QUAKEML')
File "/testbed/obspy/core/event/catalog.py", line 494, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'QUAKEML'
Traceback (most recent call last):
File "/testbed/obspy/io/quakeml/tests/test_quakeml.py", line 908, in test_write_with_extra_tags_and_read
cat.write(tmpfile, format='QUAKEML', nsmap=nsmap)
File "/testbed/obspy/core/event/catalog.py", line 494, in write
format_ep = EVENT_ENTRY_POINTS_WRITE[format]
KeyError: 'QUAKEML'
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.quakeml.core._read_quakeml
File "/testbed/obspy/io/quakeml/core.py", line 1777, in _read_quakeml
----------------------------------------------------------------------
File "/testbed/obspy/io/quakeml/core.py", line 1794, in obspy.io.quakeml.core._read_quakeml
Failed example:
cat = read_events('/path/to/iris_events.xml')
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.quakeml.core._read_quakeml[1]>", line 1, in <module>
cat = read_events('/path/to/iris_events.xml')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/tests/data/iris_events.xml
----------------------------------------------------------------------
File "/testbed/obspy/io/quakeml/core.py", line 1795, in obspy.io.quakeml.core._read_quakeml
Failed example:
print(cat)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.quakeml.core._read_quakeml[2]>", line 1, in <module>
print(cat)
NameError: name 'cat' is not defined
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 235, in test_convert_to_sac
st.write(tmpfile, format="SAC")
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 835, in test_decimate_resample
tr = read(self.file, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 270, in test_default_values
tr = read(self.file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 851, in test_invalid_header_field
tr = read(self.file, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 437, in test_issue390
tr = read(self.file, headonly=True, debug_headers=True)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 340, in test_issue_156
tr.write(sac_file, 'SAC')
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 253, in test_iztype11
tr = read(sod_file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/dis.G.SCZ.__.BHE_short
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 823, in test_merge_sac_obspy_headers
tr.write(tempfile, format='SAC')
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 872, in test_not_ascii
tr = read(self.file_notascii, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 373, in test_not_used_but_given_headers
tr1 = read(self.file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 412, in test_null_terminated_strings
tr = read(null_file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/null_terminated.sac
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 195, in test_read_and_write_via_obspy
tr = read(self.file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 116, in test_read_big_endian_via_obspy
tr = read(self.filebe, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 157, in test_read_head_via_obspy
tr = read(self.file, format='SAC', headonly=True)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 49, in test_read_via_obspy
tr = read(self.file, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 210, in read
stream = _read(pathname_or_url, format, headonly, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 144, in uncompress_file
return func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f02382f7680>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 592, in test_read_via_obspy_from_bytes_io
tr = read(buf)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 218, in read
st.extend(_read(fh.name, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-5zce79i9.tmp
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 473, in test_read_with_fsize
self.assertRaises(SacError, read, longer_file)
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/case.py", line 816, in assertRaises
return context.handle('assertRaises', args, kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/case.py", line 202, in handle
callable_obj(*args, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/seism-longer.sac
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 64, in test_read_write_via_obspy
tr = read(self.file, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 97, in test_read_write_xy_via_obspy
tr = read(self.file, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SACXY'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 82, in test_read_xy_write_xy_via_obspy
tr = read(self.filexy, format='SACXY')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SACXY" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 282, in test_reference_time
tr = read(self.fileseis)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/seism.sac
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 186, in test_set_version
st.write(tempfile, format="SAC")
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 130, in test_swap_bytes_via_obspy
trbe = read(self.filebe, format='SAC')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 310, in test_undefined_b
tr = read(self.file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 784, in test_valid_sac_from_minimal_existing_sac_header
tr.write(tempfile, format='SAC')
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SACXY'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 364, in test_write_sac_xy_with_minimum_stats
tr.write(sac_file, 'SACXY')
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SACXY" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 426, in test_write_small_trace
tr.write(tempfile, format=format)
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 174, in test_write_via_obspy
st.write(tempfile, format='SAC')
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 603, in test_write_via_obspy_to_bytes_io
tr = read(self.file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SAC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 400, in test_writing_micro_seconds
st.write(tmpfile, format="SAC")
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SAC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 741, in test_writing_to_file_like_objects_with_obspy
st = read()[:1]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 577, in test_writing_to_io_string_io_fails
st = read()[:1]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_core.py", line 569, in test_writing_to_obj_with_multiple_traces_fails
st = read()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_sacpz.py", line 53, in test_write_sacpz_multiple_channels
inv = read_inventory("/path/to/IU_ANMO_BH.xml")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/tests/data/IU_ANMO_BH.xml
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_sacpz.py", line 37, in test_write_sacpz_single_channel
inv = read_inventory("/path/to/IU_ANMO_00_BHZ.xml")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/tests/data/IU_ANMO_00_BHZ.xml
Traceback (most recent call last):
File "/testbed/obspy/io/sac/tests/test_sactrace.py", line 222, in test_propagate_modified_stats_strings_to_sactrace
tr = read(self.fileseis)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/seism.sac
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.__init__
File "/testbed/obspy/io/sac/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/__init__.py", line 26, in obspy.io.sac.__init__
Failed example:
st = read('/path/to/test.sac', debug_headers=True)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[1]>", line 1, in <module>
st = read('/path/to/test.sac', debug_headers=True)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/__init__.py", line 27, in obspy.io.sac.__init__
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[2]>", line 1, in <module>
st #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/__init__.py", line 29, in obspy.io.sac.__init__
Failed example:
print(st) #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[3]>", line 1, in <module>
print(st) #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/__init__.py", line 41, in obspy.io.sac.__init__
Failed example:
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[4]>", line 1, in <module>
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/__init__.py", line 54, in obspy.io.sac.__init__
Failed example:
print(st[0].stats.sac.dist)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[5]>", line 1, in <module>
print(st[0].stats.sac.dist)
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/__init__.py", line 59, in obspy.io.sac.__init__
Failed example:
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.__init__[6]>", line 1, in <module>
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._internal_read_sac_xy
File "/testbed/obspy/io/sac/core.py", line 212, in _internal_read_sac_xy
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/core.py", line 238, in obspy.io.sac.core._internal_read_sac_xy
Failed example:
st = read("/path/to/testxy.sac")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._internal_read_sac_xy[1]>", line 1, in <module>
st = read("/path/to/testxy.sac")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/testxy.sac
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._read_sac
File "/testbed/obspy/io/sac/core.py", line 311, in _read_sac
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/core.py", line 340, in obspy.io.sac.core._read_sac
Failed example:
st = read("/path/to/test.sac")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._read_sac[1]>", line 1, in <module>
st = read("/path/to/test.sac")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/test.sac
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._read_sac_xy
File "/testbed/obspy/io/sac/core.py", line 174, in _read_sac_xy
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/core.py", line 200, in obspy.io.sac.core._read_sac_xy
Failed example:
st = read("/path/to/testxy.sac")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._read_sac_xy[1]>", line 1, in <module>
st = read("/path/to/testxy.sac")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sac/tests/data/testxy.sac
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._write_sac
File "/testbed/obspy/io/sac/core.py", line 391, in _write_sac
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/core.py", line 416, in obspy.io.sac.core._write_sac
Failed example:
st = read()
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._write_sac[1]>", line 1, in <module>
st = read()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.core._write_sac_xy
File "/testbed/obspy/io/sac/core.py", line 247, in _write_sac_xy
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/core.py", line 268, in obspy.io.sac.core._write_sac_xy
Failed example:
st = read()
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.core._write_sac_xy[1]>", line 1, in <module>
st = read()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.sactrace
File "/testbed/obspy/io/sac/sactrace.py", line 1, in sactrace
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/sactrace.py", line 271, in obspy.io.sac.sactrace
Failed example:
tr = read()[0]
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.sactrace[17]>", line 1, in <module>
tr = read()[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/sactrace.py", line 272, in obspy.io.sac.sactrace
Failed example:
print(tr.stats) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.sactrace[18]>", line 1, in <module>
print(tr.stats) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'tr' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/sactrace.py", line 289, in obspy.io.sac.sactrace
Failed example:
sac = SACTrace.from_obspy_trace(tr)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sac.sactrace[19]>", line 1, in <module>
sac = SACTrace.from_obspy_trace(tr)
NameError: name 'tr' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/sactrace.py", line 290, in obspy.io.sac.sactrace
Failed example:
print(sac) # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Expected:
Reference Time = 08/24/2009 (236) 00:20:03.000000
iztype IB: begin time
b = 0.0
delta = 0.009999999...
e = 29.989999...
iftype = itime
iztype = ib
kcmpnm = EHZ
knetwk = BW
kstnm = RJOB
lcalda = False
leven = True
lovrok = True
lpspol = True
npts = 3000
nvhdr = 6
nzhour = 0
nzjday = 236
nzmin = 20
nzmsec = 0
nzsec = 3
nzyear = 2009
scale = 1.0
Got:
Reference Time = 01/01/1970 (001) 00:00:00.000000
	iztype IB: begin time
b = 0.0
delta = 1.0
e = 0.0
iftype = itime
internal0 = 2.0
iztype = ib
lcalda = False
leven = True
lovrok = True
lpspol = True
npts = 0
nvhdr = 6
nzhour = 0
nzjday = 1
nzmin = 0
nzmsec = 0
nzsec = 0
nzyear = 1970
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/sactrace.py", line 316, in obspy.io.sac.sactrace
Failed example:
print(tr2.stats) # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Expected:
network: BW
station: RJOB
location:
channel: EHZ
starttime: 2009-08-24T00:20:03.000000Z
endtime: 2009-08-24T00:20:32.990000Z
sampling_rate: 100.0
delta: 0.01
npts: 3000
calib: 1.0
sac: AttribDict(...)
Got:
network:
station:
location:
channel:
starttime: 1970-01-01T00:00:00.000000Z
endtime: 1970-01-01T00:00:00.000000Z
sampling_rate: 1.0
delta: 1.0
npts: 0
calib: 1.0
sac: AttribDict({'delta': 1.0, 'b': 0.0, 'e': 0.0, 'internal0': 2.0, 'nzyear': 1970, 'nzjday': 1, 'nzhour': 0, 'nzmin': 0, 'nzsec': 0, 'nzmsec': 0, 'nvhdr': 6, 'npts': 0, 'iftype': 1, 'iztype': 9, 'leven': 1, 'lpspol': 1, 'lovrok': 1, 'lcalda': 0})
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.sactrace.SACTrace.read
File "/testbed/obspy/io/sac/sactrace.py", line 1101, in read
----------------------------------------------------------------------
File "/testbed/obspy/io/sac/sactrace.py", line 1139, in obspy.io.sac.sactrace.SACTrace.read
Failed example:
sac.data # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Expected:
array([ -8.74227766e-08, -3.09016973e-01, -5.87785363e-01,
-8.09017122e-01, -9.51056600e-01, -1.00000000e+00,
-9.51056302e-01, -8.09016585e-01, -5.87784529e-01,
...
8.09022486e-01, 9.51059461e-01, 1.00000000e+00,
9.51053500e-01, 8.09011161e-01, 5.87777138e-01,
3.09007347e-01], dtype=float32)
Got:
array([-8.74227766e-08, -3.09016973e-01, -5.87785363e-01, -8.09017122e-01,
-9.51056600e-01, -1.00000000e+00, -9.51056302e-01, -8.09016585e-01,
-5.87784529e-01, -3.09016049e-01, 1.12851990e-06, 3.09018195e-01,
5.87786376e-01, 8.09017897e-01, 9.51057017e-01, 1.00000000e+00,
9.51056063e-01, 8.09016109e-01, 5.87783873e-01, 3.09015274e-01,
-1.93119831e-06, -3.09018940e-01, -5.87787032e-01, -8.09018373e-01,
-9.51057255e-01, -1.00000000e+00, -9.51055706e-01, -8.09015334e-01,
-5.87782860e-01, -3.09014052e-01, 3.21071411e-06, 3.09020162e-01,
5.87788045e-01, 8.09019089e-01, 9.51057673e-01, 1.00000000e+00,
9.51055288e-01, 8.09014559e-01, 5.87781847e-01, 3.09012860e-01,
-4.49022991e-06, -3.09021384e-01, -5.87789118e-01, -8.09019864e-01,
-9.51058090e-01, -1.00000000e+00, -9.51054871e-01, -8.09013844e-01,
-5.87780774e-01, -3.09011638e-01, 5.76974526e-06, 3.09022605e-01,
5.87790132e-01, 8.09020638e-01, 9.51058447e-01, 1.00000000e+00,
9.51054513e-01, 8.09013069e-01, 5.87779760e-01, 3.09010416e-01,
-7.04926106e-06, -3.09023827e-01, -5.87791145e-01, -8.09021354e-01,
-9.51058865e-01, -1.00000000e+00, -9.51054096e-01, -8.09012353e-01,
-5.87778747e-01, -3.09009194e-01, 8.32877686e-06, 3.09025049e-01,
5.87792218e-01, 8.09022129e-01, 9.51059222e-01, 1.00000000e+00,
9.51053679e-01, 8.09011579e-01, 5.87777674e-01, 3.09007972e-01,
-9.60829220e-06, -3.09026241e-01, -5.87793231e-01, -8.09022844e-01,
-9.51059639e-01, -1.00000000e+00, -9.51053321e-01, -8.09010804e-01,
-5.87776661e-01, -3.09006751e-01, 1.08878085e-05, 3.09027463e-01,
5.87792754e-01, 8.09022486e-01, 9.51059461e-01, 1.00000000e+00,
9.51053500e-01, 8.09011161e-01, 5.87777138e-01, 3.09007347e-01],
dtype=float32)
Traceback (most recent call last):
File "/testbed/obspy/io/seg2/tests/test_seg2.py", line 84, in test_read_data_format_2
st = read(basename + ".seg2.gz")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 196, in uncompress_file
stream = func(tempfile.name, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-p6earvhs.tmp
>>> Cannot import test suite for module obspy.io.segy due to:
-------------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/io/segy/tests/__init__.py", line 16, in suite
add_doctests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 135, in add_doctests
_module = __import__(_module_name,
File "/testbed/obspy/io/segy/core.py", line 23, in <module>
from .header import (BINARY_FILE_HEADER_FORMAT, DATA_SAMPLE_FORMAT_CODE_DTYPE,
File "/testbed/obspy/io/segy/header.py", line 12, in <module>
from . import pack, unpack
File "/testbed/obspy/io/segy/unpack.py", line 26, in <module>
from .util import clibsegy
File "/testbed/obspy/io/segy/util.py", line 12, in <module>
clibsegy = _load_cdll("segy")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsegy_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libsegy_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SEISAN'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/seisan/tests/test_core.py", line 113, in test_read_seisan_vs_reference
st = read(_file, format='SEISAN')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SEISAN" is not supported. Supported types:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.__init__
File "/testbed/obspy/io/seisan/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/__init__.py", line 23, in obspy.io.seisan.__init__
Failed example:
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[1]>", line 1, in <module>
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/seisan/tests/data/2001-01-13-1742-24S.KONO__004
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/__init__.py", line 24, in obspy.io.seisan.__init__
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/__init__.py", line 26, in obspy.io.seisan.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/__init__.py", line 37, in obspy.io.seisan.__init__
Failed example:
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[4]>", line 1, in <module>
print(st[0].stats) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/__init__.py", line 52, in obspy.io.seisan.__init__
Failed example:
print(st[0].data)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.__init__[5]>", line 1, in <module>
print(st[0].data)
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.core._read_seisan
File "/testbed/obspy/io/seisan/core.py", line 117, in _read_seisan
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/core.py", line 133, in obspy.io.seisan.core._read_seisan
Failed example:
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.core._read_seisan[1]>", line 1, in <module>
st = read("/path/to/2001-01-13-1742-24S.KONO__004")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/seisan/tests/data/2001-01-13-1742-24S.KONO__004
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/core.py", line 134, in obspy.io.seisan.core._read_seisan
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.core._read_seisan[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/core.py", line 136, in obspy.io.seisan.core._read_seisan
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.seisan.core._read_seisan[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/seiscomp/tests/test_sc3ml.py", line 41, in setUp
self.stationxml_inventory = read_inventory(stationxml_path,
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/seiscomp/tests/test_sc3ml.py", line 41, in setUp
self.stationxml_inventory = read_inventory(stationxml_path,
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/seiscomp/tests/test_sc3ml.py", line 41, in setUp
self.stationxml_inventory = read_inventory(stationxml_path,
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'SH_ASC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sh/tests/test_core.py", line 149, in test_read_and_write_multi_channel_asc_file_via_obspy
stream1 = read(origfile, format="SH_ASC")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "SH_ASC" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'Q'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sh/tests/test_core.py", line 206, in test_read_and_write_multi_channel_q_file_via_obspy
stream1 = read(origfile, format="Q")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "Q" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/sh/tests/test_core.py", line 278, in test_write_long_header
tr = read()[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 204, in read
st = _create_example_stream(headonly=headonly)
File "/testbed/obspy/core/stream.py", line 318, in _create_example_stream
inv = read_inventory(os.path.join(data_dir, "BW_RJOB.xml"))
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/data/BW_RJOB.xml
Traceback (most recent call last):
File "/testbed/obspy/core/stream.py", line 1430, in write
format_ep = ENTRY_POINTS['waveform_write'][format]
KeyError: 'SH_ASC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/sh/tests/test_core.py", line 262, in test_write_small_trace
tr.write(tempfile, format=format)
File "/testbed/obspy/core/trace.py", line 928, in write
Stream([self]).write(filename, format, **kwargs)
File "/testbed/obspy/core/stream.py", line 1437, in write
raise TypeError(msg % (format,
TypeError: Writing format "SH_ASC" is not supported. Supported types:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.__init__
File "/testbed/obspy/io/sh/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/__init__.py", line 23, in obspy.io.sh.__init__
Failed example:
st = read("/path/to/QFILE-TEST-ASC.ASC")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[1]>", line 1, in <module>
st = read("/path/to/QFILE-TEST-ASC.ASC")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sh/tests/data/QFILE-TEST-ASC.ASC
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/__init__.py", line 24, in obspy.io.sh.__init__
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[2]>", line 1, in <module>
st #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/__init__.py", line 26, in obspy.io.sh.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/__init__.py", line 36, in obspy.io.sh.__init__
Failed example:
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[4]>", line 1, in <module>
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/__init__.py", line 50, in obspy.io.sh.__init__
Failed example:
print(st[0].stats.sh['COMMENT'])
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[5]>", line 1, in <module>
print(st[0].stats.sh['COMMENT'])
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/__init__.py", line 55, in obspy.io.sh.__init__
Failed example:
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.__init__[6]>", line 1, in <module>
st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.core._read_asc
File "/testbed/obspy/io/sh/core.py", line 96, in _read_asc
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/core.py", line 124, in obspy.io.sh.core._read_asc
Failed example:
st = read("/path/to/QFILE-TEST-ASC.ASC")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_asc[1]>", line 1, in <module>
st = read("/path/to/QFILE-TEST-ASC.ASC")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sh/tests/data/QFILE-TEST-ASC.ASC
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/core.py", line 125, in obspy.io.sh.core._read_asc
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_asc[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/core.py", line 127, in obspy.io.sh.core._read_asc
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_asc[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.core._read_q
File "/testbed/obspy/io/sh/core.py", line 326, in _read_q
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/core.py", line 367, in obspy.io.sh.core._read_q
Failed example:
st = read("/path/to/QFILE-TEST.QHD")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_q[1]>", line 1, in <module>
st = read("/path/to/QFILE-TEST.QHD")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/sh/tests/data/QFILE-TEST.QHD
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/core.py", line 368, in obspy.io.sh.core._read_q
Failed example:
st #doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_q[2]>", line 1, in <module>
st #doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/sh/core.py", line 370, in obspy.io.sh.core._read_q
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.sh.core._read_q[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.shapefile.__init__
File "/testbed/obspy/io/shapefile/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/shapefile/__init__.py", line 12, in obspy.io.shapefile.__init__
Failed example:
inv = read_inventory() # load example data
Exception raised:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.shapefile.__init__[1]>", line 1, in <module>
inv = read_inventory() # load example data
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 62, in read_inventory
return _create_example_inventory()
File "/testbed/obspy/core/inventory/inventory.py", line 46, in _create_example_inventory
return read_inventory(path, format="STATIONXML")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
----------------------------------------------------------------------
File "/testbed/obspy/io/shapefile/__init__.py", line 14, in obspy.io.shapefile.__init__
Failed example:
cat = read_events() # load example data
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.shapefile.__init__[3]>", line 1, in <module>
cat = read_events() # load example data
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 802, in read_events
return _create_example_catalog()
File "/testbed/obspy/core/event/catalog.py", line 862, in _create_example_catalog
return read_events('/path/to/neries_events.xml')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/core/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationtxt/tests/test_station_text_parsing.py", line 633, in test_parsing_faulty_header_at_channel_level
inv_obs_good = obspy.read_inventory(good_file)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/channel_level_fdsn.txt
Traceback (most recent call last):
File "/testbed/obspy/io/stationtxt/tests/test_station_text_parsing.py", line 662, in test_parsing_files_with_no_endtime
inv_obs_a = obspy.read_inventory(file_a)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/network_level_fdsn.txt
Traceback (most recent call last):
File "/testbed/obspy/io/stationtxt/tests/test_station_text_parsing.py", line 410, in test_reading_channel_file
inv_obs = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/channel_level_fdsn.txt
Traceback (most recent call last):
File "/testbed/obspy/io/stationtxt/tests/test_station_text_parsing.py", line 570, in test_reading_channel_without_response_info
inv_obs = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/log_channel_fdsn.txt
Traceback (most recent call last):
File "/testbed/obspy/io/stationtxt/tests/test_station_text_parsing.py", line 119, in test_reading_network_file
inv_obs = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/network_level_fdsn.txt
Traceback (most recent call last):
File "/testbed/obspy/io/stationtxt/tests/test_station_text_parsing.py", line 204, in test_reading_station_file
inv_obs = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/station_level_fdsn.txt
Traceback (most recent call last):
File "/testbed/obspy/io/stationtxt/tests/test_station_text_parsing.py", line 480, in test_reading_unicode_file
inv_obs = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/unicode_example_fdsn.txt
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.stationtxt.__init__
File "/testbed/obspy/io/stationtxt/__init__.py", line 2, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/stationtxt/__init__.py", line 24, in obspy.io.stationtxt.__init__
Failed example:
inv = obspy.read_inventory("/path/to/channel_level_fdsn.txt")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.stationtxt.__init__[1]>", line 1, in <module>
inv = obspy.read_inventory("/path/to/channel_level_fdsn.txt")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationtxt/tests/data/channel_level_fdsn.txt
----------------------------------------------------------------------
File "/testbed/obspy/io/stationtxt/__init__.py", line 25, in obspy.io.stationtxt.__init__
Failed example:
print(inv) # # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.stationtxt.__init__[2]>", line 1, in <module>
print(inv) # # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
NameError: name 'inv' is not defined
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 659, in test_numbers_are_written_to_poles_and_zeros
inv = obspy.read_inventory()
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 62, in read_inventory
return _create_example_inventory()
File "/testbed/obspy/core/inventory/inventory.py", line 46, in _create_example_inventory
return read_inventory(path, format="STATIONXML")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 648, in test_parse_file_with_no_default_namespace
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/no_default_namespace.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 149, in test_read_and_write_full_file
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/full_random_stationxml.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 96, in test_read_and_write_minimal_file
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/minimal_station.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 554, in test_reading_and_writing_channel_with_response
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/IRIS_single_channel_with_response.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 234, in test_reading_and_writing_full_network_tag
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/full_network_field_station.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 205, in test_reading_and_writing_full_root_tag
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/minimal_with_non_obspy_module_and_sender_tags_station.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 319, in test_reading_and_writing_full_station_tag
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/full_station_field_station.xml
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 194, in test_reading_other_module_tags
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/minimal_with_non_obspy_module_and_sender_tags_station.xml
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 621, in test_stationxml_with_availability
inv = obspy.read_inventory(filename, format="stationxml")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "STATIONXML" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 126, in test_subsecond_read_and_write_minimal_file
inv = obspy.read_inventory(filename)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/inventory/inventory.py", line 72, in read_inventory
return _read_from_plugin("inventory", path_or_file_object,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/stationxml/tests/data/minimal_station_with_microseconds.xml
Traceback (most recent call last):
File "/testbed/obspy/core/inventory/inventory.py", line 256, in write
format_ep = ENTRY_POINTS['inventory_write'][format]
KeyError: 'STATIONXML'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 174, in test_writing_module_tags
inv.write(file_buffer, format="StationXML", validate=True)
File "/testbed/obspy/core/inventory/inventory.py", line 263, in write
raise TypeError(msg % (format,
TypeError: Writing format "STATIONXML" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'WAV'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/wav/tests/test_core.py", line 70, in test_read_and_write_via_obspy
tr = read(self.file, format='WAV')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "WAV" is not supported. Supported types:
Traceback (most recent call last):
File "/testbed/obspy/io/wav/tests/test_core.py", line 56, in test_read_head_via_obspy
tr = read(self.file, headonly=True)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/wav/tests/data/3cssan.near.8.1.RNON.wav
Traceback (most recent call last):
File "/testbed/obspy/io/wav/tests/test_core.py", line 43, in test_read_via_obspy
tr = read(self.file)[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/wav/tests/data/3cssan.near.8.1.RNON.wav
Traceback (most recent call last):
File "/testbed/obspy/core/util/base.py", line 451, in _read_from_plugin
format_ep = eps[format]
KeyError: 'WAV'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/io/wav/tests/test_core.py", line 113, in test_write_stream_via_obspy
tr = read(self.file, format='WAV')[0]
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 454, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "WAV" is not supported. Supported types:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.wav.__init__
File "/testbed/obspy/io/wav/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/wav/__init__.py", line 22, in obspy.io.wav.__init__
Failed example:
st = read("/path/to/3cssan.near.8.1.RNON.wav")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[1]>", line 1, in <module>
st = read("/path/to/3cssan.near.8.1.RNON.wav")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/wav/tests/data/3cssan.near.8.1.RNON.wav
----------------------------------------------------------------------
File "/testbed/obspy/io/wav/__init__.py", line 23, in obspy.io.wav.__init__
Failed example:
print(st) #doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[2]>", line 1, in <module>
print(st) #doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/wav/__init__.py", line 33, in obspy.io.wav.__init__
Failed example:
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[3]>", line 1, in <module>
print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/wav/__init__.py", line 48, in obspy.io.wav.__init__
Failed example:
st[0].data
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.__init__[4]>", line 1, in <module>
st[0].data
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.wav.core._read_wav
File "/testbed/obspy/io/wav/core.py", line 69, in _read_wav
----------------------------------------------------------------------
File "/testbed/obspy/io/wav/core.py", line 88, in obspy.io.wav.core._read_wav
Failed example:
st = read("/path/to/3cssan.near.8.1.RNON.wav")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.core._read_wav[1]>", line 1, in <module>
st = read("/path/to/3cssan.near.8.1.RNON.wav")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/wav/tests/data/3cssan.near.8.1.RNON.wav
----------------------------------------------------------------------
File "/testbed/obspy/io/wav/core.py", line 89, in obspy.io.wav.core._read_wav
Failed example:
print(st) #doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.wav.core._read_wav[2]>", line 1, in <module>
print(st) #doctest: +NORMALIZE_WHITESPACE
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/testbed/obspy/io/xseed/tests/test_parser.py", line 686, in test_rotation_to_zne
st = read(os.path.join(self.path,
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/xseed/tests/data/II_COCO_three_channel_borehole.mseed
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.y.core._read_y
File "/testbed/obspy/io/y/core.py", line 134, in _read_y
----------------------------------------------------------------------
File "/testbed/obspy/io/y/core.py", line 153, in obspy.io.y.core._read_y
Failed example:
st = read("/path/to/YAYT_BHZ_20021223.124800")
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.y.core._read_y[1]>", line 1, in <module>
st = read("/path/to/YAYT_BHZ_20021223.124800")
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/stream.py", line 231, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/stream.py", line 272, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/y/tests/data/YAYT_BHZ_20021223.124800
----------------------------------------------------------------------
File "/testbed/obspy/io/y/core.py", line 154, in obspy.io.y.core._read_y
Failed example:
st # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.y.core._read_y[2]>", line 1, in <module>
st # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/y/core.py", line 156, in obspy.io.y.core._read_y
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.y.core._read_y[3]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/testbed/obspy/io/zmap/tests/test_zmap.py", line 30, in setUp
self.catalog = read_events(path_to_catalog)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/neries_events.xml
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.zmap.__init__
File "/testbed/obspy/io/zmap/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/io/zmap/__init__.py", line 22, in obspy.io.zmap.__init__
Failed example:
cat = read_events('/path/to/zmap_events.txt')
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.zmap.__init__[1]>", line 1, in <module>
cat = read_events('/path/to/zmap_events.txt')
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 294, in _map_example_filename
return func(*args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 839, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "/opt/miniconda3/envs/testbed/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 204, in uncompress_file
result = func(filename, *args, **kwargs)
File "/testbed/obspy/core/event/catalog.py", line 851, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/testbed/obspy/core/util/base.py", line 446, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/zmap/tests/data/zmap_events.txt
----------------------------------------------------------------------
File "/testbed/obspy/io/zmap/__init__.py", line 23, in obspy.io.zmap.__init__
Failed example:
print(cat)
Exception raised:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.zmap.__init__[2]>", line 1, in <module>
print(cat)
NameError: name 'cat' is not defined
>>> Cannot import test suite for module obspy.realtime due to:
--------------------------------------------------------------
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/miniconda3/envs/testbed/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 784, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 738, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 575, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/realtime/tests/__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 86, in add_unittests
_module = __import__(_module_name,
File "/testbed/obspy/realtime/tests/test_rttrace.py", line 19, in <module>
import obspy.signal.filter
File "/testbed/obspy/signal/__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "/testbed/obspy/signal/spectral_estimation.py", line 44, in <module>
from obspy.signal.invsim import cosine_taper
File "/testbed/obspy/signal/invsim.py", line 36, in <module>
from obspy.signal import util
File "/testbed/obspy/signal/util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "/testbed/obspy/signal/headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
ImportError: Failed to import test module: signal
Traceback (most recent call last):
File "/testbed/obspy/core/util/libnames.py", line 94, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "/opt/miniconda3/envs/testbed/lib/python3.8/ctypes/__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /testbed/obspy/core/util/../../lib/libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "/testbed/obspy/signal/__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "/testbed/obspy/signal/spectral_estimation.py", line 44, in <module>
from obspy.signal.invsim import cosine_taper
File "/testbed/obspy/signal/invsim.py", line 36, in <module>
from obspy.signal import util
File "/testbed/obspy/signal/util.py", line 24, in <module>
from obspy.signal.headers import clibsignal
File "/testbed/obspy/signal/headers.py", line 18, in <module>
clibsignal = _load_cdll("signal")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libsignal_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
ImportError: Failed to import test module: taup
Traceback (most recent call last):
File "/testbed/obspy/core/util/libnames.py", line 94, in _load_cdll
cdll = ctypes.CDLL(libpath)
File "/opt/miniconda3/envs/testbed/lib/python3.8/ctypes/__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /testbed/obspy/core/util/../../lib/libtau_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/envs/testbed/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
File "/testbed/obspy/taup/__init__.py", line 385, in <module>
from .tau import TauPyModel # NOQA
File "/testbed/obspy/taup/tau.py", line 19, in <module>
from .tau_model import TauModel
File "/testbed/obspy/taup/tau_model.py", line 20, in <module>
from .slowness_model import SlownessModel
File "/testbed/obspy/taup/slowness_model.py", line 18, in <module>
from .slowness_layer import (bullen_depth_for,
File "/testbed/obspy/taup/slowness_layer.py", line 14, in <module>
from .c_wrappers import clibtau
File "/testbed/obspy/taup/c_wrappers.py", line 17, in <module>
clibtau = _load_cdll("tau")
File "/testbed/obspy/core/util/libnames.py", line 97, in _load_cdll
raise ImportError(msg)
ImportError: Could not load shared library "libtau_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so".
/testbed/obspy/core/util/../../lib/libtau_Linux_64bit_py38.cpython-38-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory

Skipped tests (8)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_with_geographiclib (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
geodetics test_issue_375 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
io.nlloc test_read_nlloc_scatter_coordinate_conversion (obspy.io.nlloc.tests.test_util.NLLOCTestCase) pyproj not installed
io.shapefile test_write_catalog_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_catalog_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.wav test_rescale_on_write (obspy.io.wav.tests.test_core.CoreTestCase) needs a recent NumPy version

Slowest tests (20)

Runtime Test
0.281s test_create_read_assert_and_write_xseed (obspy.io.xseed.tests.test_parser.ParserTestCase)
0.223s test_read_events (obspy.io.quakeml.tests.test_quakeml.QuakeMLTestCase)
0.131s test_read_via_module (obspy.io.kinemetrics.tests.test_core.CoreTestCase)
0.123s test_write_quakeml (obspy.io.pde.tests.test_mchedr.MchedrTestCase)
0.078s test_read_via_module_and_bytesio (obspy.io.kinemetrics.tests.test_core.CoreTestCase)
0.065s test_get_coordinates (obspy.io.xseed.tests.test_parser.ParserTestCase)
0.044s test_dataless2xseed_split (obspy.io.xseed.tests.test_scripts.ScriptTestCase)
0.044s test_read_via_module (obspy.io.datamark.tests.test_core.CoreTestCase)
0.039s test_xseed2dataless (obspy.io.xseed.tests.test_scripts.ScriptTestCase)
0.038s test_get_paz (obspy.io.xseed.tests.test_parser.ParserTestCase)
0.036s test_coordinates (obspy.geodetics.tests.test_util_flinnengdahl.UtilFlinnEngdahlTestCase)
0.030s test_create_resp_from_xseed (obspy.io.xseed.tests.test_parser.ParserTestCase)
0.027s test_get_paz_from_xseed (obspy.io.xseed.tests.test_parser.ParserTestCase)
0.027s test_get_all_stations_and_nslc (obspy.clients.filesystem.tests.test_sds.SDSTestCase)
0.026s test_amplitude (obspy.io.pde.tests.test_mchedr.MchedrTestCase)
0.023s test_read_and_write_seed (obspy.io.xseed.tests.test_parser.ParserTestCase)
0.023s test_write_tspair_file_multiple_traces (obspy.io.ascii.tests.test_ascii.ASCIITestCase)
0.021s test_read_from_sds (obspy.clients.filesystem.tests.test_sds.SDSTestCase)
0.019s test_focalmechanism (obspy.io.quakeml.tests.test_quakeml.QuakeMLTestCase)
0.019s test_issue_298b (obspy.io.xseed.tests.test_parser.ParserTestCase)