#88683 Report by node tlecocq-nb covering 1942 tests from 53 modules resulted into 5 errors

Report

ObsPy version
1.1.0rc3
GitHub Pull Request
-
Report file
XML document
Total runtime
1391.4 sec
Report date/time
Oct. 16, 2017, 3:18 p.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
tlecocq-nb
Processor
Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
Python Compiler
MSC v.1900 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.6.2
Release
10
System
Windows
Version
10.0.14393

Dependencies

cartopy
???
decorator
4.1.2
flake8
3.3.0
future
0.16.0
geographiclib
1.47
lxml.etree
3.8.0
m2crypto
---
matplotlib
2.0.2
mock
2.0.0
mpl_toolkits.basemap
1.1.0
numpy
1.11.2
pep8-naming
---
pyflakes
1.5.0
pyimgur
---
pyproj
1.9.5.1
requests
2.14.2
scipy
0.18.1
setuptools
36.4.0
shapefile
1.2.12
sqlalchemy
1.1.13

Modules (53)

Module Errors / Failures Tracebacks
obspy.clients.arclink - -
obspy.clients.earthworm - -
obspy.clients.fdsn - -
obspy.clients.filesystem - -
obspy.clients.iris - -
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink - -
obspy.clients.seishub 3 1 2 3
obspy.clients.syngine 1 4
obspy.core 1 5
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.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 5 5

Tracebacks (5)

Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 2199, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.seishub.client.Client
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 87, in Client
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 110, in obspy.clients.seishub.client.Client
Failed example:
st = client.waveform.get_waveforms("BW", "RTBE", "", "EHZ", t, t + 20)
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\urllib\request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "C:\Anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Anaconda3\lib\http\client.py", line 964, in send
self.connect()
File "C:\Anaconda3\lib\http\client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "C:\Anaconda3\lib\socket.py", line 722, in create_connection
raise err
File "C:\Anaconda3\lib\socket.py", line 713, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client.Client[3]>", line 1, in <module>
st = client.waveform.get_waveforms("BW", "RTBE", "", "EHZ", t, t + 20)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 504, in get_waveforms
data = self.client._fetch(url, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 218, in _fetch
response = urllib_request.urlopen(remoteaddr, timeout=self.timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 526, in open
response = self._open(req, data)
File "C:\Anaconda3\lib\urllib\request.py", line 544, in _open
'_open', req)
File "C:\Anaconda3\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "C:\Anaconda3\lib\urllib\request.py", line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "C:\Anaconda3\lib\urllib\request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error timed out>
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 111, in obspy.clients.seishub.client.Client
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client.Client[4]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 2199, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.seishub.client._StationMapperClient.get_paz
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 704, in get_paz
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 721, in obspy.clients.seishub.client._StationMapperClient.get_paz
Failed example:
paz = c.station.get_paz('BW.MANZ..EHZ', '20090707')
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\urllib\request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "C:\Anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Anaconda3\lib\http\client.py", line 964, in send
self.connect()
File "C:\Anaconda3\lib\http\client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "C:\Anaconda3\lib\socket.py", line 722, in create_connection
raise err
File "C:\Anaconda3\lib\socket.py", line 713, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client._StationMapperClient.get_paz[1]>", line 1, in <module>
paz = c.station.get_paz('BW.MANZ..EHZ', '20090707')
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 745, in get_paz
datetime=datetime)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 641, in get_list
root = self.client._objectify(url, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 255, in _objectify
doc = self._fetch(url, *args, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 218, in _fetch
response = urllib_request.urlopen(remoteaddr, timeout=self.timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 526, in open
response = self._open(req, data)
File "C:\Anaconda3\lib\urllib\request.py", line 544, in _open
'_open', req)
File "C:\Anaconda3\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "C:\Anaconda3\lib\urllib\request.py", line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "C:\Anaconda3\lib\urllib\request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error timed out>
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 722, in obspy.clients.seishub.client._StationMapperClient.get_paz
Failed example:
paz['zeros']
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client._StationMapperClient.get_paz[2]>", line 1, in <module>
paz['zeros']
NameError: name 'paz' is not defined
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 724, in obspy.clients.seishub.client._StationMapperClient.get_paz
Failed example:
len(paz['poles'])
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client._StationMapperClient.get_paz[3]>", line 1, in <module>
len(paz['poles'])
NameError: name 'paz' is not defined
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 726, in obspy.clients.seishub.client._StationMapperClient.get_paz
Failed example:
print(paz['poles'][0])
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client._StationMapperClient.get_paz[4]>", line 1, in <module>
print(paz['poles'][0])
NameError: name 'paz' is not defined
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 728, in obspy.clients.seishub.client._StationMapperClient.get_paz
Failed example:
paz['gain']
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client._StationMapperClient.get_paz[5]>", line 1, in <module>
paz['gain']
NameError: name 'paz' is not defined
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 730, in obspy.clients.seishub.client._StationMapperClient.get_paz
Failed example:
paz['sensitivity']
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.client._StationMapperClient.get_paz[6]>", line 1, in <module>
paz['sensitivity']
NameError: name 'paz' is not defined
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 2199, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.seishub.__init__
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 22, in obspy.clients.seishub.__init__
Failed example:
st = client.waveform.get_waveforms("BW", "MANZ", "", "EH*", t, t+20)
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\urllib\request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "C:\Anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Anaconda3\lib\http\client.py", line 964, in send
self.connect()
File "C:\Anaconda3\lib\http\client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "C:\Anaconda3\lib\socket.py", line 722, in create_connection
raise err
File "C:\Anaconda3\lib\socket.py", line 713, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[4]>", line 1, in <module>
st = client.waveform.get_waveforms("BW", "MANZ", "", "EH*", t, t+20)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 504, in get_waveforms
data = self.client._fetch(url, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 218, in _fetch
response = urllib_request.urlopen(remoteaddr, timeout=self.timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 526, in open
response = self._open(req, data)
File "C:\Anaconda3\lib\urllib\request.py", line 544, in _open
'_open', req)
File "C:\Anaconda3\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "C:\Anaconda3\lib\urllib\request.py", line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "C:\Anaconda3\lib\urllib\request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error timed out>
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 23, in obspy.clients.seishub.__init__
Failed example:
st.sort() # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[5]>", line 1, in <module>
st.sort() # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 25, in obspy.clients.seishub.__init__
Failed example:
print(st) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[6]>", line 1, in <module>
print(st) # doctest: +ELLIPSIS
NameError: name 'st' is not defined
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 37, in obspy.clients.seishub.__init__
Failed example:
sta_ids = client.waveform.get_station_ids(network='BW')
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\urllib\request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "C:\Anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Anaconda3\lib\http\client.py", line 964, in send
self.connect()
File "C:\Anaconda3\lib\http\client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "C:\Anaconda3\lib\socket.py", line 722, in create_connection
raise err
File "C:\Anaconda3\lib\socket.py", line 713, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[8]>", line 1, in <module>
sta_ids = client.waveform.get_station_ids(network='BW')
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 376, in get_station_ids
root = self.client._objectify(url, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 255, in _objectify
doc = self._fetch(url, *args, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 218, in _fetch
response = urllib_request.urlopen(remoteaddr, timeout=self.timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 526, in open
response = self._open(req, data)
File "C:\Anaconda3\lib\urllib\request.py", line 544, in _open
'_open', req)
File "C:\Anaconda3\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "C:\Anaconda3\lib\urllib\request.py", line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "C:\Anaconda3\lib\urllib\request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error timed out>
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 41, in obspy.clients.seishub.__init__
Failed example:
cha_ids = client.waveform.get_channel_ids(network='BW', station='MANZ')
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\urllib\request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "C:\Anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Anaconda3\lib\http\client.py", line 964, in send
self.connect()
File "C:\Anaconda3\lib\http\client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "C:\Anaconda3\lib\socket.py", line 722, in create_connection
raise err
File "C:\Anaconda3\lib\socket.py", line 713, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[10]>", line 1, in <module>
cha_ids = client.waveform.get_channel_ids(network='BW', station='MANZ')
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 417, in get_channel_ids
root = self.client._objectify(url, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 255, in _objectify
doc = self._fetch(url, *args, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 218, in _fetch
response = urllib_request.urlopen(remoteaddr, timeout=self.timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 526, in open
response = self._open(req, data)
File "C:\Anaconda3\lib\urllib\request.py", line 544, in _open
'_open', req)
File "C:\Anaconda3\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "C:\Anaconda3\lib\urllib\request.py", line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "C:\Anaconda3\lib\urllib\request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error timed out>
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 42, in obspy.clients.seishub.__init__
Failed example:
sorted(cha_ids) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[11]>", line 1, in <module>
sorted(cha_ids) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'cha_ids' is not defined
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 46, in obspy.clients.seishub.__init__
Failed example:
paz = client.station.get_paz('BW.MANZ..EHZ', UTCDateTime('20090808'))
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\urllib\request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "C:\Anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
File "C:\Anaconda3\lib\http\client.py", line 964, in send
self.connect()
File "C:\Anaconda3\lib\http\client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "C:\Anaconda3\lib\socket.py", line 722, in create_connection
raise err
File "C:\Anaconda3\lib\socket.py", line 713, in create_connection
sock.connect(sa)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[12]>", line 1, in <module>
paz = client.station.get_paz('BW.MANZ..EHZ', UTCDateTime('20090808'))
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 745, in get_paz
datetime=datetime)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 641, in get_list
root = self.client._objectify(url, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 255, in _objectify
doc = self._fetch(url, *args, **kwargs)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\client.py", line 218, in _fetch
response = urllib_request.urlopen(remoteaddr, timeout=self.timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\Anaconda3\lib\urllib\request.py", line 526, in open
response = self._open(req, data)
File "C:\Anaconda3\lib\urllib\request.py", line 544, in _open
'_open', req)
File "C:\Anaconda3\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "C:\Anaconda3\lib\urllib\request.py", line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "C:\Anaconda3\lib\urllib\request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error timed out>
----------------------------------------------------------------------
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\seishub\__init__.py", line 47, in obspy.clients.seishub.__init__
Failed example:
paz = paz.items()
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.seishub.__init__[13]>", line 1, in <module>
paz = paz.items()
NameError: name 'paz' is not defined
Traceback (most recent call last):
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\syngine\tests\test_client.py", line 373, in test_get_waveforms
eventid="GCMT:C201002270634A", components="Z")
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\syngine\client.py", line 633, in get_waveforms_bulk
data=buf, filename=filename)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\base.py", line 245, in _download
self._handle_requests_http_error(r)
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\clients\syngine\client.py", line 88, in _handle_requests_http_error
raise ClientHTTPException(msg.strip())
obspy.clients.base.ClientHTTPException: HTTP code 500 when downloading 'http://service.iris.edu/irisws/syngine/1/query':
<!DOCTYPE html><html><head><title>Apache Tomcat/8.0.27 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 500 - org.glassfish.jersey.server.ContainerException: java.net.SocketTimeoutException</h1><div class="line"></div><p><b>type</b> Exception report</p><p><b>message</b> <u>org.glassfish.jersey.server.ContainerException: java.net.SocketTimeoutException</u></p><p><b>description</b> <u>The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>exception</b></p><pre>javax.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.net.SocketTimeoutException
	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:485)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:386)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:334)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:436)
	org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:177)
</pre><p><b>root cause</b></p><pre>org.glassfish.jersey.server.ContainerException: java.net.SocketTimeoutException
	org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow(ResponseWriter.java:256)
	org.glassfish.jersey.servlet.internal.ResponseWriter.failure(ResponseWriter.java:238)
	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:486)
	org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:317)
	org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
	org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
	org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	org.glassfish.jersey.internal.Errors.process(Errors.java:267)
	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:292)
	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1139)
	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:460)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:386)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:334)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:436)
	org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:177)
</pre><p><b>root cause</b></p><pre>java.net.SocketTimeoutException
	org.apache.tomcat.util.net.NioBlockingSelector.read(NioBlockingSelector.java:202)
	org.apache.tomcat.util.net.NioSelectorPool.read(NioSelectorPool.java:250)
	org.apache.tomcat.util.net.NioSelectorPool.read(NioSelectorPool.java:231)
	org.apache.coyote.http11.InternalNioInputBuffer.fill(InternalNioInputBuffer.java:133)
	org.apache.coyote.http11.InternalNioInputBuffer$SocketInputBuffer.doRead(InternalNioInputBuffer.java:177)
	org.apache.coyote.http11.filters.IdentityInputFilter.doRead(IdentityInputFilter.java:110)
	org.apache.coyote.http11.AbstractInputBuffer.doRead(AbstractInputBuffer.java:416)
	org.apache.coyote.Request.doRead(Request.java:469)
	org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:342)
	org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:395)
	org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:367)
	org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:190)
	org.glassfish.jersey.message.internal.EntityInputStream.read(EntityInputStream.java:102)
	org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream.read(ReaderInterceptorExecutor.java:296)
	sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
	sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
	sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
	java.io.InputStreamReader.read(InputStreamReader.java:184)
	java.io.Reader.read(Reader.java:140)
	org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:175)
	org.glassfish.jersey.message.internal.ReaderWriter.readFromAsString(ReaderWriter.java:160)
	org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.readFromAsString(AbstractMessageReaderWriterProvider.java:117)
	org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:77)
	org.glassfish.jersey.message.internal.StringMessageProvider.readFrom(StringMessageProvider.java:59)
	org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:256)
	org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:235)
	org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:155)
	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:74)
	org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:155)
	org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1085)
	org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:852)
	org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:786)
	org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:233)
	edu.iris.wss.provider.IrisDynamicProvider.doIrisProcessing(IrisDynamicProvider.java:151)
	sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:497)
	org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
	org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
	org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
	org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160)
	org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
	org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
	org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
	org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
	org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:309)
	org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
	org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
	org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	org.glassfish.jersey.internal.Errors.process(Errors.java:267)
	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:292)
	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1139)
	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:460)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:386)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:334)
	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:436)
	org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:177)
</pre><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/8.0.27 logs.</u></p><hr class="line"><h3>Apache Tomcat/8.0.27</h3></body></html>
Traceback (most recent call last):
File "C:\Anaconda3\lib\site-packages\obspy-1.1.0rc3-py3.6-win-amd64.egg\obspy\core\tests\test_code_formatting.py", line 87, in test_flake8
assert report.total_errors == 0
AssertionError

Skipped tests (30)

Submodule Test Skip message
clients.arclink test_m2crypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto is not installed
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
clients.seishub test_get_channel_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_coordinates (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_event_list (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_location_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_network_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_paz (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_preview (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_preview_by_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_station_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_waveform_with_metadata (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_waveforms (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_localcache (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_ping (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
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_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_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
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
io.xseed test_response_54_without_58 (obspy.io.xseed.tests.test_core.CoreTestCase) Test crashes Python on Windows.

Slowest tests (20)

Runtime Test
320.134s __init__ (obspy.clients.seishub)
84.381s test_is_format (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase)
80.054s get_paz (obspy.clients.seishub.client._StationMapperClient)
80.041s Client (obspy.clients.seishub.client)
57.113s test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase)
26.217s test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)
22.191s test_get_waveforms (obspy.clients.syngine.tests.test_client.ClientTestCase)
16.088s test_dataselect_bulk (obspy.clients.fdsn.tests.test_client.ClientTestCase)
15.113s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
14.753s test_get_waveform_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
11.964s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
11.709s test_iris_example_queries_dataselect (obspy.clients.fdsn.tests.test_client.ClientTestCase)
11.153s test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.989s test_infinite_loop (obspy.io.mseed.tests.test_mseed_special_issues.MSEEDSpecialIssueTestCase)
10.838s __init__ (obspy.clients.syngine)
10.458s test_redirection_auth (obspy.clients.fdsn.tests.test_client.ClientTestCase)
9.886s test_redirection (obspy.clients.fdsn.tests.test_client.ClientTestCase)
9.665s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
9.063s __init__ (obspy.taup)
8.973s test_get_routing (obspy.clients.arclink.tests.test_client.ClientTestCase)