#104706 Report by node docker-deb-debian_10_buster covering 1993 tests from 54 modules resulted into 22 errors

Report

ObsPy version
1.1.1
GitHub Pull Request
-
Report file
XML document
Total runtime
1842.7 sec
Report date/time
Sept. 9, 2019, 5:46 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
docker-deb-debian_10_buster
Processor
None
Python Compiler
GCC 8.3.0
Python Implementation
CPython
Python Version
2.7.16
Release
4.9.0-6-amd64
System
Linux
Version
#1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07)

Dependencies

cartopy
---
decorator
4.3.0
flake8
3.6.0
future
0.16.0
geographiclib
1.49
lxml.etree
4.3.2
m2crypto
---
matplotlib
2.2.3
mock
2.0.0
mpl_toolkits.basemap
1.1.0
numpy
1.16.2
pep8-naming
---
pyflakes
2.0.0
pyimgur
0.5.3
pyproj
1.9.6
requests
2.21.0
scipy
1.1.0
setuptools
40.8.0
shapefile
2.1.0
sqlalchemy
1.2.18

Modules (54)

Module Errors / Failures Tracebacks
obspy.clients.arclink 15 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
obspy.clients.earthworm 2 16 17
obspy.clients.fdsn - -
obspy.clients.filesystem - -
obspy.clients.iris - -
obspy.clients.neic 5 18 19 20 21 22
obspy.clients.nrl - -
obspy.clients.seedlink - -
obspy.clients.seishub - -
obspy.clients.syngine - -
obspy.core - -
obspy.db - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed - -
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc - -
obspy.io.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
obspy.io.sac - -
obspy.io.scardec - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp - -
obspy.io.sh - -
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav - -
obspy.io.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal - -
obspy.taup - -
Summary 22 22

Tracebacks (22)

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 188, in test_get_inventory
result = client.get_inventory('BW', 'MANZ', '', 'EHE', start, end)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 1123, in get_inventory
result = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 278, in _request
self._read_ln(b'OK')
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 191, in _read_ln
raise ArcLinkException(msg % (value, line.decode()))
ArcLinkException: Timeout waiting for expected OK, got 301477298
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 604, in test_get_paz
paz = client.get_paz('BW', 'MANZ', '', 'EHZ', dt)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 947, in get_paz
instruments=True, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 1123, in get_inventory
result = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 624, in test_get_paz2
paz = client.get_paz('BW', 'MANZ', '', 'EHZ', dt)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 947, in get_paz
instruments=True, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 1123, in get_inventory
result = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 122, in test_get_routing
results = client.get_routing('BW', 'RJOB', dt, dt + 1)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 622, in get_routing
result = self._fetch(rtype, rdata, route=False)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 35, in test_get_waveform
stream = client.get_waveforms('BW', 'MANZ', '', 'EH*', start, end)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 512, in test_get_waveform_no_compression
compressed=False)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 78, in test_get_waveform_no_routing
route=False)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 274, in test_get_waveform_with_metadata
metadata=True)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 697, in test_issue_311
metadata=False)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 474, in test_save_waveform
end)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 225, in _fetch
endtime=request_data[1])
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 622, in get_routing
result = self._fetch(rtype, rdata, route=False)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 2224, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.__init__
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/__init__.py", line 53, in obspy.clients.arclink.__init__
Failed example:
st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.arclink.__init__[4]>", line 1, in <module>
st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 2224, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.client.Client.get_waveforms
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 391, in get_waveforms
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 429, in obspy.clients.arclink.client.Client.get_waveforms
Failed example:
st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.arclink.client.Client.get_waveforms[4]>", line 1, in <module>
st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 549, in test_save_waveform_no_compression
end, format='FSEED')
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 671, in test_srl
st = client.get_waveforms("BW", "RJOB", "", "EHZ", t, t + 30)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
ArcLinkException: UNSET
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 428, in test_get_stations
self.assertTrue(expected in result)
AssertionError: False is not true
Traceback (most recent call last):
File "<decorator-gen-54>", line 2, in test_get_waveform
File "/usr/lib/python2.7/dist-packages/obspy/core/util/decorator.py", line 127, in skip_on_network_error
return func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/obspy/clients/earthworm/tests/test_client.py", line 41, in test_get_waveform
self.assertEqual(len(stream), 1)
AssertionError: 0 != 1
Traceback (most recent call last):
File "<decorator-gen-55>", line 2, in test_save_waveform
File "/usr/lib/python2.7/dist-packages/obspy/core/util/decorator.py", line 127, in skip_on_network_error
return func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/obspy/clients/earthworm/tests/test_client.py", line 98, in test_save_waveform
stream = read(testfile)
File "<decorator-gen-31>", line 2, in read
File "/usr/lib/python2.7/dist-packages/obspy/core/util/decorator.py", line 301, in _map_example_filename
return func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/obspy/core/stream.py", line 235, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "<decorator-gen-32>", line 2, in _read
File "/usr/lib/python2.7/dist-packages/obspy/core/util/decorator.py", line 211, in uncompress_file
result = func(filename, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/obspy/core/stream.py", line 277, in _read
headonly=headonly, **kwargs)
File "/usr/lib/python2.7/dist-packages/obspy/core/util/base.py", line 439, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-tanzF2.tmp
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 2224, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.neic.client.Client.get_waveforms_nscl
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 130, in get_waveforms_nscl
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 163, in obspy.clients.neic.client.Client.get_waveforms_nscl
Failed example:
st = client.get_waveforms_nscl("IUANMO BH.00", t, 10)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client.get_waveforms_nscl[4]>", line 1, in <module>
st = client.get_waveforms_nscl("IUANMO BH.00", t, 10)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 191, in get_waveforms_nscl
s.connect((self.host, self.port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 110] Connection timed out
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 164, in obspy.clients.neic.client.Client.get_waveforms_nscl
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client.get_waveforms_nscl[5]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/tests/test_client.py", line 53, in test_get_waveform_nscl
st = client.get_waveforms_nscl("IUANMO BH.00", t, duration_long)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 191, in get_waveforms_nscl
s.connect((self.host, self.port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 110] Connection timed out
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 2224, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.neic.client.Client
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 25, in Client
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 45, in obspy.clients.neic.client.Client
Failed example:
st = client.get_waveforms("IU", "ANMO", "00", "BH?", t, t + 10)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client[3]>", line 1, in <module>
st = client.get_waveforms("IU", "ANMO", "00", "BH?", t, t + 10)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 128, in get_waveforms
endtime - starttime)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 191, in get_waveforms_nscl
s.connect((self.host, self.port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 110] Connection timed out
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 46, in obspy.clients.neic.client.Client
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client[4]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 51, in obspy.clients.neic.client.Client
Failed example:
st = client.get_waveforms_nscl("IUANMO BH.00", t, 10)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client[5]>", line 1, in <module>
st = client.get_waveforms_nscl("IUANMO BH.00", t, 10)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 191, in get_waveforms_nscl
s.connect((self.host, self.port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 110] Connection timed out
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 52, in obspy.clients.neic.client.Client
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client[6]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/tests/test_client.py", line 31, in test_get_waveform
st = client.get_waveforms_nscl("IUANMO BH.00", t, duration)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 191, in get_waveforms_nscl
s.connect((self.host, self.port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 110] Connection timed out
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 2224, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.neic.client.Client.get_waveforms
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 73, in get_waveforms
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 112, in obspy.clients.neic.client.Client.get_waveforms
Failed example:
st = client.get_waveforms("IU", "ANMO", "0?", "BH?", t, t + 10)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client.get_waveforms[3]>", line 1, in <module>
st = client.get_waveforms("IU", "ANMO", "0?", "BH?", t, t + 10)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 128, in get_waveforms
endtime - starttime)
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 191, in get_waveforms_nscl
s.connect((self.host, self.port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 110] Connection timed out
----------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/obspy/clients/neic/client.py", line 113, in obspy.clients.neic.client.Client.get_waveforms
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest obspy.clients.neic.client.Client.get_waveforms[4]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined

Skipped tests (25)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse
clients.arclink test_pycrypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) PyCrypto is not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) unsupported proj4 library
core test_location_plot_global (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) unsupported proj4 library
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) unsupported proj4 library
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) unsupported proj4 library
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) unsupported proj4 library
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_use_obspy_deprecation_warning (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_future_imports_in_every_file (obspy.core.tests.test_code_formatting.FutureUsageTestCase) No code formatting tests for release builds
core test_no_pyplot_import_in_any_file (obspy.core.tests.test_code_formatting.MatplotlibBackendUsageTestCase) No code formatting tests for release builds
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
clients.seedlink test_info (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seedlink test_issue708 (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seedlink test_time_window (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually

Slowest tests (20)

Runtime Test
260.790s Client (obspy.clients.neic.client)
131.073s test_get_waveform (obspy.clients.neic.tests.test_client.ClientTestCase)
131.072s get_waveforms (obspy.clients.neic.client.Client)
131.072s get_waveforms_nscl (obspy.clients.neic.client.Client)
131.070s test_get_waveform_nscl (obspy.clients.neic.tests.test_client.ClientTestCase)
30.709s test_save_waveform_no_compression (obspy.clients.arclink.tests.test_client.ClientTestCase)
28.587s __init__ (obspy.clients.arclink)
28.387s test_get_not_existing_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)
28.174s test_get_waveform_no_routing (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.792s test_get_waveform_wrong_pattern (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.747s get_waveforms (obspy.clients.arclink.client.Client)
27.380s test_srl (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.266s test_get_waveform_no_compression (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.235s test_get_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.226s test_issue_311 (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.218s test_get_stations_inconsistency (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.210s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
26.375s test_get_paz (obspy.clients.arclink.tests.test_client.ClientTestCase)
26.270s test_get_paz2 (obspy.clients.arclink.tests.test_client.ClientTestCase)
26.267s test_save_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)