#134463 Report by node kozel covering 2022 tests from 61 modules resulted into 20 errors

Report

ObsPy version
1.3.1
GitHub Pull Request
-
Report file
JSON document
Total runtime
152.2 sec
Report date/time
May 16, 2023, 1:31 p.m.

System / Python

Architecture
64bit
Machine
arm64
Node
kozel
Processor
arm
Python Compiler
Clang 14.0.0 (clang-1400.0.29.202)
Python Implementation
CPython
Python Version
3.11.3
Release
22.4.0
System
Darwin
Version
Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000

Dependencies

cartopy
0.21.0
decorator
5.1.1
flake8
---
geographiclib
1.50
lxml
4.9.1
matplotlib
3.7.1
numpy
1.24.1
obspy
1.3.1
pyproj
3.4.1
pytest
7.3.1
pytest-json-report
1.5.0
requests
2.30.0
scipy
1.10.1
setuptools
67.7.2
shapefile
---
sqlalchemy
2.0.12

Modules (61)

Module Errors / Failures Tracebacks
obspy.clients Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn - -
obspy.clients.filesystem 12 1 2 3 4 5 6 7 8 9 10 11 12
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl - -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 8 13 14 15 16 17 18 19 20
obspy.core.event - -
obspy.core.inventory - -
obspy.core.util - -
obspy.db Not tested -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
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 - -
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 20 20

Tracebacks (20)

055 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
056
057 * :meth:`~Client.get_availability_extent()`:
058 Returns a list of (network, station, location, channel, earliest, latest)
059 tuples that represent the full extent of available data. This example
060 retrieves from the very small obspy test tsindex database a list of all
061 available ("BHZ") channel extents from the Global Seismograph Network
062 ("IU") for all times.
063
064 >>> extents = client.get_availability_extent(network="IU", channel="BHZ")
UNEXPECTED EXCEPTION: ValueError('Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x12f52f050; network>, <sqlalchemy.sql.elements.Label at 0x12f7d7450; station>, <sqlalchemy.sql.elements.Label at 0x139f68410; location>, <sqlalchemy.sql.elements.Label at 0x139f695d0; channel>, <sqlalchemy.sql.elements.Label at 0x139f69710; starttime>, <sqlalchemy.sql.elements.Label at 0x139f69790; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x12f52f050; network>, <sqlalchemy.sql.elements.Label at 0x12f7d7450; station>, <sqlalchemy.sql.elements.Label at 0x139f68410; location>, <sqlalchemy.sql.elements.Label at 0x139f695d0; channel>, <sqlalchemy.sql.elements.Label at 0x139f69710; starttime>, <sqlalchemy.sql.elements.Label at 0x139f69790; endtime>)?')
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x12f52f050; network>, <sqlalchemy.sql.elements.Label at 0x12f7d7450; station>, <sqlalchemy.sql.elements.Label at 0x139f68410; location>, <sqlalchemy.sql.elements.Label at 0x139f695d0; channel>, <sqlalchemy.sql.elements.Label at 0x139f69710; starttime>, <sqlalchemy.sql.elements.Label at 0x139f69790; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x12f52f050; network>, <sqlalchemy.sql.elements.Label at 0x12f7d7450; station>, <sqlalchemy.sql.elements.Label at 0x139f68410; location>, <sqlalchemy.sql.elements.Label at 0x139f695d0; channel>, <sqlalchemy.sql.elements.Label at 0x139f69710; starttime>, <sqlalchemy.sql.elements.Label at 0x139f69790; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/doctest.py", line 1351, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[6]>", line 1, in <module>
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 358, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x12f52f050; network>, <sqlalchemy.sql.elements.Label at 0x12f7d7450; station>, <sqlalchemy.sql.elements.Label at 0x139f68410; location>, <sqlalchemy.sql.elements.Label at 0x139f695d0; channel>, <sqlalchemy.sql.elements.Label at 0x139f69710; starttime>, <sqlalchemy.sql.elements.Label at 0x139f69790; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x12f52f050; network>, <sqlalchemy.sql.elements.Label at 0x12f7d7450; station>, <sqlalchemy.sql.elements.Label at 0x139f68410; location>, <sqlalchemy.sql.elements.Label at 0x139f695d0; channel>, <sqlalchemy.sql.elements.Label at 0x139f69710; starttime>, <sqlalchemy.sql.elements.Label at 0x139f69790; endtime>)?
/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py:64: UnexpectedException
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x139f87a10; network>, <sqlalchemy.sql.elements.Label at 0x13a341590; station>, <sqlalchemy.sql.elements.Label at 0x139f7e710; location>, <sqlalchemy.sql.elements.Label at 0x139f80d50; channel>, <sqlalchemy.sql.elements.Label at 0x139f81110; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3d3050; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x139f87a10; network>, <sqlalchemy.sql.elements.Label at 0x13a341590; station>, <sqlalchemy.sql.elements.Label at 0x139f7e710; location>, <sqlalchemy.sql.elements.Label at 0x139f80d50; channel>, <sqlalchemy.sql.elements.Label at 0x139f81110; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3d3050; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 381, in test_get_availability
actual_avail = client.get_availability(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 415, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x139f87a10; network>, <sqlalchemy.sql.elements.Label at 0x13a341590; station>, <sqlalchemy.sql.elements.Label at 0x139f7e710; location>, <sqlalchemy.sql.elements.Label at 0x139f80d50; channel>, <sqlalchemy.sql.elements.Label at 0x139f81110; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3d3050; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x139f87a10; network>, <sqlalchemy.sql.elements.Label at 0x13a341590; station>, <sqlalchemy.sql.elements.Label at 0x139f7e710; location>, <sqlalchemy.sql.elements.Label at 0x139f80d50; channel>, <sqlalchemy.sql.elements.Label at 0x139f81110; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3d3050; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a5439d0; network>, <sqlalchemy.sql.elements.Label at 0x13a3f0f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3f2810; location>, <sqlalchemy.sql.elements.Label at 0x13a3f0d10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f32d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f1a10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a5439d0; network>, <sqlalchemy.sql.elements.Label at 0x13a3f0f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3f2810; location>, <sqlalchemy.sql.elements.Label at 0x13a3f0d10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f32d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f1a10; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 236, in test_get_availability_extent
actual_avail_extents = client.get_availability_extent(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 358, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a5439d0; network>, <sqlalchemy.sql.elements.Label at 0x13a3f0f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3f2810; location>, <sqlalchemy.sql.elements.Label at 0x13a3f0d10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f32d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f1a10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a5439d0; network>, <sqlalchemy.sql.elements.Label at 0x13a3f0f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3f2810; location>, <sqlalchemy.sql.elements.Label at 0x13a3f0d10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f32d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f1a10; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a3f3550; network>, <sqlalchemy.sql.elements.Label at 0x13a3f3190; station>, <sqlalchemy.sql.elements.Label at 0x13a3f3050; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2610; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f2c90; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f2150; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a3f3550; network>, <sqlalchemy.sql.elements.Label at 0x13a3f3190; station>, <sqlalchemy.sql.elements.Label at 0x13a3f3050; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2610; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f2c90; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f2150; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 175, in test_get_nslc
actual_nslc = client.get_nslc("I*,CU",
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 317, in get_nslc
summary_rows = self._get_summary_rows(network, station, location,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a3f3550; network>, <sqlalchemy.sql.elements.Label at 0x13a3f3190; station>, <sqlalchemy.sql.elements.Label at 0x13a3f3050; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2610; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f2c90; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f2150; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a3f3550; network>, <sqlalchemy.sql.elements.Label at 0x13a3f3190; station>, <sqlalchemy.sql.elements.Label at 0x13a3f3050; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2610; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f2c90; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f2150; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a3e9410; network>, <sqlalchemy.sql.elements.Label at 0x13a58fd50; station>, <sqlalchemy.sql.elements.Label at 0x13a58cb10; location>, <sqlalchemy.sql.elements.Label at 0x13a58ef50; channel>, <sqlalchemy.sql.elements.Label at 0x13a58fe10; starttime>, <sqlalchemy.sql.elements.Label at 0x13a58fb90; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a3e9410; network>, <sqlalchemy.sql.elements.Label at 0x13a58fd50; station>, <sqlalchemy.sql.elements.Label at 0x13a58cb10; location>, <sqlalchemy.sql.elements.Label at 0x13a58ef50; channel>, <sqlalchemy.sql.elements.Label at 0x13a58fe10; starttime>, <sqlalchemy.sql.elements.Label at 0x13a58fb90; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 62, in test_get_waveforms
returned_stream = client.get_waveforms(
^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 262, in get_waveforms
return self._get_waveforms(query_rows, merge)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a3e9410; network>, <sqlalchemy.sql.elements.Label at 0x13a58fd50; station>, <sqlalchemy.sql.elements.Label at 0x13a58cb10; location>, <sqlalchemy.sql.elements.Label at 0x13a58ef50; channel>, <sqlalchemy.sql.elements.Label at 0x13a58fe10; starttime>, <sqlalchemy.sql.elements.Label at 0x13a58fb90; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a3e9410; network>, <sqlalchemy.sql.elements.Label at 0x13a58fd50; station>, <sqlalchemy.sql.elements.Label at 0x13a58cb10; location>, <sqlalchemy.sql.elements.Label at 0x13a58ef50; channel>, <sqlalchemy.sql.elements.Label at 0x13a58fe10; starttime>, <sqlalchemy.sql.elements.Label at 0x13a58fb90; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x139fba610; network>, <sqlalchemy.sql.elements.Label at 0x13a119f50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f2890; location>, <sqlalchemy.sql.elements.Label at 0x13a2f0e90; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f1bd0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f2ad0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x139fba610; network>, <sqlalchemy.sql.elements.Label at 0x13a119f50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f2890; location>, <sqlalchemy.sql.elements.Label at 0x13a2f0e90; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f1bd0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f2ad0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 142, in test_get_waveforms_bulk
returned_stream = client.get_waveforms_bulk(bulk_request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 288, in get_waveforms_bulk
return self._get_waveforms(query_rows, merge)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x139fba610; network>, <sqlalchemy.sql.elements.Label at 0x13a119f50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f2890; location>, <sqlalchemy.sql.elements.Label at 0x13a2f0e90; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f1bd0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f2ad0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x139fba610; network>, <sqlalchemy.sql.elements.Label at 0x13a119f50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f2890; location>, <sqlalchemy.sql.elements.Label at 0x13a2f0e90; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f1bd0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f2ad0; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a3e7310; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0410; station>, <sqlalchemy.sql.elements.Label at 0x13a3f0dd0; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f3b50; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f07d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a3e7310; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0410; station>, <sqlalchemy.sql.elements.Label at 0x13a3f0dd0; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f3b50; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f07d0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 581, in test_has_data
self.assertTrue(client.has_data())
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 558, in has_data
avail_percentage = self.get_availability_percentage(network,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 494, in get_availability_percentage
avail = self.get_availability(network, station,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 415, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a3e7310; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0410; station>, <sqlalchemy.sql.elements.Label at 0x13a3f0dd0; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f3b50; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f07d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a3e7310; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0410; station>, <sqlalchemy.sql.elements.Label at 0x13a3f0dd0; location>, <sqlalchemy.sql.elements.Label at 0x13a3f2f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a3f3b50; starttime>, <sqlalchemy.sql.elements.Label at 0x13a3f07d0; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 705, in test__get_leap_seconds_file
open(test_file, 'a').close()
^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/data/tsindex_data/leap-seconds.list'
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a5cc390; network>, <sqlalchemy.sql.elements.Label at 0x13a3a1f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3a3350; location>, <sqlalchemy.sql.elements.Label at 0x13a3a1f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a58e2d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a500050; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a5cc390; network>, <sqlalchemy.sql.elements.Label at 0x13a3a1f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3a3350; location>, <sqlalchemy.sql.elements.Label at 0x13a3a1f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a58e2d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a500050; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 770, in test_build_file_list
self.assertRaisesRegex(OSError,
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/case.py", line 1318, in assertRaisesRegex
return context.handle('assertRaisesRegex', args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/case.py", line 237, in handle
callable_obj(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1064, in build_file_list
tsindex = self.request_handler._fetch_index_rows()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a5cc390; network>, <sqlalchemy.sql.elements.Label at 0x13a3a1f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3a3350; location>, <sqlalchemy.sql.elements.Label at 0x13a3a1f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a58e2d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a500050; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a5cc390; network>, <sqlalchemy.sql.elements.Label at 0x13a3a1f50; station>, <sqlalchemy.sql.elements.Label at 0x13a3a3350; location>, <sqlalchemy.sql.elements.Label at 0x13a3a1f10; channel>, <sqlalchemy.sql.elements.Label at 0x13a58e2d0; starttime>, <sqlalchemy.sql.elements.Label at 0x13a500050; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1131, in download_leap_seconds_file
with open(file_path, "w") as fh:
^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/data/tsindex_data/leap-seconds.list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 656, in test_download_leap_seconds_file
file_path = indexer.download_leap_seconds_file(test_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1134, in download_leap_seconds_file
raise OSError("Failed to create leap seconds file at {} due to {}."
OSError: Failed to create leap seconds file at /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/data/tsindex_data/leap-seconds.list due to [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/data/tsindex_data/leap-seconds.list'.
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1131, in download_leap_seconds_file
with open(file_path, "w") as fh:
^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/data/tsindex_data/leap-seconds.list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 671, in test_download_leap_seconds_file_no_path_given
file_path = indexer.download_leap_seconds_file()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1134, in download_leap_seconds_file
raise OSError("Failed to create leap seconds file at {} due to {}."
OSError: Failed to create leap seconds file at /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/data/tsindex_data/leap-seconds.list due to [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/data/tsindex_data/leap-seconds.list'.
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5132, in __init__
self._raw_columns = [
^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/selectable.py", line 5133, in <listcomp>
coercions.expect(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 413, in expect
resolved = impl._literal_coercion(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 652, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 1143, in _raise_for_expected
return super()._raise_for_expected(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 711, in _raise_for_expected
super()._raise_for_expected(
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/sqlalchemy/sql/coercions.py", line 536, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a139790; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0c50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f0c10; location>, <sqlalchemy.sql.elements.Label at 0x13a2f2450; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f2990; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f0810; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a139790; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0c50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f0c10; location>, <sqlalchemy.sql.elements.Label at 0x13a2f2450; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f2990; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f0810; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 916, in test__fetch_summary_rows
ts_summary_data = request_handler._fetch_summary_rows(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x13a139790; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0c50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f0c10; location>, <sqlalchemy.sql.elements.Label at 0x13a2f2450; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f2990; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f0810; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x13a139790; network>, <sqlalchemy.sql.elements.Label at 0x13a2f0c50; station>, <sqlalchemy.sql.elements.Label at 0x13a2f0c10; location>, <sqlalchemy.sql.elements.Label at 0x13a2f2450; channel>, <sqlalchemy.sql.elements.Label at 0x13a2f2990; starttime>, <sqlalchemy.sql.elements.Label at 0x13a2f0810; endtime>)?
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_event.py", line 120, in test_plot_farfield_without_quiver_with_maps
ev.plot(kind=[['global'], ['ortho', 'beachball'],
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/event/event.py", line 257, in plot
fig, axes, kind_ = _setup_figure_and_axes(kind,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/source.py", line 72, in _setup_figure_and_axes
import cartopy.crs as ccrs
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_inventory.py", line 699, in test_location_plot_global
inv.plot(method='cartopy', outfile=image_path)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/inventory/inventory.py", line 965, in plot
from obspy.imaging.maps import plot_map
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/maps.py", line 28, in <module>
import cartopy
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_inventory.py", line 707, in test_location_plot_ortho
inv.plot(method='cartopy', projection='ortho', resolution='c',
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/inventory/inventory.py", line 965, in plot
from obspy.imaging.maps import plot_map
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/maps.py", line 28, in <module>
import cartopy
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_inventory.py", line 717, in test_location_plot_local
inv.plot(method='cartopy', projection='local', resolution='50m',
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/inventory/inventory.py", line 965, in plot
from obspy.imaging.maps import plot_map
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/maps.py", line 28, in <module>
import cartopy
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_inventory.py", line 728, in test_combined_station_event_plot
fig = inv.plot(show=False)
^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/inventory/inventory.py", line 965, in plot
from obspy.imaging.maps import plot_map
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/maps.py", line 28, in <module>
import cartopy
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_network.py", line 324, in test_location_plot_global
net.plot(method='cartopy', outfile=image_path)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/inventory/network.py", line 605, in plot
from obspy.imaging.maps import plot_map
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/maps.py", line 28, in <module>
import cartopy
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_network.py", line 332, in test_location_plot_ortho
net.plot(method='cartopy', projection='ortho', resolution='c',
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/inventory/network.py", line 605, in plot
from obspy.imaging.maps import plot_map
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/maps.py", line 28, in <module>
import cartopy
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/tests/test_network.py", line 342, in test_location_plot_local
net.plot(method='cartopy', projection='local', resolution='50m',
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/core/inventory/network.py", line 605, in plot
from obspy.imaging.maps import plot_map
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/imaging/maps.py", line 28, in <module>
import cartopy
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/__init__.py", line 107, in <module>
import cartopy.crs # noqa: E402 module-level imports
^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/cartopy/crs.py", line 27, in <module>
import cartopy.trace
File "lib/cartopy/trace.pyx", line 56, in init cartopy.trace
ImportError: cannot import name lgeos

Skipped tests (18)

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.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

Slowest tests (20)

Runtime Test
5.670s core/tests/test_waveform_plugins.py::TestWaveformPlugins::test_is_format
5.289s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
2.867s io/mseed/tests/test_mseed_reading_and_writing.py::MSEEDReadingAndWritingTestCase::test_read_and_write_traces
2.513s core/tests/test_waveform_plugins.py::TestWaveformPlugins::test_read_and_write
2.506s clients/filesystem/tests/test_sds.py::SDSTestCase::test_read_from_sds_with_wildcarded_seed_ids
2.118s io/mseed/tests/test_mseed_reading_and_writing.py::MSEEDReadingAndWritingTestCase::test_reading_and_writing_via_the_stats_attribute
1.737s taup/__init__.py::obspy.taup
1.602s io/mseed/tests/test_mseed_special_issues.py::MSEEDSpecialIssueTestCase::test_long_year_range
1.595s io/mseed/tests/test_mseed_special_issues.py::MSEEDSpecialIssueTestCase::test_infinite_loop
1.541s imaging/tests/test_beachball.py::TestBeachballPlot::test_beachball_output_format
1.482s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
1.353s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_w_iris_against_obspy_results
1.284s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
1.120s core/stream.py::obspy.core.stream.read
0.943s io/mseed/tests/test_mseed_reading_and_writing.py::MSEEDReadingAndWritingTestCase::test_writing_microseconds
0.918s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
0.895s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
0.869s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
0.799s clients/filesystem/tests/test_sds.py::SDSTestCase::test_get_all_stations_and_nslc
0.791s taup/tau.py::obspy.taup.tau.plot_travel_times

Warnings (8)

Stage Filename Category Message
runtest /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/io/mseed/tests/test_mseed_util.py:75 DeprecationWarning NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 128 to int8 will fail in the future. For the old behavior, usually: np.array(value).astype(dtype)` will give the desired result (the cast overflows).
runtest /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/resource_tracker.py:104 UserWarning resource_tracker: process died unexpectedly, relaunching. Some resources might leak.
config /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_pytest/cacheprovider.py:433 PytestCacheWarning could not create cache path /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/.pytest_cache/v/cache/nodeids
config /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_pytest/cacheprovider.py:387 PytestCacheWarning could not create cache path /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/.pytest_cache/v/cache/lastfailed
collect /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/io/ah/core.py:18 DeprecationWarning 'xdrlib' is deprecated and slated for removal in Python 3.13
config /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_pytest/stepwise.py:56 PytestCacheWarning could not create cache path /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/.pytest_cache/v/cache/stepwise
collect /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/db.py:18 MovedIn20Warning The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
collect /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/obspy/clients/filesystem/tests/test_sds.py:2 DeprecationWarning 'imghdr' is deprecated and slated for removal in Python 3.13