#86468 Report by node travis-ci covering 1787 tests from 45 modules resulted into 3 errors

Report

ObsPy version
1.0.3.post0+1554.g8c215268da
GitHub Pull Request
https://github.com/obspy/obspy/pull/1779
Report file
XML document
Total runtime
600.0 sec
Report date/time
Aug. 17, 2017, 2:47 p.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
travis-ci
Processor
x86_64
Python Compiler
GCC 4.4.7 20120313 (Red Hat 4.4.7-1)
Python Implementation
CPython
Python Version
3.6.2
Release
4.8.12-040812-generic
System
Linux
Version
#201612020431 SMP Fri Dec 2 09:33:31 UTC 2016

Dependencies

cartopy
---
decorator
4.1.2
flake8
---
future
0.16.0
geographiclib
1.48
lxml.etree
3.8.0
m2crypto
---
matplotlib
2.0.2
mock
2.0.0
mpl_toolkits.basemap
1.0.7
numpy
1.13.1
osgeo.gdal
---
pep8-naming
---
pyflakes
---
pyimgur
0.5.2
pyproj
1.9.5.1
requests
2.14.2
scipy
0.19.1
setuptools
27.2.0
sqlalchemy
1.1.13

Modules (45)

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

Tracebacks (3)

Traceback (most recent call last):
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/tests/test_federatedclient.py", line 177, in test_fedstations_parallel
inv = fed_client.get_stations_bulk(bulktext)
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/fedcatalog_client.py", line 1035, in get_stations_bulk
inv, _, failed = self.query(frm, svc_name, **svc_kwargs)
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/routing_client.py", line 269, in serial_query_machine
failed=failed_q, **kwargs)
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/fedcatalog_client.py", line 837, in _request
data = get_bulk(route.text(service), filename=filename, **kwargs)
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/client.py", line 1023, in get_stations_bulk
raise ValueError(msg)
ValueError: The current client does not have a station service.
Traceback (most recent call last):
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/doctest.py", line 2199, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.routers.__init__
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/__init__.py", line 2, in __init__
----------------------------------------------------------------------
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/__init__.py", line 40, in obspy.clients.fdsn.routers.__init__
Failed example:
inv = client.get_stations(station="AN*", channel="BHZ", level="station")
Exception raised:
Traceback (most recent call last):
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.fdsn.routers.__init__[2]>", line 1, in <module>
inv = client.get_stations(station="AN*", channel="BHZ", level="station")
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/fedcatalog_client.py", line 1157, in get_stations
inv, _, failed = self.query(frm, svc_name, **svc_kwargs)
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/routing_client.py", line 269, in serial_query_machine
failed=failed_q, **kwargs)
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/fedcatalog_client.py", line 837, in _request
data = get_bulk(route.text(service), filename=filename, **kwargs)
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/client.py", line 1023, in get_stations_bulk
raise ValueError(msg)
ValueError: The current client does not have a station service.
Traceback (most recent call last):
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/doctest.py", line 2199, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.routers.fedcatalog_client.FederatedClient
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/fedcatalog_client.py", line 312, in FederatedClient
----------------------------------------------------------------------
File "/home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/clients/fdsn/routers/fedcatalog_client.py", line 322, in obspy.clients.fdsn.routers.fedcatalog_client.FederatedClient
Failed example:
print(client) #doctest: +ELLIPSIS
Expected:
Federated Catalog Routing Client
request-method: serial
<BLANKLINE>
Got:
Federated Catalog Routing Client
request-method: serial

Skipped tests (17)

Submodule Test Skip message
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) Formatting tests require at least flake8 3.0.
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.shapefile test_write_catalog_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_catalog_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old

Slowest tests (20)

Runtime Test
20.669s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
18.081s test_fedstations_bulk_simple_many (obspy.clients.fdsn.tests.test_federatedclient.FederatedClientTestCase)
17.592s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
14.820s test_fedstations_reroute (obspy.clients.fdsn.tests.test_federatedclient.FederatedClientTestCase)
13.002s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
12.653s get_stations (obspy.clients.fdsn.routers.fedcatalog_client.FederatedClient)
12.436s __init__ (obspy.clients.fdsn.routers)
12.334s test_fedstations_parallel (obspy.clients.fdsn.tests.test_federatedclient.FederatedClientTestCase)
11.975s test_redirection_auth (obspy.clients.fdsn.tests.test_client.ClientTestCase)
11.407s test_iris_example_queries_dataselect (obspy.clients.fdsn.tests.test_federatedclient.FederatedClientTestCase)
11.048s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
10.897s __init__ (obspy.clients.fdsn)
9.666s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
7.755s test_redirection (obspy.clients.fdsn.tests.test_client.ClientTestCase)
7.709s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
7.211s test_example_queries_station (obspy.clients.fdsn.tests.test_federatedclient.FederatedClientTestCase)
6.524s test_data_remains_unchanged (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.426s test_dataselect_bulk (obspy.clients.fdsn.tests.test_client.ClientTestCase)
6.030s get_waveforms (obspy.clients.fdsn.client.Client)
6.018s test_fedwaveforms_reroute (obspy.clients.fdsn.tests.test_federatedclient.FederatedClientTestCase)