#118343 Report by node zhis-MacBook-Pro covering 1968 tests from 49 modules resulted into 15 errors

Report

ObsPy version
1.2.2
GitHub Pull Request
-
Report file
XML document
Total runtime
305.1 sec
Report date/time
Jan. 28, 2022, 7:06 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
zhis-MacBook-Pro
Processor
i386
Python Compiler
GCC 4.2.1 Compatible Apple LLVM 11.0.0 (clang-1100.0.33.16)
Python Implementation
CPython
Python Version
2.7.17
Release
21.3.0
System
Darwin
Version
Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64

Dependencies

cartopy
---
decorator
4.4.1
flake8
3.7.9
future
0.18.2
geographiclib
---
lxml.etree
4.4.2
m2crypto
---
matplotlib
2.2.4
mock
3.0.5
mpl_toolkits.basemap
1.1.0
numpy
1.16.6
pep8-naming
---
pyflakes
2.1.1
pyimgur
---
pyproj
1.9.6
requests
2.22.0
scipy
1.2.2
setuptools
41.4.0
shapefile
2.1.0
sqlalchemy
1.3.12

Modules (49)

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 5 1 2 3 4 5
obspy.db - -
obspy.geodetics - -
obspy.imaging 8 6 7 8 9 10 11 12 13
obspy.io.ah - -
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 1 14
obspy.taup 1 15
Summary 15 15

Tracebacks (15)

Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/core/tests/test_channel.py", line 61, in test_response_plot
cha.plot(0.005, outfile=ic.name)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: channel_response.png
	RMS: 4.88283464501
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/core/tests/test_network.py", line 147, in test_response_plot
time=t, outfile=ic.name)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: network_response.png
	RMS: 3.49410925864
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/core/tests/test_network.py", line 354, in test_location_plot_global
net.plot(method='basemap', outfile=ic.name)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: network_location-basemap1.png
	RMS: 4.43640857006
	Tolerance: 3.9
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/core/tests/test_station.py", line 56, in test_response_plot
sta.plot(0.05, channel="*[NE]", outfile=ic.name)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: station_response.png
	RMS: 6.44815880147
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/core/tests/test_station.py", line 76, in test_response_plot_degrees
outfile=ic.name)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: station_response_degrees.png
	RMS: 6.39474746483
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_waveform.py", line 343, in test_plot_colored_section
st.plot(outfile=ic.name, type='section', color='channel')
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_color_section.png
	RMS: 6.6467169841
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_waveform.py", line 284, in test_plot_default_section
st.plot(outfile=ic.name, type='section')
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_default_section.png
	RMS: 6.65644649945
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_waveform.py", line 328, in test_plot_ref_time_section
st.plot(outfile=ic.name, type='section', reftime=reftime)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_reftime_section.png
	RMS: 6.98173426402
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_waveform.py", line 396, in test_plot_wiggles_horizontal_section
fillcolors=("blue", "red"))
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_horizontal_section.png
	RMS: 8.14780747604
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_waveform.py", line 361, in test_plot_wiggles_negative_section
fillcolors=(None, "black"))
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_negative_section.png
	RMS: 8.14780747604
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_ppsd.py", line 69, in test_ppsd_plot_frequency
fig.savefig(ic.name, dpi=50)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: ppsd_freq.png
	RMS: 10.1098895477
	Tolerance: 6.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_waveform.py", line 379, in test_plot_wiggles_positive_section
fillcolors=("black", None))
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_positive_section.png
	RMS: 8.14780747604
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/imaging/tests/test_waveform.py", line 413, in test_plot_wiggles_vertical_section
fillcolors=("blue", "red"))
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_vertical_section.png
	RMS: 6.64661367415
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/signal/tests/test_spectral_estimation.py", line 504, in test_ppsd_restricted_stacks
fig.savefig(ic.name)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: ppsd_restricted_stack.png
	RMS: 13.0262881641
	Tolerance: 4.5
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/obspy/taup/tests/test_plotting.py", line 95, in test_spherical_diff_phases
plt.savefig(ic.name)
File "/usr/local/lib/python2.7/site-packages/obspy/core/util/testing.py", line 513, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: spherical_diff_phases.png
	RMS: 5.79452399541
	Tolerance: 3.0
Upload to imgur failed (caught ImportError: No module named pyimgur).

Skipped tests (33)

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
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
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_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
core test_plot_catalog_before_1900 (obspy.core.tests.test_event.CatalogBasemapTestCase) matplotlib 3.0.1 is not compatible with basemap
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_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) matplotlib 3.0.1 is not compatible with basemap
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_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.
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
19.343s read (obspy.core.stream)
14.697s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
11.053s test_read_url_via_network (obspy.core.tests.test_stream.StreamTestCase)
7.453s __init__ (obspy.taup)
6.097s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.746s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
4.489s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
4.264s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
4.224s test_read_thread_safe (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase)
4.206s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
3.727s test_correlate_stream_template_and_correlation_detector (obspy.signal.tests.test_cross_correlation.CrossCorrelationTestCase)
3.606s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.540s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.467s plot_travel_times (obspy.taup.tau)
3.429s test_plot_wiggles_negative_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.403s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.388s test_plot_wiggles_positive_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.370s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.342s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
3.289s test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)