#100695 Report by node docker-alpine_3_8 covering 1184 tests from 46 modules resulted into 3 errors

Report

ObsPy version
1.1.1rc1.post0+499.g8f388d1a31
GitHub Pull Request
-
Report file
XML document
Total runtime
404.4 sec
Report date/time
Jan. 18, 2019, 8:06 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
docker-alpine_3_8
Processor
None
Python Compiler
GCC 6.4.0
Python Implementation
CPython
Python Version
3.6.6
Release
4.15.0-43-generic
System
Linux
Version
#46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018

Dependencies

cartopy
---
decorator
4.3.0
flake8
3.6.0
future
0.17.1
geographiclib
---
lxml.etree
4.3.0
m2crypto
---
matplotlib
3.0.2
mock
---
mpl_toolkits.basemap
---
numpy
1.16.0
pep8-naming
---
pyflakes
2.0.0
pyimgur
0.6.0
pyproj
1.9.6
requests
2.21.0
scipy
1.2.0
setuptools
40.6.3
shapefile
---
sqlalchemy
1.2.16

Modules (46)

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 1 1
obspy.db - -
obspy.geodetics 1 2
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.rg16 - -
obspy.io.sac - -
obspy.io.scardec - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp 1 3
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)

>>> Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
File "/usr/bin/obspy-runtests", line 11, in <module>
load_entry_point('obspy', 'console_scripts', 'obspy-runtests')()
File "/obspy/obspy/scripts/runtests.py", line 747, in main
errors = run(argv, interactive)
File "/obspy/obspy/scripts/runtests.py", line 715, in run
pr_url=args.pr_url)
File "/obspy/obspy/scripts/runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/obspy/obspy/scripts/runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/usr/lib/python3.6/unittest/loader.py", line 204, in loadTestsFromName
test = obj()
File "/obspy/obspy/core/tests/__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "/obspy/obspy/core/util/testing.py", line 71, in add_unittests
fromlist=[native_str("obspy")])
File "/obspy/obspy/core/tests/test_inventory.py", line 561, in <module>
BASEMAP_VERSION >= [1, 1, 0] and MATPLOTLIB_VERSION == [3, 0, 1],
TypeError: '>=' not supported between instances of 'NoneType' and 'list'
Traceback (most recent call last):
File "/obspy/obspy/geodetics/base.py", line 148, in calc_vincenty_inverse
alpha = math.asin(sin_alpha)
ValueError: math domain error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/obspy/obspy/geodetics/tests/test_util_geodetics.py", line 50, in test_calc_vincenty_inverse
res = calc_vincenty_inverse(0, 0, 0, 17)
File "/obspy/obspy/geodetics/base.py", line 184, in calc_vincenty_inverse
raise StopIteration
StopIteration
Traceback (most recent call last):
File "/obspy/obspy/io/seiscomp/tests/test_inventory.py", line 122, in test_empty_depth
self.assertEqual(str(w[0].message), "Sensor is missing "
IndexError: list index out of range

Skipped tests (16)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_with_geographiclib (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
geodetics test_issue_375 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
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) pyshp not installed
io.shapefile test_write_catalog_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_catalog_shapefile_with_extra_field (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
signal test_ppsd_spectrogram_plot (obspy.signal.tests.test_spectral_estimation.PsdTestCase) matplotlib >= 3 shifts labels
signal test_schema_validation (obspy.signal.tests.test_quality_control.QualityControlTestCase) Test requires the jsonschema module
taup test_path_geo (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.
taup test_path_resampling (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.
taup test_compute_ray_paths (obspy.taup.tests.test_ray_paths.RayPathCalculationsTestCase) test needs geographiclib >= 1.34
taup test_p_iasp91_geo_manual (obspy.taup.tests.test_tau.TauPyModelTestCase) Module geographiclib is not installed
taup test_pierce_p_iasp91_geo (obspy.taup.tests.test_tau.TauPyModelTestCase) test needs geographiclib >= 1.34
taup test_single_path_geo_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase) test needs geographiclib >= 1.34

Slowest tests (20)

Runtime Test
20.263s __init__ (obspy.taup)
17.646s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
16.671s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
15.681s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
11.330s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
9.429s plot_travel_times (obspy.taup.tau)
9.061s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.838s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
8.260s test_plot_wiggles_positive_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.228s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.214s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.162s test_plot_wiggles_negative_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.101s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.959s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.857s test_plot_ref_time_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.779s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.747s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.352s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
6.677s test_data_remains_unchanged (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.360s test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)