#136866 Report by node LAPTOP-9H1VQ1F8 covering 2022 tests from 61 modules resulted into 9 errors

Report

ObsPy version
1.3.1
GitHub Pull Request
-
Report file
JSON document
Total runtime
182.9 sec
Report date/time
Dec. 26, 2023, 1:32 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
LAPTOP-9H1VQ1F8
Processor
x86_64
Python Compiler
GCC 9.4.0
Python Implementation
CPython
Python Version
3.7.12
Release
5.10.16.3-microsoft-standard-WSL2
System
Linux
Version
#1 SMP Fri Apr 2 22:23:49 UTC 2021

Dependencies

cartopy
---
decorator
5.1.1
flake8
---
geographiclib
---
lxml
4.9.4
matplotlib
3.5.3
numpy
1.21.6
obspy
1.3.1
pyproj
---
pytest
7.4.3
pytest-json-report
1.5.0
requests
2.31.0
scipy
1.7.3
setuptools
68.2.2
shapefile
---
sqlalchemy
2.0.23

Modules (61)

Module Errors / Failures Tracebacks
obspy.clients Not tested -
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 0x7efee74b4b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8450; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8550; location>, <sqlalchemy.sql.elements.Label at 0x7efee72e85d0; channel>, <sqlalchemy.sql.elements.Label at 0x7efee72e8650; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee72e86d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee74b4b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8450; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8550; location>, <sqlalchemy.sql.elements.Label at 0x7efee72e85d0; channel>, <sqlalchemy.sql.elements.Label at 0x7efee72e8650; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee72e86d0; endtime>)?')
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee74b4b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8450; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8550; location>, <sqlalchemy.sql.elements.Label at 0x7efee72e85d0; channel>, <sqlalchemy.sql.elements.Label at 0x7efee72e8650; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee72e86d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee74b4b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8450; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8550; location>, <sqlalchemy.sql.elements.Label at 0x7efee72e85d0; channel>, <sqlalchemy.sql.elements.Label at 0x7efee72e8650; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee72e86d0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 360, in get_availability_extent
starttime, endtime)
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee74b4b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8450; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8550; location>, <sqlalchemy.sql.elements.Label at 0x7efee72e85d0; channel>, <sqlalchemy.sql.elements.Label at 0x7efee72e8650; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee72e86d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee74b4b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8450; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8550; location>, <sqlalchemy.sql.elements.Label at 0x7efee72e85d0; channel>, <sqlalchemy.sql.elements.Label at 0x7efee72e8650; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee72e86d0; endtime>)?
/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py:64: UnexpectedException
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee7164410; network>, <sqlalchemy.sql.elements.Label at 0x7efee7164c90; station>, <sqlalchemy.sql.elements.Label at 0x7efee7164b10; location>, <sqlalchemy.sql.elements.Label at 0x7efee7164f50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee7164490; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7164c10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee7164410; network>, <sqlalchemy.sql.elements.Label at 0x7efee7164c90; station>, <sqlalchemy.sql.elements.Label at 0x7efee7164b10; location>, <sqlalchemy.sql.elements.Label at 0x7efee7164f50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee7164490; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7164c10; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 387, in test_get_availability
"2018-12-31")
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 417, in get_availability
starttime, endtime)
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee7164410; network>, <sqlalchemy.sql.elements.Label at 0x7efee7164c90; station>, <sqlalchemy.sql.elements.Label at 0x7efee7164b10; location>, <sqlalchemy.sql.elements.Label at 0x7efee7164f50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee7164490; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7164c10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee7164410; network>, <sqlalchemy.sql.elements.Label at 0x7efee7164c90; station>, <sqlalchemy.sql.elements.Label at 0x7efee7164b10; location>, <sqlalchemy.sql.elements.Label at 0x7efee7164f50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee7164490; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7164c10; endtime>)?
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee70ea1d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8590; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8710; location>, <sqlalchemy.sql.elements.Label at 0x7efee70ef190; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70ef690; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70efa50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee70ea1d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8590; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8710; location>, <sqlalchemy.sql.elements.Label at 0x7efee70ef190; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70ef690; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70efa50; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 360, in get_availability_extent
starttime, endtime)
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee70ea1d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8590; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8710; location>, <sqlalchemy.sql.elements.Label at 0x7efee70ef190; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70ef690; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70efa50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee70ea1d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee72e8590; station>, <sqlalchemy.sql.elements.Label at 0x7efee72e8710; location>, <sqlalchemy.sql.elements.Label at 0x7efee70ef190; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70ef690; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70efa50; endtime>)?
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee357b8d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee357b250; station>, <sqlalchemy.sql.elements.Label at 0x7efee357bc10; location>, <sqlalchemy.sql.elements.Label at 0x7efee3525850; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35258d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3525c10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee357b8d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee357b250; station>, <sqlalchemy.sql.elements.Label at 0x7efee357bc10; location>, <sqlalchemy.sql.elements.Label at 0x7efee3525850; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35258d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3525c10; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 318, in get_nslc
channel, starttime, endtime)
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee357b8d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee357b250; station>, <sqlalchemy.sql.elements.Label at 0x7efee357bc10; location>, <sqlalchemy.sql.elements.Label at 0x7efee3525850; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35258d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3525c10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee357b8d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee357b250; station>, <sqlalchemy.sql.elements.Label at 0x7efee357bc10; location>, <sqlalchemy.sql.elements.Label at 0x7efee3525850; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35258d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3525c10; endtime>)?
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee34e2150; network>, <sqlalchemy.sql.elements.Label at 0x7efee34e2090; station>, <sqlalchemy.sql.elements.Label at 0x7efee34e2310; location>, <sqlalchemy.sql.elements.Label at 0x7efee34e2210; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34e2250; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34e22d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee34e2150; network>, <sqlalchemy.sql.elements.Label at 0x7efee34e2090; station>, <sqlalchemy.sql.elements.Label at 0x7efee34e2310; location>, <sqlalchemy.sql.elements.Label at 0x7efee34e2210; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34e2250; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34e22d0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 262, in get_waveforms
return self._get_waveforms(query_rows, merge)
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee34e2150; network>, <sqlalchemy.sql.elements.Label at 0x7efee34e2090; station>, <sqlalchemy.sql.elements.Label at 0x7efee34e2310; location>, <sqlalchemy.sql.elements.Label at 0x7efee34e2210; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34e2250; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34e22d0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee34e2150; network>, <sqlalchemy.sql.elements.Label at 0x7efee34e2090; station>, <sqlalchemy.sql.elements.Label at 0x7efee34e2310; location>, <sqlalchemy.sql.elements.Label at 0x7efee34e2210; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34e2250; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34e22d0; endtime>)?
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee7122790; network>, <sqlalchemy.sql.elements.Label at 0x7efee3557dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee70e7990; location>, <sqlalchemy.sql.elements.Label at 0x7efee70e7810; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70e7c10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70e7ad0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee7122790; network>, <sqlalchemy.sql.elements.Label at 0x7efee3557dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee70e7990; location>, <sqlalchemy.sql.elements.Label at 0x7efee70e7810; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70e7c10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70e7ad0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee7122790; network>, <sqlalchemy.sql.elements.Label at 0x7efee3557dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee70e7990; location>, <sqlalchemy.sql.elements.Label at 0x7efee70e7810; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70e7c10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70e7ad0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee7122790; network>, <sqlalchemy.sql.elements.Label at 0x7efee3557dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee70e7990; location>, <sqlalchemy.sql.elements.Label at 0x7efee70e7810; channel>, <sqlalchemy.sql.elements.Label at 0x7efee70e7c10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee70e7ad0; endtime>)?
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee70ef7d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee7159ed0; station>, <sqlalchemy.sql.elements.Label at 0x7efee7196a50; location>, <sqlalchemy.sql.elements.Label at 0x7efee9d06d90; channel>, <sqlalchemy.sql.elements.Label at 0x7efee9d06950; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7266190; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee70ef7d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee7159ed0; station>, <sqlalchemy.sql.elements.Label at 0x7efee7196a50; location>, <sqlalchemy.sql.elements.Label at 0x7efee9d06d90; channel>, <sqlalchemy.sql.elements.Label at 0x7efee9d06950; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7266190; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 563, in has_data
endtime)[0]
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 497, in get_availability_percentage
merge_overlap=True)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tsindex.py", line 417, in get_availability
starttime, endtime)
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee70ef7d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee7159ed0; station>, <sqlalchemy.sql.elements.Label at 0x7efee7196a50; location>, <sqlalchemy.sql.elements.Label at 0x7efee9d06d90; channel>, <sqlalchemy.sql.elements.Label at 0x7efee9d06950; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7266190; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee70ef7d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee7159ed0; station>, <sqlalchemy.sql.elements.Label at 0x7efee7196a50; location>, <sqlalchemy.sql.elements.Label at 0x7efee9d06d90; channel>, <sqlalchemy.sql.elements.Label at 0x7efee9d06950; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee7266190; endtime>)?
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee70e7b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee34f6850; station>, <sqlalchemy.sql.elements.Label at 0x7efee34f69d0; location>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b10; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34f6d10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee70e7b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee34f6850; station>, <sqlalchemy.sql.elements.Label at 0x7efee34f69d0; location>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b10; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34f6d10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b50; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 774, in test_build_file_list
relative_paths=False)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 1298, in assertRaisesRegex
return context.handle('assertRaisesRegex', args, kwargs)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 178, in handle
callable_obj(*args, **kwargs)
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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 0x7efee70e7b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee34f6850; station>, <sqlalchemy.sql.elements.Label at 0x7efee34f69d0; location>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b10; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34f6d10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b50; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee70e7b10; network>, <sqlalchemy.sql.elements.Label at 0x7efee34f6850; station>, <sqlalchemy.sql.elements.Label at 0x7efee34f69d0; location>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b10; channel>, <sqlalchemy.sql.elements.Label at 0x7efee34f6d10; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee34f6b50; endtime>)?
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/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/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 489, in select
return Select(*entities)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in __init__
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/selectable.py", line 5140, in <listcomp>
for ent in entities
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 414, in expect
element, argname=argname, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 651, in _literal_coercion
self._raise_for_expected(element, argname)
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 1140, in _raise_for_expected
element, argname=argname, resolved=resolved, advice=advice, **kw
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 717, in _raise_for_expected
**kw,
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/sqlalchemy/sql/coercions.py", line 535, 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 0x7efee35072d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee3505dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee3505f90; location>, <sqlalchemy.sql.elements.Label at 0x7efee3505a50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35059d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3505950; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee35072d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee3505dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee3505f90; location>, <sqlalchemy.sql.elements.Label at 0x7efee3505a50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35059d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3505950; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
yield
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/unittest/case.py", line 628, in run
testMethod()
File "/home/cps/anaconda3/envs/obspy/lib/python3.7/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 917, in test__fetch_summary_rows
[("I*,CU",
File "/home/cps/anaconda3/envs/obspy/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 0x7efee35072d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee3505dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee3505f90; location>, <sqlalchemy.sql.elements.Label at 0x7efee3505a50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35059d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3505950; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7efee35072d0; network>, <sqlalchemy.sql.elements.Label at 0x7efee3505dd0; station>, <sqlalchemy.sql.elements.Label at 0x7efee3505f90; location>, <sqlalchemy.sql.elements.Label at 0x7efee3505a50; channel>, <sqlalchemy.sql.elements.Label at 0x7efee35059d0; starttime>, <sqlalchemy.sql.elements.Label at 0x7efee3505950; endtime>)?

Skipped tests (41)

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.nlloc io/nlloc/tests/test_util.py::NLLOCTestCase::test_read_nlloc_scatter_coordinate_conversion Skipped: pyproj not installed
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
signal signal/tests/test_quality_control.py::QualityControlTestCase::test_schema_validation Skipped: Test requires the jsonschema module
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
6.311s core/stream.py::obspy.core.stream.read
6.298s taup/__init__.py::obspy.taup
5.236s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
5.191s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
5.003s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
2.907s taup/tau.py::obspy.taup.tau.plot_travel_times
2.545s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
2.441s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
2.345s signal/tests/test_rotate.py::RotateTestCase::test_rotate2zne_against_lqt_different_combinations
2.257s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
2.249s core/tests/test_stream.py::TestStream::test_read_url_via_network
2.133s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
2.132s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
2.117s signal/tests/test_invsim.py::InvSimTestCase::test_evalresp_file_like_object
1.747s signal/tests/test_polarization.py::PolarizationTestCase::test_polarization_vidale
1.663s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_using_traces
1.564s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_using_dict
1.543s core/tests/test_trace.py::TestTrace::test_remove_response_plot
1.402s signal/tests/test_tf_misfit.py::TestTfPlot::test_plot_tf_gofs
1.393s signal/tests/test_tf_misfit.py::TestTfPlot::test_plot_tf_misfits

Warnings (1)

Stage Filename Category Message
collect /home/cps/anaconda3/envs/obspy/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)