#3496 Report by node wheezy_amd64 covering 929 tests from 21 modules resulted into 8 errors
Report
- ObsPy Version
- 0.8.1-4-gba9a
- Continuous Integration
- -
- GitHub Pull Request
- -
- Report File
- XML Document
- Total Runtime
- 623.6 sec
- Report Date/Time
- 2012-12-11 19:43:30
System / Python
- Architecture
- 64bit
- Machine
- x86_64
- Node
- wheezy_amd64
- Processor
- None
- Python Compiler
- GCC 4.6.3
- Python Implementation
- CPython
- Python Version
- 2.7.3rc2
- Release
- 2.6.32-5-amd64
- System
- Linux
- Version
- #1 SMP Sun May 6 04:00:17 UTC 2012
Dependencies
- lxml.etree
- 2.3.2
- matplotlib
- 1.1.1rc2
- mpl_toolkits.basemap
- Not Installed
- numpy
- 1.6.2
- scipy
- 0.10.1
- sqlalchemy
- 0.7.8
- suds
- 0.4.1
Modules (21)
Module | Errors / Failures |
Tracebacks | ||||
---|---|---|---|---|---|---|
obspy.arclink | 6 | 37 | 31 | 6 | 352.0s | 1 2 3 4 5 6 |
obspy.core | 1 | 409 | 408 | 1 | 33.9s | 7 |
obspy.datamark | - | 2 | 2 | - | 0.1s | - |
obspy.db | - | 9 | 9 | - | 0.0s | - |
obspy.earthworm | - | 5 | 5 | - | 21.5s | - |
obspy.gse2 | - | 32 | 32 | - | 0.1s | - |
obspy.imaging | - | 28 | 15 | 13 | 0.8s | - |
obspy.iris | 1 | 31 | 31 | - | 125.0s | 8 |
obspy.mseed | - | 75 | 75 | - | 1.1s | - |
obspy.neries | - | 17 | 17 | - | 57.3s | - |
obspy.realtime | - | 20 | 20 | - | 0.8s | - |
obspy.sac | - | 64 | 64 | - | 0.1s | - |
obspy.seedlink | - | 2 | - | 2 | 0.0s | - |
obspy.seg2 | - | 0 | - | - | 0.0s | - |
obspy.segy | - | 46 | 46 | - | 0.8s | - |
obspy.seisan | - | 7 | 7 | - | 0.0s | - |
obspy.seishub | Not tested | - | - | - | - | - |
obspy.sh | - | 17 | 17 | - | 0.1s | - |
obspy.signal | - | 81 | 81 | - | 28.1s | - |
obspy.taup | - | 4 | 4 | - | 0.0s | - |
obspy.wav | - | 8 | 8 | - | 0.0s | - |
obspy.xseed | - | 35 | 35 | - | 1.9s | - |
Summary | 8 | 929 | 907 | 22 | 623.6s | 8 |
Tracebacks (8)
Traceback (most recent call last): File "/tmp/testrun/git/obspy/arclink/tests/test_client.py", line 601, in test_SRL st = client.getWaveform("BW", "RJOB", "", "EHZ", t, t + 30) File "/tmp/testrun/git/obspy/arclink/client.py", line 394, in getWaveform compressed=compressed, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 514, in saveWaveform data = self._fetch(rtype, rdata, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 186, in _fetch endtime=request_data[1]) File "/tmp/testrun/git/obspy/arclink/client.py", line 570, in getRouting result = self._fetch(rtype, rdata, route=False) File "/tmp/testrun/git/obspy/arclink/client.py", line 180, in _fetch return self._request(request_type, request_data) File "/tmp/testrun/git/obspy/arclink/client.py", line 279, in _request raise ArcLinkException("%s %s" % (err_code, msg)) ArcLinkException: UNSET
Traceback (most recent call last): File "/tmp/testrun/git/obspy/arclink/tests/test_client.py", line 111, in test_getRouting results = client.getRouting('BW', 'RJOB', dt, dt + 1) File "/tmp/testrun/git/obspy/arclink/client.py", line 570, in getRouting result = self._fetch(rtype, rdata, route=False) File "/tmp/testrun/git/obspy/arclink/client.py", line 180, in _fetch return self._request(request_type, request_data) File "/tmp/testrun/git/obspy/arclink/client.py", line 279, in _request raise ArcLinkException("%s %s" % (err_code, msg)) ArcLinkException: UNSET
Traceback (most recent call last): File "/tmp/testrun/git/obspy/arclink/tests/test_client.py", line 625, in test_issue311 metadata=False) File "/tmp/testrun/git/obspy/arclink/client.py", line 394, in getWaveform compressed=compressed, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 514, in saveWaveform data = self._fetch(rtype, rdata, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 186, in _fetch endtime=request_data[1]) File "/tmp/testrun/git/obspy/arclink/client.py", line 570, in getRouting result = self._fetch(rtype, rdata, route=False) File "/tmp/testrun/git/obspy/arclink/client.py", line 180, in _fetch return self._request(request_type, request_data) File "/tmp/testrun/git/obspy/arclink/client.py", line 279, in _request raise ArcLinkException("%s %s" % (err_code, msg)) ArcLinkException: UNSET
Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.arclink.client.Client.getMetadata File "/tmp/testrun/git/obspy/arclink/client.py", line 87, in getMetadata ---------------------------------------------------------------------- File "/tmp/testrun/git/obspy/arclink/client.py", line 113, in obspy.arclink.client.Client.getMetadata Failed example: data = client.getMetadata('BW', 'MANZ', '', 'EHZ', t) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "<doctest obspy.arclink.client.Client.getMetadata[4]>", line 1, in <module> data = client.getMetadata('BW', 'MANZ', '', 'EHZ', t) File "/tmp/testrun/git/obspy/core/util/decorator.py", line 67, in echo_func return func(*args, **kwargs) File "/tmp/testrun/git/obspy/arclink/client.py", line 765, in getMetadata instruments=True, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 1075, in getInventory result = self._fetch(rtype, rdata, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 186, in _fetch endtime=request_data[1]) File "/tmp/testrun/git/obspy/arclink/client.py", line 570, in getRouting result = self._fetch(rtype, rdata, route=False) File "/tmp/testrun/git/obspy/arclink/client.py", line 180, in _fetch return self._request(request_type, request_data) File "/tmp/testrun/git/obspy/arclink/client.py", line 279, in _request raise ArcLinkException("%s %s" % (err_code, msg)) ArcLinkException: UNSET
Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.arclink.client.Client.getPAZ File "/tmp/testrun/git/obspy/arclink/client.py", line 848, in getPAZ ---------------------------------------------------------------------- File "/tmp/testrun/git/obspy/arclink/client.py", line 873, in obspy.arclink.client.Client.getPAZ Failed example: paz = client.getPAZ('BW', 'MANZ', '', 'EHZ', t) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "<doctest obspy.arclink.client.Client.getPAZ[4]>", line 1, in <module> paz = client.getPAZ('BW', 'MANZ', '', 'EHZ', t) File "/tmp/testrun/git/obspy/arclink/client.py", line 911, in getPAZ instruments=True, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 1075, in getInventory result = self._fetch(rtype, rdata, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 180, in _fetch return self._request(request_type, request_data) File "/tmp/testrun/git/obspy/arclink/client.py", line 279, in _request raise ArcLinkException("%s %s" % (err_code, msg)) ArcLinkException: UNSET
Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.arclink.client.Client.getWaveform File "/tmp/testrun/git/obspy/arclink/client.py", line 334, in getWaveform ---------------------------------------------------------------------- File "/tmp/testrun/git/obspy/arclink/client.py", line 372, in obspy.arclink.client.Client.getWaveform Failed example: st = client.getWaveform("BW", "RJOB", "", "EH*", t - 3, t + 15) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "<doctest obspy.arclink.client.Client.getWaveform[4]>", line 1, in <module> st = client.getWaveform("BW", "RJOB", "", "EH*", t - 3, t + 15) File "/tmp/testrun/git/obspy/arclink/client.py", line 394, in getWaveform compressed=compressed, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 514, in saveWaveform data = self._fetch(rtype, rdata, route=route) File "/tmp/testrun/git/obspy/arclink/client.py", line 186, in _fetch endtime=request_data[1]) File "/tmp/testrun/git/obspy/arclink/client.py", line 570, in getRouting result = self._fetch(rtype, rdata, route=False) File "/tmp/testrun/git/obspy/arclink/client.py", line 180, in _fetch return self._request(request_type, request_data) File "/tmp/testrun/git/obspy/arclink/client.py", line 279, in _request raise ArcLinkException("%s %s" % (err_code, msg)) ArcLinkException: UNSET
Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.stream.read File "/tmp/testrun/git/obspy/core/stream.py", line 30, in read ---------------------------------------------------------------------- File "/tmp/testrun/git/obspy/core/stream.py", line 183, in obspy.core.stream.read Failed example: stringio_obj = StringIO(urllib2.urlopen(example_url).read()) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "<doctest obspy.core.stream.read[20]>", line 1, in <module> stringio_obj = StringIO(urllib2.urlopen(example_url).read()) File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open raise URLError(err) URLError: <urlopen error [Errno 110] Connection timed out> ---------------------------------------------------------------------- File "/tmp/testrun/git/obspy/core/stream.py", line 184, in obspy.core.stream.read Failed example: st = read(stringio_obj) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "<doctest obspy.core.stream.read[21]>", line 1, in <module> st = read(stringio_obj) NameError: name 'stringio_obj' is not defined ---------------------------------------------------------------------- File "/tmp/testrun/git/obspy/core/stream.py", line 185, in obspy.core.stream.read Failed example: print(st) # doctest: +ELLIPSIS Expected: 1 Trace(s) in Stream: .RJOB..Z | 2005-08-31T02:33:49.849998Z - ... | 200.0 Hz, 12000 samples Got: 1 Trace(s) in Stream: XX.TEST..BHZ | 2008-01-15T00:00:00.025000Z - 2008-01-15T00:00:15.875000Z | 40.0 Hz, 635 samples
Traceback (most recent call last): File "/tmp/testrun/git/obspy/iris/tests/test_client.py", line 373, in test_availability result = client.availability("IU", "K*", starttime=t1, endtime=t2) File "/tmp/testrun/git/obspy/iris/client.py", line 1346, in availability data = self._fetch(url, **kwargs) File "/tmp/testrun/git/obspy/iris/client.py", line 113, in _fetch response = urllib2.urlopen(req, timeout=self.timeout) File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open raise URLError(err) URLError: <urlopen error timed out>
Chuck Norris Fact
Chuck Norris is the only human being to display the Heisenberg uncertainty principle - you can never know both exactly where and how quickly he will roundhouse-kick you in the face.