#88180 Report by node travis-ci covering 1689 tests from 44 modules resulted into 1 error

Report

ObsPy version
1.0.3.post0+1851.g73bb6b7596
GitHub Pull Request
https://github.com/obspy/obspy/pull/1927
Report file
XML document
Total runtime
562.8 sec
Report date/time
Oct. 12, 2017, 10:34 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
travis-ci
Processor
i386
Python Compiler
GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)
Python Implementation
CPython
Python Version
3.6.3
Release
15.6.0
System
Darwin
Version
Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64

Dependencies

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

Modules (44)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
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 1 1
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal - -
obspy.taup - -
Summary 1 1

Tracebacks (1)

Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/xseed/tests/test_parser.py", line 799, in test_rotation_to_zne
np.testing.assert_array_equal(tr_z.data, tr_r_z.data)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/numpy/testing/utils.py", line 854, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/numpy/testing/utils.py", line 778, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([ 5193., 5321., 5004., 5453., 5414., 4931., 5072.,
4587., 4285., 4643., 4303., 4553., 5281., 5351.,
5880., 6114., 5736., 5718., 5664., 5638., 5499.,...
y: array([ 5193., 5321., 5004., 5453., 5414., 4931., 5072.,
4587., 4285., 4643., 4303., 4553., 5281., 5351.,
5880., 6114., 5736., 5718., 5664., 5638., 5499.,...

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
32.171s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
23.832s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
15.359s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
15.196s __init__ (obspy.taup)
12.565s test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase)
12.349s test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase)
12.122s test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase)
11.922s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
11.576s test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase)
10.711s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
10.707s test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase)
8.976s test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase)
7.010s plot_travel_times (obspy.taup.tau)
6.788s test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase)
6.730s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
6.580s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
6.377s test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase)
6.005s test_data_remains_unchanged (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.541s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
5.516s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)