#129344 Report by node kiste covering 2048 tests from 60 modules resulted into 7 errors

Report

ObsPy version
1.3.1.post0+256.gfe0969c1fd
GitHub Pull Request
-
Report file
JSON document
Total runtime
417.2 sec
Report date/time
Nov. 3, 2022, 3:24 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
kiste
Processor
x86_64
Python Compiler
GCC 9.3.0
Python Implementation
CPython
Python Version
3.8.6
Release
4.15.0-194-generic
System
Linux
Version
#205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022

Dependencies

cartopy
0.19.0.post1
decorator
4.4.2
flake8
3.8.4
geographiclib
1.50
lxml
4.6.2
matplotlib
3.5.2
numpy
1.23.4
obspy
1.3.1.post0+256.gfe0969c1fd
pyproj
3.1.0
pytest
7.1.3
pytest-json-report
1.4.1
requests
2.25.1
scipy
1.9.2
setuptools
49.6.0.post20210108
shapefile
---
sqlalchemy
1.3.22

Modules (60)

Module Errors / Failures Tracebacks
obspy.clients Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn - -
obspy.clients.filesystem - -
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl - -
obspy.clients.seedlink Not tested -
obspy.clients.syngine Not tested -
obspy.core 6 1 2 3 4 5 6
obspy.core.event - -
obspy.core.inventory - -
obspy.core.util 1 7
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.alsep - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.dmx - -
obspy.io.focmec - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.hypodd - -
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 - -
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 7 7

Tracebacks (7)

Traceback (most recent call last):
File "/home/eule/dev/obspy/obspy/core/tests/test_event.py", line 491, in test_issue_2173
event2 = read_events(bio)[0]
File "/home/eule/dev/obspy/obspy/core/event/catalog.py", line 162, in __getitem__
return self.events.__getitem__(index)
IndexError: list index out of range
Traceback (most recent call last):
File "/home/eule/dev/obspy/obspy/core/tests/test_resource_identifier.py", line 310, in test_preferred_origin
preferred_origin = cat[0].preferred_origin()
File "/home/eule/dev/obspy/obspy/core/event/catalog.py", line 162, in __getitem__
return self.events.__getitem__(index)
IndexError: list index out of range
Traceback (most recent call last):
File "/home/eule/dev/obspy/obspy/core/tests/test_resource_identifier.py", line 319, in test_preferred_magnitude
preferred_magnitude = cat[0].preferred_magnitude()
File "/home/eule/dev/obspy/obspy/core/event/catalog.py", line 162, in __getitem__
return self.events.__getitem__(index)
IndexError: list index out of range
Traceback (most recent call last):
File "/home/eule/dev/obspy/obspy/core/tests/test_resource_identifier.py", line 328, in test_preferred_focal_mechanism
preferred_focal_mech = cat[0].preferred_focal_mechanism()
File "/home/eule/dev/obspy/obspy/core/event/catalog.py", line 162, in __getitem__
return self.events.__getitem__(index)
IndexError: list index out of range
Traceback (most recent call last):
File "/home/eule/dev/obspy/obspy/core/tests/test_resource_identifier.py", line 338, in test_arrivals_refer_to_picks_in_same_event
pick_id = cat[0].picks[0].resource_id
File "/home/eule/dev/obspy/obspy/core/event/catalog.py", line 162, in __getitem__
return self.events.__getitem__(index)
IndexError: list index out of range
Traceback (most recent call last):
File "/home/eule/dev/obspy/obspy/core/tests/test_resource_identifier.py", line 514, in test_event_scoped_resource_id_many_threads
self.test_arrivals_refer_to_picks_in_same_event(catalogs)
File "/home/eule/dev/obspy/obspy/core/tests/test_resource_identifier.py", line 338, in test_arrivals_refer_to_picks_in_same_event
pick_id = cat[0].picks[0].resource_id
File "/home/eule/dev/obspy/obspy/core/event/catalog.py", line 162, in __getitem__
return self.events.__getitem__(index)
IndexError: list index out of range
438
439 Returns a markdown formatted table with read waveform plugins to insert
440 in docstrings.
441
442 >>> table = make_format_plugin_table("event", "write", 4, True)
443 >>> print(table) # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Differences (unified diff with -expected +actual):
@@ -1,18 +1,18 @@
-======... ===========... ========================================...
-Format Used Module _`Linked Function Call`
-======... ===========... ========================================...
-CMTSOLUTION :mod:`...io.cmtsolution` :func:`..._write_cmtsolution`
-CNV :mod:`...io.cnv` :func:`obspy.io.cnv.core._write_cnv`
-HYPODDPHA :mod:`...io.hypodd` :func:`obspy.io.hypodd.pha._write_pha`
-JSON :mod:`...io.json` :func:`obspy.io.json.core._write_json`
-KML :mod:`obspy.io.kml` :func:`obspy.io.kml.core._write_kml`
-NLLOC_OBS :mod:`...io.nlloc` :func:`obspy.io.nlloc.core.write_nlloc_obs`
-NORDIC :mod:`obspy.io.nordic` :func:`obspy.io.nordic.core.write_select`
-QUAKEML :mod:`...io.quakeml` :func:`obspy.io.quakeml.core._write_quakeml`
-SC3ML :mod:`...io.seiscomp` :func:`obspy.io.seiscomp.event._write_sc3ml`
-SCARDEC :mod:`obspy.io.scardec`
- :func:`obspy.io.scardec.core._write_scardec`
-SHAPEFILE :mod:`obspy.io.shapefile`
- :func:`obspy.io.shapefile.core._write_shapefile`
-ZMAP :mod:`...io.zmap` :func:`obspy.io.zmap.core._write_zmap`
-======... ===========... ========================================...
+=========== =========================== ====================================================
+ Format Used Module _`Linked Function Call`
+ =========== =========================== ====================================================
+ CMTSOLUTION :mod:`obspy.io.cmtsolution` :func:`obspy.io.cmtsolution.core._write_cmtsolution`
+ CNV :mod:`obspy.io.cnv` :func:`obspy.io.cnv.core._write_cnv`
+ CSV :mod:`obspycsv` :func:`obspycsv.write_csv`
+ CSZ :mod:`obspycsv` :func:`obspycsv.write_csz`
+ HYPODDPHA :mod:`obspy.io.hypodd` :func:`obspy.io.hypodd.pha._write_pha`
+ JSON :mod:`obspy.io.json` :func:`obspy.io.json.core._write_json`
+ KML :mod:`obspy.io.kml` :func:`obspy.io.kml.core._write_kml`
+ NLLOC_OBS :mod:`obspy.io.nlloc` :func:`obspy.io.nlloc.core.write_nlloc_obs`
+ NORDIC :mod:`obspy.io.nordic` :func:`obspy.io.nordic.core.write_select`
+ QUAKEML :mod:`obspy.io.quakeml` :func:`obspy.io.quakeml.core._write_quakeml`
+ SC3ML :mod:`obspy.io.seiscomp` :func:`obspy.io.seiscomp.event._write_sc3ml`
+ SCARDEC :mod:`obspy.io.scardec` :func:`obspy.io.scardec.core._write_scardec`
+ SHAPEFILE :mod:`obspy.io.shapefile` :func:`obspy.io.shapefile.core._write_shapefile`
+ ZMAP :mod:`obspy.io.zmap` :func:`obspy.io.zmap.core._write_zmap`
+ =========== =========================== ====================================================
/home/eule/dev/obspy/obspy/core/util/base.py:443: DocTestFailure

Skipped tests (18)

Submodule Test Skip message
core core/stream.py::obspy.core.stream._is_pickle Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.CatchOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.SuppressOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.TemporaryWorkingDirectory Skipped: all tests skipped by +SKIP option
geodetics geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_gps_2_dist_azimuth_bug150 Skipped: Geographiclib installed, not using calc_vincenty_inverse
imaging imaging/tests/test_mopad_script.py::TestMopad::test_script_plot Skipped: Currently broken until further review.
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_slist Skipped: all tests skipped by +SKIP option
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_tspair Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._evmagtonor Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._nortoevmag Skipped: all tests skipped by +SKIP option
io.pde io/pde/mchedr.py::obspy.io.pde.mchedr._is_mchedr Skipped: all tests skipped by +SKIP option
io.quakeml io/quakeml/core.py::obspy.io.quakeml.core._is_quakeml Skipped: all tests skipped by +SKIP option
io.seisan io/seisan/core.py::obspy.io.seisan.core._is_seisan Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_asc Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_q Skipped: all tests skipped by +SKIP option
io.wav io/wav/core.py::obspy.io.wav.core._is_wav Skipped: all tests skipped by +SKIP option
io.y io/y/core.py::obspy.io.y.core._is_y Skipped: all tests skipped by +SKIP option
signal signal/quality_control.py::obspy.signal.quality_control.MSEEDMetadata Skipped: all tests skipped by +SKIP option

Slowest tests (20)

Runtime Test
21.831s core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps
11.470s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
10.251s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
9.449s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
8.902s taup/__init__.py::obspy.taup
8.854s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
7.806s taup/tests/test_taup_plotting.py::TestTauPyPlotting::test_spherical_many_phases
7.016s taup/tests/test_taup_plotting.py::TestTauPyPlotting::test_spherical_many_phases_buried_station
6.067s taup/tests/test_taup_plotting.py::TestTauPyPlotting::test_spherical_many_phases_one_way
5.934s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
5.729s core/tests/test_trace.py::TestTrace::test_remove_response_plot
5.659s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
5.431s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
5.046s signal/tests/test_interpolation.py::TestInterpolation::test_plot_lanczos_window
4.369s signal/tests/test_polarization.py::PolarizationTestCase::test_polarization_vidale
3.816s signal/tests/test_invsim.py::InvSimTestCase::test_evalresp_file_like_object
3.677s taup/tests/test_ray_paths.py::TestRayPathCalculations::test_compute_ray_paths
3.534s imaging/tests/test_waveform.py::TestWaveformPlot::test_plot_multiple_traces_10_traces_tiny
3.499s taup/tests/test_tau.py::TestTauPyModel::test_high_slowness_crust
3.343s imaging/tests/test_waveform.py::TestWaveformPlot::test_plot_multiple_traces_10_traces_huge