<?xml version="1.0" encoding="UTF-8"?><report><timestamp>1762436402</timestamp><slowest_tests>[('4.296s', '__init__ (obspy.taup)'), ('4.292s', 'test_trim_floating_point_with_padding_2 (obspy.core.tests.test_trace.TraceTestCase)'), ('4.002s', 'read (obspy.core.stream)'), ('3.833s', 'test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)'), ('3.161s', 'test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)'), ('2.672s', 'test_read_url_via_network (obspy.core.tests.test_stream.StreamTestCase)'), ('1.939s', 'plot_travel_times (obspy.taup.tau)'), ('1.929s', 'test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('1.604s', 'test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('1.560s', 'test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)'), ('1.163s', 'test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)'), ('0.708s', '__init__ (obspy.taup.tau.TauPyModel)'), ('0.636s', 'test_surface_wave_ttimes (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('0.599s', 'test_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('0.589s', 'test_kennet_ak135_ttime_tables_p_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('0.561s', 'test_ak135 (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('0.546s', 'test_kennet_ak135_ttime_tables_p_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('0.524s', 'test_read_from_sds_with_wildcarded_seed_ids (obspy.clients.filesystem.tests.test_sds.SDSTestCase)'), ('0.511s', 'test_kennet_ak135_ttime_tables_s_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)'), ('0.480s', 'test_kennet_ak135_ttime_tables_s_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)')]</slowest_tests><timetaken>60.04305624961853</timetaken><obspy><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><clients.arclink><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.arclink><clients.earthworm><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.earthworm><clients.fdsn><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.fdsn><clients.filesystem><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>1.3114686012268066</timetaken><tested>True</tested><tests>28</tests><skipped>0</skipped><errors><f0>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8550; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8850; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e84c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e83a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8cd0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e89a0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8550; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8850; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e84c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e83a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8cd0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e89a0; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 385, in test_get_availability
    actual_avail = client.get_availability(
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 424, in get_availability
    tsindex_rows = self._get_tsindex_rows(network, station,
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 688, in _get_tsindex_rows
    return self.request_handler._fetch_index_rows(query_rows)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, in _fetch_index_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8550; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8850; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e84c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e83a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8cd0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e89a0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8550; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8850; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e84c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e83a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8cd0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e89a0; endtime&gt;)?
</f0><f1>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff85142c400; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e20; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8c40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8d90; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8100; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e50; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85142c400; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e20; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8c40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8d90; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8100; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e50; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 240, in test_get_availability_extent
    actual_avail_extents = client.get_availability_extent(
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 367, in get_availability_extent
    summary_rows = self._get_summary_rows(network, station,
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 606, in _get_summary_rows
    return self.request_handler._fetch_summary_rows(query_rows)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, in _fetch_summary_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff85142c400; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e20; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8c40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8d90; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8100; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e50; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85142c400; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e20; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8c40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8d90; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8100; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e8e50; endtime&gt;)?
</f1><f2>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e31c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e34f0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3910; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3610; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3670; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e30d0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e31c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e34f0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3910; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3610; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3670; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e30d0; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 179, in test_get_nslc
    actual_nslc = client.get_nslc("I*,CU",
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 326, in get_nslc
    summary_rows = self._get_summary_rows(network, station, location,
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 606, in _get_summary_rows
    return self.request_handler._fetch_summary_rows(query_rows)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, in _fetch_summary_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e31c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e34f0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3910; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3610; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3670; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e30d0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8513e31c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e34f0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3910; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3610; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3670; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e30d0; endtime&gt;)?
</f2><f3>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff85145e490; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3fa0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3bb0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c37c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3400; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85145e490; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3fa0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3bb0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c37c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3400; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 66, in test_get_waveforms
    returned_stream = client.get_waveforms(
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 271, in get_waveforms
    return self._get_waveforms(query_rows, merge)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 632, in _get_waveforms
    index_rows = self.request_handler._fetch_index_rows(query_rows)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, in _fetch_index_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff85145e490; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3fa0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3bb0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c37c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3400; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85145e490; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513e3fa0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3bb0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c37c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3400; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; endtime&gt;)?
</f3><f4>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff8514001c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514003d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851400d90; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8430; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8790; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385c40; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8514001c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514003d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851400d90; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8430; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8790; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385c40; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 146, in test_get_waveforms_bulk
    returned_stream = client.get_waveforms_bulk(bulk_request)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 297, in get_waveforms_bulk
    return self._get_waveforms(query_rows, merge)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 632, in _get_waveforms
    index_rows = self.request_handler._fetch_index_rows(query_rows)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, in _fetch_index_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff8514001c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514003d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851400d90; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8430; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8790; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385c40; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8514001c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514003d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851400d90; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8430; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e8790; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385c40; endtime&gt;)?
</f4><f5>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff851385220; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f70; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385eb0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385880; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385970; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff851385220; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f70; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385eb0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385880; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385970; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 585, in test_has_data
    self.assertTrue(client.has_data())
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 567, in has_data
    avail_percentage = self.get_availability_percentage(network,
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 503, in get_availability_percentage
    avail = self.get_availability(network, station,
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 424, in get_availability
    tsindex_rows = self._get_tsindex_rows(network, station,
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 688, in _get_tsindex_rows
    return self.request_handler._fetch_index_rows(query_rows)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, in _fetch_index_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff851385220; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f70; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385eb0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385880; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385970; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff851385220; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f70; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385f40; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385eb0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385880; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff851385970; endtime&gt;)?
</f5><f6>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff85142ae20; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a6d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a700; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a7c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514954c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e5bb0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85142ae20; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a6d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a700; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a7c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514954c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e5bb0; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 784, in test_build_file_list
    self.assertRaisesRegex(OSError,
  File "/usr/local/lib/python3.8/unittest/case.py", line 1357, in assertRaisesRegex
    return context.handle('assertRaisesRegex', args, kwargs)
  File "/usr/local/lib/python3.8/unittest/case.py", line 202, in handle
    callable_obj(*args, **kwargs)
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1072, in build_file_list
    tsindex = self.request_handler._fetch_index_rows()
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, in _fetch_index_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff85142ae20; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a6d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a700; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a7c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514954c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e5bb0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85142ae20; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a6d0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a700; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85142a7c0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514954c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8514e5bb0; endtime&gt;)?
</f6><f7>Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
    stmts = [
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in &lt;listcomp&gt;
    sa.select([
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
    return Select(*entities)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
    self._raw_columns = [
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
    coercions.expect(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
    resolved = impl._literal_coercion(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
    self._raise_for_expected(element, argname)
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
    return super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
    super()._raise_for_expected(
  File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c35b0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3fa0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3340; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3e50; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3df0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c35b0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3fa0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3340; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3e50; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3df0; endtime&gt;)?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 936, in test__fetch_summary_rows
    ts_summary_data = request_handler._fetch_summary_rows(
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, in _fetch_summary_rows
    raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c35b0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3fa0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3340; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3e50; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3df0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3520; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c35b0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3fa0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3340; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3e50; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff8513c3df0; endtime&gt;)?
</f7><f8>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.filesystem.tsindex
  File "/testbed/obspy/clients/filesystem/tsindex.py", line 1, in tsindex

----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 64, in obspy.clients.filesystem.tsindex
Failed example:
    extents = client.get_availability_extent(network="IU", channel="BHZ")
Exception raised:
    Traceback (most recent call last):
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
        stmts = [
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in &lt;listcomp&gt;
        sa.select([
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
        return Select(*entities)
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
        self._raw_columns = [
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
        coercions.expect(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
        resolved = impl._literal_coercion(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
        self._raise_for_expected(element, argname)
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
        return super()._raise_for_expected(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
        super()._raise_for_expected(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c340; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c430; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cb20; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cdc0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ceb0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c340; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c430; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cb20; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cdc0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ceb0; endtime&gt;)?

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.filesystem.tsindex[6]&gt;", line 1, in &lt;module&gt;
        extents = client.get_availability_extent(network="IU", channel="BHZ")
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 367, in get_availability_extent
        summary_rows = self._get_summary_rows(network, station,
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 606, in _get_summary_rows
        return self.request_handler._fetch_summary_rows(query_rows)
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, in _fetch_summary_rows
        raise ValueError(str(err))
    ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c340; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c430; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cb20; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cdc0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ceb0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c340; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c430; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cb20; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179cdc0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ceb0; endtime&gt;)?
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 65, in obspy.clients.filesystem.tsindex
Failed example:
    for extent in extents:
        print("{0:&lt;3} {1:&lt;6} {2:&lt;3} {3:&lt;4} {4} {5}".format(*extent))
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.filesystem.tsindex[7]&gt;", line 1, in &lt;module&gt;
        for extent in extents:
    NameError: name 'extents' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 81, in obspy.clients.filesystem.tsindex
Failed example:
    avail_percentage = client.get_availability_percentage(
        "IU", "ANMO", "10", "BHZ",
        UTCDateTime(2018, 1, 1, 0, 0, 0, 19500),
        UTCDateTime(2018, 1, 1, 0, 1, 57, 994536))
Exception raised:
    Traceback (most recent call last):
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
        stmts = [
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in &lt;listcomp&gt;
        sa.select([
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
        return Select(*entities)
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
        self._raw_columns = [
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
        coercions.expect(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
        resolved = impl._literal_coercion(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
        self._raise_for_expected(element, argname)
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
        return super()._raise_for_expected(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
        super()._raise_for_expected(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c760; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ce80; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c760; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ce80; endtime&gt;)?

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.filesystem.tsindex[9]&gt;", line 1, in &lt;module&gt;
        avail_percentage = client.get_availability_percentage(
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 503, in get_availability_percentage
        avail = self.get_availability(network, station,
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 424, in get_availability
        tsindex_rows = self._get_tsindex_rows(network, station,
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 688, in _get_tsindex_rows
        return self.request_handler._fetch_index_rows(query_rows)
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, in _fetch_index_rows
        raise ValueError(str(err))
    ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c760; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ce80; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c760; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ce80; endtime&gt;)?
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 85, in obspy.clients.filesystem.tsindex
Failed example:
    print(avail_percentage)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.filesystem.tsindex[10]&gt;", line 1, in &lt;module&gt;
        print(avail_percentage)
    NameError: name 'avail_percentage' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 99, in obspy.clients.filesystem.tsindex
Failed example:
    st = client.get_waveforms("IU", "*", "*", "BHZ", t, t + 1)
Exception raised:
    Traceback (most recent call last):
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
        stmts = [
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in &lt;listcomp&gt;
        sa.select([
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
        return Select(*entities)
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
        self._raw_columns = [
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in &lt;listcomp&gt;
        coercions.expect(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
        resolved = impl._literal_coercion(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
        self._raise_for_expected(element, argname)
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
        return super()._raise_for_expected(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
        super()._raise_for_expected(
      File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 [&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c370; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c370; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; endtime&gt;)?

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.filesystem.tsindex[12]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms("IU", "*", "*", "BHZ", t, t + 1)
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 271, in get_waveforms
        return self._get_waveforms(query_rows, merge)
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 632, in _get_waveforms
        index_rows = self.request_handler._fetch_index_rows(query_rows)
      File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, in _fetch_index_rows
        raise ValueError(str(err))
    ValueError: Column expression, FROM clause, or other columns clause element expected, got [&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c370; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; endtime&gt;]. Did you mean to say select(&lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3d0; network&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c370; station&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c4c0; location&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c3a0; channel&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179ca30; starttime&gt;, &lt;sqlalchemy.sql.elements.Label at 0x7ff85179c7c0; endtime&gt;)?

</f8></errors><failures /></clients.filesystem><clients.iris><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.iris><clients.neic><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.neic><clients.nrl><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.nrl><clients.seedlink><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.seedlink><clients.seishub><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.seishub><clients.syngine><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed></clients.syngine><core><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>21.466020345687866</timetaken><tested>True</tested><tests>666</tests><skipped>24</skipped><errors><f9>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
    beta = float(window)
ValueError: could not convert string to float: 'hanning'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
    winfunc = _win_equiv[winstr]
KeyError: 'hanning'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 2585, in test_dtype_is_not_unnecessarily_changed
    self.assertEqual(tr_int32.copy().resample(2.0).data.dtype, np.float64)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1733, in resample
    large_w = np.fft.ifftshift(get_window(native_str(window),
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
    raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
</f9><f10>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 1900, in test_interpolate
    int_tr = org_tr.copy().interpolate(sampling_rate=1.0 / 0.003,
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 234, in raise_if_masked
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 2473, in interpolate
    self.data = np.atleast_1d(func(
  File "/testbed/obspy/signal/interpolation.py", line 157, in weighted_average_slopes
    sign_change = np.diff(np.sign(m)).astype(np.bool)
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f10><f11>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 2040, in test_interpolation_arguments
    interp_tr = tr.copy().interpolate(sampling_rate=0.3,
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 234, in raise_if_masked
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 2473, in interpolate
    self.data = np.atleast_1d(func(
  File "/testbed/obspy/signal/interpolation.py", line 157, in weighted_average_slopes
    sign_change = np.diff(np.sign(m)).astype(np.bool)
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f11><f12>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
    beta = float(window)
ValueError: could not convert string to float: 'hanning'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
    winfunc = _win_equiv[winstr]
KeyError: 'hanning'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 1647, in test_method_chaining
    temp_tr = tr.trim(tr.stats.starttime + 1)\
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1733, in resample
    large_w = np.fft.ifftshift(get_window(native_str(window),
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
    raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
</f12><f13>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
    beta = float(window)
ValueError: could not convert string to float: 'hanning'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
    winfunc = _win_equiv[winstr]
KeyError: 'hanning'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 1824, in test_processing_information
    tr.resample(tr.stats.sampling_rate / 2.0)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1733, in resample
    large_w = np.fft.ifftshift(get_window(native_str(window),
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
    raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
</f13><f14>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 2301, in test_remove_response_plot
    with ImageComparison(image_dir, "trace_remove_response.png",
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f14><f15>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
    beta = float(window)
ValueError: could not convert string to float: 'hanning'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
    winfunc = _win_equiv[winstr]
KeyError: 'hanning'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 1620, in test_resample
    tr_2 = tr.copy().resample(sampling_rate=50.0)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1733, in resample
    large_w = np.fft.ifftshift(get_window(native_str(window),
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
    raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
</f15><f16>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
    beta = float(window)
ValueError: could not convert string to float: 'hanning'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
    winfunc = _win_equiv[winstr]
KeyError: 'hanning'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 2100, in test_resample_new
    tr.resample(0.5, window='hanning', no_filter=True)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1733, in resample
    large_w = np.fft.ifftshift(get_window(native_str(window),
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
    raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
</f16><f17>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_network.py", line 143, in test_response_plot
    with ImageComparison(self.image_dir, "network_response.png",
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f17><f18>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_util_base.py", line 80, in test_image_comparison
    with ImageComparison(path, img_basename) as ic:
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f18><f19>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_station.py", line 53, in test_response_plot
    with ImageComparison(self.image_dir, "station_response.png",
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f19><f20>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_station.py", line 71, in test_response_plot_degrees
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f20><f21>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_waveform_plugins.py", line 232, in test_is_format
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f21><f22>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_waveform_plugins.py", line 52, in test_raise_on_empty_file
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f22><f23>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_waveform_plugins.py", line 431, in test_raise_on_unknown_format
    self.assertRaises(TypeError, read, tmpfile)
  File "/usr/local/lib/python3.8/unittest/case.py", line 816, in assertRaises
    return context.handle('assertRaises', args, kwargs)
  File "/usr/local/lib/python3.8/unittest/case.py", line 202, in handle
    callable_obj(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f23><f24>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_waveform_plugins.py", line 100, in test_read_and_write
    st = read(outfile)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f24><f25>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_channel.py", line 58, in test_response_plot
    with ImageComparison(self.image_dir, "channel_response.png",
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f25><f26>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_response.py", line 142, in test_response_plot
    with ImageComparison(self.image_dir, "response_response.png",
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f26><f27>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_response.py", line 161, in test_response_plot_degrees
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f27><f28>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
    beta = float(window)
ValueError: could not convert string to float: 'hanning'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
    winfunc = _win_equiv[winstr]
KeyError: 'hanning'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_stream.py", line 2239, in test_method_chaining
    temp = st.trim(st[0].stats.starttime + 1, st[0].stats.starttime + 10)\
  File "/testbed/obspy/core/stream.py", line 2335, in resample
    tr.resample(sampling_rate, window=native_str(window),
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1733, in resample
    large_w = np.fft.ifftshift(get_window(native_str(window),
  File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
    raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
</f28><f29>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_inventory.py", line 198, in test_response_plot
    with ImageComparison(self.image_dir, "inventory_response.png",
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f29><f30>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_utcdatetime.py", line 1063, in test_floating_point_second_initialization
    for microns in np.arange(0, 5999, dtype=np.int):
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f30><f31>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.trace.Trace.interpolate
  File "/testbed/obspy/core/trace.py", line 237, in interpolate

----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 328, in obspy.core.trace.Trace.interpolate
Failed example:
    tr.interpolate(sampling_rate=111.1)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.core.trace.Trace.interpolate[3]&gt;", line 1, in &lt;module&gt;
        tr.interpolate(sampling_rate=111.1)  # doctest: +ELLIPSIS
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 234, in raise_if_masked
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
        result = func(*args, **kwargs)
      File "/testbed/obspy/core/trace.py", line 2473, in interpolate
        self.data = np.atleast_1d(func(
      File "/testbed/obspy/signal/interpolation.py", line 157, in weighted_average_slopes
        sign_change = np.diff(np.sign(m)).astype(np.bool)
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'bool'.
    `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 330, in obspy.core.trace.Trace.interpolate
Failed example:
    print(tr)  # doctest: +ELLIPSIS
Expected:
    BW.RJOB..EHZ | 2009-08-24T00:20:03... - ... | 111.1 Hz, 3332 samples
Got:
    BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 340, in obspy.core.trace.Trace.interpolate
Failed example:
    tr.interpolate(sampling_rate=111.1,
                   starttime=tr.stats.starttime + 10)         # doctest:  +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.core.trace.Trace.interpolate[7]&gt;", line 1, in &lt;module&gt;
        tr.interpolate(sampling_rate=111.1,
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 234, in raise_if_masked
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
        result = func(*args, **kwargs)
      File "/testbed/obspy/core/trace.py", line 2473, in interpolate
        self.data = np.atleast_1d(func(
      File "/testbed/obspy/signal/interpolation.py", line 157, in weighted_average_slopes
        sign_change = np.diff(np.sign(m)).astype(np.bool)
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'bool'.
    `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 343, in obspy.core.trace.Trace.interpolate
Failed example:
    print(tr)  # doctest: +ELLIPSIS
Expected:
    BW.RJOB..EHZ | 2009-08-24T00:20:13... - ... | 111.1 Hz, 2221 samples
Got:
    BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples

</f31><f32>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.trace.Trace.resample
  File "/testbed/obspy/core/trace.py", line 237, in resample

----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 283, in obspy.core.trace.Trace.resample
Failed example:
    tr.resample(4.0)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
        beta = float(window)
    ValueError: could not convert string to float: 'hanning'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
        winfunc = _win_equiv[winstr]
    KeyError: 'hanning'

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.core.trace.Trace.resample[3]&gt;", line 1, in &lt;module&gt;
        tr.resample(4.0)  # doctest: +ELLIPSIS
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
        result = func(*args, **kwargs)
      File "/testbed/obspy/core/trace.py", line 1733, in resample
        large_w = np.fft.ifftshift(get_window(native_str(window),
      File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
        raise ValueError("Unknown window type.") from e
    ValueError: Unknown window type.
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 285, in obspy.core.trace.Trace.resample
Failed example:
    len(tr)
Expected:
    32
Got:
    8
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 287, in obspy.core.trace.Trace.resample
Failed example:
    tr.stats.sampling_rate
Expected:
    4.0
Got:
    1.0
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 289, in obspy.core.trace.Trace.resample
Failed example:
    tr.data  # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Expected:
    array([ 0.5       ,  0.40432914,  0.3232233 ,  0.26903012,  0.25 ...
Got:
    array([ 0.5,  0. ,  0.5,  1. ,  0.5,  0. ,  0.5,  1. ])

</f32><f33>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.trace.Trace.times
  File "/testbed/obspy/core/trace.py", line 2487, in times

----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 2529, in obspy.core.trace.Trace.times
Failed example:
    tr.times("matplotlib")
Expected:
    array([ 733643.01392361,  733643.01392373,  733643.01392384, ...,
            733643.01427049,  733643.0142706 ,  733643.01427072])
Got:
    array([ 14480.01392361,  14480.01392373,  14480.01392384, ...,
            14480.01427049,  14480.0142706 ,  14480.01427072])

</f33><f34>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.utcdatetime.UTCDateTime.matplotlib_date
  File "/testbed/obspy/core/utcdatetime.py", line unknown line number, in matplotlib_date

----------------------------------------------------------------------
File "/testbed/obspy/core/utcdatetime.py", line ?, in obspy.core.utcdatetime.UTCDateTime.matplotlib_date
Failed example:
    t.matplotlib_date
Expected:
    733643.0139780092
Got:
    14480.01397800926

</f34><f35>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.stream.Stream.interpolate
  File "/testbed/obspy/core/stream.py", line 2520, in interpolate

----------------------------------------------------------------------
File "/testbed/obspy/core/stream.py", line 2551, in obspy.core.stream.Stream.interpolate
Failed example:
    st.interpolate(sampling_rate=111.1)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.core.stream.Stream.interpolate[3]&gt;", line 1, in &lt;module&gt;
        st.interpolate(sampling_rate=111.1)  # doctest: +ELLIPSIS
      File "/testbed/obspy/core/stream.py", line 2560, in interpolate
        tr.interpolate(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 234, in raise_if_masked
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
        result = func(*args, **kwargs)
      File "/testbed/obspy/core/trace.py", line 2473, in interpolate
        self.data = np.atleast_1d(func(
      File "/testbed/obspy/signal/interpolation.py", line 157, in weighted_average_slopes
        sign_change = np.diff(np.sign(m)).astype(np.bool)
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'bool'.
    `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/core/stream.py", line 2553, in obspy.core.stream.Stream.interpolate
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    3 Trace(s) in Stream:
    BW.RJOB..EHZ | 2009-08-24T00:20:03... - ... | 111.1 Hz, 3332 samples
    BW.RJOB..EHN | 2009-08-24T00:20:03... - ... | 111.1 Hz, 3332 samples
    BW.RJOB..EHE | 2009-08-24T00:20:03... - ... | 111.1 Hz, 3332 samples
Got:
    3 Trace(s) in Stream:
    BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
    BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
    BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples

</f35><f36>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.stream.Stream.resample
  File "/testbed/obspy/core/stream.py", line 2280, in resample

----------------------------------------------------------------------
File "/testbed/obspy/core/stream.py", line 2326, in obspy.core.stream.Stream.resample
Failed example:
    st.resample(10.0)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
        beta = float(window)
    ValueError: could not convert string to float: 'hanning'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
        winfunc = _win_equiv[winstr]
    KeyError: 'hanning'

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.core.stream.Stream.resample[2]&gt;", line 1, in &lt;module&gt;
        st.resample(10.0)  # doctest: +ELLIPSIS
      File "/testbed/obspy/core/stream.py", line 2335, in resample
        tr.resample(sampling_rate, window=native_str(window),
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
        return func(*args, **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
        result = func(*args, **kwargs)
      File "/testbed/obspy/core/trace.py", line 1733, in resample
        large_w = np.fft.ifftshift(get_window(native_str(window),
      File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
        raise ValueError("Unknown window type.") from e
    ValueError: Unknown window type.
----------------------------------------------------------------------
File "/testbed/obspy/core/stream.py", line 2328, in obspy.core.stream.Stream.resample
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    3 Trace(s) in Stream:
    BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z ... | 10.0 Hz, 300 samples
    BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z ... | 10.0 Hz, 300 samples
    BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z ... | 10.0 Hz, 300 samples
Got:
    3 Trace(s) in Stream:
    BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
    BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
    BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples

</f36><f37>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_trace.py", line 1448, in test_times
    np.testing.assert_allclose(got[:5], expected, rtol=1e-17)
  File "/usr/local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1592, in assert_allclose
    assert_array_compare(compare, actual, desired, err_msg=str(err_msg),
  File "/usr/local/lib/python3.8/contextlib.py", line 75, in inner
    return func(*args, **kwds)
  File "/usr/local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 862, in assert_array_compare
    raise AssertionError(msg)
AssertionError: 
Not equal to tolerance rtol=1e-17, atol=0

Mismatched elements: 5 / 5 (100%)
Max absolute difference: 719163.0
Max relative difference: 0.9849928778830878
 x: array([ 10957.      ,  10957.000001,  10957.000001,  10957.000002,
        10957.000002])
 y: array([ 730120.      ,  730120.000001,  730120.000001,  730120.000002,
        730120.000002])
</f37><f38>Traceback (most recent call last):
  File "/testbed/obspy/core/tests/test_utcdatetime.py", line 1092, in test_matplotlib_date
    np.testing.assert_almost_equal(
  File "/usr/local/lib/python3.8/contextlib.py", line 75, in inner
    return func(*args, **kwds)
  File "/usr/local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 604, in assert_almost_equal
    raise AssertionError(_build_err_msg())
AssertionError: 
Arrays are not almost equal to 8 decimals
 ACTUAL: 5965.5723676839116
 DESIRED: 725128.5723676839
</f38></errors><failures /></core><db><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f39>&gt;&gt;&gt; Cannot import test suite for module obspy.db due to:
--------------------------------------------------------
  File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/testbed/obspy/scripts/runtests.py", line 757, in &lt;module&gt;
    errors = run(interactive=False)
  File "/testbed/obspy/scripts/runtests.py", line 711, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 542, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 164, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
    test = obj()
  File "/testbed/obspy/db/tests/__init__.py", line 16, in suite
    add_unittests(suite, MODULE_NAME)
  File "/testbed/obspy/core/util/testing.py", line 70, in add_unittests
    _module = __import__(_module_name,
  File "/testbed/obspy/db/tests/test_client.py", line 14, in &lt;module&gt;
    from obspy.db.client import Client
  File "/testbed/obspy/db/client.py", line 24, in &lt;module&gt;
    from obspy.db.db import Base, WaveformChannel, WaveformFile, WaveformPath
  File "/testbed/obspy/db/db.py", line 20, in &lt;module&gt;
    from sqlalchemy.orm import relation

ImportError: cannot import name 'relation' from 'sqlalchemy.orm' (/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/__init__.py)
</f39></errors></db><geodetics><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.0839684009552002</timetaken><tested>True</tested><tests>20</tests><skipped>2</skipped><errors><f40>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.geodetics.base.locations2degrees
  File "/testbed/obspy/geodetics/base.py", line 333, in locations2degrees

----------------------------------------------------------------------
File "/testbed/obspy/geodetics/base.py", line 357, in obspy.geodetics.base.locations2degrees
Failed example:
    locations2degrees(5, 5, 10, 10)
Expected:
    7.0397014191753815
Got:
    7.0397014191753851

</f40></errors><failures /></geodetics><imaging><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f41>&gt;&gt;&gt; Cannot import test suite for module obspy.imaging due to:
-------------------------------------------------------------
  File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/testbed/obspy/scripts/runtests.py", line 757, in &lt;module&gt;
    errors = run(interactive=False)
  File "/testbed/obspy/scripts/runtests.py", line 711, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 542, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 164, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
    test = obj()
  File "/testbed/obspy/imaging/tests/__init__.py", line 24, in suite
    add_unittests(suite, MODULE_NAME)
  File "/testbed/obspy/core/util/testing.py", line 70, in add_unittests
    _module = __import__(_module_name,
  File "/testbed/obspy/imaging/tests/test_ppsd.py", line 16, in &lt;module&gt;
    from obspy.signal.tests.test_spectral_estimation import _get_ppsd
  File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 94, in &lt;module&gt;
    _ppsd = _internal_get_ppsd()
  File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 90, in _internal_get_ppsd
    ppsd.calculate_histogram()
  File "/testbed/obspy/signal/spectral_estimation.py", line 1179, in calculate_histogram
    selected = self._stack_selection(
  File "/testbed/obspy/signal/spectral_estimation.py", line 1042, in _stack_selection
    selected = np.ones(len(times_all), dtype=np.bool)
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])

AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f41></errors></imaging><io.ah><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.058851003646850586</timetaken><tested>True</tested><tests>5</tests><skipped>0</skipped><errors><f42>Traceback (most recent call last):
  File "/testbed/obspy/io/ah/tests/test_core.py", line 67, in test_read
    st = read(testfile)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f42></errors><failures /></io.ah><io.arclink><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>1.1909067630767822</timetaken><tested>True</tested><tests>4</tests><skipped>0</skipped><errors /><failures /></io.arclink><io.ascii><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.10665559768676758</timetaken><tested>True</tested><tests>28</tests><skipped>0</skipped><errors /><failures /></io.ascii><io.cmtsolution><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.040148019790649414</timetaken><tested>True</tested><tests>10</tests><skipped>0</skipped><errors /><failures /></io.cmtsolution><io.cnv><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.012102842330932617</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><errors /><failures /></io.cnv><io.css><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f43>&gt;&gt;&gt; Cannot import test suite for module obspy.io.css due to:
------------------------------------------------------------
  File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/testbed/obspy/scripts/runtests.py", line 757, in &lt;module&gt;
    errors = run(interactive=False)
  File "/testbed/obspy/scripts/runtests.py", line 711, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 542, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 164, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
    test = obj()
  File "/testbed/obspy/io/css/tests/__init__.py", line 16, in suite
    add_doctests(suite, MODULE_NAME)
  File "/testbed/obspy/core/util/testing.py", line 119, in add_doctests
    _module = __import__(_module_name,
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])

AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f43></errors></io.css><io.dmx><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.02445697784423828</timetaken><tested>True</tested><tests>5</tests><skipped>0</skipped><errors><f44>Traceback (most recent call last):
  File "/testbed/obspy/io/dmx/tests/test_core.py", line 86, in test_check_data_content_sum
    st = read(filename)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f44><f45>Traceback (most recent call last):
  File "/testbed/obspy/io/dmx/tests/test_core.py", line 34, in test_read_via_obspy
    st = read(filename)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f45><f46>Traceback (most recent call last):
  File "/testbed/obspy/io/dmx/tests/test_core.py", line 72, in test_read_with_station
    st = read(filename, station='EMPL')
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f46><f47>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.dmx.__init__
  File "/testbed/obspy/io/dmx/__init__.py", line 0, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/dmx/__init__.py", line 28, in obspy.io.dmx.__init__
Failed example:
    st = read("/path/to/131114_090600.dmx")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.dmx.__init__[1]&gt;", line 1, in &lt;module&gt;
        st = read("/path/to/131114_090600.dmx")
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/dmx/__init__.py", line 29, in obspy.io.dmx.__init__
Failed example:
    print(st)  #doctest: +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.dmx.__init__[2]&gt;", line 1, in &lt;module&gt;
        print(st)  #doctest: +NORMALIZE_WHITESPACE
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/dmx/__init__.py", line 43, in obspy.io.dmx.__init__
Failed example:
    st = read("/path/to/131114_090600.dmx", station="EMFO")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.dmx.__init__[5]&gt;", line 1, in &lt;module&gt;
        st = read("/path/to/131114_090600.dmx", station="EMFO")
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/dmx/__init__.py", line 44, in obspy.io.dmx.__init__
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    1 Trace(s) in Stream:
    ETNA.EMFO..Z | 2013-11-14T09:06:00.000000Z - 2013-11-14T09:06:59.990000Z | 100.0 Hz, 6000 samples
Got:
    2 Trace(s) in Stream:
    ETNA.EMFO..Z | 2013-11-14T09:06:00.000000Z - 2013-11-14T09:06:59.990000Z | 100.0 Hz, 6000 samples
    ETNA.EMPL..Z | 2013-11-14T09:06:00.000000Z - 2013-11-14T09:06:59.990000Z | 100.0 Hz, 6000 samples

</f47></errors><failures /></io.dmx><io.focmec><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.06151103973388672</timetaken><tested>True</tested><tests>8</tests><skipped>0</skipped><errors /><failures /></io.focmec><io.gcf><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.03146648406982422</timetaken><tested>True</tested><tests>9</tests><skipped>0</skipped><errors><f48>Traceback (most recent call last):
  File "/testbed/obspy/io/gcf/tests/test_core.py", line 129, in test_merge_gcf_stream
    st1 = read(filename, headonly=True, channel_prefix="HN")
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f48><f49>Traceback (most recent call last):
  File "/testbed/obspy/io/gcf/tests/test_core.py", line 112, in test_read_channel_prefix_via_obspy
    st = read(filename, headonly=True, channel_prefix="HN")
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f49><f50>Traceback (most recent call last):
  File "/testbed/obspy/io/gcf/tests/test_core.py", line 59, in test_read_head_via_obspy
    st = read(filename, headonly=True)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f50><f51>Traceback (most recent call last):
  File "/testbed/obspy/io/gcf/tests/test_core.py", line 40, in test_read_via_obspy
    st = read(filename)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f51><f52>Traceback (most recent call last):
  File "/testbed/obspy/io/gcf/tests/test_core.py", line 154, in test_sps_d
    st = read(filename, headonly=True, channel_prefix="HN")
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f52><f53>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gcf.__init__
  File "/testbed/obspy/io/gcf/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/gcf/__init__.py", line 21, in obspy.io.gcf.__init__
Failed example:
    st = read("/path/to/20160603_1955n.gcf")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.gcf.__init__[1]&gt;", line 1, in &lt;module&gt;
        st = read("/path/to/20160603_1955n.gcf")
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

</f53></errors><failures /></io.gcf><io.gse2><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.2954738140106201</timetaken><tested>True</tested><tests>55</tests><skipped>0</skipped><errors /><failures /></io.gse2><io.iaspei><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.5593693256378174</timetaken><tested>True</tested><tests>7</tests><skipped>0</skipped><errors /><failures /></io.iaspei><io.json><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.0196382999420166</timetaken><tested>True</tested><tests>4</tests><skipped>0</skipped><errors /><failures /></io.json><io.kinemetrics><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.19841957092285156</timetaken><tested>True</tested><tests>7</tests><skipped>0</skipped><errors><f54>Traceback (most recent call last):
  File "/testbed/obspy/io/kinemetrics/tests/test_core.py", line 82, in test_read_via_obspy
    st = read(filename)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f54><f55>Traceback (most recent call last):
  File "/testbed/obspy/core/util/base.py", line 669, in _generic_reader
    generic = callback_func(pathname_or_url, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 150, in uncompress_file
    return func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    is_format = is_format(filename)
  File "/testbed/obspy/io/gse2/core.py", line 124, in _is_gse1
    with open(filename, 'rb') as f:
TypeError: expected str, bytes or os.PathLike object, not _io.BytesIO

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/io/kinemetrics/tests/test_core.py", line 131, in test_reading_via_obspy_and_bytesio
    st = read(buf)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 676, in _generic_reader
    generic = callback_func(fh.name, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f55><f56>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.kinemetrics.__init__
  File "/testbed/obspy/io/kinemetrics/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 24, in obspy.io.kinemetrics.__init__
Failed example:
    st = read("/path/to/BI008_MEMA-04823.evt")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[1]&gt;", line 1, in &lt;module&gt;
        st = read("/path/to/BI008_MEMA-04823.evt")
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 25, in obspy.io.kinemetrics.__init__
Failed example:
    st  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[2]&gt;", line 1, in &lt;module&gt;
        st  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 27, in obspy.io.kinemetrics.__init__
Failed example:
    print (st)  # doctest: +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[3]&gt;", line 1, in &lt;module&gt;
        print (st)  # doctest: +NORMALIZE_WHITESPACE
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 45, in obspy.io.kinemetrics.__init__
Failed example:
    stats_evt = st[0].stats.pop('kinemetrics_evt')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[4]&gt;", line 1, in &lt;module&gt;
        stats_evt = st[0].stats.pop('kinemetrics_evt')
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 46, in obspy.io.kinemetrics.__init__
Failed example:
    print(st[0].stats)  # doctest: +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[5]&gt;", line 1, in &lt;module&gt;
        print(st[0].stats)  # doctest: +NORMALIZE_WHITESPACE
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 58, in obspy.io.kinemetrics.__init__
Failed example:
    for k, v in sorted(stats_evt.items()):
        print(k, v)
        # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[6]&gt;", line 1, in &lt;module&gt;
        for k, v in sorted(stats_evt.items()):
    NameError: name 'stats_evt' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 98, in obspy.io.kinemetrics.__init__
Failed example:
    type(st[0].data)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[7]&gt;", line 1, in &lt;module&gt;
        type(st[0].data)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/kinemetrics/__init__.py", line 100, in obspy.io.kinemetrics.__init__
Failed example:
    print(st[0].data)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.kinemetrics.__init__[8]&gt;", line 1, in &lt;module&gt;
        print(st[0].data)
    NameError: name 'st' is not defined

</f56></errors><failures /></io.kinemetrics><io.kml><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.08671045303344727</timetaken><tested>True</tested><tests>3</tests><skipped>0</skipped><errors /><failures /></io.kml><io.mseed><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>1.1832363605499268</timetaken><tested>True</tested><tests>127</tests><skipped>0</skipped><errors /><failures /></io.mseed><io.ndk><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.20804977416992188</timetaken><tested>True</tested><tests>20</tests><skipped>0</skipped><errors /><failures /></io.ndk><io.nied><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.03776288032531738</timetaken><tested>True</tested><tests>11</tests><skipped>0</skipped><errors><f57>Traceback (most recent call last):
  File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 26, in test_read_knet_ascii
    tr = read(testfile)[0]
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f57><f58>Traceback (most recent call last):
  File "/testbed/obspy/core/util/base.py", line 669, in _generic_reader
    generic = callback_func(pathname_or_url, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 150, in uncompress_file
    return func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    is_format = is_format(filename)
  File "/testbed/obspy/io/gse2/core.py", line 124, in _is_gse1
    with open(filename, 'rb') as f:
TypeError: expected str, bytes or os.PathLike object, not _io.BytesIO

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 60, in test_read_knet_ascii_from_bytes_io
    tr = read(buf)[0]
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 676, in _generic_reader
    generic = callback_func(fh.name, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f58><f59>Traceback (most recent call last):
  File "/testbed/obspy/core/util/base.py", line 669, in _generic_reader
    generic = callback_func(pathname_or_url, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 150, in uncompress_file
    return func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    is_format = is_format(filename)
  File "/testbed/obspy/io/gse2/core.py", line 124, in _is_gse1
    with open(filename, 'rb') as f:
TypeError: expected str, bytes or os.PathLike object, not _io.BufferedReader

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 41, in test_read_knet_ascii_from_open_files
    tr = read(fh)[0]
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 676, in _generic_reader
    generic = callback_func(fh.name, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f59><f60>Traceback (most recent call last):
  File "/testbed/obspy/io/nied/tests/test_knet_reading.py", line 76, in test_station_name_hack
    tr = read(testfile, convert_stnm=True)[0]
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f60><f61>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.nied.__init__
  File "/testbed/obspy/io/nied/__init__.py", line 0, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 90, in obspy.io.nied.__init__
Failed example:
    st = read('/path/to/test.knet')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.nied.__init__[5]&gt;", line 1, in &lt;module&gt;
        st = read('/path/to/test.knet')
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 91, in obspy.io.nied.__init__
Failed example:
    print(st) # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.nied.__init__[6]&gt;", line 1, in &lt;module&gt;
        print(st) # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 101, in obspy.io.nied.__init__
Failed example:
    st = read('/path/to/test.knet',convert_stnm=True)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.nied.__init__[7]&gt;", line 1, in &lt;module&gt;
        st = read('/path/to/test.knet',convert_stnm=True)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 102, in obspy.io.nied.__init__
Failed example:
    print(st) # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.nied.__init__[8]&gt;", line 1, in &lt;module&gt;
        print(st) # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 109, in obspy.io.nied.__init__
Failed example:
    print(st[0].stats) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.nied.__init__[9]&gt;", line 1, in &lt;module&gt;
        print(st[0].stats) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 123, in obspy.io.nied.__init__
Failed example:
    print(st[0].stats.knet.stlo)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.nied.__init__[10]&gt;", line 1, in &lt;module&gt;
        print(st[0].stats.knet.stlo)
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/nied/__init__.py", line 126, in obspy.io.nied.__init__
Failed example:
    print(st[0].stats.knet.comment)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.nied.__init__[11]&gt;", line 1, in &lt;module&gt;
        print(st[0].stats.knet.comment)
    NameError: name 'st' is not defined

</f61></errors><failures /></io.nied><io.nlloc><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.07898521423339844</timetaken><tested>True</tested><tests>12</tests><skipped>1</skipped><errors /><failures /></io.nlloc><io.nordic><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.6106719970703125</timetaken><tested>True</tested><tests>50</tests><skipped>0</skipped><errors><f62>Traceback (most recent call last):
  File "/testbed/obspy/io/nordic/tests/test_nordic.py", line 1000, in test_ellipse_plot
    with ImageComparison(self.testing_path, 'plot_ellipse.png',
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f62><f63>Traceback (most recent call last):
  File "/testbed/obspy/io/nordic/tests/test_nordic.py", line 1017, in test_ellipse_plot_tangents
    with ImageComparison(self.testing_path, 'plot_ellipse_tangents.png',
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f63></errors><failures /></io.nordic><io.pdas><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.006955623626708984</timetaken><tested>True</tested><tests>3</tests><skipped>0</skipped><errors><f64>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.pdas.core._read_pdas
  File "/testbed/obspy/io/pdas/core.py", line 45, in _read_pdas

----------------------------------------------------------------------
File "/testbed/obspy/io/pdas/core.py", line 61, in obspy.io.pdas.core._read_pdas
Failed example:
    st = read("/path/to/p1246001.108")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.pdas.core._read_pdas[1]&gt;", line 1, in &lt;module&gt;
        st = read("/path/to/p1246001.108")
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/pdas/core.py", line 62, in obspy.io.pdas.core._read_pdas
Failed example:
    st  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.pdas.core._read_pdas[2]&gt;", line 1, in &lt;module&gt;
        st  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/pdas/core.py", line 64, in obspy.io.pdas.core._read_pdas
Failed example:
    print(st)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.pdas.core._read_pdas[3]&gt;", line 1, in &lt;module&gt;
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined

</f64></errors><failures /></io.pdas><io.pde><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.1818220615386963</timetaken><tested>True</tested><tests>13</tests><skipped>0</skipped><errors /><failures /></io.pde><io.quakeml><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.3788919448852539</timetaken><tested>True</tested><tests>38</tests><skipped>0</skipped><errors /><failures /></io.quakeml><io.reftek><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.11012816429138184</timetaken><tested>True</tested><tests>20</tests><skipped>0</skipped><errors><f65>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 216, in test_integration_with_obspy_core
    st_reftek = obspy.read(
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f65><f66>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 531, in test_reading_packet_with_vpu_float_string
    st = obspy.read(self.reftek_file_vpu,
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f66><f67>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.reftek.__init__
  File "/testbed/obspy/io/reftek/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/reftek/__init__.py", line 53, in obspy.io.reftek.__init__
Failed example:
    st = read("/path/to/225051000_00008656", network="BW", location="",
              component_codes="ZNE")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.reftek.__init__[4]&gt;", line 1, in &lt;module&gt;
        st = read("/path/to/225051000_00008656", network="BW", location="",
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/reftek/__init__.py", line 55, in obspy.io.reftek.__init__
Failed example:
    st  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.reftek.__init__[5]&gt;", line 1, in &lt;module&gt;
        st  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/reftek/__init__.py", line 57, in obspy.io.reftek.__init__
Failed example:
    print(st)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.reftek.__init__[6]&gt;", line 1, in &lt;module&gt;
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/io/reftek/__init__.py", line 71, in obspy.io.reftek.__init__
Failed example:
    print(st[0].stats)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.reftek.__init__[7]&gt;", line 1, in &lt;module&gt;
        print(st[0].stats)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    NameError: name 'st' is not defined

</f67></errors><failures /></io.reftek><io.rg16><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.06615948677062988</timetaken><tested>True</tested><tests>36</tests><skipped>0</skipped><errors><f68>Traceback (most recent call last):
  File "/testbed/obspy/io/rg16/tests/test_read_rg16.py", line 126, in test_contacts_north_and_merge
    st = rc._read_rg16(filename, contacts_north=True, merge=True)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/io/rg16/util.py", line 28, in _open_file
    return func(*args, **kwargs)
  File "/testbed/obspy/io/rg16/core.py", line 81, in _read_rg16
    traces = _quick_merge(traces)
  File "/testbed/obspy/io/rg16/util.py", line 141, in _quick_merge
    ar, trace_ar = _trace_list_to_rec_array(traces)
  File "/testbed/obspy/io/rg16/util.py", line 165, in _trace_list_to_rec_array
    dtype1 = [(nstr('id'), np.object), (nstr('starttime'), float),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'object'.
`np.object` was a deprecated alias for the builtin `object`. To avoid this error in existing code, use `object` by itself. Doing this will not modify any behavior and is safe. 
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f68><f69>Traceback (most recent call last):
  File "/testbed/obspy/io/rg16/tests/test_read_rg16.py", line 115, in test_merge
    st_merged = rc._read_rg16(fcnt_file, merge=True)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/io/rg16/util.py", line 28, in _open_file
    return func(*args, **kwargs)
  File "/testbed/obspy/io/rg16/core.py", line 81, in _read_rg16
    traces = _quick_merge(traces)
  File "/testbed/obspy/io/rg16/util.py", line 141, in _quick_merge
    ar, trace_ar = _trace_list_to_rec_array(traces)
  File "/testbed/obspy/io/rg16/util.py", line 165, in _trace_list_to_rec_array
    dtype1 = [(nstr('id'), np.object), (nstr('starttime'), float),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'object'.
`np.object` was a deprecated alias for the builtin `object`. To avoid this error in existing code, use `object` by itself. Doing this will not modify any behavior and is safe. 
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f69><f70>Traceback (most recent call last):
  File "/testbed/obspy/io/rg16/tests/test_read_rg16.py", line 35, in test_reading_rg16_files
    st_1 = read(fcnt_file)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 212, in read
    st = _generic_reader(pathname_or_url, _read, **kwargs)
  File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
    generic = callback_func(pathnames[0], **kwargs)
  File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 256, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
    is_format = buffered_load_entry_point(
  File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
    _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
    b'c0': (b'S12', np.int),
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'int'.
`np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f70><f71>Traceback (most recent call last):
  File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.rg16.__init__
  File "/testbed/obspy/io/rg16/__init__.py", line 0, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/rg16/__init__.py", line 53, in obspy.io.rg16.__init__
Failed example:
    st = obspy.read(filename)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.rg16.__init__[3]&gt;", line 1, in &lt;module&gt;
        st = obspy.read(filename)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/rg16/__init__.py", line 59, in obspy.io.rg16.__init__
Failed example:
    st = obspy.read(filename, merge=True)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.rg16.__init__[5]&gt;", line 1, in &lt;module&gt;
        st = obspy.read(filename, merge=True)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
----------------------------------------------------------------------
File "/testbed/obspy/io/rg16/__init__.py", line 65, in obspy.io.rg16.__init__
Failed example:
    st = obspy.read(filename, contacts_north=True)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.rg16.__init__[6]&gt;", line 1, in &lt;module&gt;
        st = obspy.read(filename, contacts_north=True)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 300, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 212, in read
        st = _generic_reader(pathname_or_url, _read, **kwargs)
      File "/testbed/obspy/core/util/base.py", line 701, in _generic_reader
        generic = callback_func(pathnames[0], **kwargs)
      File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 210, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 256, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 431, in _read_from_plugin
        is_format = buffered_load_entry_point(
      File "/testbed/obspy/core/util/misc.py", line 651, in buffered_load_entry_point
        _ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
        return ep.load()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
        return self.resolve()
      File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/testbed/obspy/io/css/core.py", line 25, in &lt;module&gt;
        b'c0': (b'S12', np.int),
      File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
        raise AttributeError(__former_attrs__[attr])
    AttributeError: module 'numpy' has no attribute 'int'.
    `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, 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.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
        https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

</f71></errors><failures /></io.rg16><io.sac><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.2929990291595459</timetaken><tested>True</tested><tests>95</tests><skipped>0</skipped><errors /><failures /></io.sac><io.scardec><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.053202152252197266</timetaken><tested>True</tested><tests>5</tests><skipped>0</skipped><errors /><failures /></io.scardec><io.seg2><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.011574029922485352</timetaken><tested>True</tested><tests>2</tests><skipped>0</skipped><errors /><failures /></io.seg2><io.segy><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.27768588066101074</timetaken><tested>True</tested><tests>56</tests><skipped>0</skipped><errors /><failures /></io.segy><io.seisan><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.056572675704956055</timetaken><tested>True</tested><tests>8</tests><skipped>0</skipped><errors /><failures /></io.seisan><io.seiscomp><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.9862840175628662</timetaken><tested>True</tested><tests>46</tests><skipped>0</skipped><errors /><failures /></io.seiscomp><io.sh><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.3417510986328125</timetaken><tested>True</tested><tests>25</tests><skipped>0</skipped><errors /><failures /></io.sh><io.shapefile><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.04481935501098633</timetaken><tested>True</tested><tests>7</tests><skipped>6</skipped><errors /><failures /></io.shapefile><io.stationtxt><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.05129551887512207</timetaken><tested>True</tested><tests>11</tests><skipped>0</skipped><errors /><failures /></io.stationtxt><io.stationxml><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.29468870162963867</timetaken><tested>True</tested><tests>22</tests><skipped>0</skipped><errors /><failures /></io.stationxml><io.wav><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.020476102828979492</timetaken><tested>True</tested><tests>8</tests><skipped>0</skipped><errors /><failures /></io.wav><io.win><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.0769810676574707</timetaken><tested>True</tested><tests>2</tests><skipped>0</skipped><errors /><failures /></io.win><io.xseed><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>5.155937910079956</timetaken><tested>True</tested><tests>82</tests><skipped>0</skipped><errors /><failures /></io.xseed><io.y><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.01009368896484375</timetaken><tested>True</tested><tests>5</tests><skipped>0</skipped><errors /><failures /></io.y><io.zmap><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.11642193794250488</timetaken><tested>True</tested><tests>14</tests><skipped>0</skipped><errors /><failures /></io.zmap><realtime><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.22687101364135742</timetaken><tested>True</tested><tests>22</tests><skipped>0</skipped><errors /><failures /></realtime><scripts><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0.0075953006744384766</timetaken><tested>True</tested><tests>2</tests><skipped>0</skipped><errors /><failures /></scripts><signal><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f72>&gt;&gt;&gt; Cannot import test suite for module obspy.signal due to:
------------------------------------------------------------
  File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/testbed/obspy/scripts/runtests.py", line 757, in &lt;module&gt;
    errors = run(interactive=False)
  File "/testbed/obspy/scripts/runtests.py", line 711, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 542, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 164, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
    test = obj()
  File "/testbed/obspy/signal/tests/__init__.py", line 17, in suite
    add_unittests(suite, MODULE_NAME)
  File "/testbed/obspy/core/util/testing.py", line 70, in add_unittests
    _module = __import__(_module_name,
  File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 94, in &lt;module&gt;
    _ppsd = _internal_get_ppsd()
  File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 90, in _internal_get_ppsd
    ppsd.calculate_histogram()
  File "/testbed/obspy/signal/spectral_estimation.py", line 1179, in calculate_histogram
    selected = self._stack_selection(
  File "/testbed/obspy/signal/spectral_estimation.py", line 1042, in _stack_selection
    selected = np.ones(len(times_all), dtype=np.bool)
  File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__
    raise AttributeError(__former_attrs__[attr])

AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, 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.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
    https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
</f72></errors></signal><taup><installed>1.2.0rc3.post0+7.g76111dfdae.dirty.obspy.master</installed><timetaken>23.607975721359253</timetaken><tested>True</tested><tests>64</tests><skipped>6</skipped><errors><f73>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 102, in test_cartesian_many_phases
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f73><f74>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 114, in test_cartesian_many_phases_buried_station
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f74><f75>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 128, in test_cartesian_many_phases_one_way
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f75><f76>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 159, in test_plot_travel_times
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f76><f77>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 171, in test_plot_travel_times_convenience
    with ImageComparison(
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f77><f78>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 85, in test_spherical_diff_phases
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f78><f79>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 36, in test_spherical_many_phases
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f79><f80>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 49, in test_spherical_many_phases_buried_station
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f80><f81>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 62, in test_spherical_many_phases_one_way
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f81><f82>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 74, in test_spherical_more_then_360_degrees
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
    raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
</f82></errors><failures /></taup></obspy><dependencies><future>1.0.0</future><numpy>1.24.4</numpy><scipy>1.10.1</scipy><matplotlib>3.7.5</matplotlib><lxml.etree>6.0.2</lxml.etree><setuptools>57.5.0</setuptools><sqlalchemy>2.0.44</sqlalchemy><decorator>5.2.1</decorator><requests>2.32.4</requests><flake8>---</flake8><pyimgur>---</pyimgur><pyproj>---</pyproj><pep8-naming>---</pep8-naming><m2crypto>---</m2crypto><shapefile>---</shapefile><mpl_toolkits.basemap>---</mpl_toolkits.basemap><mock>---</mock><pyflakes>---</pyflakes><geographiclib>---</geographiclib><cartopy>---</cartopy></dependencies><platform><system>Linux</system><release>5.15.0-106-generic</release><version>#116-Ubuntu SMP Wed Apr 17 09:17:56 UTC 2024</version><machine>x86_64</machine><processor /><python_version>3.8.20</python_version><python_implementation>CPython</python_implementation><python_compiler>GCC 12.2.0</python_compiler><architecture>64bit</architecture><node>c9a40ede5211</node></platform><tests>1670</tests><errors>83</errors><failures>0</failures><skipped>39</skipped><skipped_tests_details>[('core', 'obspy.core.tests.test_network', 'NetworkBasemapTestCase', 'test_location_plot_global', 'basemap not installed'), ('core', 'obspy.core.tests.test_network', 'NetworkBasemapTestCase', 'test_location_plot_local', 'basemap not installed'), ('core', 'obspy.core.tests.test_network', 'NetworkBasemapTestCase', 'test_location_plot_ortho', 'basemap not installed'), ('core', 'obspy.core.tests.test_network', 'NetworkCartopyTestCase', 'test_location_plot_global', 'cartopy not installed'), ('core', 'obspy.core.tests.test_network', 'NetworkCartopyTestCase', 'test_location_plot_local', 'cartopy not installed'), ('core', 'obspy.core.tests.test_network', 'NetworkCartopyTestCase', 'test_location_plot_ortho', 'cartopy not installed'), ('core', 'obspy.core.tests.test_code_formatting', 'CodeFormattingTestCase', 'test_flake8', 'Formatting tests require at least flake8 3.0.'), ('core', 'obspy.core.tests.test_event', 'CatalogBasemapTestCase', 'test_catalog_plot_global', 'basemap not installed'), ('core', 'obspy.core.tests.test_event', 'CatalogBasemapTestCase', 'test_catalog_plot_local', 'basemap not installed'), ('core', 'obspy.core.tests.test_event', 'CatalogBasemapTestCase', 'test_catalog_plot_ortho', 'basemap not installed'), ('core', 'obspy.core.tests.test_event', 'CatalogBasemapTestCase', 'test_catalog_plot_ortho_longitude_wrap', 'basemap not installed'), ('core', 'obspy.core.tests.test_event', 'CatalogBasemapTestCase', 'test_plot_catalog_before_1900', 'basemap not installed'), ('core', 'obspy.core.tests.test_event', 'CatalogCartopyTestCase', 'test_catalog_plot_global', 'Cartopy not installed or too old'), ('core', 'obspy.core.tests.test_event', 'CatalogCartopyTestCase', 'test_catalog_plot_local', 'Cartopy not installed or too old'), ('core', 'obspy.core.tests.test_event', 'CatalogCartopyTestCase', 'test_catalog_plot_ortho', 'Cartopy not installed or too old'), ('core', 'obspy.core.tests.test_event', 'CatalogCartopyTestCase', 'test_catalog_plot_ortho_longitude_wrap', 'Cartopy not installed or too old'), ('core', 'obspy.core.tests.test_event', 'EventTestCase', 'test_plot_farfield_without_quiver_with_maps', 'basemap not installed'), ('core', 'obspy.core.tests.test_inventory', 'InventoryBasemapTestCase', 'test_combined_station_event_plot', 'basemap not installed'), ('core', 'obspy.core.tests.test_inventory', 'InventoryBasemapTestCase', 'test_location_plot_global', 'basemap not installed'), ('core', 'obspy.core.tests.test_inventory', 'InventoryBasemapTestCase', 'test_location_plot_local', 'basemap not installed'), ('core', 'obspy.core.tests.test_inventory', 'InventoryBasemapTestCase', 'test_location_plot_ortho', 'basemap not installed'), ('core', 'obspy.core.tests.test_inventory', 'InventoryCartopyTestCase', 'test_location_plot_global', 'cartopy not installed'), ('core', 'obspy.core.tests.test_inventory', 'InventoryCartopyTestCase', 'test_location_plot_local', 'cartopy not installed'), ('core', 'obspy.core.tests.test_inventory', 'InventoryCartopyTestCase', 'test_location_plot_ortho', 'cartopy not installed'), ('geodetics', 'obspy.geodetics.tests.test_util_geodetics', 'UtilGeodeticsTestCase', 'test_gps_2_dist_azimuth_with_geographiclib', 'Module geographiclib is not installed'), ('geodetics', 'obspy.geodetics.tests.test_util_geodetics', 'UtilGeodeticsTestCase', 'test_issue_375', 'Module geographiclib is not installed'), ('io.nlloc', 'obspy.io.nlloc.tests.test_util', 'NLLOCTestCase', 'test_read_nlloc_scatter_coordinate_conversion', 'pyproj not installed'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_catalog_shapefile', 'pyshp not installed'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_catalog_shapefile_via_plugin', 'pyshp not installed'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_catalog_shapefile_with_extra_field', 'pyshp not installed'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_inventory_shapefile', 'pyshp not installed'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_inventory_shapefile_via_plugin', 'pyshp not installed'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_inventory_shapefile_with_extra_field', 'pyshp not installed'), ('taup', 'obspy.taup.tests.test_ray_paths', 'RayPathCalculationsTestCase', 'test_compute_ray_paths', 'test needs geographiclib &gt;= 1.34'), ('taup', 'obspy.taup.tests.test_tau', 'TauPyModelTestCase', 'test_p_iasp91_geo_manual', 'Module geographiclib is not installed'), ('taup', 'obspy.taup.tests.test_tau', 'TauPyModelTestCase', 'test_pierce_p_iasp91_geo', 'test needs geographiclib &gt;= 1.34'), ('taup', 'obspy.taup.tests.test_tau', 'TauPyModelTestCase', 'test_single_path_geo_iasp91', 'test needs geographiclib &gt;= 1.34'), ('taup', 'obspy.taup.tests.test_taup_geo', 'TaupGeoTestCase', 'test_path_geo', 'Module geographiclib is not installed or too old.'), ('taup', 'obspy.taup.tests.test_taup_geo', 'TaupGeoTestCase', 'test_path_resampling', 'Module geographiclib is not installed or too old.')]</skipped_tests_details></report>