#134067 Report by node gh-actions covering 2061 tests from 60 modules resulted into 21 errors

Report

ObsPy version
1.4.0.post0+133.g1e075c7d60
GitHub Pull Request
https://github.com/obspy/obspy/pull/3287
Report file
JSON document
Total runtime
806.1 sec
Report date/time
March 30, 2023, 12:36 p.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
gh-actions
Processor
i386
Python Compiler
Clang 14.0.6
Python Implementation
CPython
Python Version
3.8.16
Release
21.6.0
System
Darwin
Version
Darwin Kernel Version 21.6.0: Mon Dec 19 20:44:01 PST 2022; root:xnu-8020.240.18~2/RELEASE_X86_64

Dependencies

cartopy
0.21.1
decorator
5.1.1
flake8
---
geographiclib
2.0
lxml
4.9.2
matplotlib
3.3.4
numpy
1.20.3
obspy
1.4.0.post0+133.g1e075c7d60
pyproj
3.5.0
pytest
7.2.2
pytest-json-report
1.5.0
requests
2.28.2
scipy
1.7.3
setuptools
67.6.1
shapefile
---
sqlalchemy
1.4.46

Modules (60)

Module Errors / Failures Tracebacks
obspy.clients Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn - -
obspy.clients.filesystem - -
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl - -
obspy.clients.seedlink - -
obspy.clients.syngine Not tested -
obspy.core - -
obspy.core.event - -
obspy.core.inventory - -
obspy.core.util - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.alsep - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.dmx - -
obspy.io.focmec - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.hypodd - -
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 21 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
obspy.io.rg16 - -
obspy.io.sac - -
obspy.io.scardec - -
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 21 21

Tracebacks (21)

Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 63, in test_read_write
read_cat += read_nordic(sfile)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 162, in test_write_read_quakeml
cat = read_nordic(testing_path)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 881, in _read_picks
new_event = _read_picks_nordic_new(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1233, in _read_picks_nordic_new
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 334, in test_read_extra_header
test_event = read_nordic(testing_path)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 376, in test_reading_string_io
cat = read_events(file_object)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 624, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 624, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 403, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file <_io.BytesIO object at 0x7f7a10bb89a0>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 391, in test_reading_bytes_io
cat = read_events(file_object)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 631, in _generic_reader
generic = callback_func(fh.name, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 455, in test_read_wavename
cat, wavefiles = read_nordic(testing_path, return_wavnames=True)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 490, in test_read_event
event = read_nordic(testing_path)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 502, in test_read_event_new
event = read_nordic(testing_path)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 881, in _read_picks
new_event = _read_picks_nordic_new(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1233, in _read_picks_nordic_new
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 533, in test_read_many_events
catalog = read_nordic(testing_path)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 577, in test_write_plugin
cat_back = read_events(tf.name)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 596, in test_more_than_three_mags
cat_back = read_events(tf.name)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 629, in test_read_moment
event = read_nordic(testing_path)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 706, in test_distance_conversion
cat = read_events(testing_path)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 726, in test_large_negative_longitude
event_back = read_events(tf.name)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 744, in test_write_preferred_origin
event_back = read_events(tf.name)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 854, in test_read_write_over_day
event_back = read_events(tf.name)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 890, in test_read_bad_covariance
cat = read_events(testdata['sfile_bad_covariance'])
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 500, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 899, in test_read_high_accuracy
cat = read_events(testdata['sfile_highaccuracy'])
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 1132, in test_read_uncert_ellipse
cat = read_events(testdata['sfile_highaccuracy'])
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 297, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 810, in read_events
return _generic_reader(pathname_or_url, _read, format=format, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 658, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/decorator.py", line 208, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/event/catalog.py", line 818, in _read
catalog, format = _read_from_plugin('event', filename, format=format,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/core/util/base.py", line 423, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 1148, in test_read_resolve_seedid
event = read_nordic(testing_path, default_seedid=seedid)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 884, in _read_picks
new_event = _read_picks_nordic_old(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1072, in _read_picks_nordic_old
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/tests/test_nordic.py", line 1161, in test_read_resolve_seedid_new_format
event = read_nordic(testing_path, default_seedid=seedid)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 491, in read_nordic
catalog, wav_names = _extract_event(
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 544, in _extract_event
new_event = _read_picks(tagged_lines=tagged_lines, new_event=new_event,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 881, in _read_picks
new_event = _read_picks_nordic_new(pickline, new_event, header, evtime,
File "/Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py", line 1233, in _read_picks_nordic_new
_amplitude.type = pick.phase_hint.removeprefix('I') # 'AML'
AttributeError: 'str' object has no attribute 'removeprefix'

Skipped tests (20)

Submodule Test Skip message
core core/stream.py::obspy.core.stream._is_pickle Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.CatchOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.SuppressOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.TemporaryWorkingDirectory Skipped: all tests skipped by +SKIP option
geodetics geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_gps_2_dist_azimuth_bug150 Skipped: Geographiclib installed, not using calc_vincenty_inverse
imaging imaging/tests/test_mopad_script.py::TestMopad::test_script_plot Skipped: Currently broken until further review.
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_slist Skipped: all tests skipped by +SKIP option
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_tspair Skipped: all tests skipped by +SKIP option
io.gcf io/gcf/core.py::obspy.io.gcf.core._write_gcf Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._evmagtonor Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._nortoevmag Skipped: all tests skipped by +SKIP option
io.pde io/pde/mchedr.py::obspy.io.pde.mchedr._is_mchedr Skipped: all tests skipped by +SKIP option
io.quakeml io/quakeml/core.py::obspy.io.quakeml.core._is_quakeml Skipped: all tests skipped by +SKIP option
io.seisan io/seisan/core.py::obspy.io.seisan.core._is_seisan Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_asc Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_q Skipped: all tests skipped by +SKIP option
io.wav io/wav/core.py::obspy.io.wav.core._is_wav Skipped: all tests skipped by +SKIP option
io.y io/y/core.py::obspy.io.y.core._is_y Skipped: all tests skipped by +SKIP option
signal signal/quality_control.py::obspy.signal.quality_control.MSEEDMetadata Skipped: all tests skipped by +SKIP option
signal signal/tests/test_quality_control.py::TestQualityControl::test_schema_validation Skipped: Test requires the jsonschema module

Slowest tests (20)

Runtime Test
263.657s geodetics/tests/test_util_flinnengdahl.py::TestUtilFlinnEngdahl::test_coordinates
17.843s imaging/tests/test_ppsd.py::TestPPSD::test_ppsd_plot
16.731s io/xseed/tests/test_core.py::TestCore::test_response_calculation_from_seed_and_xseed
13.904s core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps
12.425s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
11.633s taup/__init__.py::obspy.taup
11.273s clients/filesystem/tests/test_sds.py::TestSDS::test_read_from_sds
11.135s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
10.199s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd
7.689s core/tests/test_waveform_plugins.py::TestWaveformPlugins::test_read_and_write
6.009s clients/filesystem/tests/test_sds.py::TestSDS::test_read_from_sds_with_wildcarded_seed_ids
5.585s signal/tests/test_calibration.py::TestCalibration::test_relcal_different_overlaps
5.405s clients/filesystem/tests/test_sds.py::TestSDS::test_get_all_stations_and_nslc
5.001s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_local
4.874s clients/filesystem/tests/test_sds.py::TestSDS::test_get_waveforms_bulk
4.626s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
4.561s signal/tests/test_polarization.py::TestPolarization::test_polarization_vidale
4.536s core/stream.py::obspy.core.stream.read
4.451s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
4.439s core/tests/test_waveform_plugins.py::TestWaveformPlugins::test_read_thread_safe

Warnings (1)

Stage Filename Category Message
runtest /Users/runner/miniconda3/envs/test/lib/python3.8/site-packages/obspy/io/nordic/core.py:887 UserWarning Cannot check whether Nordic format is Old or New, is this really a Nordic file?