#110714 Report by node iMac-de-Graca covering 1823 tests from 46 modules resulted into 6 errors

Report

ObsPy version
0.0.0+archive
GitHub Pull Request
-
Report file
XML document
Total runtime
213.3 sec
Report date/time
May 6, 2020, 9:57 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
iMac-de-Graca
Processor
i386
Python Compiler
GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)
Python Implementation
CPython
Python Version
2.7.15
Release
18.7.0
System
Darwin
Version
Darwin Kernel Version 18.7.0: Sat Oct 12 00:02:19 PDT 2019; root:xnu-4903.278.12~1/RELEASE_X86_64

Dependencies

cartopy
0.17.0
decorator
4.3.2
flake8
---
future
0.17.1
geographiclib
---
lxml.etree
4.3.2
m2crypto
---
matplotlib
2.2.3
mock
2.0.0
mpl_toolkits.basemap
---
numpy
1.16.2
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
1.9.6
requests
2.21.0
scipy
1.2.1
setuptools
40.8.0
shapefile
2.1.0
sqlalchemy
1.3.1

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 - -
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.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed - -
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc 1 1
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 5 2 3 4 5 6
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 6 6

Tracebacks (6)

Traceback (most recent call last):
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/nlloc/tests/test_util.py", line 56, in test_read_nlloc_scatter_coordinate_conversion
filename, coordinate_converter=_coordinate_conversion)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/nlloc/util.py", line 54, in read_nlloc_scatter
data["x"], data["y"], data["z"])
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/nlloc/tests/test_util.py", line 22, in _coordinate_conversion
proj_wgs84 = pyproj.Proj(init="epsg:4326")
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/pyproj/__init__.py", line 362, in __new__
return _proj.Proj.__new__(self, projstring)
File "_proj.pyx", line 129, in _proj.Proj.__cinit__
RuntimeError: no arguments in initialization list
Traceback (most recent call last):
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/tests/test_core.py", line 178, in test_write_catalog_shapefile
_write_shapefile(cat, "catalog.shp")
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/core.py", line 73, in _write_shapefile
writer = shapefile.Writer(shapefile.POINT)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/shapefile.py", line 1057, in __init__
self.shp = self.__getFileObj(os.path.splitext(target)[0] + '.shp')
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/posixpath.py", line 98, in splitext
return genericpath._splitext(p, sep, altsep, extsep)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/genericpath.py", line 99, in _splitext
sepIndex = p.rfind(sep)
AttributeError: 'int' object has no attribute 'rfind'
Traceback (most recent call last):
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/tests/test_core.py", line 275, in test_write_catalog_shapefile_via_plugin
cat.write("catalog.shp", "SHAPEFILE")
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/core/event/catalog.py", line 515, in write
return write_format(self, filename, **kwargs)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/core.py", line 73, in _write_shapefile
writer = shapefile.Writer(shapefile.POINT)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/shapefile.py", line 1057, in __init__
self.shp = self.__getFileObj(os.path.splitext(target)[0] + '.shp')
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/posixpath.py", line 98, in splitext
return genericpath._splitext(p, sep, altsep, extsep)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/genericpath.py", line 99, in _splitext
sepIndex = p.rfind(sep)
AttributeError: 'int' object has no attribute 'rfind'
Traceback (most recent call last):
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/tests/test_core.py", line 225, in test_write_catalog_shapefile_with_extra_field
extra_fields=bad_extra_fields_wrong_length)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/core.py", line 73, in _write_shapefile
writer = shapefile.Writer(shapefile.POINT)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/shapefile.py", line 1057, in __init__
self.shp = self.__getFileObj(os.path.splitext(target)[0] + '.shp')
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/posixpath.py", line 98, in splitext
return genericpath._splitext(p, sep, altsep, extsep)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/genericpath.py", line 99, in _splitext
sepIndex = p.rfind(sep)
AttributeError: 'int' object has no attribute 'rfind'
Traceback (most recent call last):
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/tests/test_core.py", line 309, in test_write_inventory_shapefile
_write_shapefile(inv, "inventory.shp")
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/core.py", line 73, in _write_shapefile
writer = shapefile.Writer(shapefile.POINT)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/shapefile.py", line 1057, in __init__
self.shp = self.__getFileObj(os.path.splitext(target)[0] + '.shp')
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/posixpath.py", line 98, in splitext
return genericpath._splitext(p, sep, altsep, extsep)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/genericpath.py", line 99, in _splitext
sepIndex = p.rfind(sep)
AttributeError: 'int' object has no attribute 'rfind'
Traceback (most recent call last):
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/tests/test_core.py", line 339, in test_write_inventory_shapefile_via_plugin
inv.write("inventory.shp", "SHAPEFILE")
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/core/inventory/inventory.py", line 320, in write
return write_format(self, path_or_file_object, **kwargs)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/obspy-0.0.0+archive-py2.7-macosx-10.6-x86_64.egg/obspy/io/shapefile/core.py", line 73, in _write_shapefile
writer = shapefile.Writer(shapefile.POINT)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/site-packages/shapefile.py", line 1057, in __init__
self.shp = self.__getFileObj(os.path.splitext(target)[0] + '.shp')
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/posixpath.py", line 98, in splitext
return genericpath._splitext(p, sep, altsep, extsep)
File "/Users/gracasilveira/anaconda2/envs/passcal/lib/python2.7/genericpath.py", line 99, in _splitext
sepIndex = p.rfind(sep)
AttributeError: 'int' object has no attribute 'rfind'

Skipped tests (23)

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) basemap not installed
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) Formatting tests require at least flake8 3.0.
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
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
12.331s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
8.055s test_location_plot_local (obspy.core.tests.test_inventory.InventoryCartopyTestCase)
6.576s __init__ (obspy.taup)
6.545s test_event_scoped_resource_id_many_threads (obspy.core.tests.test_resource_identifier.ResourceIdentifierTestCase)
5.653s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
4.399s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
3.836s test_read_thread_safe (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase)
3.503s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.207s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
3.071s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.020s plot_travel_times (obspy.taup.tau)
2.850s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
2.544s test_reading_via_file (obspy.io.iaspei.tests.test_core.IASPEITestCase)
2.489s test_data_remains_unchanged (obspy.imaging.tests.test_waveform.WaveformTestCase)
2.445s test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase)
2.243s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
2.241s test_plot_wiggles_negative_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
2.165s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
2.149s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
2.081s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)