#73197 Report by node wintermute covering 565 tests from 2 modules resulted into 2 errors

Report

ObsPy version
1.0.3rc1.post0+783.ged99ba2ed…
GitHub Pull Request
-
Report file
XML document
Total runtime
81.1 sec
Report date/time
March 7, 2017, 10:58 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
wintermute
Processor
None
Python Compiler
GCC 4.8.2 20140120 (Red Hat 4.8.2-15)
Python Implementation
CPython
Python Version
3.6.0
Release
4.9.0-0.bpo.1-amd64
System
Linux
Version
#1 SMP Debian 4.9.2-2~bpo8+1 (2017-01-26)

Dependencies

cartopy
---
decorator
4.0.11
flake8
---
future
0.16.0
geographiclib
---
lxml.etree
3.7.3
m2crypto
---
matplotlib
1.5.3
mock
---
mpl_toolkits.basemap
---
numpy
1.12.0
osgeo.gdal
---
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
---
requests
2.13.0
scipy
0.18.1
setuptools
33.1.0.post20170122
sqlalchemy
1.1.5

Modules (2)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
obspy.clients.filesystem Not tested -
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub - -
obspy.clients.syngine Not tested -
obspy.core 2 1 2
obspy.db Not tested -
obspy.geodetics Not tested -
obspy.imaging Not tested -
obspy.io.ah Not tested -
obspy.io.ascii Not tested -
obspy.io.cmtsolution Not tested -
obspy.io.cnv Not tested -
obspy.io.css Not tested -
obspy.io.datamark Not tested -
obspy.io.gcf Not tested -
obspy.io.gse2 Not tested -
obspy.io.json Not tested -
obspy.io.kinemetrics Not tested -
obspy.io.kml Not tested -
obspy.io.mseed Not tested -
obspy.io.ndk Not tested -
obspy.io.nied Not tested -
obspy.io.nlloc Not tested -
obspy.io.nordic Not tested -
obspy.io.pdas Not tested -
obspy.io.pde Not tested -
obspy.io.quakeml Not tested -
obspy.io.reftek Not tested -
obspy.io.sac Not tested -
obspy.io.seg2 Not tested -
obspy.io.segy Not tested -
obspy.io.seisan Not tested -
obspy.io.seiscomp Not tested -
obspy.io.sh Not tested -
obspy.io.shapefile Not tested -
obspy.io.stationtxt Not tested -
obspy.io.stationxml Not tested -
obspy.io.wav Not tested -
obspy.io.xseed Not tested -
obspy.io.y Not tested -
obspy.io.zmap Not tested -
obspy.realtime Not tested -
obspy.scripts Not tested -
obspy.signal Not tested -
obspy.taup Not tested -
Summary 2 2

Tracebacks (2)

Traceback (most recent call last):
File "/home/megies/git/obspy/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'
Traceback (most recent call last):
File "/home/megies/git/obspy/obspy/core/tests/test_code_formatting.py", line 162, in test_future_imports_in_every_file
self.assertEqual(len(failures), 0, "\n" + "\n".join(failures))
AssertionError: 10 != 0 :
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/checkout_whats_up.py' misses imports: from __future__ import (absolute_import, division, print_function, unicode_literals)
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/checkout_whats_up.py' misses imports: from future.builtins import * # NOQA
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/convert_all.py' misses imports: from __future__ import (absolute_import, division, print_function, unicode_literals)
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/convert_all.py' misses imports: from future.builtins import * # NOQA
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/convert_all2.py' misses imports: from __future__ import (absolute_import, division, print_function, unicode_literals)
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/convert_all2.py' misses imports: from future.builtins import * # NOQA
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/doit.py' misses imports: from __future__ import (absolute_import, division, print_function, unicode_literals)
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/doit.py' misses imports: from future.builtins import * # NOQA
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/read_file_w_rt130.py' misses imports: from __future__ import (absolute_import, division, print_function, unicode_literals)
File '/home/megies/git/obspy/obspy/io/reftek/_helpers/read_file_w_rt130.py' misses imports: from future.builtins import * # NOQA

Skipped tests (23)

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

Slowest tests (20)

Runtime Test
7.324s test_get_channel_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)
7.240s test_get_location_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)
6.354s test_get_station_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)
5.441s test_get_event_list (obspy.clients.seishub.tests.test_client.ClientTestCase)
4.280s __init__ (obspy.clients.seishub)
4.011s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
3.327s test_get_preview (obspy.clients.seishub.tests.test_client.ClientTestCase)
2.774s test_get_network_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)
2.255s test_read_and_write (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase)
2.112s test_get_preview_by_ids (obspy.clients.seishub.tests.test_client.ClientTestCase)
2.025s test_get_waveform_with_metadata (obspy.clients.seishub.tests.test_client.ClientTestCase)
1.481s read (obspy.core.stream)
1.388s test_read_thread_safe (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase)
1.259s test_response_plot (obspy.core.tests.test_network.NetworkTestCase)
1.210s test_response_plot (obspy.core.tests.test_inventory.InventoryTestCase)
1.196s test_evalresp_with_output_from_seed (obspy.core.tests.test_response.ResponseTestCase)
1.139s test_response_plot (obspy.core.tests.test_station.StationTestCase)
1.120s test_localcache (obspy.clients.seishub.tests.test_client.ClientTestCase)
1.082s test_response_plot (obspy.core.tests.test_response.ResponseTestCase)
1.063s test_read_url_via_network (obspy.core.tests.test_stream.StreamTestCase)