#82838 Report by node lunabase covering 1386 tests from 39 modules resulted into 4 errors

Report

ObsPy version
1.0.3
GitHub Pull Request
-
Report file
XML document
Total runtime
267.5 sec
Report date/time
May 12, 2017, 5:33 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
lunabase
Processor
x86_64
Python Compiler
GCC 4.8.2 20140120 (Red Hat 4.8.2-15)
Python Implementation
CPython
Python Version
3.6.1
Release
3.10.0-514.16.1.el7.x86_64
System
Linux
Version
#1 SMP Wed Apr 12 15:04:24 UTC 2017

Dependencies

cartopy
0.15.1
decorator
4.0.11
flake8
---
future
0.16.0
geographiclib
1.48
lxml.etree
3.7.3
m2crypto
---
matplotlib
1.5.3
mock
---
mpl_toolkits.basemap
1.1.0
numpy
1.12.1
osgeo.gdal
2.1.3
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
1.9.5.1
requests
2.13.0
scipy
0.19.0
setuptools
33.1.1.post20170320
sqlalchemy
1.1.5

Modules (39)

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.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 4 1 2 3 4
obspy.db - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.datamark - -
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.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.sac - -
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.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal - -
obspy.taup - -
Summary 4 4

Tracebacks (4)

Traceback (most recent call last):
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1223, in _readboundarydata
bdatfile = open(os.path.join(basemap_datadir,name+'_'+self.resolution+'.dat'),'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/share/basemap/gshhs_i.dat'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/core/tests/test_inventory.py", line 399, in test_location_plot_local
outfile=ic.name)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/core/inventory/inventory.py", line 635, in plot
title=None, show=False, fig=fig, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 769, in plot_map
return plot_basemap(*args, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 235, in plot_basemap
title="", adjust_aspect_to_colorbar=colorbar, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 359, in _plot_basemap_into_axes
width=width, height=height, ax=ax)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1112, in __init__
self._readboundarydata('gshhs',as_polygons=True)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1226, in _readboundarydata
raise IOError(msg)
OSError: Unable to open boundary dataset file. Only the 'crude' and 'low',
resolution datasets are installed by default.
If you are requesting an, 'intermediate', 'high' or 'full'
resolution dataset, you may need to download and install those
files separately with
`conda install -c conda-forge basemap-data-hires`.
Traceback (most recent call last):
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1223, in _readboundarydata
bdatfile = open(os.path.join(basemap_datadir,name+'_'+self.resolution+'.dat'),'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/share/basemap/gshhs_i.dat'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/core/tests/test_event.py", line 556, in test_catalog_plot_local
color='date', colormap='gist_heat')
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/core/event/catalog.py", line 753, in plot
show=False, fig=fig, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 769, in plot_map
return plot_basemap(*args, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 235, in plot_basemap
title="", adjust_aspect_to_colorbar=colorbar, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 359, in _plot_basemap_into_axes
width=width, height=height, ax=ax)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1112, in __init__
self._readboundarydata('gshhs',as_polygons=True)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1226, in _readboundarydata
raise IOError(msg)
OSError: Unable to open boundary dataset file. Only the 'crude' and 'low',
resolution datasets are installed by default.
If you are requesting an, 'intermediate', 'high' or 'full'
resolution dataset, you may need to download and install those
files separately with
`conda install -c conda-forge basemap-data-hires`.
Traceback (most recent call last):
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1223, in _readboundarydata
bdatfile = open(os.path.join(basemap_datadir,name+'_'+self.resolution+'.dat'),'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/share/basemap/gshhs_i.dat'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/core/tests/test_network.py", line 313, in test_location_plot_local
size=13**2, outfile=ic.name)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/core/inventory/network.py", line 513, in plot
show=False, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 769, in plot_map
return plot_basemap(*args, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 235, in plot_basemap
title="", adjust_aspect_to_colorbar=colorbar, **kwargs)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/imaging/maps.py", line 359, in _plot_basemap_into_axes
width=width, height=height, ax=ax)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1112, in __init__
self._readboundarydata('gshhs',as_polygons=True)
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py", line 1226, in _readboundarydata
raise IOError(msg)
OSError: Unable to open boundary dataset file. Only the 'crude' and 'low',
resolution datasets are installed by default.
If you are requesting an, 'intermediate', 'high' or 'full'
resolution dataset, you may need to download and install those
files separately with
`conda install -c conda-forge basemap-data-hires`.
Traceback (most recent call last):
File "/home/ishihara/.pyenv/versions/anaconda3-4.2.0/envs/obspy/lib/python3.6/site-packages/obspy/core/tests/test_util_misc.py", line 52, in test_catch_output
self.assertEqual(out.stdout, b"abc\ndef\nghi\njkl\n")
AssertionError: b'abc\n\x1b[?1034hdef\nghi\njkl\n' != b'abc\ndef\nghi\njkl\n'

Skipped tests (6)

Submodule Test Skip message
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
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.wav test_rescale_on_write (obspy.io.wav.tests.test_core.CoreTestCase) needs a recent NumPy version

Slowest tests (20)

Runtime Test
14.087s test_kennet_ak135_ttime_tables_s_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
13.857s test_kennet_ak135_ttime_tables_p_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
12.508s test_kennet_ak135_ttime_tables_p_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
10.770s test_kennet_ak135_ttime_tables_s_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
9.627s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
8.149s test_location_plot_local (obspy.core.tests.test_inventory.InventoryCartopyTestCase)
7.908s test_kennet_ak135_ttime_tables_pkikp (obspy.taup.tests.test_tau.TauPyModelTestCase)
7.374s test_kennet_ak135_ttime_tables_pcp (obspy.taup.tests.test_tau.TauPyModelTestCase)
6.892s test_kennet_ak135_ttime_tables_scs (obspy.taup.tests.test_tau.TauPyModelTestCase)
6.326s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.486s read (obspy.core.stream)
5.149s test_kennet_ak135_ttime_tables_scp (obspy.taup.tests.test_tau.TauPyModelTestCase)
4.698s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
4.348s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
3.449s test_read_url_via_network (obspy.core.tests.test_stream.StreamTestCase)
3.211s test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase)
3.072s test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase)
3.017s test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase)
3.002s test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase)
2.956s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)