#98286 Report by node DESKTOP-K03AOCP covering 1813 tests from 46 modules resulted into 7 errors

Report

ObsPy version
1.1.0.post0+195.g1f76dff356.o…
GitHub Pull Request
-
Report file
XML document
Total runtime
379.6 sec
Report date/time
Sept. 21, 2018, 2:52 a.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
DESKTOP-K03AOCP
Processor
Intel64 Family 6 Model 142 Stepping 10, GenuineIntel
Python Compiler
MSC v.1900 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.6.3
Release
10
System
Windows
Version
10.0.17134

Dependencies

cartopy
0.15.1
decorator
4.1.2
flake8
---
future
0.16.0
geographiclib
1.48
lxml.etree
4.1.0
m2crypto
---
matplotlib
2.1.0
mock
---
mpl_toolkits.basemap
---
numpy
1.13.3
pep8-naming
---
pyflakes
1.6.0
pyimgur
---
pyproj
1.9.5.1
requests
2.18.4
scipy
0.19.1
setuptools
36.5.0.post20170921
shapefile
1.2.12
sqlalchemy
1.2.5

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 - -
obspy.io.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
obspy.io.rg16 1 1
obspy.io.sac - -
obspy.io.scardec - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp - -
obspy.io.sh 5 2 3 4 5 6
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 7
obspy.taup - -
Summary 7 7

Tracebacks (7)

Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 2199, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.rg16.__init__
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\__init__.py", line 66, in obspy.io.rg16.__init__
Failed example:
st = obspy.read(filename)
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.io.rg16.__init__[4]>", line 1, in <module>
st = obspy.read(filename)
File "<decorator-gen-31>", line 2, in read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 235, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "<decorator-gen-32>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 277, in _read
headonly=headonly, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\tests\data\three_chans_six_traces.fcnt
----------------------------------------------------------------------
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\__init__.py", line 67, in obspy.io.rg16.__init__
Failed example:
st = obspy.read(filename, format='rg16')
Exception raised:
Traceback (most recent call last):
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 408, in _read_from_plugin
format_ep = eps[format]
KeyError: 'RG16'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.io.rg16.__init__[5]>", line 1, in <module>
st = obspy.read(filename, format='rg16')
File "<decorator-gen-31>", line 2, in read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 235, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "<decorator-gen-32>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 277, in _read
headonly=headonly, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 411, in _read_from_plugin
raise TypeError(msg % (format, ', '.join(eps)))
TypeError: Format "RG16" is not supported. Supported types: MSEED, SAC, GSE2, SEISAN, SACXY, GSE1, Q, SH_ASC, SLIST, TSPAIR, Y, PICKLE, SEGY, SU, SEG2, WAV, WIN, CSS, NNSA_KB_CORE, AH, PDAS, KINEMETRICS_EVT, GCF, KNET, REFTEK130
----------------------------------------------------------------------
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\__init__.py", line 73, in obspy.io.rg16.__init__
Failed example:
st = obspy.read(filename, merge=True)
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.io.rg16.__init__[7]>", line 1, in <module>
st = obspy.read(filename, merge=True)
File "<decorator-gen-31>", line 2, in read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 235, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "<decorator-gen-32>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 277, in _read
headonly=headonly, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\tests\data\three_chans_six_traces.fcnt
----------------------------------------------------------------------
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\__init__.py", line 79, in obspy.io.rg16.__init__
Failed example:
st = obspy.read(filename, contacts_north=True)
Exception raised:
Traceback (most recent call last):
File "C:\Anaconda3\lib\doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest obspy.io.rg16.__init__[8]>", line 1, in <module>
st = obspy.read(filename, contacts_north=True)
File "<decorator-gen-31>", line 2, in read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 235, in read
st.extend(_read(file, format, headonly, **kwargs).traces)
File "<decorator-gen-32>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\stream.py", line 277, in _read
headonly=headonly, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\rg16\tests\data\three_chans_six_traces.fcnt
Traceback (most recent call last):
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\test_evt.py", line 26, in test_local_event1
cat = read_events(fname)
File "<decorator-gen-40>", line 2, in read_events
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 853, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "<decorator-gen-41>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 866, in _read
**kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\data\local1.evt
Traceback (most recent call last):
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\test_evt.py", line 31, in test_local_event2
cat = read_events(fname)
File "<decorator-gen-40>", line 2, in read_events
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 853, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "<decorator-gen-41>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 866, in _read
**kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\data\local2.evt
Traceback (most recent call last):
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\test_evt.py", line 99, in test_populate_waveform_id
id_map={'UBR': 'BLB.{}.00.BH{}'})[0].picks
File "<decorator-gen-40>", line 2, in read_events
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 853, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "<decorator-gen-41>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 866, in _read
**kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\data\tele2.evt
Traceback (most recent call last):
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\test_evt.py", line 48, in test_tele_event1
cat = read_events(fname)
File "<decorator-gen-40>", line 2, in read_events
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 853, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "<decorator-gen-41>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 866, in _read
**kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\data\tele1.evt
Traceback (most recent call last):
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\test_evt.py", line 54, in test_tele_event2
cat = read_events(fname)
File "<decorator-gen-40>", line 2, in read_events
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 300, in _map_example_filename
return func(*args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 853, in read_events
catalog = _read(pathnames[0], format, **kwargs)
File "<decorator-gen-41>", line 2, in _read
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\decorator.py", line 210, in uncompress_file
result = func(filename, *args, **kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\event\catalog.py", line 866, in _read
**kwargs)
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\core\util\base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file c:\users\thlec\documents\python\noise_stack\obspy\obspy\io\sh\tests\data\tele2.evt
Traceback (most recent call last):
File "c:\users\thlec\documents\python\noise_stack\obspy\obspy\signal\tests\test_trigger.py", line 99, in test_ar_pick
self.assertAlmostEqual(stime, 31.165, delta=0.05)
AssertionError: 31.280000686645508 != 31.165 within 0.05 delta

Skipped tests (15)

Submodule Test Skip message
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) Formatting tests require at least flake8 3.0.
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_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_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
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.

Slowest tests (20)

Runtime Test
31.695s test_is_format (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase)
17.720s test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase)
11.886s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
10.038s __init__ (obspy.taup)
7.593s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
7.380s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
6.990s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.246s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
5.866s test_plot_wiggles_negative_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.418s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.357s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.272s test_plot_ref_time_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.190s test_plot_wiggles_positive_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.078s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.055s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.035s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.032s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.573s plot_travel_times (obspy.taup.tau)
4.364s test_data_remains_unchanged (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.175s test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)