#104865 Report by node docker-deb-ubuntu_18_04_bionic_32bit covering 1993 tests from 54 modules resulted into 9 errors

Report

ObsPy version
1.1.1
GitHub Pull Request
-
Report file
XML document
Total runtime
1457.4 sec
Report date/time
Sept. 13, 2019, 4:07 a.m.

System / Python

Architecture
32bit
Machine
x86_64
Node
docker-deb-ubuntu_18_04_bionic_32bit
Processor
x86_64
Python Compiler
GCC 7.3.0
Python Implementation
CPython
Python Version
2.7.15rc1
Release
4.9.0-6-amd64
System
Linux
Version
#1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07)

Dependencies

cartopy
---
decorator
4.1.2
flake8
3.5.0
future
0.15.2
geographiclib
1.49
lxml.etree
4.2.1
m2crypto
---
matplotlib
2.1.1
mock
2.0.0
mpl_toolkits.basemap
1.1.0
numpy
1.13.3
pep8-naming
---
pyflakes
1.6.0
pyimgur
0.5.3
pyproj
1.9.5.1
requests
2.18.4
scipy
0.19.1
setuptools
39.0.1
shapefile
1.2.12
sqlalchemy
1.1.11

Modules (54)

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

Tracebacks (9)

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/clients/arclink/tests/test_client.py", line 135, in test_get_routing
self.assertEqual(results, expected_routing_iv)
AssertionError: {u'IV...': [{u'priority': 1, u'start': UTCDateTime(1988, 1, 1, 0, 0), u'host': u [truncated]... != {u'IV...': [{u'priority': 1, u'start': UTCDateTime(1988, 1, 1, 0, 0), u'host': u [truncated]...
{u'IV...': [{u'end': None,
- u'host': u'eidaws.ingv.it',
? --
+ u'host': u'eida.ingv.it',
u'port': 18002,
u'priority': 1,
u'start': UTCDateTime(1988, 1, 1, 0, 0)}]}
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-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-DIhBcf.tmp
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 "/usr/lib/python2.7/doctest.py", line 2226, 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 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/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 2226, 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/doctest.py", line 2226, 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 (20)

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.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.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_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
261.005s Client (obspy.clients.neic.client)
131.072s test_get_waveform_nscl (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.071s test_get_waveform (obspy.clients.neic.tests.test_client.ClientTestCase)
17.036s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
16.171s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
14.326s test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.554s test_get_waveform_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
10.372s test_dataselect_bulk (obspy.clients.fdsn.tests.test_client.ClientTestCase)
9.867s test_get_channel_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)
9.585s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
9.541s test_plot_catalog_before_1900 (obspy.core.tests.test_event.CatalogBasemapTestCase)
8.456s test_evalresp (obspy.clients.iris.tests.test_client.ClientTestCase)
8.450s __init__ (obspy.taup)
8.338s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
7.768s test_redirection_auth (obspy.clients.fdsn.tests.test_client.ClientTestCase)
7.503s test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)
7.473s test_get_location_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)
7.154s test_get_station_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)