#89792 Report by node public-docking-nw-1820 covering 1953 tests from 54 modules resulted into 5 errors

Report

ObsPy version
1.1.0rc11
GitHub Pull Request
-
Report file
XML document
Total runtime
864.8 sec
Report date/time
Oct. 26, 2017, 3:27 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
public-docking-nw-1820
Processor
i386
Python Compiler
GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)
Python Implementation
CPython
Python Version
3.6.2
Release
16.7.0
System
Darwin
Version
Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64

Dependencies

cartopy
0.15.1
decorator
4.1.2
flake8
3.5.0
future
0.16.0
geographiclib
1.48
lxml.etree
4.1.0
m2crypto
---
matplotlib
2.0.1
mock
---
mpl_toolkits.basemap
1.1.0
numpy
1.12.1
pep8-naming
0.4.1
pyflakes
1.6.0
pyimgur
0.6.0
pyproj
1.9.5.1
requests
2.18.3
scipy
0.19.1
setuptools
36.2.2.post20170725
shapefile
1.2.11
sqlalchemy
1.1.11

Modules (54)

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

Tracebacks (5)

Traceback (most recent call last):
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/tests/test_client.py", line 734, in test_get_inventory_instrument_change
instruments=True, route=False)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 1123, in get_inventory
result = self._fetch(rtype, rdata, route=route)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
obspy.clients.arclink.client.ArcLinkException: b'UNSET'
Traceback (most recent call last):
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/tests/test_client.py", line 757, in test_get_waveform_instrument_change
metadata=True)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 444, in get_waveforms
compressed=compressed, route=route)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 278, in _request
self._read_ln(b'OK')
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 191, in _read_ln
raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b'OK', got 111749377
Traceback (most recent call last):
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/tests/test_client.py", line 644, in test_save_response
client.save_response(file_object, 'BW', 'MANZ', '', 'EHZ', start, end)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 1008, in save_response
data = self._fetch(rtype, rdata, route=route)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
obspy.clients.arclink.client.ArcLinkException: b'UNSET'
Traceback (most recent call last):
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/tests/test_client.py", line 574, in test_save_waveform_compressed
end, format="FSEED", unpack=False)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 565, in save_waveforms
data = self._fetch(rtype, rdata, route=route)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 260, in _fetch
return self._request(request_type, request_data)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
obspy.clients.arclink.client.ArcLinkException: b'UNSET'
Traceback (most recent call last):
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/doctest.py", line 2199, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.__init__
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/__init__.py", line 79, in obspy.clients.arclink.__init__
Failed example:
paz = client.get_paz('BW', 'MANZ', '', 'EHZ', dt)
Exception raised:
Traceback (most recent call last):
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.arclink.__init__[10]>", line 1, in <module>
paz = client.get_paz('BW', 'MANZ', '', 'EHZ', dt)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 947, in get_paz
instruments=True, route=route)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 1123, in get_inventory
result = self._fetch(rtype, rdata, route=route)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/Users/lion/.miniconda/envs/obspy_py36/lib/python3.6/site-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
obspy.clients.arclink.client.ArcLinkException: b'UNSET'

Skipped tests (27)

Submodule Test Skip message
clients.arclink test_cryptography (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_get_waveform_no_password (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_get_waveform_unknown_user (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_get_waveform_with_dcid_key (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_get_waveform_with_dcid_key_file (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_get_waveform_with_default_dcid_key_file (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_get_waveform_wrong_password (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_m2crypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography is not installed
clients.arclink test_pycrypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto, PyCrypto or cryptography 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.
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.

Slowest tests (20)

Runtime Test
35.238s test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase)
33.530s test_save_waveform_compressed (obspy.clients.arclink.tests.test_client.ClientTestCase)
32.287s test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)
30.929s __init__ (obspy.clients.arclink)
30.323s test_save_response (obspy.clients.arclink.tests.test_client.ClientTestCase)
28.718s test_get_inventory_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
27.003s test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase)
21.678s test_get_waveform_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
21.446s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
18.408s test_get_stations (obspy.clients.arclink.tests.test_client.ClientTestCase)
12.391s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
11.635s test_get_routing (obspy.clients.arclink.tests.test_client.ClientTestCase)
11.102s test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.319s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.191s test_redirection_auth (obspy.clients.fdsn.tests.test_client.ClientTestCase)
9.439s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
9.156s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
8.956s test_dataselect_bulk (obspy.clients.fdsn.tests.test_client.ClientTestCase)
8.435s test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase)
8.283s test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase)