#105342 Report by node appveyor-ci covering 841 tests from 47 modules resulted into 7 errors

Report

ObsPy version
1.1.1.post0+367.ga9cc9ed6c2
GitHub Pull Request
https://github.com/obspy/obspy/pull/2455
Report file
XML document
Total runtime
108.3 sec
Report date/time
Sept. 21, 2019, 6:41 p.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
appveyor-ci
Processor
Intel64 Family 6 Model 63 Stepping 2, GenuineIntel
Python Compiler
MSC v.1500 64 bit (AMD64)
Python Implementation
CPython
Python Version
2.7.15
Release
2012ServerR2
System
Windows
Version
6.3.9600

Dependencies

cartopy
---
decorator
4.4.0
flake8
---
future
0.17.1
geographiclib
1.49
lxml.etree
4.4.1
m2crypto
---
matplotlib
2.2.4
mock
3.0.5
mpl_toolkits.basemap
1.1.0
numpy
1.16.4
pep8-naming
---
pyflakes
---
pyimgur
0.6.0
pyproj
1.9.5.1
requests
2.22.0
scipy
1.2.1
setuptools
41.2.0
shapefile
2.1.0
sqlalchemy
1.3.8

Modules (47)

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 1 1
obspy.db - -
obspy.geodetics - -
obspy.imaging 1 2
obspy.io.ah - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.focmec - -
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 - -
obspy.io.sac 1 3
obspy.io.scardec - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp 1 4
obspy.io.sh - -
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav - -
obspy.io.win - -
obspy.io.xseed 1 5
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime 1 6
obspy.scripts - -
obspy.signal 1 7
obspy.taup - -
Summary 7 7

Tracebacks (7)

>>> Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\projects\obspy\obspy\scripts\runtests.py", line 757, in <module>
errors = run(interactive=False)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 715, in run
pr_url=args.pr_url)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "C:\Miniconda-x64\envs\test\lib\unittest\loader.py", line 115, in loadTestsFromName
test = obj()
File "obspy\core\tests\__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "obspy\core\util\testing.py", line 71, in add_unittests
fromlist=[native_str("obspy")])
File "obspy\core\tests\test_response.py", line 33, in <module>
from obspy.signal.invsim import evalresp
File "obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "obspy\signal\spectral_estimation.py", line 1948
if (eqlims[0] < magnitude and magnitude] < eqlims[1] and
^
SyntaxError: invalid syntax
>>> Cannot import test suite for module obspy.imaging due to:
-------------------------------------------------------------
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\projects\obspy\obspy\scripts\runtests.py", line 757, in <module>
errors = run(interactive=False)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 715, in run
pr_url=args.pr_url)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "C:\Miniconda-x64\envs\test\lib\unittest\loader.py", line 115, in loadTestsFromName
test = obj()
File "obspy\imaging\tests\__init__.py", line 24, in suite
add_unittests(suite, MODULE_NAME)
File "obspy\core\util\testing.py", line 71, in add_unittests
fromlist=[native_str("obspy")])
File "obspy\imaging\tests\test_ppsd.py", line 16, in <module>
from obspy.signal.tests.test_spectral_estimation import _get_ppsd
File "obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "obspy\signal\spectral_estimation.py", line 1948
if (eqlims[0] < magnitude and magnitude] < eqlims[1] and
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "obspy\io\sac\tests\test_core.py", line 828, in test_decimate_resample
tr.decimate(2)
File "<C:\Miniconda-x64\envs\test\lib\site-packages\decorator.pyc:decorator-gen-13>", line 2, in decimate
File "obspy\core\trace.py", line 245, in _add_processing_info
result = func(*args, **kwargs)
File "obspy\core\trace.py", line 1804, in decimate
self.filter('lowpass_cheby_2', freq=freq, maxorder=12)
File "<C:\Miniconda-x64\envs\test\lib\site-packages\decorator.pyc:decorator-gen-9>", line 2, in filter
File "obspy\core\trace.py", line 245, in _add_processing_info
result = func(*args, **kwargs)
File "<C:\Miniconda-x64\envs\test\lib\site-packages\decorator.pyc:decorator-gen-8>", line 2, in filter
File "obspy\core\util\decorator.py", line 234, in raise_if_masked
return func(*args, **kwargs)
File "obspy\core\trace.py", line 1513, in filter
func = _get_function_from_entry_point('filter', type)
File "obspy\core\util\base.py", line 330, in _get_function_from_entry_point
entry_point.name)
File "obspy\core\util\misc.py", line 644, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "C:\Miniconda-x64\envs\test\lib\site-packages\pkg_resources\__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Miniconda-x64\envs\test\lib\site-packages\pkg_resources\__init__.py", line 2852, in load_entry_point
return ep.load()
File "C:\Miniconda-x64\envs\test\lib\site-packages\pkg_resources\__init__.py", line 2443, in load
return self.resolve()
File "C:\Miniconda-x64\envs\test\lib\site-packages\pkg_resources\__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "obspy\signal\spectral_estimation.py", line 1948
if (eqlims[0] < magnitude and magnitude] < eqlims[1] and
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "obspy\io\seiscomp\tests\test_inventory.py", line 122, in test_empty_depth
self.assertEqual(str(w[0].message), "Sensor is missing "
IndexError: list index out of range
>>> Cannot import test suite for module obspy.io.xseed due to:
--------------------------------------------------------------
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\projects\obspy\obspy\scripts\runtests.py", line 757, in <module>
errors = run(interactive=False)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 715, in run
pr_url=args.pr_url)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "C:\Miniconda-x64\envs\test\lib\unittest\loader.py", line 115, in loadTestsFromName
test = obj()
File "obspy\io\xseed\tests\__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "obspy\core\util\testing.py", line 71, in add_unittests
fromlist=[native_str("obspy")])
File "obspy\io\xseed\tests\test_core.py", line 21, in <module>
from obspy.signal.invsim import evalresp_for_frequencies
File "obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "obspy\signal\spectral_estimation.py", line 1948
if (eqlims[0] < magnitude and magnitude] < eqlims[1] and
^
SyntaxError: invalid syntax
>>> Cannot import test suite for module obspy.realtime due to:
--------------------------------------------------------------
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\projects\obspy\obspy\scripts\runtests.py", line 757, in <module>
errors = run(interactive=False)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 715, in run
pr_url=args.pr_url)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "C:\Miniconda-x64\envs\test\lib\unittest\loader.py", line 115, in loadTestsFromName
test = obj()
File "obspy\realtime\tests\__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "obspy\core\util\testing.py", line 71, in add_unittests
fromlist=[native_str("obspy")])
File "obspy\realtime\tests\test_rttrace.py", line 19, in <module>
import obspy.signal.filter
File "obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "obspy\signal\spectral_estimation.py", line 1948
if (eqlims[0] < magnitude and magnitude] < eqlims[1] and
^
SyntaxError: invalid syntax
>>> Cannot import test suite for module obspy.signal due to:
------------------------------------------------------------
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Miniconda-x64\envs\test\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\projects\obspy\obspy\scripts\runtests.py", line 757, in <module>
errors = run(interactive=False)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 715, in run
pr_url=args.pr_url)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\projects\obspy\obspy\scripts\runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "C:\Miniconda-x64\envs\test\lib\unittest\loader.py", line 91, in loadTestsFromName
module = __import__('.'.join(parts_copy))
File "obspy\signal\__init__.py", line 201, in <module>
from .spectral_estimation import PPSD
File "obspy\signal\spectral_estimation.py", line 1948
if (eqlims[0] < magnitude and magnitude] < eqlims[1] and
^
SyntaxError: invalid syntax

Skipped tests (1)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse

Slowest tests (20)

Runtime Test
9.344s __init__ (obspy.taup)
8.344s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
4.328s plot_travel_times (obspy.taup.tau)
4.157s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
4.109s test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)
3.984s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
3.328s test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
2.953s test_reading_via_file (obspy.io.iaspei.tests.test_core.IASPEITestCase)
1.797s test_spherical_many_phases (obspy.taup.tests.test_plotting.TauPyPlottingTestCase)
1.750s test_compute_ray_paths (obspy.taup.tests.test_ray_paths.RayPathCalculationsTestCase)
1.656s test_read_from_sds_with_wildcarded_seed_ids (obspy.clients.filesystem.tests.test_sds.SDSTestCase)
1.594s test_plot_travel_times_convenience (obspy.taup.tests.test_plotting.TauPyPlottingTestCase)
1.594s __init__ (obspy.taup.tau.TauPyModel)
1.516s test_spherical_many_phases_one_way (obspy.taup.tests.test_plotting.TauPyPlottingTestCase)
1.500s test_reading_via_plugin (obspy.io.iaspei.tests.test_core.IASPEITestCase)
1.485s test_reading_via_bytes_io (obspy.io.iaspei.tests.test_core.IASPEITestCase)
1.468s test_reading (obspy.io.iaspei.tests.test_core.IASPEITestCase)
1.453s test_read_many_events (obspy.io.nordic.tests.test_nordic.TestNordicMethods)
1.422s test_spherical_many_phases_buried_station (obspy.taup.tests.test_plotting.TauPyPlottingTestCase)
1.391s test_cartesian_many_phases_one_way (obspy.taup.tests.test_plotting.TauPyPlottingTestCase)