#82499 Report by node travis-ci covering 1584 tests from 43 modules resulted into 5 errors

Report

ObsPy version
1.0.3.post0+1206.g6bf8f13df5
GitHub Pull Request
https://github.com/obspy/obspy/pull/1757
Report file
XML document
Total runtime
523.9 sec
Report date/time
May 11, 2017, 10:50 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
travis-ci
Processor
i386
Python Compiler
GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)
Python Implementation
CPython
Python Version
3.6.1
Release
15.6.0
System
Darwin
Version
Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64

Dependencies

cartopy
---
decorator
4.0.11
flake8
---
future
0.16.0
geographiclib
1.48
lxml.etree
3.7.3
m2crypto
---
matplotlib
2.0.1
mock
2.0.0
mpl_toolkits.basemap
1.0.7
numpy
1.12.1
osgeo.gdal
---
pep8-naming
---
pyflakes
---
pyimgur
0.5.2
pyproj
1.9.5.1
requests
2.13.0
scipy
0.19.0
setuptools
27.2.0
sqlalchemy
1.1.9

Modules (43)

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 1 5
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.gcf - -
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.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
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.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal - -
obspy.taup - -
Summary 5 5

Tracebacks (5)

Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/tests/test_waveform_plugins.py", line 446, in test_deepcopy
stream.write(format=format, filename=tmpfile)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/stream.py", line 1439, in write
write_format(self, filename, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 435, in _write_ah1
packer = _pack_trace_wout_ah_dict(tr, packer)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 349, in _pack_trace_wout_ah_dict
packer.pack_fstring(6, tr.stats.station)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/xdrlib.py", line 100, in pack_fstring
data = data + (n - len(data)) * b'\0'
TypeError: must be str, not bytes
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/tests/test_waveform_plugins.py", line 338, in test_issue_193
tr.write(tempfile, format)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/trace.py", line 947, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/stream.py", line 1439, in write
write_format(self, filename, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 435, in _write_ah1
packer = _pack_trace_wout_ah_dict(tr, packer)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 349, in _pack_trace_wout_ah_dict
packer.pack_fstring(6, tr.stats.station)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/xdrlib.py", line 100, in pack_fstring
data = data + (n - len(data)) * b'\0'
TypeError: must be str, not bytes
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/tests/test_waveform_plugins.py", line 93, in test_read_and_write
tr.write(outfile, format=format)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/trace.py", line 947, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/stream.py", line 1439, in write
write_format(self, filename, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 435, in _write_ah1
packer = _pack_trace_wout_ah_dict(tr, packer)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 349, in _pack_trace_wout_ah_dict
packer.pack_fstring(6, tr.stats.station)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/xdrlib.py", line 100, in pack_fstring
data = data + (n - len(data)) * b'\0'
TypeError: must be str, not bytes
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/tests/test_waveform_plugins.py", line 269, in test_read_thread_safe
tr.write(outfile, format=format)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/trace.py", line 947, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/core/stream.py", line 1439, in write
write_format(self, filename, **kwargs)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 435, in _write_ah1
packer = _pack_trace_wout_ah_dict(tr, packer)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 349, in _pack_trace_wout_ah_dict
packer.pack_fstring(6, tr.stats.station)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/xdrlib.py", line 100, in pack_fstring
data = data + (n - len(data)) * b'\0'
TypeError: must be str, not bytes
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/tests/test_core.py", line 268, in test_write_ah1
_write_ah1(stream_orig, tmpfile)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 433, in _write_ah1
packer = _pack_trace_with_ah_dict(tr, packer)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/obspy/io/ah/core.py", line 244, in _pack_trace_with_ah_dict
packer.pack_fstring(6, tr.stats.ah.station.code)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.6/xdrlib.py", line 100, in pack_fstring
data = data + (n - len(data)) * b'\0'
TypeError: must be str, not bytes

Skipped tests (18)

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.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_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_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_catch_output (obspy.core.tests.test_util_misc.UtilMiscTestCase) Does not work with Python 3 for some Windows and OSX versions
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.shapefile test_write_catalog_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_catalog_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old

Slowest tests (20)

Runtime Test
32.461s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
15.570s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
13.285s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
11.688s test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase)
11.526s test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase)
11.371s test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase)
11.205s test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase)
9.582s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
9.046s test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase)
7.041s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
6.728s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.728s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.570s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.548s test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase)
6.527s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.479s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.476s test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase)
6.471s test_data_remains_unchanged (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.394s test_plot_ref_time_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.386s test_plot_wiggles_positive_section (obspy.imaging.tests.test_waveform.WaveformTestCase)