#154287 Report by node edge4 covering 2022 tests from 60 modules resulted into 9 errors

Report

ObsPy version
1.3.1
GitHub Pull Request
-
Report file
JSON document
Total runtime
226.7 sec
Report date/time
March 6, 2026, 8:44 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
edge4
Processor
x86_64
Python Compiler
GCC 11.2.0
Python Implementation
CPython
Python Version
3.7.16
Release
6.8.0-101-generic
System
Linux
Version
#101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026

Dependencies

cartopy
---
decorator
5.1.1
flake8
---
geographiclib
---
lxml
5.4.0
matplotlib
3.5.3
numpy
1.21.6
obspy
1.3.1
pyproj
3.2.1
pytest
7.4.4
pytest-json-report
1.5.0
requests
2.31.0
scipy
1.4.1
setuptools
65.6.3
shapefile
---
sqlalchemy
2.0.48

Modules (60)

Module Errors / Failures Tracebacks
obspy.clients.earthworm Not tested -
obspy.clients.fdsn - -
obspy.clients.filesystem 9 1 2 3 4 5 6 7 8 9
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 - -
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 9 9

Tracebacks (9)

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 0x71b5412b2bd0; network>, <sqlalchemy.sql.elements.Label at 0x71b5412c8450; station>, <sqlalchemy.sql.elements.Label at 0x71b5412c8550; location>, <sqlalchemy.sql.elements.Label at 0x71b5412c85d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b5412c8650; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5412c86d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b5412b2bd0; network>, <sqlalchemy.sql.elements.Label at 0x71b5412c8450; station>, <sqlalchemy.sql.elements.Label at 0x71b5412c8550; location>, <sqlalchemy.sql.elements.Label at 0x71b5412c85d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b5412c8650; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5412c86d0; endtime>)?')
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in _fetch_summary_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b5412b2bd0; network>, <sqlalchemy.sql.elements.Label at 0x71b5412c8450; station>, <sqlalchemy.sql.elements.Label at 0x71b5412c8550; location>, <sqlalchemy.sql.elements.Label at 0x71b5412c85d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b5412c8650; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5412c86d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b5412b2bd0; network>, <sqlalchemy.sql.elements.Label at 0x71b5412c8450; station>, <sqlalchemy.sql.elements.Label at 0x71b5412c8550; location>, <sqlalchemy.sql.elements.Label at 0x71b5412c85d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b5412c8650; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5412c86d0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/doctest.py", line 1337, in __run
compileflags, 1), test.globs)
File "<doctest obspy.clients.filesystem.tsindex[6]>", line 1, in <module>
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 360, in get_availability_extent
starttime, endtime)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b5412b2bd0; network>, <sqlalchemy.sql.elements.Label at 0x71b5412c8450; station>, <sqlalchemy.sql.elements.Label at 0x71b5412c8550; location>, <sqlalchemy.sql.elements.Label at 0x71b5412c85d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b5412c8650; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5412c86d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b5412b2bd0; network>, <sqlalchemy.sql.elements.Label at 0x71b5412c8450; station>, <sqlalchemy.sql.elements.Label at 0x71b5412c8550; location>, <sqlalchemy.sql.elements.Label at 0x71b5412c85d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b5412c8650; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5412c86d0; endtime>)?
/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py:64: UnexpectedException
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in _fetch_index_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b53bea0c90; network>, <sqlalchemy.sql.elements.Label at 0x71b53bea0f50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea0a50; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea0250; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea0410; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea0dd0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53bea0c90; network>, <sqlalchemy.sql.elements.Label at 0x71b53bea0f50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea0a50; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea0250; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea0410; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea0dd0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 387, in test_get_availability
"2018-12-31")
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 417, in get_availability
starttime, endtime)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b53bea0c90; network>, <sqlalchemy.sql.elements.Label at 0x71b53bea0f50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea0a50; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea0250; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea0410; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea0dd0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53bea0c90; network>, <sqlalchemy.sql.elements.Label at 0x71b53bea0f50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea0a50; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea0250; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea0410; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea0dd0; endtime>)?
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in _fetch_summary_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b53beaba50; network>, <sqlalchemy.sql.elements.Label at 0x71b53beabe90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beab290; location>, <sqlalchemy.sql.elements.Label at 0x71b53beab690; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beab5d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53beabb50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53beaba50; network>, <sqlalchemy.sql.elements.Label at 0x71b53beabe90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beab290; location>, <sqlalchemy.sql.elements.Label at 0x71b53beab690; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beab5d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53beabb50; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 242, in test_get_availability_extent
"2018-12-31T00:00:00.000000")
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 360, in get_availability_extent
starttime, endtime)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b53beaba50; network>, <sqlalchemy.sql.elements.Label at 0x71b53beabe90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beab290; location>, <sqlalchemy.sql.elements.Label at 0x71b53beab690; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beab5d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53beabb50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53beaba50; network>, <sqlalchemy.sql.elements.Label at 0x71b53beabe90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beab290; location>, <sqlalchemy.sql.elements.Label at 0x71b53beab690; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beab5d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53beabb50; endtime>)?
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in _fetch_summary_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b5394c18d0; network>, <sqlalchemy.sql.elements.Label at 0x71b5394cfe50; station>, <sqlalchemy.sql.elements.Label at 0x71b5394cf490; location>, <sqlalchemy.sql.elements.Label at 0x71b5394cf250; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394f11d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394f1250; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b5394c18d0; network>, <sqlalchemy.sql.elements.Label at 0x71b5394cfe50; station>, <sqlalchemy.sql.elements.Label at 0x71b5394cf490; location>, <sqlalchemy.sql.elements.Label at 0x71b5394cf250; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394f11d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394f1250; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 180, in test_get_nslc
"2018-01-01T00:00:00.019499")
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 318, in get_nslc
channel, starttime, endtime)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b5394c18d0; network>, <sqlalchemy.sql.elements.Label at 0x71b5394cfe50; station>, <sqlalchemy.sql.elements.Label at 0x71b5394cf490; location>, <sqlalchemy.sql.elements.Label at 0x71b5394cf250; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394f11d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394f1250; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b5394c18d0; network>, <sqlalchemy.sql.elements.Label at 0x71b5394cfe50; station>, <sqlalchemy.sql.elements.Label at 0x71b5394cf490; location>, <sqlalchemy.sql.elements.Label at 0x71b5394cf250; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394f11d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394f1250; endtime>)?
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in _fetch_index_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b5394aaa10; network>, <sqlalchemy.sql.elements.Label at 0x71b5394aa7d0; station>, <sqlalchemy.sql.elements.Label at 0x71b5394aac90; location>, <sqlalchemy.sql.elements.Label at 0x71b5394aab90; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394aabd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aac50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b5394aaa10; network>, <sqlalchemy.sql.elements.Label at 0x71b5394aa7d0; station>, <sqlalchemy.sql.elements.Label at 0x71b5394aac90; location>, <sqlalchemy.sql.elements.Label at 0x71b5394aab90; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394aabd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aac50; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 65, in test_get_waveforms
endtime=UTCDateTime(2018, 1, 1, 0, 0, 5))
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 262, in get_waveforms
return self._get_waveforms(query_rows, merge)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b5394aaa10; network>, <sqlalchemy.sql.elements.Label at 0x71b5394aa7d0; station>, <sqlalchemy.sql.elements.Label at 0x71b5394aac90; location>, <sqlalchemy.sql.elements.Label at 0x71b5394aab90; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394aabd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aac50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b5394aaa10; network>, <sqlalchemy.sql.elements.Label at 0x71b5394aa7d0; station>, <sqlalchemy.sql.elements.Label at 0x71b5394aac90; location>, <sqlalchemy.sql.elements.Label at 0x71b5394aab90; channel>, <sqlalchemy.sql.elements.Label at 0x71b5394aabd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aac50; endtime>)?
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in _fetch_index_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b53952cb10; network>, <sqlalchemy.sql.elements.Label at 0x71b539542b50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea3810; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea3510; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea3490; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea34d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53952cb10; network>, <sqlalchemy.sql.elements.Label at 0x71b539542b50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea3810; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea3510; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea3490; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea34d0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 288, in get_waveforms_bulk
return self._get_waveforms(query_rows, merge)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b53952cb10; network>, <sqlalchemy.sql.elements.Label at 0x71b539542b50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea3810; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea3510; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea3490; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea34d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53952cb10; network>, <sqlalchemy.sql.elements.Label at 0x71b539542b50; station>, <sqlalchemy.sql.elements.Label at 0x71b53bea3810; location>, <sqlalchemy.sql.elements.Label at 0x71b53bea3510; channel>, <sqlalchemy.sql.elements.Label at 0x71b53bea3490; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53bea34d0; endtime>)?
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in _fetch_index_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b53beafbd0; network>, <sqlalchemy.sql.elements.Label at 0x71b53beaff90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beaf110; location>, <sqlalchemy.sql.elements.Label at 0x71b53beaf210; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beaffd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aab10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53beafbd0; network>, <sqlalchemy.sql.elements.Label at 0x71b53beaff90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beaf110; location>, <sqlalchemy.sql.elements.Label at 0x71b53beaf210; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beaffd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aab10; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 581, in test_has_data
self.assertTrue(client.has_data())
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 563, in has_data
endtime)[0]
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 497, in get_availability_percentage
merge_overlap=True)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 417, in get_availability
starttime, endtime)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b53beafbd0; network>, <sqlalchemy.sql.elements.Label at 0x71b53beaff90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beaf110; location>, <sqlalchemy.sql.elements.Label at 0x71b53beaf210; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beaffd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aab10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53beafbd0; network>, <sqlalchemy.sql.elements.Label at 0x71b53beaff90; station>, <sqlalchemy.sql.elements.Label at 0x71b53beaf110; location>, <sqlalchemy.sql.elements.Label at 0x71b53beaf210; channel>, <sqlalchemy.sql.elements.Label at 0x71b53beaffd0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b5394aab10; endtime>)?
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in _fetch_index_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1559, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b53bea3690; network>, <sqlalchemy.sql.elements.Label at 0x71b53944b250; station>, <sqlalchemy.sql.elements.Label at 0x71b53944b390; location>, <sqlalchemy.sql.elements.Label at 0x71b53944b4d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944b6d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944b510; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53bea3690; network>, <sqlalchemy.sql.elements.Label at 0x71b53944b250; station>, <sqlalchemy.sql.elements.Label at 0x71b53944b390; location>, <sqlalchemy.sql.elements.Label at 0x71b53944b4d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944b6d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944b510; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 774, in test_build_file_list
relative_paths=False)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 1298, in assertRaisesRegex
return context.handle('assertRaisesRegex', args, kwargs)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 178, in handle
callable_obj(*args, **kwargs)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1064, in build_file_list
tsindex = self.request_handler._fetch_index_rows()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b53bea3690; network>, <sqlalchemy.sql.elements.Label at 0x71b53944b250; station>, <sqlalchemy.sql.elements.Label at 0x71b53944b390; location>, <sqlalchemy.sql.elements.Label at 0x71b53944b4d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944b6d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944b510; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53bea3690; network>, <sqlalchemy.sql.elements.Label at 0x71b53944b250; station>, <sqlalchemy.sql.elements.Label at 0x71b53944b390; location>, <sqlalchemy.sql.elements.Label at 0x71b53944b4d0; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944b6d0; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944b510; endtime>)?
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in _fetch_summary_rows
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 1739, in <listcomp>
for idx, (a, b, c, d, e, f) in enumerate(query_rows)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 538, in select
return Select(*entities)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in __init__
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5407, in <listcomp>
for ent in entities
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 397, in expect
element, argname=argname, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 703, in _raise_for_expected
**kw,
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 519, 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 0x71b53944fd10; network>, <sqlalchemy.sql.elements.Label at 0x71b53944fc50; station>, <sqlalchemy.sql.elements.Label at 0x71b53944fd50; location>, <sqlalchemy.sql.elements.Label at 0x71b53944fb10; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944fa90; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944fa10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53944fd10; network>, <sqlalchemy.sql.elements.Label at 0x71b53944fc50; station>, <sqlalchemy.sql.elements.Label at 0x71b53944fd50; location>, <sqlalchemy.sql.elements.Label at 0x71b53944fb10; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944fa90; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944fa10; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 917, in test__fetch_summary_rows
[("I*,CU",
File "/home/mario/anaconda3/envs/eqt/lib/python3.7/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 0x71b53944fd10; network>, <sqlalchemy.sql.elements.Label at 0x71b53944fc50; station>, <sqlalchemy.sql.elements.Label at 0x71b53944fd50; location>, <sqlalchemy.sql.elements.Label at 0x71b53944fb10; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944fa90; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944fa10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x71b53944fd10; network>, <sqlalchemy.sql.elements.Label at 0x71b53944fc50; station>, <sqlalchemy.sql.elements.Label at 0x71b53944fd50; location>, <sqlalchemy.sql.elements.Label at 0x71b53944fb10; channel>, <sqlalchemy.sql.elements.Label at 0x71b53944fa90; starttime>, <sqlalchemy.sql.elements.Label at 0x71b53944fa10; endtime>)?

Skipped tests (39)

Submodule Test Skip message
core core/stream.py::obspy.core.stream._is_pickle Skipped: all tests skipped by +SKIP option
core core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_global Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_ortho Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_local Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_combined_station_event_plot Skipped: cartopy not installed
core core/tests/test_network.py::TestNetworkCartopy::test_location_plot_global Skipped: cartopy not installed
core core/tests/test_network.py::TestNetworkCartopy::test_location_plot_ortho Skipped: cartopy not installed
core core/tests/test_network.py::TestNetworkCartopy::test_location_plot_local Skipped: cartopy not installed
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_with_geographiclib Skipped: Module geographiclib is not installed
geodetics geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_issue_375 Skipped: Module geographiclib is not installed
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.shapefile io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_catalog_shapefile Skipped: pyshp not installed
io.shapefile io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_catalog_shapefile_via_plugin Skipped: pyshp not installed
io.shapefile io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_catalog_shapefile_with_extra_field Skipped: pyshp not installed
io.shapefile io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_inventory_shapefile Skipped: pyshp not installed
io.shapefile io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_inventory_shapefile_via_plugin Skipped: pyshp not installed
io.shapefile io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_inventory_shapefile_with_extra_field Skipped: pyshp not installed
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
taup taup/tests/test_ray_paths.py::TestRayPathCalculations::test_compute_ray_paths Skipped: test needs geographiclib >= 1.34
taup taup/tests/test_tau.py::TestTauPyModel::test_p_iasp91_geo_manual Skipped: Module geographiclib is not installed
taup taup/tests/test_tau.py::TestTauPyModel::test_pierce_p_iasp91_geo Skipped: test needs geographiclib >= 1.34
taup taup/tests/test_tau.py::TestTauPyModel::test_single_path_geo_iasp91 Skipped: test needs geographiclib >= 1.34
taup taup/tests/test_taup_geo.py::TestTaupGeo::test_path_geo Skipped: Module geographiclib is not installed or too old.
taup taup/tests/test_taup_geo.py::TestTaupGeo::test_path_resampling Skipped: Module geographiclib is not installed or too old.

Slowest tests (20)

Runtime Test
9.467s taup/__init__.py::obspy.taup
7.910s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
7.632s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
5.709s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
4.440s taup/tau.py::obspy.taup.tau.plot_travel_times
4.151s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
3.762s signal/tests/test_polarization.py::PolarizationTestCase::test_polarization_vidale
3.743s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
3.098s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
2.731s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
2.478s signal/tests/test_rotate.py::RotateTestCase::test_rotate2zne_against_lqt_different_combinations
2.440s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
2.076s core/tests/test_trace.py::TestTrace::test_remove_response_plot
1.959s io/arclink/tests/test_inventory_xml.py::ArclinkInventoryTestCase::test_auto_read_arclink_xml
1.851s signal/tests/test_tf_misfit.py::TestTfPlot::test_plot_tf_misfits
1.835s signal/tests/test_tf_misfit.py::TestTfPlot::test_plot_tf_gofs
1.732s taup/tests/test_taup_plotting.py::TestTauPyPlotting::test_spherical_many_phases
1.638s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_w_iris_against_obspy_results
1.590s taup/tau.py::obspy.taup.tau.TauPyModel.__init__
1.543s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_using_traces

Warnings (5)

Stage Filename Category Message
collect /home/mario/anaconda3/envs/eqt/lib/python3.7/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 /home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/scipy/special/orthogonal.py:81 DeprecationWarning `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
collect /home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/scipy/sparse/sputils.py:17 DeprecationWarning `np.typeDict` is a deprecated alias for `np.sctypeDict`.
runtest /home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/scipy/signal/_peak_finding.py:974 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
collect /home/mario/anaconda3/envs/eqt/lib/python3.7/site-packages/scipy/fft/__init__.py:97 DeprecationWarning The module numpy.dual is deprecated. Instead of using dual, use the functions directly from numpy or scipy.