<?xml version="1.0" encoding="UTF-8"?><report><timestamp>1762774721</timestamp><slowest_tests>[('100.775s', '__init__ (obspy.clients.arclink)'), ('40.609s', 'get_waveforms (obspy.clients.seedlink.basic_client.Client)'), ('20.386s', 'test_get_waveform (obspy.clients.seedlink.tests.test_basic_client.ClientTestCase)'), ('20.248s', 'test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.245s', 'get_inventory (obspy.clients.arclink.client.Client)'), ('20.242s', 'test_get_not_existing_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.204s', 'test_delayed_request (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.148s', 'get_metadata (obspy.clients.arclink.client.Client)'), ('20.136s', 'get_paz (obspy.clients.arclink.client.Client)'), ('20.132s', 'test_get_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.132s', 'test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.129s', 'save_waveforms (obspy.clients.arclink.client.Client)'), ('20.126s', 'test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.124s', 'test_issue_311 (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.124s', 'test_get_waveform_no_routing (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.123s', 'save_response (obspy.clients.arclink.client.Client)'), ('20.117s', 'get_waveforms (obspy.clients.arclink.client.Client)'), ('20.117s', 'test_issue_372 (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.116s', 'test_srl (obspy.clients.arclink.tests.test_client.ClientTestCase)'), ('20.116s', 'test_get_waveform_wrong_pattern (obspy.clients.arclink.tests.test_client.ClientTestCase)')]</slowest_tests><timetaken>878.3694341182709</timetaken><obspy><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><clients.arclink><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>609.5324945449829</timetaken><tested>True</tested><tests>36</tests><skipped>6</skipped><errors /><failures><f0>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 90, in test_delayed_request
    client = Client(host='webdc.eu', port=18002, command_delay=0.1,
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f0><f1>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 156, in test_get_inventory
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f1><f2>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 655, in test_get_inventory_instrument_change
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f2><f3>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 220, in test_get_inventory_twice
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f3><f4>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 354, in test_get_networks
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f4><f5>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 327, in test_get_not_existing_waveform
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f5><f6>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 521, in test_get_paz
    client = Client('test@obspy.org',
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 187, in _read_ln
    line = self._client.read_until(value + b'\r\n', self.timeout)
  File "/usr/local/lib/python3.9/telnetlib.py", line 317, in read_until
    self.fill_rawq()
  File "/usr/local/lib/python3.9/telnetlib.py", line 526, in fill_rawq
    buf = self.sock.recv(50)
ConnectionResetError: [Errno 104] Connection reset by peer
</f6><f7>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 542, in test_get_paz2
    client = Client('test@obspy.org',
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 187, in _read_ln
    line = self._client.read_until(value + b'\r\n', self.timeout)
  File "/usr/local/lib/python3.9/telnetlib.py", line 317, in read_until
    self.fill_rawq()
  File "/usr/local/lib/python3.9/telnetlib.py", line 526, in fill_rawq
    buf = self.sock.recv(50)
ConnectionResetError: [Errno 104] Connection reset by peer
</f7><f8>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 119, in test_get_routing
    client = Client(host="erde.geophysik.uni-muenchen.de", port=18001,
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 187, in _read_ln
    line = self._client.read_until(value + b'\r\n', self.timeout)
  File "/usr/local/lib/python3.9/telnetlib.py", line 317, in read_until
    self.fill_rawq()
  File "/usr/local/lib/python3.9/telnetlib.py", line 526, in fill_rawq
    buf = self.sock.recv(50)
ConnectionResetError: [Errno 104] Connection reset by peer
</f8><f9>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 367, in test_get_stations
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f9><f10>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 31, in test_get_waveform
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f10><f11>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 678, in test_get_waveform_instrument_change
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f11><f12>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 429, in test_get_waveform_no_compression
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f12><f13>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 66, in test_get_waveform_no_routing
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f13><f14>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 233, in test_get_waveform_with_metadata
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f14><f15>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 343, in test_get_waveform_wrong_pattern
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f15><f16>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 614, in test_issue_311
    client = Client('test@obspy.org', host='webdc.eu', port=18001)
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f16><f17>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 553, in test_save_response
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f17><f18>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 387, in test_save_waveform
    client = Client('test@obspy.org',
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 187, in _read_ln
    line = self._client.read_until(value + b'\r\n', self.timeout)
  File "/usr/local/lib/python3.9/telnetlib.py", line 317, in read_until
    self.fill_rawq()
  File "/usr/local/lib/python3.9/telnetlib.py", line 526, in fill_rawq
    buf = self.sock.recv(50)
ConnectionResetError: [Errno 104] Connection reset by peer
</f18><f19>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 482, in test_save_waveform_compressed
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f19><f20>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 445, in test_save_waveform_no_compression
    client = Client(user='test@obspy.org')
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f20><f21>Traceback (most recent call last):
  File "/testbed/obspy/clients/arclink/tests/test_client.py", line 590, in test_srl
    client = Client('test@obspy.org', host='webdc.eu', port=18001)
  File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
    self._hello()
  File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
    self.version = self._read_ln(b')')
  File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
    raise ArcLinkException(msg % (value, line.decode()))
obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
</f21><f22>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.client.Client.get_inventory
  File "/testbed/obspy/clients/arclink/client.py", line 1007, in get_inventory

----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 1058, in obspy.clients.arclink.client.Client.get_inventory
Failed example:
    client = Client('test@obspy.org', 'webdc.eu', 18001)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.get_inventory[1]&gt;", line 1, in &lt;module&gt;
        client = Client('test@obspy.org', 'webdc.eu', 18001)
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 

</f22><f23>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.client.Client.get_metadata
  File "/testbed/obspy/clients/arclink/client.py", line 738, in get_metadata

----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 762, in obspy.clients.arclink.client.Client.get_metadata
Failed example:
    client = Client('test@obspy.org', 'webdc.eu', 18001)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.get_metadata[2]&gt;", line 1, in &lt;module&gt;
        client = Client('test@obspy.org', 'webdc.eu', 18001)
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 764, in obspy.clients.arclink.client.Client.get_metadata
Failed example:
    data = client.get_metadata('BW', 'MANZ', '', 'EHZ', t)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.get_metadata[4]&gt;", line 1, in &lt;module&gt;
        data = client.get_metadata('BW', 'MANZ', '', 'EHZ', t)
    NameError: name 'client' is not defined

</f23><f24>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.client.Client.get_paz
  File "/testbed/obspy/clients/arclink/client.py", line 882, in get_paz

----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 905, in obspy.clients.arclink.client.Client.get_paz
Failed example:
    client = Client('test@obspy.org', 'webdc.eu', 18001)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.get_paz[2]&gt;", line 1, in &lt;module&gt;
        client = Client('test@obspy.org', 'webdc.eu', 18001)
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 907, in obspy.clients.arclink.client.Client.get_paz
Failed example:
    paz = client.get_paz('BW', 'MANZ', '', 'EHZ', t)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.get_paz[4]&gt;", line 1, in &lt;module&gt;
        paz = client.get_paz('BW', 'MANZ', '', 'EHZ', t)
    NameError: name 'client' is not defined

</f24><f25>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.client.Client.get_waveforms
  File "/testbed/obspy/clients/arclink/client.py", line 381, in get_waveforms

----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 417, in obspy.clients.arclink.client.Client.get_waveforms
Failed example:
    client = Client('test@obspy.org', 'webdc.eu', 18001)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.get_waveforms[2]&gt;", line 1, in &lt;module&gt;
        client = Client('test@obspy.org', 'webdc.eu', 18001)
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 419, in obspy.clients.arclink.client.Client.get_waveforms
Failed example:
    st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.get_waveforms[4]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
    NameError: name 'client' is not defined

</f25><f26>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.client.Client.save_response
  File "/testbed/obspy/clients/arclink/client.py", line 952, in save_response

----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 979, in obspy.clients.arclink.client.Client.save_response
Failed example:
    client = Client('test@obspy.org', 'webdc.eu', 18001)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.save_response[2]&gt;", line 1, in &lt;module&gt;
        client = Client('test@obspy.org', 'webdc.eu', 18001)
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 

</f26><f27>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.client.Client.save_waveforms
  File "/testbed/obspy/clients/arclink/client.py", line 480, in save_waveforms

----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/client.py", line 526, in obspy.clients.arclink.client.Client.save_waveforms
Failed example:
    client = Client('test@obspy.org', 'webdc.eu', 18001)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.client.Client.save_waveforms[2]&gt;", line 1, in &lt;module&gt;
        client = Client('test@obspy.org', 'webdc.eu', 18001)
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 

</f27><f28>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.arclink.__init__
  File "/testbed/obspy/clients/arclink/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/__init__.py", line 51, in obspy.clients.arclink.__init__
Failed example:
    client = Client(user='test@obspy.org')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.__init__[2]&gt;", line 1, in &lt;module&gt;
        client = Client(user='test@obspy.org')
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/__init__.py", line 53, in obspy.clients.arclink.__init__
Failed example:
    st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.__init__[4]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms("BW", "RJOB", "", "EH*", t - 3, t + 15)
    NameError: name 'client' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/__init__.py", line 77, in obspy.clients.arclink.__init__
Failed example:
    client = Client(user='test@obspy.org')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.__init__[8]&gt;", line 1, in &lt;module&gt;
        client = Client(user='test@obspy.org')
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/__init__.py", line 79, in obspy.clients.arclink.__init__
Failed example:
    paz = client.get_paz('BW', 'MANZ', '', 'EHZ', dt)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.__init__[10]&gt;", line 1, in &lt;module&gt;
        paz = client.get_paz('BW', 'MANZ', '', 'EHZ', dt)
    NameError: name 'client' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/__init__.py", line 93, in obspy.clients.arclink.__init__
Failed example:
    client = Client(user='test@obspy.org')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.__init__[14]&gt;", line 1, in &lt;module&gt;
        client = Client(user='test@obspy.org')
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/__init__.py", line 104, in obspy.clients.arclink.__init__
Failed example:
    client = Client(user='test@obspy.org')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.__init__[19]&gt;", line 1, in &lt;module&gt;
        client = Client(user='test@obspy.org')
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 
----------------------------------------------------------------------
File "/testbed/obspy/clients/arclink/__init__.py", line 114, in obspy.clients.arclink.__init__
Failed example:
    client = Client(user='test@obspy.org')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.arclink.__init__[24]&gt;", line 1, in &lt;module&gt;
        client = Client(user='test@obspy.org')
      File "/testbed/obspy/clients/arclink/client.py", line 129, in __init__
        self._hello()
      File "/testbed/obspy/clients/arclink/client.py", line 199, in _hello
        self.version = self._read_ln(b')')
      File "/testbed/obspy/clients/arclink/client.py", line 191, in _read_ln
        raise ArcLinkException(msg % (value, line.decode()))
    obspy.clients.arclink.client.ArcLinkException: Timeout waiting for expected b')', got 

</f28></failures></clients.arclink><clients.earthworm><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>8.513359785079956</timetaken><tested>True</tested><tests>7</tests><skipped>0</skipped><errors /><failures><f29>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 127, in skip_on_network_error
    return func(*args, **kwargs)
  File "/testbed/obspy/clients/earthworm/tests/test_client.py", line 98, in test_save_waveform
    stream = read(testfile)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 231, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 272, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /tmp/obspy-j57gwmtg.tmp
</f29><f30>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.earthworm.client.Client.get_availability
  File "/testbed/obspy/clients/earthworm/client.py", line 169, in get_availability

----------------------------------------------------------------------
File "/testbed/obspy/clients/earthworm/client.py", line 197, in obspy.clients.earthworm.client.Client.get_availability
Failed example:
    print(response)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Expected:
    [('AV',
      'ACH',
      '--',
      'EHE',
      UTCDateTime(...),
      UTCDateTime(...)),
     ('AV',
      'ACH',
      '--',
      'EHN',
      UTCDateTime(...),
      UTCDateTime(...)),
     ('AV',
      'ACH',
      '--',
      'EHZ',
      UTCDateTime(...),
      UTCDateTime(...))]
Got:
    []

</f30><f31>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.earthworm.__init__
  File "/testbed/obspy/clients/earthworm/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/clients/earthworm/__init__.py", line 29, in obspy.clients.earthworm.__init__
Failed example:
    t = response[0][4]
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.earthworm.__init__[4]&gt;", line 1, in &lt;module&gt;
        t = response[0][4]
    IndexError: list index out of range
----------------------------------------------------------------------
File "/testbed/obspy/clients/earthworm/__init__.py", line 30, in obspy.clients.earthworm.__init__
Failed example:
    st = client.get_waveforms('AV', 'ACH', '', 'EH*', t + 100, t + 130)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.earthworm.__init__[5]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms('AV', 'ACH', '', 'EH*', t + 100, t + 130)
    NameError: name 't' is not defined

</f31><f32>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 127, in skip_on_network_error
    return func(*args, **kwargs)
  File "/testbed/obspy/clients/earthworm/tests/test_client.py", line 116, in test_availability
    self.assertIn('AV.ACH.--.EHZ', seeds)
AssertionError: 'AV.ACH.--.EHZ' not found in ['AV.ACH.--.BHE', 'AV.ACH.--.BHN', 'AV.ACH.--.BHZ', 'AV.ADAG.--.BHE', 'AV.ADAG.--.BHN', 'AV.ADAG.--.BHZ', 'IU.ADK.32.BDF', 'IU.ADK.00.BH1', 'IU.ADK.10.BH1', 'IU.ADK.60.BH1', 'IU.ADK.00.BH2', 'IU.ADK.10.BH2', 'IU.ADK.60.BH2', 'IU.ADK.00.BHZ', 'IU.ADK.10.BHZ', 'IU.ADK.60.BHZ', 'IM.ADKI.01.CDF', 'IM.ADKI.02.CDF', 'IM.ADKI.03.CDF', 'IM.ADKI.04.CDF', 'IM.ADKI.05.CDF', 'AV.ADKI.00.CH6', 'IM.ADKI.00.CH6', 'AV.ADKI.01.HDF', 'AV.ADKI.02.HDF', 'AV.ADKI.03.HDF', 'AV.ADKI.04.HDF', 'AV.ADKI.05.HDF', 'AV.ADKI.--.LCE', 'AV.ADKI.--.LCQ', 'AV.ADKI.--.VEC', 'AV.ADKI.--.VEP', 'AV.ADKI.--.VKI', 'AV.AHB.--.BHE', 'AV.AHB.--.BHN', 'AV.AHB.--.BHZ', 'AV.AKBB.--.BHE', 'AV.AKBB.--.BHN', 'AV.AKBB.--.BHZ', 'AV.AKGG.--.BHE', 'AV.AKGG.--.BHN', 'AV.AKGG.--.BHZ', 'AV.AKHS.--.BHE', 'AV.AKHS.--.BHN', 'AV.AKHS.--.BHZ', 'AV.AKLV.--.BHE', 'AV.AKLV.--.BHN', 'AV.AKLV.--.BHZ', 'AV.AKMO.--.BHE', 'AV.AKMO.--.BHN', 'AV.AKMO.--.BHZ', 'AV.AKRB.--.BHE', 'AV.AKRB.--.BHN', 'AV.AKRB.--.BHZ', 'AV.AKS.--.BHE', 'AV.AKS.--.BHN', 'AV.AKS.--.BHZ', 'AV.AKS.01.HDF', 'AV.AKS.02.HDF', 'AV.AKS.03.HDF', 'AV.AKS.04.HDF', 'AV.AKS.05.HDF', 'AV.AKS.06.HDF', 'AV.AKV.--.BHE', 'AV.AKV.--.BHN', 'AV.AKV.--.BHZ', 'AV.AKV.--.LCE', 'AV.AKV.--.SBT', 'AV.AKV.--.SCA', 'AV.AKV.--.SCE', 'AV.AKV.--.SCK', 'AV.AKV.--.SCS', 'AV.AKV.--.SCT', 'AV.AKV.--.SDG', 'AV.AKV.--.SDL', 'AV.AKV.--.SDT', 'AV.AKV.--.SIO', 'AV.AKV.--.SMD', 'AV.AKV.--.SNI', 'AV.AKV.--.SPK', 'AV.AKV.--.SPO', 'AV.AKV.--.SRD', 'AV.AKV.--.SSL', 'AV.AKV.--.SSQ', 'AV.AKV.--.STH', 'AV.AKV.--.SWR', 'AV.AKV.--.VEC', 'AV.AKV.--.VEP', 'AV.AKV.--.VKI', 'AV.AMKA.--.BHE', 'AV.AMKA.--.BHN', 'AV.AMKA.--.BHZ', 'AV.AMKA.01.HDF', 'AV.AMKA.02.HDF', 'AV.AMKA.03.HDF', 'AV.AMKA.04.HDF', 'AV.AMKA.05.HDF', 'AV.AMKA.06.HDF', 'AV.AMKA.--.HNE', 'AV.AMKA.--.HNN', 'AV.AMKA.--.HNZ', 'AV.ANCK.--.BHE', 'AV.ANCK.--.BHN', 'AV.ANCK.--.BHZ', 'AV.ANNQ.--.BDF', 'AV.ANNQ.--.BHE', 'AV.ANNQ.--.BHN', 'AV.ANNQ.--.BHZ', 'AV.ANNW.--.BHE', 'AV.ANNW.--.BHN', 'AV.ANNW.--.BHZ', 'AV.ANPB.--.BHE', 'AV.ANPB.--.BHN', 'AV.ANPB.--.BHZ', 'AV.ANPK.--.BHE', 'AV.ANPK.--.BHN', 'AV.ANPK.--.BHZ', 'AV.ANRM.--.BHE', 'AV.ANRM.--.BHN', 'AV.ANRM.--.BHZ', 'AV.ANVM.--.BHE', 'AV.ANVM.--.BHN', 'AV.ANVM.--.BHZ', 'AK.ATKA.--.BHE', 'AK.ATKA.--.BHN', 'AK.ATKA.--.BHZ', 'AV.AU22.--.BDF', 'AV.AU22.--.BHE', 'AV.AU22.--.BHN', 'AV.AU22.--.BHZ', 'AV.AUCH.--.BHE', 'AV.AUCH.--.BHN', 'AV.AUCH.--.BHZ', 'AV.AUJA.--.BHE', 'AV.AUJA.--.BHN', 'AV.AUJA.--.BHZ', 'AV.AUJK.--.BHE', 'AV.AUJK.--.BHN', 'AV.AUJK.--.BHZ', 'AV.AUJK.--.LCE', 'AV.AUJK.--.LCQ', 'AV.AUJK.--.VEC', 'AV.AUJK.--.VEP', 'AV.AUJK.--.VKI', 'AV.AUL.--.BHE', 'AV.AUL.--.BHN', 'AV.AUL.--.BHZ', 'AV.AULG.--.BDF', 'AV.AULG.--.BHE', 'AV.AULG.--.BHN', 'AV.AULG.--.BHZ', 'AV.AULG.--.CH5', 'AV.AULG.--.CH6', 'AV.AULG.D0.EX1', 'AV.AULG.D0.EX2', 'AV.AULG.D0.EX3', 'AV.AULG.D0.GAN', 'AV.AULG.D0.GEL', 'AV.AULG.D0.GLA', 'AV.AULG.D0.GLO', 'AV.AULG.D0.GNS', 'AV.AULG.D0.GPL', 'AV.AULG.D0.GST', 'AV.AULG.D0.LCE', 'AV.AULG.D0.LCQ', 'AV.AULG.--.LDO', 'AV.AULG.D0.LDO', 'AV.AULG.--.LIO', 'AV.AULG.D0.LIO', 'AV.AULG.--.LKO', 'AV.AULG.D0.LKO', 'AV.AULG.--.LWD', 'AV.AULG.D0.LWD', 'AV.AULG.--.LWS', 'AV.AULG.D0.LWS', 'AV.AULG.D0.VCO', 'AV.AULG.D0.VDT', 'AV.AULG.D0.VEC', 'AV.AULG.D0.VEI', 'AV.AULG.--.VM1', 'AV.AULG.D0.VM1', 'AV.AULG.--.VM2', 'AV.AULG.D0.VM2', 'AV.AULG.--.VM3', 'AV.AULG.D0.VM3', 'AV.AULG.D0.VM4', 'AV.AULG.D0.VM5', 'AV.AULG.D0.VM6', 'AV.AUNO.--.BDF', 'AV.AUNO.--.BHE', 'AV.AUNO.--.BHN', 'AV.AUNO.--.BHZ', 'AV.AUSB.--.BHE', 'AV.AUSB.--.BHN', 'AV.AUSB.--.BHZ', 'AV.AUW.--.BHE', 'AV.AUW.--.BHN', 'AV.AUW.--.BHZ', 'AV.AUW.--.LCE', 'AV.AUW.--.LCQ', 'AV.AUW.--.VEC', 'AV.AUW.--.VEP', 'AV.AUW.--.VKI', 'AV.AUWS.--.BHE', 'AV.AUWS.--.BHN', 'AV.AUWS.--.BHZ', 'AK.BAE.--.BHE', 'AK.BAE.--.BHN', 'AK.BAE.--.BHZ', 'AV.BAEI.01.HDF', 'AV.BAEI.02.HDF', 'AV.BAEI.03.HDF', 'AV.BAEI.04.HDF', 'AV.BAEI.05.HDF', 'AV.BAEI.06.HDF', 'AK.BAT.--.BHE', 'AK.BAT.--.BHN', 'AK.BAT.--.BHZ', 'AK.BESE.--.BHE', 'AK.BESE.--.BHN', 'AK.BESE.--.BHZ', 'AV.BLDW.--.BHE', 'AV.BLDW.--.BHN', 'AV.BLDW.--.BHZ', 'AV.BOGO.--.BHE', 'AV.BOGO.--.BHN', 'AV.BOGO.--.BHZ', 'AV.BPPC.--.BHE', 'AV.BPPC.--.BHN', 'AV.BPPC.--.BHZ', 'AK.BRLK.--.BHE', 'AK.BRLK.--.BHN', 'AK.BRLK.--.BHZ', 'AV.BRPK.--.BHE', 'AV.BRPK.--.BHN', 'AV.BRPK.--.BHZ', 'AK.BRSE.--.BHE', 'AK.BRSE.--.BHN', 'AK.BRSE.--.BHZ', 'AV.CAHL.--.BHE', 'AV.CAHL.--.BHN', 'AV.CAHL.--.BHZ', 'AK.CAPN.EP.BDF', 'AK.CAPN.--.BHE', 'AK.CAPN.--.BHN', 'AK.CAPN.--.BHZ', 'AV.CEAP.--.BHE', 'AV.CEAP.--.BHN', 'AV.CEAP.--.BHX', 'AV.CEAP.--.BHZ', 'AV.CEPE.--.BDF', 'AV.CEPE.--.BHE', 'AV.CEPE.--.BHN', 'AV.CEPE.--.BHX', 'AV.CEPE.--.BHZ', 'AV.CERA.--.BHE', 'AV.CERA.--.BHN', 'AV.CERA.--.BHX', 'AV.CERA.--.BHZ', 'AV.CERB.--.BDF', 'AV.CERB.--.BHE', 'AV.CERB.--.BHN', 'AV.CERB.--.BHX', 'AV.CERB.--.BHZ', 'AV.CESW.--.BDF', 'AV.CESW.--.BHE', 'AV.CESW.--.BHN', 'AV.CESW.--.BHX', 'AV.CESW.--.BHZ', 'AV.CETU.--.BHE', 'AV.CETU.--.BHN', 'AV.CETU.--.BHX', 'AV.CETU.--.BHZ', 'AK.CHI.--.BHE', 'AK.CHI.--.BHN', 'AK.CHI.--.BHZ', 'AV.CLCL.--.BDF', 'AV.CLCL.--.BHE', 'AV.CLCL.--.BHN', 'AV.CLCL.--.BHX', 'AV.CLCL.--.BHZ', 'AV.CLCO.--.BHE', 'AV.CLCO.--.BHN', 'AV.CLCO.--.BHZ', 'AV.CLCO.01.HDF', 'AV.CLCO.02.HDF', 'AV.CLCO.03.HDF', 'AV.CLCO.04.HDF', 'AV.CLCO.05.HDF', 'AV.CLCO.06.HDF', 'AV.CLCO.--.LCE', 'AV.CLCO.--.LCQ', 'AV.CLCO.--.VEC', 'AV.CLCO.--.VEP', 'AV.CLCO.--.VKI', 'AV.CLES.01.BDF', 'AV.CLES.--.BHE', 'AV.CLES.--.BHN', 'AV.CLES.--.BHZ', 'AV.CLES.01.HDF', 'AV.CLES.--.LCE', 'AV.CLES.--.LCQ', 'AV.CLES.--.VEC', 'AV.CLES.--.VEP', 'AV.CLES.--.VKI', 'AV.CLNE.--.BHE', 'AV.CLNE.--.BHN', 'AV.CLNE.--.BHZ', 'AV.CLNE.--.LFE', 'AV.CLNE.--.LFN', 'AV.CLNE.--.LFZ', 'AV.CLSF.--.BHE', 'AV.CLSF.--.BHN', 'AV.CLSF.--.BHZ', 'AV.CLSF.--.LFE', 'AV.CLSF.--.LFN', 'AV.CLSF.--.LFZ', 'AK.CNP.--.BHE', 'AK.CNP.--.BHN', 'AK.CNP.--.BHZ', 'AV.CP2.--.BHE', 'AV.CP2.--.BHN', 'AV.CP2.--.BHZ', 'AV.CP2.--.HDF', 'AT.CRAG.--.BHE', 'AT.CRAG.--.BHN', 'AT.CRAG.--.BHZ', 'AV.DEER.--.BHE', 'AV.DEER.--.BHN', 'AV.DEER.--.BHZ', 'AV.DLL.01.HDF', 'AV.DLL.02.HDF', 'AV.DLL.03.HDF', 'AV.DLL.04.HDF', 'AV.DLL.05.HDF', 'AV.DLL.06.HDF', 'AV.DOL.--.BHE', 'AV.DOL.--.BHN', 'AV.DOL.--.BHZ', 'AT.DORN.--.BHE', 'AT.DORN.--.BHN', 'AT.DORN.--.BHZ', 'MI.DPS.--.BHE', 'MI.DPS.--.BHN', 'MI.DPS.--.BHZ', 'AV.DT1.--.BHE', 'AV.DT1.--.BHN', 'AV.DT1.--.BHZ', 'AV.DTN.--.BHE', 'AV.DTN.--.BHN', 'AV.DTN.--.BHX', 'AV.DTN.--.BHZ', 'AV.EDCR.--.BHE', 'AV.EDCR.--.BHN', 'AV.EDCR.--.BHZ', 'AV.EDES.--.BHE', 'AV.EDES.--.BHN', 'AV.EDES.--.BHZ', 'AV.EDNW.--.BHE', 'AV.EDNW.--.BHN', 'AV.EDNW.--.BHZ', 'AV.EDSO.--.BHE', 'AV.EDSO.--.BHN', 'AV.EDSO.--.BHZ', 'AV.EDSO.--.LDO', 'AV.EDSO.--.LIO', 'AV.EDSO.--.LKO', 'AV.EDSO.--.LWD', 'AV.EDSO.--.LWS', 'AV.EDSO.--.VM1', 'AV.EDSO.D0.VM1', 'AV.EDSO.--.VM2', 'AV.EDSO.D0.VM2', 'AV.EDSO.--.VM3', 'AT.ESTR.--.BHE', 'AT.ESTR.--.BHN', 'AT.ESTR.--.BHZ', 'AV.ETKA.--.BHE', 'AV.ETKA.--.BHN', 'AV.ETKA.--.BHZ', 'AK.FALS.--.BHE', 'AK.FALS.--.BHN', 'AK.FALS.--.BHZ', 'MI.FLX.--.BHE', 'MI.FLX.--.BHN', 'MI.FLX.--.BHZ', 'MI.FLX.01.HDF', 'MI.FLX.02.HDF', 'MI.FLX.03.HDF', 'MI.FLX.05.HDF', 'MI.FLX.06.HDF', 'AV.GAEA.--.BDF', 'AV.GAEA.--.BHE', 'AV.GAEA.--.BHN', 'AV.GAEA.--.BHX', 'AV.GAEA.--.BHZ', 'AV.GAKI.--.BHE', 'AV.GAKI.--.BHN', 'AV.GAKI.--.BHZ', 'AV.GALA.--.BDF', 'AV.GALA.--.BHE', 'AV.GALA.--.BHN', 'AV.GALA.--.BHZ', 'AV.GANE.--.BDF', 'AV.GANE.--.BHE', 'AV.GANE.--.BHN', 'AV.GANE.--.BHZ', 'AV.GANO.--.BHE', 'AV.GANO.--.BHN', 'AV.GANO.--.BHZ', 'AV.GASW.--.BDF', 'AV.GASW.--.BHE', 'AV.GASW.--.BHN', 'AV.GASW.--.BHZ', 'AK.GLB.--.BHE', 'AK.GLB.--.BHN', 'AK.GLB.--.BHZ', 'AK.GLI.--.BHE', 'AK.GLI.--.BHN', 'AK.GLI.--.BHZ', 'AV.GSCK.--.BHE', 'AV.GSCK.--.BHN', 'AV.GSCK.--.BHZ', 'AV.GSIG.--.BHE', 'AV.GSIG.--.BHN', 'AV.GSIG.--.BHZ', 'AV.GSMY.--.BDF', 'AV.GSMY.--.BHE', 'AV.GSMY.--.BHN', 'AV.GSMY.--.BHZ', 'AV.GSSP.--.BHE', 'AV.GSSP.--.BHN', 'AV.GSSP.--.BHZ', 'AV.GSTD.--.BHE', 'AV.GSTD.--.BHN', 'AV.GSTD.--.BHZ', 'AV.GSTR.--.BHE', 'AV.GSTR.--.BHN', 'AV.GSTR.--.BHZ', 'IU.GUMO.32.BDF', 'IU.GUMO.00.BH1', 'IU.GUMO.10.BH1', 'IU.GUMO.00.BH2', 'IU.GUMO.10.BH2', 'IU.GUMO.00.BHZ', 'IU.GUMO.10.BHZ', 'IM.H11N1.--.EDH', 'IM.H11N2.--.EDH', 'IM.H11N3.--.EDH', 'IM.H11S1.--.EDH', 'IM.H11S2.--.EDH', 'IM.H11S3.--.EDH', 'AV.HAG.--.BDF', 'AV.HAG.--.BHE', 'AV.HAG.--.BHN', 'AV.HAG.--.BHZ', 'AK.HARP.EP.BDF', 'AK.HARP.--.BHE', 'AK.HARP.--.BHN', 'AK.HARP.--.BHZ', 'AK.HOM.EP.BDF', 'AK.HOM.--.BHE', 'AK.HOM.--.BHN', 'AK.HOM.--.BHZ', 'AV.ILCB.--.BHE', 'AV.ILCB.--.BHN', 'AV.ILCB.--.BHZ', 'AV.ILNE.--.BHE', 'AV.ILNE.--.BHN', 'AV.ILNE.--.BHZ', 'AV.ILS.--.BHE', 'AV.ILS.--.BHN', 'AV.ILS.--.BHZ', 'AV.ILSW.--.BHE', 'AV.ILSW.--.BHN', 'AV.ILSW.--.BHZ', 'AV.ILSW.--.LCE', 'AV.ILSW.--.LCQ', 'AV.ILSW.--.VEC', 'AV.ILSW.--.VEP', 'AV.ILSW.--.VKI', 'AV.ILW.--.LCE', 'AV.ILW.--.LCQ', 'AV.ILW.--.SBT', 'AV.ILW.--.SCA', 'AV.ILW.--.SCE', 'AV.ILW.--.SCK', 'AV.ILW.--.SCS', 'AV.ILW.--.SCT', 'AV.ILW.--.SDG', 'AV.ILW.--.SDL', 'AV.ILW.--.SDT', 'AV.ILW.--.SHE', 'AV.ILW.--.SHN', 'AV.ILW.--.SHZ', 'AV.ILW.--.SIO', 'AV.ILW.--.SMD', 'AV.ILW.--.SNI', 'AV.ILW.--.SPK', 'AV.ILW.--.SPO', 'AV.ILW.--.SRD', 'AV.ILW.--.SSL', 'AV.ILW.--.SSQ', 'AV.ILW.--.STH', 'AV.ILW.--.SWR', 'AV.ILW.--.VEC', 'AV.ILW.--.VEP', 'AV.ILW.--.VKI', 'AV.ISLZ.--.BHE', 'AV.ISLZ.--.BHN', 'AV.ISLZ.--.BHZ', 'AV.ISNN.--.BHE', 'AV.ISNN.--.BHN', 'AV.ISNN.--.BHZ', 'AV.IVE.--.BDF', 'AV.IVE.--.BHE', 'AV.IVE.--.BHN', 'AV.IVE.--.BHZ', 'JP.JCJ.--.BHE', 'JP.JCJ.--.BHN', 'JP.JCJ.--.BHZ', 'AV.KAB2.--.BHE', 'AV.KAB2.--.BHN', 'AV.KAB2.--.BHZ', 'AV.KABU.--.BHE', 'AV.KABU.--.BHN', 'AV.KABU.--.BHZ', 'AV.KAHG.--.BHE', 'AV.KAHG.--.BHN', 'AV.KAHG.--.BHZ', 'AV.KAHG.--.LCE', 'AV.KAHG.--.LCQ', 'AV.KAHG.--.SBT', 'AV.KAHG.--.SCA', 'AV.KAHG.--.SCE', 'AV.KAHG.--.SCK', 'AV.KAHG.--.SCS', 'AV.KAHG.--.SCT', 'AV.KAHG.--.SDG', 'AV.KAHG.--.SDL', 'AV.KAHG.--.SDT', 'AV.KAHG.--.SIO', 'AV.KAHG.--.SMD', 'AV.KAHG.--.SNI', 'AV.KAHG.--.SPK', 'AV.KAHG.--.SPO', 'AV.KAHG.--.SRD', 'AV.KAHG.--.SSL', 'AV.KAHG.--.SSQ', 'AV.KAHG.--.STH', 'AV.KAHG.--.SWR', 'AV.KAHG.--.VEC', 'AV.KAHG.--.VEP', 'AV.KAHG.--.VKI', 'AV.KAKN.--.BHE', 'AV.KAKN.--.BHN', 'AV.KAKN.--.BHZ', 'AV.KAPH.--.BHE', 'AV.KAPH.--.BHN', 'AV.KAPH.--.BHZ', 'AV.KARR.--.BHE', 'AV.KARR.--.BHN', 'AV.KARR.--.BHZ', 'AV.KAVE.--.BHE', 'AV.KAVE.--.BHN', 'AV.KAVE.--.BHZ', 'AV.KAWH.--.BHE', 'AV.KAWH.--.BHN', 'AV.KAWH.--.BHZ', 'AV.KBM.--.BHE', 'AV.KBM.--.BHN', 'AV.KBM.--.BHZ', 'AV.KEL.--.BHE', 'AV.KEL.--.BHN', 'AV.KEL.--.BHZ', 'AV.KENI.01.HDF', 'AV.KENI.02.HDF', 'AV.KENI.03.HDF', 'AV.KENI.04.HDF', 'AV.KENI.05.HDF', 'AV.KENI.06.HDF', 'AV.KENI.--.VKI', 'AV.KICM.--.BHE', 'AV.KICM.--.BHN', 'AV.KICM.--.BHZ', 'AV.KIKV.--.BHE', 'AV.KIKV.--.BHN', 'AV.KIKV.--.BHZ', 'AV.KIMD.--.BHE', 'AV.KIMD.--.BHN', 'AV.KIMD.--.BHZ', 'AV.KINC.--.BDF', 'AV.KINC.--.BHE', 'AV.KINC.--.BHN', 'AV.KINC.--.BHZ', 'AV.KIRH.--.BHE', 'AV.KIRH.--.BHN', 'AV.KIRH.--.BHZ', 'AV.KIWB.--.BHE', 'AV.KIWB.--.BHN', 'AV.KIWB.--.BHZ', 'AV.KJL.--.BHE', 'AV.KJL.--.BHN', 'AV.KJL.--.BHZ', 'AV.KJL.--.LCE', 'AV.KJL.--.LCQ', 'AV.KJL.--.VEC', 'AV.KJL.--.VEP', 'AV.KJL.--.VKI', 'AK.KLU.--.BHE', 'AK.KLU.--.BHN', 'AK.KLU.--.BHZ', 'AK.KNK.--.BHE', 'AK.KNK.--.BHN', 'AK.KNK.--.BHZ', 'AV.KOFP.--.BHE', 'AV.KOFP.--.BHN', 'AV.KOFP.--.BHZ', 'AV.KOKL.--.BHE', 'AV.KOKL.--.BHN', 'AV.KOKL.--.BHZ', 'AV.KOKV.--.BHE', 'AV.KOKV.--.BHN', 'AV.KOKV.--.BHZ', 'AV.KONE.--.BDF', 'AV.KONE.--.BHE', 'AV.KONE.--.BHN', 'AV.KONE.--.BHZ', 'AV.KONW.--.BDF', 'AV.KONW.--.BHE', 'AV.KONW.--.BHN', 'AV.KONW.--.BHZ', 'AV.KOSE.--.BDF', 'AV.KOSE.--.BHE', 'AV.KOSE.--.BHN', 'AV.KOSE.--.BHZ', 'AV.KOWE.--.BDF', 'AV.KOWE.--.BHE', 'AV.KOWE.--.BHN', 'AV.KOWE.--.BHZ', 'AV.KVT.--.BHE', 'AV.KVT.--.BHN', 'AV.KVT.--.BHZ', 'AV.LSNW.--.BHE', 'AV.LSNW.--.BHN', 'AV.LSNW.--.BHZ', 'AV.LSPA.--.BHE', 'AV.LSPA.--.BHN', 'AV.LSPA.--.BHZ', 'AV.LSSA.--.BHE', 'AV.LSSA.--.BHN', 'AV.LSSA.--.BHZ', 'AV.LSSE.--.BDF', 'AV.LSSE.--.BHE', 'AV.LSSE.--.BHN', 'AV.LSSE.--.BHZ', 'AV.LVA.10.BHE', 'AV.LVA.10.BHN', 'AV.LVA.10.BHZ', 'AK.M23K.EP.BDF', 'AK.M23K.--.BHE', 'AK.M23K.--.BHN', 'AK.M23K.--.BHZ', 'AK.M26K.EP.BDF', 'AK.M26K.--.BHE', 'AK.M26K.--.BHN', 'AK.M26K.--.BHZ', 'AV.MAPS.--.BDF', 'AV.MAPS.--.BHE', 'AV.MAPS.--.BHN', 'AV.MAPS.--.BHX', 'AV.MAPS.--.BHZ', 'AK.MCAR.--.BHE', 'AK.MCAR.--.BHN', 'AK.MCAR.--.BHZ', 'AV.MCIR.--.BHE', 'AV.MCIR.--.BHN', 'AV.MCIR.--.BHZ', 'AV.MGLS.--.BHE', 'AV.MGLS.--.BHN', 'AV.MGLS.--.BHZ', 'AV.MGOD.--.BHE', 'AV.MGOD.--.BHN', 'AV.MGOD.--.BHX', 'AV.MGOD.--.BHZ', 'AV.MNAT.--.BDF', 'AV.MNAT.--.BHE', 'AV.MNAT.--.BHN', 'AV.MNAT.--.BHZ', 'AV.MREP.--.BHE', 'AV.MREP.--.BHN', 'AV.MREP.--.BHZ', 'AV.MSW.--.BDF', 'AV.MSW.--.BHE', 'AV.MSW.--.BHN', 'AV.MSW.--.BHZ', 'AV.MTBL.--.BHE', 'AV.MTBL.--.BHN', 'AV.MTBL.--.BHZ', 'AV.N20K.EP.BDF', 'AV.N20K.EP.BDO', 'AV.N20K.--.BHE', 'AV.N20K.--.BHN', 'AV.N20K.--.BHX', 'AV.N20K.--.BHZ', 'AV.N20K.--.LCE', 'AV.N20K.EP.LCE', 'AV.N20K.EP.LCO', 'AV.N20K.--.LCQ', 'AV.N20K.EP.LDF', 'AV.N20K.EP.LDM', 'AV.N20K.EP.LDO', 'AV.N20K.EP.LEP', 'AV.N20K.--.LHE', 'AV.N20K.--.LHN', 'AV.N20K.--.LHZ', 'AV.N20K.EP.LIM', 'AV.N20K.EP.LKM', 'AV.N20K.--.LTW', 'AV.N20K.--.UHE', 'AV.N20K.--.UHN', 'AV.N20K.--.UHZ', 'AV.N20K.--.VCE', 'AV.N20K.--.VCO', 'AV.N20K.--.VCQ', 'AV.N20K.--.VEA', 'AV.N20K.--.VEC', 'AV.N20K.--.VEP', 'AV.N20K.--.VFP', 'AV.N20K.--.VHE', 'AV.N20K.--.VHN', 'AV.N20K.--.VHZ', 'AV.N20K.--.VKI', 'AV.N20K.--.VM1', 'AV.N20K.--.VM2', 'AV.N20K.--.VM3', 'AV.N20K.--.VTW', 'AV.N25K.EP.BDF', 'AV.N25K.EP.BDO', 'AV.N25K.--.BHE', 'AV.N25K.--.BHN', 'AV.N25K.--.BHZ', 'AV.N25K.--.LCE', 'AV.N25K.EP.LCE', 'AV.N25K.EP.LCO', 'AV.N25K.--.LCQ', 'AV.N25K.EP.LDF', 'AV.N25K.EP.LDM', 'AV.N25K.EP.LDO', 'AV.N25K.EP.LEP', 'AV.N25K.--.LHE', 'AV.N25K.--.LHN', 'AV.N25K.--.LHZ', 'AV.N25K.EP.LIM', 'AV.N25K.EP.LKM', 'AV.N25K.--.LTW', 'AV.N25K.--.UHE', 'AV.N25K.--.UHN', 'AV.N25K.--.UHZ', 'AV.N25K.--.VCE', 'AV.N25K.--.VCO', 'AV.N25K.--.VCQ', 'AV.N25K.--.VEA', 'AV.N25K.--.VEC', 'AV.N25K.--.VEP', 'AV.N25K.--.VFP', 'AV.N25K.--.VHE', 'AV.N25K.--.VHN', 'AV.N25K.--.VHZ', 'AV.N25K.--.VKI', 'AV.N25K.--.VM1', 'AV.N25K.--.VM2', 'AV.N25K.--.VM3', 'AV.N25K.--.VTW', 'AV.NCT.--.BHE', 'AV.NCT.--.BHN', 'AV.NCT.--.BHZ', 'AK.NIKH.--.BHE', 'AK.NIKH.--.BHN', 'AK.NIKH.--.BHZ', 'AT.NSHR.--.BHE', 'AT.NSHR.--.BHN', 'AT.NSHR.--.BHZ', 'AK.O20K.EP.BDF', 'AK.O20K.--.BHE', 'AK.O20K.--.BHN', 'AK.O20K.--.BHZ', 'AV.OKBR.--.BHE', 'AV.OKBR.--.BHN', 'AV.OKBR.--.BHZ', 'AV.OKBR.--.LFE', 'AV.OKBR.--.LFN', 'AV.OKBR.--.LFZ', 'AV.OKCE.--.BHE', 'AV.OKCE.--.BHN', 'AV.OKCE.--.BHZ', 'AV.OKCF.--.BHE', 'AV.OKCF.--.BHN', 'AV.OKCF.--.BHZ', 'AV.OKFG.--.BHE', 'AV.OKFG.--.BHN', 'AV.OKFG.--.BHX', 'AV.OKFG.--.BHZ', 'AV.OKIF.01.HDF', 'AV.OKIF.02.HDF', 'AV.OKIF.03.HDF', 'AV.OKIF.04.HDF', 'AV.OKIF.05.HDF', 'AV.OKIF.06.HDF', 'AV.OKIF.--.SBT', 'AV.OKIF.--.SCA', 'AV.OKIF.--.SCE', 'AV.OKIF.--.SCK', 'AV.OKIF.--.SCS', 'AV.OKIF.--.SCT', 'AV.OKIF.--.SDG', 'AV.OKIF.--.SDL', 'AV.OKIF.--.SDT', 'AV.OKIF.--.SIO', 'AV.OKIF.--.SMD', 'AV.OKIF.--.SNI', 'AV.OKIF.--.SPK', 'AV.OKIF.--.SPO', 'AV.OKIF.--.SRD', 'AV.OKIF.--.SSL', 'AV.OKIF.--.SSQ', 'AV.OKIF.--.STH', 'AV.OKIF.--.SWR', 'AV.OKIF.--.VKI', 'AV.OKNC.--.BHE', 'AV.OKNC.--.BHN', 'AV.OKNC.--.BHZ', 'AV.OKNO.--.BHE', 'AV.OKNO.--.BHN', 'AV.OKNO.--.BHZ', 'AV.OKSO.--.BHE', 'AV.OKSO.--.BHN', 'AV.OKSO.--.BHZ', 'AV.OKTU.--.BHE', 'AV.OKTU.--.BHN', 'AV.OKTU.--.BHZ', 'AV.P18K.EP.BDF', 'AV.P18K.EP.BDO', 'AV.P18K.--.BHE', 'AV.P18K.--.BHN', 'AV.P18K.--.BHZ', 'AV.P18K.--.HNE', 'AV.P18K.--.HNN', 'AV.P18K.--.HNZ', 'AV.P18K.--.LCE', 'AV.P18K.EP.LCE', 'AV.P18K.EP.LCO', 'AV.P18K.--.LCQ', 'AV.P18K.EP.LDF', 'AV.P18K.EP.LDM', 'AV.P18K.EP.LDO', 'AV.P18K.EP.LEP', 'AV.P18K.--.LHE', 'AV.P18K.--.LHN', 'AV.P18K.--.LHZ', 'AV.P18K.EP.LIM', 'AV.P18K.EP.LKM', 'AV.P18K.--.LNE', 'AV.P18K.--.LNN', 'AV.P18K.--.LNZ', 'AV.P18K.--.LTW', 'AV.P18K.--.UHE', 'AV.P18K.--.UHN', 'AV.P18K.--.UHZ', 'AV.P18K.--.VCE', 'AV.P18K.--.VCO', 'AV.P18K.--.VCQ', 'AV.P18K.--.VEA', 'AV.P18K.--.VEC', 'AV.P18K.--.VEP', 'AV.P18K.--.VFP', 'AV.P18K.--.VHE', 'AV.P18K.--.VHN', 'AV.P18K.--.VHZ', 'AV.P18K.--.VKI', 'AV.P18K.--.VM1', 'AV.P18K.--.VM2', 'AV.P18K.--.VM3', 'AV.P18K.--.VTW', 'AV.P19K.EP.BDF', 'AV.P19K.EP.BDO', 'AV.P19K.--.BHE', 'AV.P19K.--.BHN', 'AV.P19K.--.BHZ', 'AV.P19K.--.HNE', 'AV.P19K.--.HNN', 'AV.P19K.--.HNZ', 'AV.P19K.--.LCE', 'AV.P19K.EP.LCE', 'AV.P19K.EP.LCO', 'AV.P19K.--.LCQ', 'AV.P19K.EP.LDF', 'AV.P19K.EP.LDM', 'AV.P19K.EP.LDO', 'AV.P19K.EP.LDV', 'AV.P19K.EP.LEH', 'AV.P19K.EP.LEP', 'AV.P19K.EP.LER', 'AV.P19K.EP.LEW', 'AV.P19K.--.LHE', 'AV.P19K.--.LHN', 'AV.P19K.--.LHZ', 'AV.P19K.EP.LIM', 'AV.P19K.EP.LIO', 'AV.P19K.EP.LKH', 'AV.P19K.EP.LKM', 'AV.P19K.EP.LKO', 'AV.P19K.--.LNE', 'AV.P19K.--.LNN', 'AV.P19K.--.LNZ', 'AV.P19K.EP.LRH', 'AV.P19K.EP.LRO', 'AV.P19K.--.LTW', 'AV.P19K.EP.LWD', 'AV.P19K.EP.LWS', 'AV.P19K.--.UHE', 'AV.P19K.--.UHN', 'AV.P19K.--.UHZ', 'AV.P19K.--.VCE', 'AV.P19K.--.VCO', 'AV.P19K.--.VCQ', 'AV.P19K.--.VEA', 'AV.P19K.--.VEC', 'AV.P19K.--.VEP', 'AV.P19K.--.VFP', 'AV.P19K.--.VHE', 'AV.P19K.--.VHN', 'AV.P19K.--.VHZ', 'AV.P19K.--.VKI', 'AV.P19K.--.VM1', 'AV.P19K.--.VM2', 'AV.P19K.--.VM3', 'AV.P19K.--.VTW', 'AV.PLBL.--.BHE', 'AV.PLBL.--.BHN', 'AV.PLBL.--.BHZ', 'AV.PLK1.--.BHE', 'AV.PLK1.--.BHN', 'AV.PLK1.--.BHZ', 'AV.PLK2.--.BHE', 'AV.PLK2.--.BHN', 'AV.PLK2.--.BHZ', 'AV.PLK3.--.BHE', 'AV.PLK3.--.BHN', 'AV.PLK3.--.BHZ', 'AV.PLK5.--.BHE', 'AV.PLK5.--.BHN', 'AV.PLK5.--.BHZ', 'AT.PMR.--.BHE', 'AT.PMR.--.BHN', 'AT.PMR.--.BHZ', 'AV.PN7A.--.BDF', 'AV.PN7A.--.BHE', 'AV.PN7A.--.BHN', 'AV.PN7A.--.BHZ', 'AV.PN7A.--.LCE', 'AV.PN7A.--.LCQ', 'AV.PN7A.--.VEC', 'AV.PN7A.--.VEP', 'AV.PN7A.--.VKI', 'AV.PS1A.--.BDF', 'AV.PS1A.--.BHE', 'AV.PS1A.--.BHN', 'AV.PS1A.--.BHZ', 'AV.PS1A.--.LCE', 'AV.PS1A.--.LCQ', 'AV.PS1A.--.VEC', 'AV.PS1A.--.VEP', 'AV.PS1A.--.VKI', 'AV.PS4A.--.BDF', 'AV.PS4A.--.BHE', 'AV.PS4A.--.BHN', 'AV.PS4A.--.BHZ', 'AV.PS4A.--.LCE', 'AV.PS4A.--.LCQ', 'AV.PS4A.--.VEC', 'AV.PS4A.--.VEP', 'AV.PS4A.--.VKI', 'AV.PS4A.--.VM1', 'AV.PS4A.--.VM2', 'AV.PS4A.--.VM3', 'AV.PTHD.--.BHE', 'AV.PTHD.--.BHN', 'AV.PTHD.--.BHZ', 'AV.PV6A.--.BDF', 'AV.PV6A.--.BHE', 'AV.PV6A.--.BHN', 'AV.PV6A.--.BHZ', 'AV.PV6A.--.LCE', 'AV.PV6A.--.LCQ', 'AV.PV6A.--.VEC', 'AV.PV6A.--.VEP', 'AV.PV6A.--.VKI', 'AV.PVV.--.BDF', 'AV.PVV.--.BHE', 'AV.PVV.--.BHN', 'AV.PVV.--.BHZ', 'AV.PVV.--.LCE', 'AV.PVV.--.LCQ', 'AV.PVV.--.VEC', 'AV.PVV.--.VEP', 'AV.PVV.--.VKI', 'AK.PWL.--.BHE', 'AK.PWL.--.BHN', 'AK.PWL.--.BHZ', 'AV.Q17K.EP.BDF', 'AV.Q17K.EP.BDO', 'AV.Q17K.--.BHE', 'AV.Q17K.--.BHN', 'AV.Q17K.--.BHZ', 'AV.Q17K.--.LCE', 'AV.Q17K.EP.LCE', 'AV.Q17K.EP.LCO', 'AV.Q17K.--.LCQ', 'AV.Q17K.EP.LDF', 'AV.Q17K.EP.LDM', 'AV.Q17K.EP.LDO', 'AV.Q17K.EP.LEP', 'AV.Q17K.--.LHE', 'AV.Q17K.--.LHN', 'AV.Q17K.--.LHZ', 'AV.Q17K.EP.LIM', 'AV.Q17K.EP.LKM', 'AV.Q17K.--.LTW', 'AV.Q17K.--.UHE', 'AV.Q17K.--.UHN', 'AV.Q17K.--.UHZ', 'AV.Q17K.--.VCE', 'AV.Q17K.--.VCO', 'AV.Q17K.--.VCQ', 'AV.Q17K.--.VEA', 'AV.Q17K.--.VEC', 'AV.Q17K.--.VEP', 'AV.Q17K.--.VFP', 'AV.Q17K.--.VHE', 'AV.Q17K.--.VHN', 'AV.Q17K.--.VHZ', 'AV.Q17K.--.VKI', 'AV.Q17K.--.VM1', 'AV.Q17K.--.VM2', 'AV.Q17K.--.VM3', 'AV.Q17K.--.VTW', 'AV.Q18K.EP.BDF', 'AV.Q18K.EP.BDO', 'AV.Q18K.--.BHE', 'AV.Q18K.--.BHN', 'AV.Q18K.--.BHZ', 'AV.Q18K.--.LCE', 'AV.Q18K.EP.LCE', 'AV.Q18K.EP.LCO', 'AV.Q18K.--.LCQ', 'AV.Q18K.EP.LDF', 'AV.Q18K.EP.LDM', 'AV.Q18K.EP.LDO', 'AV.Q18K.EP.LEP', 'AV.Q18K.--.LHE', 'AV.Q18K.--.LHN', 'AV.Q18K.--.LHZ', 'AV.Q18K.EP.LIM', 'AV.Q18K.EP.LKM', 'AV.Q18K.--.LTW', 'AV.Q18K.--.UHE', 'AV.Q18K.--.UHN', 'AV.Q18K.--.UHZ', 'AV.Q18K.--.VCE', 'AV.Q18K.--.VCO', 'AV.Q18K.--.VCQ', 'AV.Q18K.--.VEA', 'AV.Q18K.--.VEC', 'AV.Q18K.--.VEP', 'AV.Q18K.--.VFP', 'AV.Q18K.--.VHE', 'AV.Q18K.--.VHN', 'AV.Q18K.--.VHZ', 'AV.Q18K.--.VKI', 'AV.Q18K.--.VM1', 'AV.Q18K.--.VM2', 'AV.Q18K.--.VM3', 'AV.Q18K.--.VTW', 'AK.Q19K.EP.BDF', 'AK.Q19K.--.BHE', 'AK.Q19K.--.BHN', 'AK.Q19K.--.BHZ', 'AV.Q20K.EP.BDF', 'AV.Q20K.EP.BDO', 'AV.Q20K.--.BHE', 'AV.Q20K.--.BHN', 'AV.Q20K.--.BHZ', 'AV.Q20K.--.LCE', 'AV.Q20K.EP.LCE', 'AV.Q20K.EP.LCO', 'AV.Q20K.--.LCQ', 'AV.Q20K.EP.LDF', 'AV.Q20K.EP.LDM', 'AV.Q20K.EP.LDO', 'AV.Q20K.EP.LEP', 'AV.Q20K.--.LHE', 'AV.Q20K.--.LHN', 'AV.Q20K.--.LHZ', 'AV.Q20K.EP.LIM', 'AV.Q20K.EP.LKM', 'AV.Q20K.--.LTW', 'AV.Q20K.--.UHE', 'AV.Q20K.--.UHN', 'AV.Q20K.--.UHZ', 'AV.Q20K.--.VCE', 'AV.Q20K.--.VCO', 'AV.Q20K.--.VCQ', 'AV.Q20K.--.VEA', 'AV.Q20K.--.VEC', 'AV.Q20K.--.VEP', 'AV.Q20K.--.VFP', 'AV.Q20K.--.VHE', 'AV.Q20K.--.VHN', 'AV.Q20K.--.VHZ', 'AV.Q20K.--.VKI', 'AV.Q20K.--.VM1', 'AV.Q20K.--.VM2', 'AV.Q20K.--.VM3', 'AV.Q20K.--.VTW', 'AV.R17L.EP.BDF', 'AV.R17L.EP.BDO', 'AV.R17L.--.BHE', 'AV.R17L.--.BHN', 'AV.R17L.--.BHZ', 'AV.R17L.--.HNE', 'AV.R17L.--.HNN', 'AV.R17L.--.HNZ', 'AV.R17L.--.LCE', 'AV.R17L.EP.LCE', 'AV.R17L.EP.LCO', 'AV.R17L.--.LCQ', 'AV.R17L.EP.LDF', 'AV.R17L.EP.LDM', 'AV.R17L.EP.LDO', 'AV.R17L.EP.LDV', 'AV.R17L.EP.LEH', 'AV.R17L.EP.LEP', 'AV.R17L.EP.LER', 'AV.R17L.EP.LEW', 'AV.R17L.--.LHE', 'AV.R17L.--.LHN', 'AV.R17L.--.LHZ', 'AV.R17L.EP.LIM', 'AV.R17L.EP.LIO', 'AV.R17L.EP.LKH', 'AV.R17L.EP.LKM', 'AV.R17L.EP.LKO', 'AV.R17L.--.LNE', 'AV.R17L.--.LNN', 'AV.R17L.--.LNZ', 'AV.R17L.EP.LRH', 'AV.R17L.EP.LRO', 'AV.R17L.--.LTW', 'AV.R17L.EP.LWD', 'AV.R17L.EP.LWS', 'AV.R17L.--.UHE', 'AV.R17L.--.UHN', 'AV.R17L.--.UHZ', 'AV.R17L.--.VCE', 'AV.R17L.--.VCO', 'AV.R17L.--.VCQ', 'AV.R17L.--.VEA', 'AV.R17L.--.VEC', 'AV.R17L.--.VEP', 'AV.R17L.--.VFP', 'AV.R17L.--.VHE', 'AV.R17L.--.VHN', 'AV.R17L.--.VHZ', 'AV.R17L.--.VKI', 'AV.R17L.--.VM1', 'AV.R17L.--.VM2', 'AV.R17L.--.VM3', 'AV.R17L.--.VTW', 'AK.R32K.EP.BDF', 'AK.R32K.--.BHE', 'AK.R32K.--.BHN', 'AK.R32K.--.BHZ', 'AK.RC01.EP.BDF', 'AK.RC01.--.BHE', 'AK.RC01.--.BHN', 'AK.RC01.--.BHZ', 'AV.RDDF.--.BDF', 'AV.RDDF.--.BHE', 'AV.RDDF.--.BHN', 'AV.RDDF.--.BHX', 'AV.RDDF.--.BHZ', 'AV.RDJH.--.BHE', 'AV.RDJH.--.BHN', 'AV.RDJH.--.BHZ', 'AV.RDSO.--.BDF', 'AV.RDSO.--.BHE', 'AV.RDSO.--.BHN', 'AV.RDSO.--.BHZ', 'AV.RDT.--.BDF', 'AV.RDT.--.BHE', 'AV.RDT.--.BHN', 'AV.RDT.--.BHZ', 'AV.RDWB.--.BHE', 'AV.RDWB.--.BHN', 'AV.RDWB.--.BHX', 'AV.RDWB.--.BHZ', 'AV.RED.--.BHE', 'AV.RED.--.BHN', 'AV.RED.--.BHZ', 'AV.REF.--.BHE', 'AV.REF.--.BHN', 'AV.REF.--.BHZ', 'AV.S12K.EP.BDF', 'AV.S12K.EP.BDO', 'AV.S12K.--.BHE', 'AV.S12K.--.BHN', 'AV.S12K.--.BHZ', 'AV.S12K.--.HNE', 'AV.S12K.--.HNN', 'AV.S12K.--.HNZ', 'AV.S12K.--.LCE', 'AV.S12K.EP.LCE', 'AV.S12K.EP.LCO', 'AV.S12K.--.LCQ', 'AV.S12K.EP.LDF', 'AV.S12K.EP.LDM', 'AV.S12K.EP.LDO', 'AV.S12K.EP.LEP', 'AV.S12K.--.LHE', 'AV.S12K.--.LHN', 'AV.S12K.--.LHZ', 'AV.S12K.EP.LIM', 'AV.S12K.EP.LKM', 'AV.S12K.--.LNE', 'AV.S12K.--.LNN', 'AV.S12K.--.LNZ', 'AV.S12K.--.LTW', 'AV.S12K.--.UHE', 'AV.S12K.--.UHN', 'AV.S12K.--.UHZ', 'AV.S12K.--.VCE', 'AV.S12K.--.VCO', 'AV.S12K.--.VCQ', 'AV.S12K.--.VEA', 'AV.S12K.--.VEC', 'AV.S12K.--.VEP', 'AV.S12K.--.VFP', 'AV.S12K.--.VHE', 'AV.S12K.--.VHN', 'AV.S12K.--.VHZ', 'AV.S12K.--.VKI', 'AV.S12K.--.VM1', 'AV.S12K.--.VM2', 'AV.S12K.--.VM3', 'AV.S12K.--.VTW', 'AV.S14K.00.BHE', 'AV.S14K.00.BHN', 'AV.S14K.00.BHZ', 'AK.S15K.EP.BDF', 'AK.S31K.EP.BDF', 'AK.S31K.--.BHE', 'AK.S31K.--.BHN', 'AK.S31K.--.BHZ', 'AK.S32K.EP.BDF', 'AK.S32K.--.BHE', 'AK.S32K.--.BHN', 'AK.S32K.--.BHZ', 'AK.SAW.--.BHE', 'AK.SAW.--.BHN', 'AK.SAW.--.BHZ', 'AK.SCM.--.BHE', 'AK.SCM.--.BHN', 'AK.SCM.--.BHZ', 'AV.SDPI.01.HDF', 'AV.SDPI.02.HDF', 'AV.SDPI.03.HDF', 'AV.SDPI.04.HDF', 'AV.SDPI.05.HDF', 'AV.SDPI.06.HDF', 'AV.SDPI.--.LCE', 'AV.SDPI.--.LCQ', 'AV.SDPI.--.SBT', 'AV.SDPI.--.SCA', 'AV.SDPI.--.SCE', 'AV.SDPI.--.SCK', 'AV.SDPI.--.SCS', 'AV.SDPI.--.SCT', 'AV.SDPI.--.SDG', 'AV.SDPI.--.SDL', 'AV.SDPI.--.SDT', 'AV.SDPI.--.SIO', 'AV.SDPI.--.SMD', 'AV.SDPI.--.SNI', 'AV.SDPI.--.SPK', 'AV.SDPI.--.SPO', 'AV.SDPI.--.SRD', 'AV.SDPI.--.SSL', 'AV.SDPI.--.SSQ', 'AV.SDPI.--.STH', 'AV.SDPI.--.SWR', 'AV.SDPI.--.VEC', 'AV.SDPI.--.VEP', 'AV.SDPI.--.VKI', 'IM.SHEM.--.BHE', 'IM.SHEM.--.BHN', 'IM.SHEM.--.BHZ', 'AK.SII.--.BHE', 'AK.SII.--.BHN', 'AK.SII.--.BHZ', 'AT.SIT.--.BHE', 'AT.SIT.--.BHN', 'AT.SIT.--.BHZ', 'AK.SKN.--.BHE', 'AK.SKN.--.BHN', 'AK.SKN.--.BHZ', 'AT.SMY.--.BHE', 'AT.SMY.--.BHN', 'AT.SMY.--.BHZ', 'AV.SPBG.--.BHE', 'AV.SPBG.--.BHN', 'AV.SPBG.--.BHX', 'AV.SPBG.--.BHZ', 'AV.SPBL.--.BHE', 'AV.SPBL.--.BHN', 'AV.SPBL.--.BHZ', 'AV.SPCG.--.BHE', 'AV.SPCG.--.BHN', 'AV.SPCG.--.BHX', 'AV.SPCG.--.BHZ', 'AV.SPCL.--.BHE', 'AV.SPCL.--.BHN', 'AV.SPCL.--.BHX', 'AV.SPCL.--.BHZ', 'AV.SPCN.--.BHE', 'AV.SPCN.--.BHN', 'AV.SPCN.--.BHX', 'AV.SPCN.--.BHZ', 'AV.SPCP.--.BDF', 'AV.SPCP.--.BHE', 'AV.SPCP.--.BHN', 'AV.SPCP.--.BHX', 'AV.SPCP.--.BHZ', 'AK.SPIA.--.BHE', 'AK.SPIA.--.BHN', 'AK.SPIA.--.BHZ', 'AV.SPNN.--.BHE', 'AV.SPNN.--.BHN', 'AV.SPNN.--.BHX', 'AV.SPNN.--.BHZ', 'AV.SPU.--.BDF', 'AV.SPU.--.BHE', 'AV.SPU.--.BHN', 'AV.SPU.--.BHX', 'AV.SPU.--.BHZ', 'AV.SPWE.--.BDF', 'AV.SPWE.--.BHE', 'AV.SPWE.--.BHN', 'AV.SPWE.--.BHX', 'AV.SPWE.--.BHZ', 'AV.SSBA.--.BDF', 'AV.SSBA.--.BHE', 'AV.SSBA.--.BHN', 'AV.SSBA.--.BHX', 'AV.SSBA.--.BHZ', 'AV.SSLN.--.BDF', 'AV.SSLN.--.BHE', 'AV.SSLN.--.BHN', 'AV.SSLN.--.BHX', 'AV.SSLN.--.BHZ', 'AV.SSLS.--.BDF', 'AV.SSLS.--.BHE', 'AV.SSLS.--.BHN', 'AV.SSLS.--.BHX', 'AV.SSLS.--.BHZ', 'AK.SSN.EP.BDF', 'AK.SSN.--.BHE', 'AK.SSN.--.BHN', 'AK.SSN.--.BHZ', 'AV.STLK.--.BHE', 'AV.STLK.--.BHN', 'AV.STLK.--.BHX', 'AV.STLK.--.BHZ', 'AK.SWD.--.BHE', 'AK.SWD.--.BHN', 'AK.SWD.--.BHZ', 'AV.TAFL.--.BHE', 'AV.TAFL.--.BHN', 'AV.TAFL.--.BHZ', 'AV.TAFP.--.BDF', 'AV.TAFP.--.BHE', 'AV.TAFP.--.BHN', 'AV.TAFP.--.BHZ', 'AV.TANO.--.BHE', 'AV.TANO.--.BHN', 'AV.TANO.--.BHZ', 'AV.TAPA.--.BHE', 'AV.TAPA.--.BHN', 'AV.TAPA.--.BHZ', 'AV.TASE.--.BHE', 'AV.TASE.--.BHN', 'AV.TASE.--.BHZ', 'AV.TASO.--.BHE', 'AV.TASO.--.BHN', 'AV.TASO.--.BHZ', 'AT.TTA.--.BHE', 'AT.TTA.--.BHN', 'AT.TTA.--.BHZ', 'AK.U33K.EP.BDF', 'AK.U33K.--.BHE', 'AK.U33K.--.BHN', 'AK.U33K.--.BHZ', 'AK.UNV.--.BHE', 'AK.UNV.--.BHN', 'AK.UNV.--.BHZ', 'AV.VNBL.--.BHE', 'AV.VNBL.--.BHN', 'AV.VNBL.--.BHZ', 'AV.VNCG.--.BDF', 'AV.VNCG.--.BHE', 'AV.VNCG.--.BHN', 'AV.VNCG.--.BHZ', 'AV.VNKR.--.BHE', 'AV.VNKR.--.BHN', 'AV.VNKR.--.BHZ', 'AV.VNSG.--.BHE', 'AV.VNSG.--.BHN', 'AV.VNSG.--.BHZ', 'AV.VNSO.--.BDF', 'AV.VNSO.--.BHE', 'AV.VNSO.--.BHN', 'AV.VNSO.--.BHZ', 'AV.VNSW.--.BDF', 'AV.VNSW.--.BHE', 'AV.VNSW.--.BHN', 'AV.VNSW.--.BHZ', 'AV.VNWF.--.BHE', 'AV.VNWF.--.BHN', 'AV.VNWF.--.BHZ', 'AV.WACK.--.BHE', 'AV.WACK.--.BHN', 'AV.WACK.--.BHZ', 'AV.WASW.--.SHE', 'AV.WASW.--.SHN', 'AV.WASW.--.SHZ', 'AV.WAZA.--.BHE', 'AV.WAZA.--.BHN', 'AV.WAZA.--.BHZ', 'AV.WAZA.--.SBT', 'AV.WAZA.--.SCA', 'AV.WAZA.--.SCE', 'AV.WAZA.--.SCK', 'AV.WAZA.--.SCS', 'AV.WAZA.--.SCT', 'AV.WAZA.--.SDG', 'AV.WAZA.--.SDL', 'AV.WAZA.--.SDT', 'AV.WAZA.--.SIO', 'AV.WAZA.--.SMD', 'AV.WAZA.--.SNI', 'AV.WAZA.--.SPK', 'AV.WAZA.--.SPO', 'AV.WAZA.--.SRD', 'AV.WAZA.--.SSL', 'AV.WAZA.--.SSQ', 'AV.WAZA.--.STH', 'AV.WAZA.--.SWR', 'AV.WAZA.--.VEC', 'AV.WAZA.--.VEP', 'AV.WAZA.--.VKI', 'AV.WEBT.--.BHE', 'AV.WEBT.--.BHN', 'AV.WEBT.--.BHZ', 'AV.WEBT.--.VEP', 'AV.WEBT.--.VKI', 'AV.WESE.--.BHE', 'AV.WESE.--.BHN', 'AV.WESE.--.BHZ', 'AV.WESN.--.BHE', 'AV.WESN.--.BHN', 'AV.WESN.--.BHZ', 'AV.WESP.--.BHE', 'AV.WESP.--.BHN', 'AV.WESP.--.BHZ', 'AV.WTUG.--.BHE', 'AV.WTUG.--.BHN', 'AV.WTUG.--.BHZ', 'AT.YKU2.--.BHE', 'AT.YKU2.--.BHN', 'AT.YKU2.--.BHZ', 'AV.ZRO.--.BHE', 'AV.ZRO.--.BHN', 'AV.ZRO.--.BHZ']
</f32><f33>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 127, in skip_on_network_error
    return func(*args, **kwargs)
  File "/testbed/obspy/clients/earthworm/tests/test_client.py", line 41, in test_get_waveform
    self.assertEqual(len(stream), 1)
AssertionError: 0 != 1
</f33></failures></clients.earthworm><clients.fdsn><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>30.77836537361145</timetaken><tested>True</tested><tests>98</tests><skipped>0</skipped><errors /><failures><f34>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 543, in test_authentication
    got = client.get_waveforms(*query)
  File "/testbed/obspy/clients/fdsn/client.py", line 713, in get_waveforms
    data_stream = self._download(url, use_gzip=False)
  File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
    raise FDSNException("Unknown Error (%s): %s" % (
obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
</f34><f35>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 551, in test_conflicting_params
    self.assertRaises(FDSNException, self.client.get_stations,
  File "/usr/local/lib/python3.9/unittest/case.py", line 739, in assertRaises
    return context.handle('assertRaises', args, kwargs)
  File "/usr/local/lib/python3.9/unittest/case.py", line 201, in handle
    callable_obj(*args, **kwargs)
  File "/testbed/obspy/clients/fdsn/client.py", line 586, in get_stations
    raise ValueError(msg)
ValueError: The current client does not have a station service.
</f35><f36>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 657, in test_dataselect_bulk
    got = client.get_waveforms_bulk(bulk, **params)
  File "/testbed/obspy/clients/fdsn/client.py", line 890, in get_waveforms_bulk
    data_stream = self._download(url,
  File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
    raise FDSNException("Unknown Error (%s): %s" % (
obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
</f36><f37>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 762, in test_get_waveform_attach_response
    st = client.get_waveforms_bulk(bulk, attach_response=True)
  File "/testbed/obspy/clients/fdsn/client.py", line 890, in get_waveforms_bulk
    data_stream = self._download(url,
  File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
    raise FDSNException("Unknown Error (%s): %s" % (
obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
</f37><f38>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 568, in test_help_function_with_iris
    client.help("event")
  File "/testbed/obspy/clients/fdsn/client.py", line 1200, in help
    self._get_webservice_versionstring(service),
  File "/testbed/obspy/clients/fdsn/client.py", line 1517, in _get_webservice_versionstring
    version = self.get_webservice_version(service)
  File "/testbed/obspy/clients/fdsn/client.py", line 1505, in get_webservice_version
    version = self._download(url, return_string=True)
  File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
    raise FDSNException("Unknown Error (%s): %s" % (
obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
</f38><f39>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 198, in _new_conn
    sock = connection.create_connection(
  File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 60, in create_connection
    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  File "/usr/local/lib/python3.9/socket.py", line 966, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -5] No address associated with hostname

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

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 787, in urlopen
    response = self._make_request(
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 493, in _make_request
    conn.request(
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 494, in request
    self.endheaders()
  File "/usr/local/lib/python3.9/http/client.py", line 1280, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/local/lib/python3.9/http/client.py", line 1040, in _send_output
    self.send(msg)
  File "/usr/local/lib/python3.9/http/client.py", line 980, in send
    self.connect()
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 325, in connect
    self.sock = self._new_conn()
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 205, in _new_conn
    raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: &lt;urllib3.connection.HTTPConnection object at 0x7f3938e198b0&gt;: Failed to resolve 'service.iris.edu' ([Errno -5] No address associated with hostname)

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

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 644, in send
    resp = conn.urlopen(
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 841, in urlopen
    retries = retries.increment(
  File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 519, in increment
    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='service.iris.edu', port=80): Max retries exceeded with url: /fdsnws/event/1/contributors (Caused by NameResolutionError("&lt;urllib3.connection.HTTPConnection object at 0x7f3938e198b0&gt;: Failed to resolve 'service.iris.edu' ([Errno -5] No address associated with hostname)"))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 344, in test_iris_event_contributors_availability
    response = requests.get(
  File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 73, in get
    return request("get", url, params=params, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 59, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 677, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='service.iris.edu', port=80): Max retries exceeded with url: /fdsnws/event/1/contributors (Caused by NameResolutionError("&lt;urllib3.connection.HTTPConnection object at 0x7f3938e198b0&gt;: Failed to resolve 'service.iris.edu' ([Errno -5] No address associated with hostname)"))
</f39><f40>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 518, in test_iris_example_queries_dataselect
    got = client.get_waveforms(*query)
  File "/testbed/obspy/clients/fdsn/client.py", line 713, in get_waveforms
    data_stream = self._download(url, use_gzip=False)
  File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
    raise FDSNException("Unknown Error (%s): %s" % (
obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
</f40><f41>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 385, in test_iris_example_queries_event
    cat = client.get_events(eventid=609301)
  File "/testbed/obspy/clients/fdsn/client.py", line 396, in get_events
    data_stream = self._download(url)
  File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
    raise FDSNException("Unknown Error (%s): %s" % (
obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
</f41><f42>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 434, in test_iris_example_queries_station
    inv = client.get_stations(latitude=-56.1, longitude=-26.7,
  File "/testbed/obspy/clients/fdsn/client.py", line 586, in get_stations
    raise ValueError(msg)
ValueError: The current client does not have a station service.
</f42><f43>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 243, in test_location_parameters
    self.client._create_url_from_parameters(
  File "/testbed/obspy/clients/fdsn/client.py", line 1093, in _create_url_from_parameters
    service_params = self.services[service]
KeyError: 'station'
</f43><f44>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 927, in test_manually_deactivate_single_service
    client = Client(base_url="IRIS", user_agent=USER_AGENT,
  File "/testbed/obspy/clients/fdsn/client.py", line 262, in __init__
    self._discover_services()
  File "/testbed/obspy/clients/fdsn/client.py", line 1477, in _discover_services
    raise FDSNException(msg)
obspy.clients.fdsn.header.FDSNException: No FDSN services could be discovered at 'http://service.iris.edu'. This could be due to a temporary service outage or an invalid FDSN service address.
</f44><f45>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 1182, in test_no_data
    self.assertRaises(FDSNNoDataException, self.client.get_events,
  File "/usr/local/lib/python3.9/unittest/case.py", line 739, in assertRaises
    return context.handle('assertRaises', args, kwargs)
  File "/usr/local/lib/python3.9/unittest/case.py", line 201, in handle
    callable_obj(*args, **kwargs)
  File "/testbed/obspy/clients/fdsn/client.py", line 396, in get_events
    data_stream = self._download(url)
  File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
    raise FDSNException("Unknown Error (%s): %s" % (
obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
</f45><f46>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 1024, in test_redirection
    c = Client("IRIS", service_mappings={
  File "/testbed/obspy/clients/fdsn/client.py", line 262, in __init__
    self._discover_services()
  File "/testbed/obspy/clients/fdsn/client.py", line 1477, in _discover_services
    raise FDSNException(msg)
obspy.clients.fdsn.header.FDSNException: No FDSN services could be discovered at 'http://service.iris.edu'. This could be due to a temporary service outage or an invalid FDSN service address.
</f46><f47>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 1085, in test_redirection_auth
    self.assertRaises(
  File "/usr/local/lib/python3.9/unittest/case.py", line 739, in assertRaises
    return context.handle('assertRaises', args, kwargs)
  File "/usr/local/lib/python3.9/unittest/case.py", line 201, in handle
    callable_obj(*args, **kwargs)
  File "/testbed/obspy/clients/fdsn/client.py", line 262, in __init__
    self._discover_services()
  File "/testbed/obspy/clients/fdsn/client.py", line 1477, in _discover_services
    raise FDSNException(msg)
obspy.clients.fdsn.header.FDSNException: No FDSN services could be discovered at 'http://service.iris.edu'. This could be due to a temporary service outage or an invalid FDSN service address.
</f47><f48>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 713, in test_station_bulk
    inv = client.get_stations_bulk(bulk, level="station")
  File "/testbed/obspy/clients/fdsn/client.py", line 1024, in get_stations_bulk
    raise ValueError(msg)
ValueError: The current client does not have a station service.
</f48><f49>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/mass_downloader/restrictions.py", line 281, in it
    raise StopIteration
StopIteration

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

Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_mass_downloader.py", line 234, in test_restrictions_object
    chunks = list(res)
RuntimeError: generator raised StopIteration
</f49><f50>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.client.Client.__init__
  File "/testbed/obspy/clients/fdsn/client.py", line 141, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 146, in obspy.clients.fdsn.client.Client.__init__
Failed example:
    print(client)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.__init__[1]&gt;", line 1, in &lt;module&gt;
        print(client)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
      File "/testbed/obspy/clients/fdsn/client.py", line 1152, in __str__
        versions = dict([(s, self._get_webservice_versionstring(s))
      File "/testbed/obspy/clients/fdsn/client.py", line 1152, in &lt;listcomp&gt;
        versions = dict([(s, self._get_webservice_versionstring(s))
      File "/testbed/obspy/clients/fdsn/client.py", line 1517, in _get_webservice_versionstring
        version = self.get_webservice_version(service)
      File "/testbed/obspy/clients/fdsn/client.py", line 1505, in get_webservice_version
        version = self._download(url, return_string=True)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;

</f50><f51>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.client.Client.get_events
  File "/testbed/obspy/clients/fdsn/client.py", line 272, in get_events

----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 277, in obspy.clients.fdsn.client.Client.get_events
Failed example:
    cat = client.get_events(eventid=609301)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_events[1]&gt;", line 1, in &lt;module&gt;
        cat = client.get_events(eventid=609301)
      File "/testbed/obspy/clients/fdsn/client.py", line 396, in get_events
        data_stream = self._download(url)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 278, in obspy.clients.fdsn.client.Client.get_events
Failed example:
    print(cat)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_events[2]&gt;", line 1, in &lt;module&gt;
        print(cat)
    NameError: name 'cat' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 287, in obspy.clients.fdsn.client.Client.get_events
Failed example:
    cat = client.get_events(starttime=t1, endtime=t2, minmagnitude=4,
                            catalog="ISC")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_events[5]&gt;", line 1, in &lt;module&gt;
        cat = client.get_events(starttime=t1, endtime=t2, minmagnitude=4,
      File "/testbed/obspy/clients/fdsn/client.py", line 396, in get_events
        data_stream = self._download(url)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 289, in obspy.clients.fdsn.client.Client.get_events
Failed example:
    print(cat)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_events[6]&gt;", line 1, in &lt;module&gt;
        print(cat)
    NameError: name 'cat' is not defined

</f51><f52>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.client.Client.get_stations
  File "/testbed/obspy/clients/fdsn/client.py", line 414, in get_stations

----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 421, in obspy.clients.fdsn.client.Client.get_stations
Failed example:
    inventory = client.get_stations(network="IU", station="A*",
                                    starttime=starttime,
                                    endtime=endtime)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations[3]&gt;", line 1, in &lt;module&gt;
        inventory = client.get_stations(network="IU", station="A*",
      File "/testbed/obspy/clients/fdsn/client.py", line 586, in get_stations
        raise ValueError(msg)
    ValueError: The current client does not have a station service.
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 424, in obspy.clients.fdsn.client.Client.get_stations
Failed example:
    print(inventory)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations[4]&gt;", line 1, in &lt;module&gt;
        print(inventory)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    NameError: name 'inventory' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 461, in obspy.clients.fdsn.client.Client.get_stations
Failed example:
    inventory = client.get_stations(
        starttime=starttime, endtime=endtime,
        network="IU", sta="ANMO", loc="00", channel="*Z",
        level="response")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations[6]&gt;", line 1, in &lt;module&gt;
        inventory = client.get_stations(
      File "/testbed/obspy/clients/fdsn/client.py", line 586, in get_stations
        raise ValueError(msg)
    ValueError: The current client does not have a station service.
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 465, in obspy.clients.fdsn.client.Client.get_stations
Failed example:
    print(inventory)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations[7]&gt;", line 1, in &lt;module&gt;
        print(inventory)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    NameError: name 'inventory' is not defined

</f52><f53>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.client.Client.get_stations_bulk
  File "/testbed/obspy/clients/fdsn/client.py", line 904, in get_stations_bulk

----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 935, in obspy.clients.fdsn.client.Client.get_stations_bulk
Failed example:
    inv = client.get_stations_bulk(bulk)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations_bulk[5]&gt;", line 1, in &lt;module&gt;
        inv = client.get_stations_bulk(bulk)
      File "/testbed/obspy/clients/fdsn/client.py", line 1024, in get_stations_bulk
        raise ValueError(msg)
    ValueError: The current client does not have a station service.
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 936, in obspy.clients.fdsn.client.Client.get_stations_bulk
Failed example:
    print(inv)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations_bulk[6]&gt;", line 1, in &lt;module&gt;
        print(inv)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    NameError: name 'inv' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 965, in obspy.clients.fdsn.client.Client.get_stations_bulk
Failed example:
    inv = client.get_stations_bulk(bulk, level="channel")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations_bulk[8]&gt;", line 1, in &lt;module&gt;
        inv = client.get_stations_bulk(bulk, level="channel")
      File "/testbed/obspy/clients/fdsn/client.py", line 1024, in get_stations_bulk
        raise ValueError(msg)
    ValueError: The current client does not have a station service.
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 966, in obspy.clients.fdsn.client.Client.get_stations_bulk
Failed example:
    print(inv)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_stations_bulk[9]&gt;", line 1, in &lt;module&gt;
        print(inv)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    NameError: name 'inv' is not defined

</f53><f54>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.client.Client.get_waveforms
  File "/testbed/obspy/clients/fdsn/client.py", line 608, in get_waveforms

----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 615, in obspy.clients.fdsn.client.Client.get_waveforms
Failed example:
    st = client.get_waveforms("IU", "ANMO", "00", "LHZ", t1, t2)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms[3]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms("IU", "ANMO", "00", "LHZ", t1, t2)
      File "/testbed/obspy/clients/fdsn/client.py", line 713, in get_waveforms
        data_stream = self._download(url, use_gzip=False)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 616, in obspy.clients.fdsn.client.Client.get_waveforms
Failed example:
    print(st)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms[4]&gt;", line 1, in &lt;module&gt;
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 622, in obspy.clients.fdsn.client.Client.get_waveforms
Failed example:
    st = client.get_waveforms("IU", "A*", "1?", "LHZ", t1, t2)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms[5]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms("IU", "A*", "1?", "LHZ", t1, t2)
      File "/testbed/obspy/clients/fdsn/client.py", line 713, in get_waveforms
        data_stream = self._download(url, use_gzip=False)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 623, in obspy.clients.fdsn.client.Client.get_waveforms
Failed example:
    print(st)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms[6]&gt;", line 1, in &lt;module&gt;
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 634, in obspy.clients.fdsn.client.Client.get_waveforms
Failed example:
    st = client.get_waveforms("TA", "E42A", "*", "BH?", t+300, t+400,
                              attach_response=True)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms[8]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms("TA", "E42A", "*", "BH?", t+300, t+400,
      File "/testbed/obspy/clients/fdsn/client.py", line 713, in get_waveforms
        data_stream = self._download(url, use_gzip=False)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 636, in obspy.clients.fdsn.client.Client.get_waveforms
Failed example:
    st.remove_response(output="VEL") # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms[9]&gt;", line 1, in &lt;module&gt;
        st.remove_response(output="VEL") # doctest: +ELLIPSIS
    NameError: name 'st' is not defined

</f54><f55>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.client.Client.get_waveforms_bulk
  File "/testbed/obspy/clients/fdsn/client.py", line 753, in get_waveforms_bulk

----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 784, in obspy.clients.fdsn.client.Client.get_waveforms_bulk
Failed example:
    st = client.get_waveforms_bulk(bulk)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms_bulk[5]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms_bulk(bulk)
      File "/testbed/obspy/clients/fdsn/client.py", line 890, in get_waveforms_bulk
        data_stream = self._download(url,
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 785, in obspy.clients.fdsn.client.Client.get_waveforms_bulk
Failed example:
    print(st)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms_bulk[6]&gt;", line 1, in &lt;module&gt;
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 797, in obspy.clients.fdsn.client.Client.get_waveforms_bulk
Failed example:
    st = client.get_waveforms_bulk(bulk)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms_bulk[8]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms_bulk(bulk)
      File "/testbed/obspy/clients/fdsn/client.py", line 890, in get_waveforms_bulk
        data_stream = self._download(url,
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 798, in obspy.clients.fdsn.client.Client.get_waveforms_bulk
Failed example:
    print(st)  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms_bulk[9]&gt;", line 1, in &lt;module&gt;
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 820, in obspy.clients.fdsn.client.Client.get_waveforms_bulk
Failed example:
    st = client.get_waveforms_bulk(bulk, attach_response=True)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms_bulk[16]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms_bulk(bulk, attach_response=True)
      File "/testbed/obspy/clients/fdsn/client.py", line 890, in get_waveforms_bulk
        data_stream = self._download(url,
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/client.py", line 821, in obspy.clients.fdsn.client.Client.get_waveforms_bulk
Failed example:
    st.remove_response(output="VEL") # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.client.Client.get_waveforms_bulk[17]&gt;", line 1, in &lt;module&gt;
        st.remove_response(output="VEL") # doctest: +ELLIPSIS
    NameError: name 'st' is not defined

</f55><f56>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.fdsn.__init__
  File "/testbed/obspy/clients/fdsn/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/__init__.py", line 30, in obspy.clients.fdsn.__init__
Failed example:
    for key in sorted(URL_MAPPINGS.keys()):
        print("{0:&lt;7} {1}".format(key,  URL_MAPPINGS[key]))
Expected:
    BGR     http://eida.bgr.de
    EMSC    http://www.seismicportal.eu
    ETH     http://eida.ethz.ch
    GEONET  http://service.geonet.org.nz
    GFZ     http://geofon.gfz-potsdam.de
    INGV    http://webservices.rm.ingv.it
    IPGP    http://eida.ipgp.fr
    IRIS    http://service.iris.edu
    ISC     http://isc-mirror.iris.washington.edu
    KOERI   http://eida.koeri.boun.edu.tr
    LMU     http://erde.geophysik.uni-muenchen.de
    NCEDC   http://service.ncedc.org
    NIEP    http://eida-sc3.infp.ro
    NOA     http://eida.gein.noa.gr
    ODC     http://www.orfeus-eu.org
    ORFEUS  http://www.orfeus-eu.org
    RESIF   http://ws.resif.fr
    SCEDC   http://service.scedc.caltech.edu
    USGS    http://earthquake.usgs.gov
    USP     http://sismo.iag.usp.br
Got:
    BGR     http://eida.bgr.de
    EMSC    http://www.seismicportal.eu
    ETH     http://eida.ethz.ch
    GEONET  http://service.geonet.org.nz
    GFZ     https://geofon.gfz-potsdam.de
    INGV    http://webservices.rm.ingv.it
    IPGP    http://eida.ipgp.fr
    IRIS    http://service.iris.edu
    ISC     http://isc-mirror.iris.washington.edu
    KOERI   http://eida.koeri.boun.edu.tr
    LMU     http://erde.geophysik.uni-muenchen.de
    NCEDC   http://service.ncedc.org
    NIEP    http://eida-sc3.infp.ro
    NOA     http://eida.gein.noa.gr
    ODC     http://www.orfeus-eu.org
    ORFEUS  http://www.orfeus-eu.org
    RESIF   http://ws.resif.fr
    SCEDC   https://service.scedc.caltech.edu
    USGS    https://earthquake.usgs.gov
    USP     http://sismo.iag.usp.br
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/__init__.py", line 64, in obspy.clients.fdsn.__init__
Failed example:
    st = client.get_waveforms("IU", "ANMO", "00", "LHZ", t, t + 60 * 60)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.__init__[6]&gt;", line 1, in &lt;module&gt;
        st = client.get_waveforms("IU", "ANMO", "00", "LHZ", t, t + 60 * 60)
      File "/testbed/obspy/clients/fdsn/client.py", line 713, in get_waveforms
        data_stream = self._download(url, use_gzip=False)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/__init__.py", line 82, in obspy.clients.fdsn.__init__
Failed example:
    cat = client.get_events(starttime=starttime, endtime=endtime,
                            minmagnitude=6, catalog="ISC")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.__init__[10]&gt;", line 1, in &lt;module&gt;
        cat = client.get_events(starttime=starttime, endtime=endtime,
      File "/testbed/obspy/clients/fdsn/client.py", line 396, in get_events
        data_stream = self._download(url)
      File "/testbed/obspy/clients/fdsn/client.py", line 1336, in _download
        raise FDSNException("Unknown Error (%s): %s" % (
    obspy.clients.fdsn.header.FDSNException: Unknown Error (URLError): &lt;urlopen error [Errno -5] No address associated with hostname&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/__init__.py", line 84, in obspy.clients.fdsn.__init__
Failed example:
    print(cat)  # doctest: +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.__init__[11]&gt;", line 1, in &lt;module&gt;
        print(cat)  # doctest: +NORMALIZE_WHITESPACE
    NameError: name 'cat' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/__init__.py", line 105, in obspy.clients.fdsn.__init__
Failed example:
    inventory = client.get_stations(network="IU", station="A*",
                                    starttime=starttime,
                                    endtime=endtime)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.__init__[13]&gt;", line 1, in &lt;module&gt;
        inventory = client.get_stations(network="IU", station="A*",
      File "/testbed/obspy/clients/fdsn/client.py", line 586, in get_stations
        raise ValueError(msg)
    ValueError: The current client does not have a station service.
----------------------------------------------------------------------
File "/testbed/obspy/clients/fdsn/__init__.py", line 108, in obspy.clients.fdsn.__init__
Failed example:
    print(inventory)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.clients.fdsn.__init__[14]&gt;", line 1, in &lt;module&gt;
        print(inventory)  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    NameError: name 'inventory' is not defined

</f56><f57>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 337, in test_iris_event_catalog_availability
    self.assertEqual(set(self.client.services["available_event_catalogs"]),
AssertionError: Items in the first set but not the second:
'NEIC PDE\n '
'GCMT\n '
'ISC\n '
Items in the second set but not the first:
'ISC'
'GCMT'
'NEIC PDE'
</f57><f58>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 290, in test_service_discovery_iris
    self.assertEqual(set(client.services.keys()),
AssertionError: Items in the second set but not the first:
'station'
</f58><f59>Traceback (most recent call last):
  File "/testbed/obspy/clients/fdsn/tests/test_client.py", line 634, in test_str_method
    self.assertEqual(got, expected, failmsg(got, expected))
AssertionError: Lists differ: ['FDS[114 chars].X) 'available_event_catalogs' 'available_even[183 chars]es.'] != ['FDS[114 chars].X) 'station' (vX.X.X) 'available_event_catalo[202 chars]es.']

First differing element 1:
"Avai[51 chars].X) 'available_event_catalogs' 'available_event_contributors'"
"Avai[51 chars].X) 'station' (vX.X.X) 'available_event_catalo[30 chars]ors'"

  ['FDSN Webservice Client (base url: http://service.iris.edu)',
-  "Available Services: 'dataselect' (vX.X.X) 'event' (vX.X.X) "
+  "Available Services: 'dataselect' (vX.X.X) 'event' (vX.X.X) 'station' "
?                                                              ++++++++++

-  "'available_event_catalogs' 'available_event_contributors'",
+  "(vX.X.X) 'available_event_catalogs' 'available_event_contributors'",
?   +++++++++

   '',
   "Use e.g. client.help('dataselect') for the",
   'parameter description of the individual services',
   'or client.help() for parameter description of',
   'all webservices.'] : 
Got:
['FDSN Webservice Client (base url: http://service.iris.edu)', "Available Services: 'dataselect' (vX.X.X) 'event' (vX.X.X) 'available_event_catalogs' 'available_event_contributors'", '', "Use e.g. client.help('dataselect') for the", 'parameter description of the individual services', 'or client.help() for parameter description of', 'all webservices.']
Expected:
['FDSN Webservice Client (base url: http://service.iris.edu)', "Available Services: 'dataselect' (vX.X.X) 'event' (vX.X.X) 'station' (vX.X.X) 'available_event_catalogs' 'available_event_contributors'", '', "Use e.g. client.help('dataselect') for the", 'parameter description of the individual services', 'or client.help() for parameter description of', 'all webservices.']
</f59></failures></clients.fdsn><clients.filesystem><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>3.2763469219207764</timetaken><tested>True</tested><tests>6</tests><skipped>0</skipped><errors><f0>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/sre_parse.py", line 1051, in parse_template
    this = chr(ESCAPES[this][1])
KeyError: '\\w'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 241, in test_get_all_stations_and_nslc
    got_netsta = client.get_all_stations()
  File "/testbed/obspy/clients/filesystem/sds.py", line 556, in get_all_stations
    dict_ = _parse_path_to_dict(file_, pattern_, group_map)
  File "/testbed/obspy/clients/filesystem/sds.py", line 592, in _parse_path_to_dict
    regex = re.sub(FORMAT_STR_PLACEHOLDER_REGEX, r'(\w*?)', regex) + "$"
  File "/usr/local/lib/python3.9/re.py", line 210, in sub
    return _compile(pattern, flags).sub(repl, string, count)
  File "/usr/local/lib/python3.9/re.py", line 327, in _subx
    template = _compile_repl(template, pattern)
  File "/usr/local/lib/python3.9/re.py", line 318, in _compile_repl
    return sre_parse.parse_template(repl, pattern)
  File "/usr/local/lib/python3.9/sre_parse.py", line 1054, in parse_template
    raise s.error('bad escape %s' % this, len(this))
re.error: bad escape \w at position 1
</f0><f1>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/sre_parse.py", line 1051, in parse_template
    this = chr(ESCAPES[this][1])
KeyError: '\\w'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/filesystem/tests/test_sds.py", line 184, in test_sds_report
    sds_report(argv)
  File "/testbed/obspy/scripts/sds_html_report.py", line 367, in main
    for net, sta in client.get_all_stations():
  File "/testbed/obspy/clients/filesystem/sds.py", line 556, in get_all_stations
    dict_ = _parse_path_to_dict(file_, pattern_, group_map)
  File "/testbed/obspy/clients/filesystem/sds.py", line 592, in _parse_path_to_dict
    regex = re.sub(FORMAT_STR_PLACEHOLDER_REGEX, r'(\w*?)', regex) + "$"
  File "/usr/local/lib/python3.9/re.py", line 210, in sub
    return _compile(pattern, flags).sub(repl, string, count)
  File "/usr/local/lib/python3.9/re.py", line 327, in _subx
    template = _compile_repl(template, pattern)
  File "/usr/local/lib/python3.9/re.py", line 318, in _compile_repl
    return sre_parse.parse_template(repl, pattern)
  File "/usr/local/lib/python3.9/sre_parse.py", line 1054, in parse_template
    raise s.error('bad escape %s' % this, len(this))
re.error: bad escape \w at position 1
</f1></errors><failures /></clients.filesystem><clients.iris><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>35.77416110038757</timetaken><tested>True</tested><tests>15</tests><skipped>0</skipped><errors /><failures><f60>Traceback (most recent call last):
  File "/testbed/obspy/clients/iris/client.py", line 446, in resp
    data = self._fetch("resp", **kwargs)
  File "/testbed/obspy/clients/iris/client.py", line 133, in _fetch
    response = urllib_request.urlopen(req, timeout=self.timeout)
  File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/local/lib/python3.9/urllib/request.py", line 523, in open
    response = meth(req, response)
  File "/usr/local/lib/python3.9/urllib/request.py", line 632, in http_response
    response = self.parent.error(
  File "/usr/local/lib/python3.9/urllib/request.py", line 561, in error
    return self._call_chain(*args)
  File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python3.9/urllib/request.py", line 641, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/testbed/obspy/clients/iris/tests/test_client.py", line 230, in test_resp
    result = client.resp("UW", "LON", "", "EHZ")
  File "/testbed/obspy/clients/iris/client.py", line 450, in resp
    raise Exception(msg)
Exception: No response data available (HTTPError: HTTP Error 404: )
</f60><f61>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.iris.client.Client.evalresp
  File "/testbed/obspy/clients/iris/client.py", line 835, in evalresp

----------------------------------------------------------------------
File "/testbed/obspy/clients/iris/client.py", line 941, in obspy.clients.iris.client.Client.evalresp
Failed example:
    data[0]  # frequency, amplitude, phase of first point
Expected:
    array([  1.00000000e-05,   1.05599900e+04,   1.79200700e+02])
Got:
    array([1.000000e-05, 1.055934e+04, 1.792007e+02])

</f61><f62>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.iris.client.Client.sacpz
  File "/testbed/obspy/clients/iris/client.py", line 454, in sacpz

----------------------------------------------------------------------
File "/testbed/obspy/clients/iris/client.py", line 492, in obspy.clients.iris.client.Client.sacpz
Failed example:
    print(sacpz.decode())  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Expected:
    * **********************************
    * NETWORK   (KNETWK): IU
    * STATION    (KSTNM): ANMO
    * LOCATION   (KHOLE): 00
    * CHANNEL   (KCMPNM): BHZ
    * CREATED           : ...
    * START             : 2002-11-19T21:07:00
    * END               : 2008-06-30T00:00:00
    * DESCRIPTION       : Albuquerque, New Mexico, USA
    * LATITUDE          : 34.945981
    * LONGITUDE         : -106.457133
    * ELEVATION         : 1671.0
    * DEPTH             : 145.0
    * DIP               : 0.0
    * AZIMUTH           : 0.0
    * SAMPLE RATE       : 20.0
    * INPUT UNIT        : M
    * OUTPUT UNIT       : COUNTS
    * INSTTYPE          : Geotech KS-54000 Borehole Seismometer
    * INSTGAIN          : 1.935000e+03 (M/S)
    * COMMENT           :
    * SENSITIVITY       : 8.115970e+08 (M/S)
    * A0                : 8.608300e+04
    * **********************************
    ZEROS    3
        +0.000000e+00    +0.000000e+00
        +0.000000e+00    +0.000000e+00
        +0.000000e+00    +0.000000e+00
    POLES    5
        -5.943130e+01    +0.000000e+00
        -2.271210e+01    +2.710650e+01
        -2.271210e+01    -2.710650e+01
        -4.800400e-03    +0.000000e+00
        -7.319900e-02    +0.000000e+00
    CONSTANT    6.986470e+13
    &lt;BLANKLINE&gt;
    &lt;BLANKLINE&gt;
    &lt;BLANKLINE&gt;
    ...
Got:
    * **********************************
    * NETWORK   (KNETWK): IU
    * STATION    (KSTNM): ANMO
    * LOCATION   (KHOLE): 00
    * CHANNEL   (KCMPNM): BHZ
    * CREATED           : 2025-11-10T11:34:58
    * START             : 2002-11-19T21:07:00
    * END               : 2008-06-30T00:00:00
    * DESCRIPTION       : Albuquerque, New Mexico, USA
    * LATITUDE          : 34.945981
    * LONGITUDE         : -106.457133
    * ELEVATION         : 1671.0
    * DEPTH             : 145.0
    * DIP               : 0.0
    * AZIMUTH           : 0.0
    * SAMPLE RATE       : 20.0
    * INPUT UNIT        : M
    * OUTPUT UNIT       : COUNTS
    * INSTTYPE          : Geotech KS-54000 Borehole Seismometer
    * INSTGAIN          : 1.935000e+03 (M/S)
    * COMMENT           : 
    * SENSITIVITY       : 8.115480e+08 (M/S)
    * A0                : 8.607770e+04
    * **********************************
    ZEROS	3
    	+0.000000e+00	+0.000000e+00	
    	+0.000000e+00	+0.000000e+00	
    	+0.000000e+00	+0.000000e+00	
    POLES	5
    	-4.800400e-03	+0.000000e+00	
    	-7.319900e-02	+0.000000e+00	
    	-2.271210e+01	-2.710650e+01	
    	-2.271210e+01	+2.710650e+01	
    	-5.943130e+01	+0.000000e+00	
    CONSTANT	6.985619e+13
    &lt;BLANKLINE&gt;
    &lt;BLANKLINE&gt;
    &lt;BLANKLINE&gt;
    &lt;BLANKLINE&gt;
    &lt;BLANKLINE&gt;

</f62><f63>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.iris.client.Client.timeseries
  File "/testbed/obspy/clients/iris/client.py", line 177, in timeseries

----------------------------------------------------------------------
File "/testbed/obspy/clients/iris/client.py", line 320, in obspy.clients.iris.client.Client.timeseries
Failed example:
    print(st[0].data)  # doctest: +ELLIPSIS
Expected:
    [ -1.57488682e-06  -1.26318002e-06  -7.84807128e-07 ...
Got:
    [-1.57498380e-06 -1.26325779e-06 -7.84855445e-07 -2.73597749e-07
      1.49651157e-07  4.15160798e-07  5.13905604e-07  4.83453846e-07
      3.82808793e-07  2.68396462e-07  1.78712199e-07  1.29611124e-07
      1.18055056e-07  1.30188894e-07  1.49717962e-07  1.63909334e-07
      1.66248356e-07  1.56169492e-07  1.37032302e-07  1.13625617e-07
      9.01527812e-08  6.91435815e-08  5.12837559e-08  3.58787240e-08
      2.15880380e-08  7.12111747e-09 -8.30076807e-09 -2.47867753e-08
     -4.18850163e-08 -5.88481193e-08 -7.49276197e-08 -8.95957797e-08
     -1.02641835e-07 -1.14140065e-07 -1.24328977e-07 -1.33465406e-07
     -1.41714565e-07 -1.49109766e-07 -1.55579201e-07 -1.61010249e-07
     -1.65313111e-07 -1.68455784e-07 -1.70464261e-07 -1.71401581e-07
     -1.71345818e-07 -1.70377618e-07 -1.68577216e-07 -1.66025856e-07
     -1.62806785e-07 -1.59002880e-07 -1.54692586e-07 -1.49950907e-07
     -1.44858731e-07 -1.39513119e-07 -1.34025541e-07 -1.28505050e-07
     -1.23038518e-07 -1.17682283e-07 -1.12466232e-07 -1.07400879e-07
     -1.02480548e-07 -9.76858487e-08 -9.29923942e-08 -8.83872104e-08
     -8.38864977e-08 -7.95416781e-08 -7.54220366e-08 -7.15768351e-08
     -6.79996646e-08 -6.46219007e-08 -6.13424831e-08 -5.80760755e-08
     -5.47916663e-08 -5.15201179e-08 -4.83238480e-08 -4.52400428e-08
     -4.22268691e-08 -3.91482295e-08 -3.58147858e-08 -3.20657350e-08
     -2.78491150e-08 -2.32567050e-08 -1.84924538e-08 -1.37877505e-08
     -9.30553679e-09 -5.08293407e-09 -1.04185749e-09  2.94031643e-09
      6.94010183e-09  1.09256426e-08  1.47523451e-08  1.82121269e-08
      2.11040430e-08  2.32887629e-08  2.47070222e-08  2.53666883e-08
      2.53170054e-08  2.46268197e-08  2.33717188e-08  2.16230269e-08
      1.94298995e-08  1.67974488e-08  1.36770684e-08  9.98366367e-09
      5.63695890e-09  6.05533790e-10 -5.07076026e-09 -1.12896599e-08
     -1.79169195e-08 -2.48200855e-08 -3.18936770e-08 -3.90750259e-08
     -4.63542804e-08 -5.37781659e-08 -6.14443394e-08 -6.94850399e-08
     -7.80407845e-08 -8.72237038e-08 -9.70718688e-08 -1.07505542e-07
     -1.18305088e-07 -1.29127912e-07 -1.39567632e-07 -1.49241075e-07
     -1.57875803e-07 -1.65368178e-07 -1.71790631e-07 -1.77345939e-07
     -1.82285021e-07 -1.86816635e-07 -1.91038268e-07 -1.94909887e-07
     -1.98274606e-07 -2.00912226e-07 -2.02602905e-07 -2.03182779e-07
     -2.02579315e-07 -2.00817880e-07 -1.97997124e-07 -1.94244009e-07
     -1.89668327e-07 -1.84332833e-07 -1.78246282e-07 -1.71378986e-07
     -1.63693031e-07 -1.55171691e-07 -1.45833766e-07 -1.35728754e-07
     -1.24919623e-07 -1.13462782e-07 -1.01392523e-07 -8.87162628e-08
     -7.54257243e-08 -6.15244531e-08 -4.70620378e-08 -3.21568336e-08
     -1.69910290e-08 -1.77754611e-09  1.32849225e-08  2.80474115e-08
      4.24236646e-08  5.63785001e-08  6.98959539e-08  8.29372269e-08
      9.54061861e-08  1.07142199e-07  1.17947948e-07  1.27638174e-07
      1.36082292e-07  1.43220930e-07  1.49057399e-07  1.53640656e-07
      1.57056789e-07  1.59433057e-07  1.60944580e-07  1.61806696e-07
      1.62240426e-07  1.62410657e-07  1.62353814e-07  1.61927488e-07
      1.60818345e-07  1.58627600e-07  1.55018085e-07  1.49873983e-07
      1.43409324e-07  1.36168694e-07  1.28890449e-07  1.22247044e-07
      1.16532007e-07  1.11410550e-07  1.05866313e-07  9.84378161e-08
      8.77439135e-08  7.31660279e-08  5.54251933e-08  3.67202624e-08
      2.01523722e-08  8.42484038e-09  2.32815922e-09  3.11318193e-10]

</f63><f64>Traceback (most recent call last):
  File "/testbed/obspy/clients/iris/tests/test_client.py", line 159, in test_evalresp
    self.assertEqual(fp.readline(),
AssertionError: '1.000000E-05 1.055934E+04 1.792007E+02\n' != '1.000000E-05  1.055999E+04  1.792007E+02\n'
- 1.000000E-05 1.055934E+04 1.792007E+02
?                    ^^
+ 1.000000E-05  1.055999E+04  1.792007E+02
?              +      ^^    +

</f64><f65>Traceback (most recent call last):
  File "/testbed/obspy/clients/iris/tests/test_client.py", line 43, in test_sacpz
    self.assertEqual(result, expected)
AssertionError: Lists differ: [b'* [754 chars]8.115480e+08 (M/S)', b'* A0                : 8[418 chars] b''] != [b'* [754 chars]8.115970e+08 (M/S)', b'* A0                : 8[408 chars] b'']

First differing element 20:
b'* SENSITIVITY       : 8.115480e+08 (M/S)'
b'* SENSITIVITY       : 8.115970e+08 (M/S)'

First list contains 2 additional elements.
First extra element 36:
b''

Diff is 1776 characters long. Set self.maxDiff to None to see it.
</f65></failures></clients.iris><clients.neic><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>10.6739022731781</timetaken><tested>True</tested><tests>5</tests><skipped>0</skipped><errors /><failures><f66>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.neic.client.Client
  File "/testbed/obspy/clients/neic/client.py", line 25, in Client

----------------------------------------------------------------------
File "/testbed/obspy/clients/neic/client.py", line 46, in obspy.clients.neic.client.Client
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
Got:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH1 | 2025-11-10T06:35:27.119538Z - 2025-11-10T06:35:37.119538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BH2 | 2025-11-10T06:35:27.119538Z - 2025-11-10T06:35:37.119538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BHZ | 2025-11-10T06:35:27.119538Z - 2025-11-10T06:35:37.119538Z | 40.0 Hz, 401 samples
----------------------------------------------------------------------
File "/testbed/obspy/clients/neic/client.py", line 52, in obspy.clients.neic.client.Client
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
Got:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH1 | 2025-11-10T06:35:27.119538Z - 2025-11-10T06:35:37.119538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BH2 | 2025-11-10T06:35:27.119538Z - 2025-11-10T06:35:37.119538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BHZ | 2025-11-10T06:35:27.119538Z - 2025-11-10T06:35:37.119538Z | 40.0 Hz, 401 samples

</f66><f67>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.neic.client.Client.get_waveforms
  File "/testbed/obspy/clients/neic/client.py", line 73, in get_waveforms

----------------------------------------------------------------------
File "/testbed/obspy/clients/neic/client.py", line 113, in obspy.clients.neic.client.Client.get_waveforms
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
Got:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH1 | 2025-11-10T06:35:29.794538Z - 2025-11-10T06:35:39.794538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BH2 | 2025-11-10T06:35:29.794538Z - 2025-11-10T06:35:39.794538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BHZ | 2025-11-10T06:35:29.794538Z - 2025-11-10T06:35:39.794538Z | 40.0 Hz, 401 samples

</f67><f68>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.neic.client.Client.get_waveforms_nscl
  File "/testbed/obspy/clients/neic/client.py", line 130, in get_waveforms_nscl

----------------------------------------------------------------------
File "/testbed/obspy/clients/neic/client.py", line 164, in obspy.clients.neic.client.Client.get_waveforms_nscl
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
    IU.ANMO.00.BH... | 20.0 Hz, 201 samples
Got:
    3 Trace(s) in Stream:
    IU.ANMO.00.BH1 | 2025-11-10T06:35:30.569538Z - 2025-11-10T06:35:40.569538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BH2 | 2025-11-10T06:35:30.569538Z - 2025-11-10T06:35:40.569538Z | 40.0 Hz, 401 samples
    IU.ANMO.00.BHZ | 2025-11-10T06:35:30.569538Z - 2025-11-10T06:35:40.569538Z | 40.0 Hz, 401 samples

</f68><f69>Traceback (most recent call last):
  File "/testbed/obspy/clients/neic/tests/test_client.py", line 64, in test_get_waveform_nscl
    self.assertEqual(stats.sampling_rate, 20.0)
AssertionError: 40.0 != 20.0
</f69></failures></clients.neic><clients.seedlink><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>60.997520208358765</timetaken><tested>True</tested><tests>10</tests><skipped>3</skipped><errors /><failures><f70>Traceback (most recent call last):
  File "/testbed/obspy/clients/seedlink/tests/test_slpacket.py", line 36, in test_get_string_payload
    payload = packet.get_string_payload()
  File "/testbed/obspy/clients/seedlink/slpacket.py", line 178, in get_string_payload
    msr, msrecord_py = self.get_ms_record()
  File "/testbed/obspy/clients/seedlink/slpacket.py", line 118, in get_ms_record
    clibmseed.msr_parse(pyobj.ctypes.data_as(C.POINTER(C.c_char)),
ctypes.ArgumentError: argument 1: &lt;class 'TypeError'&gt;: argument must be an ndarray
</f70><f71>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.seedlink.basic_client.Client.get_waveforms
  File "/testbed/obspy/clients/seedlink/basic_client.py", line 62, in get_waveforms

----------------------------------------------------------------------
File "/testbed/obspy/clients/seedlink/basic_client.py", line 70, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    1 Trace(s) in Stream:
    G.FDF.00.BHZ | 20... | 20.0 Hz, ... samples
Got:
    0 Trace(s) in Stream:
    &lt;BLANKLINE&gt;
----------------------------------------------------------------------
File "/testbed/obspy/clients/seedlink/basic_client.py", line 79, in obspy.clients.seedlink.basic_client.Client.get_waveforms
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    3 Trace(s) in Stream:
    G.FDF.00.BHZ | 20... | 20.0 Hz, ... samples
    G.FDF.00.BHN | 20... | 20.0 Hz, ... samples
    G.FDF.00.BHE | 20... | 20.0 Hz, ... samples
Got:
    0 Trace(s) in Stream:
    &lt;BLANKLINE&gt;

</f71><f72>Traceback (most recent call last):
  File "/testbed/obspy/clients/seedlink/tests/test_basic_client.py", line 24, in test_get_waveform
    self.assertGreater(len(st), 0)
AssertionError: 0 not greater than 0
</f72></failures></clients.seedlink><clients.seishub><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.0004227161407470703</timetaken><tested>True</tested><tests>17</tests><skipped>17</skipped><errors /><failures /></clients.seishub><clients.syngine><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>38.359856843948364</timetaken><tested>True</tested><tests>18</tests><skipped>0</skipped><errors /><failures /></clients.syngine><core><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f2>&gt;&gt;&gt; Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
  File "/testbed/runtests.py", line 22, in &lt;module&gt;
    main(argv=sys.argv[1:])
  File "/testbed/obspy/scripts/runtests.py", line 775, in main
    errors = run(argv, interactive)
  File "/testbed/obspy/scripts/runtests.py", line 739, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 576, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 178, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
    test = obj()
  File "/testbed/obspy/core/tests/__init__.py", line 17, in suite
    add_unittests(suite, MODULE_NAME)
  File "/testbed/obspy/core/util/testing.py", line 71, in add_unittests
    _module = __import__(_module_name,
  File "/testbed/obspy/core/tests/test_response.py", line 32, in &lt;module&gt;
    from obspy.signal.invsim import evalresp
  File "/testbed/obspy/signal/__init__.py", line 201, in &lt;module&gt;
    from .spectral_estimation import PPSD
  File "/testbed/obspy/signal/spectral_estimation.py", line 44, in &lt;module&gt;
    from obspy.signal.invsim import cosine_taper
  File "/testbed/obspy/signal/invsim.py", line 38, in &lt;module&gt;
    from obspy.signal import util
  File "/testbed/obspy/signal/util.py", line 21, in &lt;module&gt;
    from scipy import fftpack, fix, signal

ImportError: cannot import name 'fix' from 'scipy' (/usr/local/lib/python3.9/site-packages/scipy/__init__.py)
</f2></errors></core><db><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f3>&gt;&gt;&gt; Cannot import test suite for module obspy.db due to:
--------------------------------------------------------
  File "/testbed/runtests.py", line 22, in &lt;module&gt;
    main(argv=sys.argv[1:])
  File "/testbed/obspy/scripts/runtests.py", line 775, in main
    errors = run(argv, interactive)
  File "/testbed/obspy/scripts/runtests.py", line 739, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 576, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 178, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.9/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 71, 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.9/site-packages/sqlalchemy/orm/__init__.py)
</f3></errors></db><geodetics><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.06621098518371582</timetaken><tested>True</tested><tests>18</tests><skipped>2</skipped><errors /><failures /></geodetics><imaging><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f4>&gt;&gt;&gt; Cannot import test suite for module obspy.imaging due to:
-------------------------------------------------------------
  File "/testbed/runtests.py", line 22, in &lt;module&gt;
    main(argv=sys.argv[1:])
  File "/testbed/obspy/scripts/runtests.py", line 775, in main
    errors = run(argv, interactive)
  File "/testbed/obspy/scripts/runtests.py", line 739, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 576, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 178, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.9/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 71, 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/__init__.py", line 201, in &lt;module&gt;
    from .spectral_estimation import PPSD
  File "/testbed/obspy/signal/spectral_estimation.py", line 44, in &lt;module&gt;
    from obspy.signal.invsim import cosine_taper
  File "/testbed/obspy/signal/invsim.py", line 38, in &lt;module&gt;
    from obspy.signal import util
  File "/testbed/obspy/signal/util.py", line 21, in &lt;module&gt;
    from scipy import fftpack, fix, signal

ImportError: cannot import name 'fix' from 'scipy' (/usr/local/lib/python3.9/site-packages/scipy/__init__.py)
</f4></errors></imaging><io.ah><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.14194560050964355</timetaken><tested>True</tested><tests>4</tests><skipped>0</skipped><errors /><failures /></io.ah><io.ascii><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.2093181610107422</timetaken><tested>True</tested><tests>22</tests><skipped>0</skipped><errors /><failures /></io.ascii><io.cmtsolution><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.06658458709716797</timetaken><tested>True</tested><tests>9</tests><skipped>0</skipped><errors /><failures /></io.cmtsolution><io.cnv><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.011935949325561523</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><errors /><failures /></io.cnv><io.css><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.23750758171081543</timetaken><tested>True</tested><tests>7</tests><skipped>0</skipped><errors /><failures /></io.css><io.datamark><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.07453203201293945</timetaken><tested>True</tested><tests>2</tests><skipped>0</skipped><errors /><failures /></io.datamark><io.gcf><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.3115699291229248</timetaken><tested>True</tested><tests>9</tests><skipped>0</skipped><errors><f5>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.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 231, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 272, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
</f5><f6>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.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 231, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 272, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
</f6><f7>Traceback (most recent call last):
  File "/testbed/obspy/io/gcf/tests/test_core.py", line 95, in test_read_head_via_module
    st = _read_gcf(filename, headonly=True)
  File "/testbed/obspy/io/gcf/core.py", line 89, in _read_gcf
    header = libgcf.read_header(f, **kwargs)
  File "/testbed/obspy/io/gcf/libgcf.py", line 155, in read_header
    return read_data_block(f, headonly=True, **kwargs)
  File "/testbed/obspy/io/gcf/libgcf.py", line 95, in read_data_block
    sysid = decode36(sysid)
  File "/testbed/obspy/io/gcf/libgcf.py", line 57, in decode36
    c = chr(imed + ord('0'))
TypeError: only integer scalar arrays can be converted to a scalar index
</f7><f8>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.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 231, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 272, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
</f8><f9>Traceback (most recent call last):
  File "/testbed/obspy/io/gcf/tests/test_core.py", line 76, in test_read_via_module
    st = _read_gcf(filename)
  File "/testbed/obspy/io/gcf/core.py", line 93, in _read_gcf
    hd = libgcf.read(f, **kwargs)
  File "/testbed/obspy/io/gcf/libgcf.py", line 162, in read
    return read_data_block(f, headonly=False, **kwargs)
  File "/testbed/obspy/io/gcf/libgcf.py", line 95, in read_data_block
    sysid = decode36(sysid)
  File "/testbed/obspy/io/gcf/libgcf.py", line 57, in decode36
    c = chr(imed + ord('0'))
TypeError: only integer scalar arrays can be converted to a scalar index
</f9><f10>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.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 231, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 272, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf
</f10><f11>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.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
    return func(*args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 231, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
    result = func(filename, *args, **kwargs)
  File "/testbed/obspy/core/stream.py", line 272, in _read
    stream, format = _read_from_plugin('waveform', filename, format=format,
  File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
    raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1910n.gcf
</f11><f12>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gcf.core._read_gcf
  File "/testbed/obspy/io/gcf/core.py", line 60, in _read_gcf

----------------------------------------------------------------------
File "/testbed/obspy/io/gcf/core.py", line 82, in obspy.io.gcf.core._read_gcf
Failed example:
    st = read("/path/to/20160603_1955n.gcf", format="GCF")
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python3.9/doctest.py", line 1334, in __run
        exec(compile(example.source, filename, "single",
      File "&lt;doctest obspy.io.gcf.core._read_gcf[1]&gt;", line 1, in &lt;module&gt;
        st = read("/path/to/20160603_1955n.gcf", format="GCF")
      File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 231, in read
        st.extend(_read(file, format, headonly, **kwargs).traces)
      File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 272, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 463, in _read_from_plugin
        list_obj = read_format(filename, **kwargs)
      File "/testbed/obspy/io/gcf/core.py", line 93, in _read_gcf
        hd = libgcf.read(f, **kwargs)
      File "/testbed/obspy/io/gcf/libgcf.py", line 162, in read
        return read_data_block(f, headonly=False, **kwargs)
      File "/testbed/obspy/io/gcf/libgcf.py", line 95, in read_data_block
        sysid = decode36(sysid)
      File "/testbed/obspy/io/gcf/libgcf.py", line 57, in decode36
        c = chr(imed + ord('0'))
    TypeError: only integer scalar arrays can be converted to a scalar index

</f12><f13>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, 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.9/doctest.py", line 1334, 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.9/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 299, in _map_example_filename
        return func(*args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 231, in read
        st.extend(_read(file, format, headonly, **kwargs).traces)
      File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
        return caller(func, *(extras + args), **kw)
      File "/testbed/obspy/core/util/decorator.py", line 209, in uncompress_file
        result = func(filename, *args, **kwargs)
      File "/testbed/obspy/core/stream.py", line 272, in _read
        stream, format = _read_from_plugin('waveform', filename, format=format,
      File "/testbed/obspy/core/util/base.py", line 443, in _read_from_plugin
        raise TypeError('Unknown format for file %s' % filename)
    TypeError: Unknown format for file /testbed/obspy/io/gcf/tests/data/20160603_1955n.gcf

</f13></errors><failures /></io.gcf><io.gse2><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.5027873516082764</timetaken><tested>True</tested><tests>55</tests><skipped>0</skipped><errors><f14>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.gse2.__init__
  File "/testbed/obspy/io/gse2/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/gse2/__init__.py", line 79, in obspy.io.gse2.__init__
Failed example:
    print(st[0].data)
Expected:
    [ 12 -10  16 ...,   8   0 -40]
Got:
    [ 12 -10  16 ...   8   0 -40]

</f14></errors><failures /></io.gse2><io.json><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.03552412986755371</timetaken><tested>True</tested><tests>4</tests><skipped>0</skipped><errors /><failures /></io.json><io.kinemetrics><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.5677826404571533</timetaken><tested>True</tested><tests>7</tests><skipped>0</skipped><errors><f15>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, 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 100, in obspy.io.kinemetrics.__init__
Failed example:
    print(st[0].data)
Expected:
    [-0.02446475 -0.02453492 -0.02446709 ..., -0.02452556 -0.02450685
     -0.02442499]
Got:
    [-0.02446475 -0.02453492 -0.02446709 ... -0.02452556 -0.02450685
     -0.02442499]

</f15></errors><failures /></io.kinemetrics><io.kml><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.114105224609375</timetaken><tested>True</tested><tests>3</tests><skipped>0</skipped><errors /><failures /></io.kml><io.mseed><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>3.056856393814087</timetaken><tested>True</tested><tests>107</tests><skipped>0</skipped><errors><f16>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.mseed.__init__
  File "/testbed/obspy/io/mseed/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/mseed/__init__.py", line 65, in obspy.io.mseed.__init__
Failed example:
    print(st[0].data)
Expected:
    [2787 2776 2774 ..., 2850 2853 2853]
Got:
    [2787 2776 2774 ... 2850 2853 2853]

</f16></errors><failures /></io.mseed><io.ndk><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.47599244117736816</timetaken><tested>True</tested><tests>20</tests><skipped>0</skipped><errors /><failures /></io.ndk><io.nied><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.3502233028411865</timetaken><tested>True</tested><tests>11</tests><skipped>0</skipped><errors /><failures /></io.nied><io.nlloc><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.13579535484313965</timetaken><tested>True</tested><tests>10</tests><skipped>1</skipped><errors /><failures /></io.nlloc><io.nordic><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.5737740993499756</timetaken><tested>True</tested><tests>31</tests><skipped>0</skipped><errors /><failures /></io.nordic><io.pdas><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.0445713996887207</timetaken><tested>True</tested><tests>3</tests><skipped>0</skipped><errors /><failures /></io.pdas><io.pde><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.22916674613952637</timetaken><tested>True</tested><tests>13</tests><skipped>0</skipped><errors /><failures /></io.pde><io.quakeml><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.3456876277923584</timetaken><tested>True</tested><tests>32</tests><skipped>0</skipped><errors /><failures /></io.quakeml><io.reftek><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.27330875396728516</timetaken><tested>True</tested><tests>18</tests><skipped>0</skipped><errors><f17>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 311, in test_drop_not_implemented_packets
    self.assertEqual(len(w), 2)
AssertionError: 5 != 2
</f17><f18>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 342, in test_missing_event_trailer_packet
    self.assertEqual(len(w), 1)
AssertionError: 4 != 1
</f18><f19>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 278, in test_read_file_perturbed_packet_sequence
    self.assertEqual(len(w), 1)
AssertionError: 4 != 1
</f19><f20>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 179, in test_read_reftek130_no_component_codes_specified
    self.assertEqual(len(w), 8)
AssertionError: 11 != 8
</f20><f21>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 367, in test_truncated_last_packet
    self.assertEqual(len(w), 2)
AssertionError: 5 != 2
</f21><f22>Traceback (most recent call last):
  File "/testbed/obspy/io/reftek/tests/test_core.py", line 243, in test_warning_disturbed_packet_sequence
    self.assertEqual(len(w), 1)
AssertionError: 4 != 1
</f22></errors><failures /></io.reftek><io.sac><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.7462003231048584</timetaken><tested>True</tested><tests>83</tests><skipped>0</skipped><errors><f23>Traceback (most recent call last):
  File "/testbed/obspy/io/sac/tests/test_core.py", line 827, in test_decimate_resample
    tr.decimate(2)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 231, in _add_processing_info
    result = func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1771, in decimate
    self.filter('lowpass_cheby_2', freq=freq, maxorder=12)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/trace.py", line 231, in _add_processing_info
    result = func(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/decorator.py", line 235, in fun
    return caller(func, *(extras + args), **kw)
  File "/testbed/obspy/core/util/decorator.py", line 233, in raise_if_masked
    return func(*args, **kwargs)
  File "/testbed/obspy/core/trace.py", line 1480, in filter
    func = _get_function_from_entry_point('filter', type)
  File "/testbed/obspy/core/util/base.py", line 321, in _get_function_from_entry_point
    func = load_entry_point(entry_point.dist.key, 'obspy.plugin.%s' % (group),
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line 479, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2861, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2465, in load
    return self.resolve()
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2471, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/testbed/obspy/signal/__init__.py", line 201, in &lt;module&gt;
    from .spectral_estimation import PPSD
  File "/testbed/obspy/signal/spectral_estimation.py", line 44, in &lt;module&gt;
    from obspy.signal.invsim import cosine_taper
  File "/testbed/obspy/signal/invsim.py", line 38, in &lt;module&gt;
    from obspy.signal import util
  File "/testbed/obspy/signal/util.py", line 21, in &lt;module&gt;
    from scipy import fftpack, fix, signal
ImportError: cannot import name 'fix' from 'scipy' (/usr/local/lib/python3.9/site-packages/scipy/__init__.py)
</f23><f24>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.sactrace.SACTrace.read
  File "/testbed/obspy/io/sac/sactrace.py", line 1103, in read

----------------------------------------------------------------------
File "/testbed/obspy/io/sac/sactrace.py", line 1141, in obspy.io.sac.sactrace.SACTrace.read
Failed example:
    sac.data  # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Expected:
    array([ -8.74227766e-08,  -3.09016973e-01,  -5.87785363e-01,
            -8.09017122e-01,  -9.51056600e-01,  -1.00000000e+00,
            -9.51056302e-01,  -8.09016585e-01,  -5.87784529e-01,
            ...
             8.09022486e-01,   9.51059461e-01,   1.00000000e+00,
             9.51053500e-01,   8.09011161e-01,   5.87777138e-01,
             3.09007347e-01], dtype=float32)
Got:
    array([-8.74227766e-08, -3.09016973e-01, -5.87785363e-01, -8.09017122e-01,
           -9.51056600e-01, -1.00000000e+00, -9.51056302e-01, -8.09016585e-01,
           -5.87784529e-01, -3.09016049e-01,  1.12851990e-06,  3.09018195e-01,
            5.87786376e-01,  8.09017897e-01,  9.51057017e-01,  1.00000000e+00,
            9.51056063e-01,  8.09016109e-01,  5.87783873e-01,  3.09015274e-01,
           -1.93119831e-06, -3.09018940e-01, -5.87787032e-01, -8.09018373e-01,
           -9.51057255e-01, -1.00000000e+00, -9.51055706e-01, -8.09015334e-01,
           -5.87782860e-01, -3.09014052e-01,  3.21071411e-06,  3.09020162e-01,
            5.87788045e-01,  8.09019089e-01,  9.51057673e-01,  1.00000000e+00,
            9.51055288e-01,  8.09014559e-01,  5.87781847e-01,  3.09012860e-01,
           -4.49022991e-06, -3.09021384e-01, -5.87789118e-01, -8.09019864e-01,
           -9.51058090e-01, -1.00000000e+00, -9.51054871e-01, -8.09013844e-01,
           -5.87780774e-01, -3.09011638e-01,  5.76974526e-06,  3.09022605e-01,
            5.87790132e-01,  8.09020638e-01,  9.51058447e-01,  1.00000000e+00,
            9.51054513e-01,  8.09013069e-01,  5.87779760e-01,  3.09010416e-01,
           -7.04926106e-06, -3.09023827e-01, -5.87791145e-01, -8.09021354e-01,
           -9.51058865e-01, -1.00000000e+00, -9.51054096e-01, -8.09012353e-01,
           -5.87778747e-01, -3.09009194e-01,  8.32877686e-06,  3.09025049e-01,
            5.87792218e-01,  8.09022129e-01,  9.51059222e-01,  1.00000000e+00,
            9.51053679e-01,  8.09011579e-01,  5.87777674e-01,  3.09007972e-01,
           -9.60829220e-06, -3.09026241e-01, -5.87793231e-01, -8.09022844e-01,
           -9.51059639e-01, -1.00000000e+00, -9.51053321e-01, -8.09010804e-01,
           -5.87776661e-01, -3.09006751e-01,  1.08878085e-05,  3.09027463e-01,
            5.87792754e-01,  8.09022486e-01,  9.51059461e-01,  1.00000000e+00,
            9.51053500e-01,  8.09011161e-01,  5.87777138e-01,  3.09007347e-01],
          dtype=float32)

</f24><f25>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sac.__init__
  File "/testbed/obspy/io/sac/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/sac/__init__.py", line 59, in obspy.io.sac.__init__
Failed example:
    st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Expected:
    array([ -8.74227766e-08,  -3.09016973e-01,..., 3.09007347e-01], dtype=float32)
Got:
    array([-8.74227766e-08, -3.09016973e-01, -5.87785363e-01, -8.09017122e-01,
           -9.51056600e-01, -1.00000000e+00, -9.51056302e-01, -8.09016585e-01,
           -5.87784529e-01, -3.09016049e-01,  1.12851990e-06,  3.09018195e-01,
            5.87786376e-01,  8.09017897e-01,  9.51057017e-01,  1.00000000e+00,
            9.51056063e-01,  8.09016109e-01,  5.87783873e-01,  3.09015274e-01,
           -1.93119831e-06, -3.09018940e-01, -5.87787032e-01, -8.09018373e-01,
           -9.51057255e-01, -1.00000000e+00, -9.51055706e-01, -8.09015334e-01,
           -5.87782860e-01, -3.09014052e-01,  3.21071411e-06,  3.09020162e-01,
            5.87788045e-01,  8.09019089e-01,  9.51057673e-01,  1.00000000e+00,
            9.51055288e-01,  8.09014559e-01,  5.87781847e-01,  3.09012860e-01,
           -4.49022991e-06, -3.09021384e-01, -5.87789118e-01, -8.09019864e-01,
           -9.51058090e-01, -1.00000000e+00, -9.51054871e-01, -8.09013844e-01,
           -5.87780774e-01, -3.09011638e-01,  5.76974526e-06,  3.09022605e-01,
            5.87790132e-01,  8.09020638e-01,  9.51058447e-01,  1.00000000e+00,
            9.51054513e-01,  8.09013069e-01,  5.87779760e-01,  3.09010416e-01,
           -7.04926106e-06, -3.09023827e-01, -5.87791145e-01, -8.09021354e-01,
           -9.51058865e-01, -1.00000000e+00, -9.51054096e-01, -8.09012353e-01,
           -5.87778747e-01, -3.09009194e-01,  8.32877686e-06,  3.09025049e-01,
            5.87792218e-01,  8.09022129e-01,  9.51059222e-01,  1.00000000e+00,
            9.51053679e-01,  8.09011579e-01,  5.87777674e-01,  3.09007972e-01,
           -9.60829220e-06, -3.09026241e-01, -5.87793231e-01, -8.09022844e-01,
           -9.51059639e-01, -1.00000000e+00, -9.51053321e-01, -8.09010804e-01,
           -5.87776661e-01, -3.09006751e-01,  1.08878085e-05,  3.09027463e-01,
            5.87792754e-01,  8.09022486e-01,  9.51059461e-01,  1.00000000e+00,
            9.51053500e-01,  8.09011161e-01,  5.87777138e-01,  3.09007347e-01],
          dtype=float32)

</f25></errors><failures /></io.sac><io.seg2><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.03199028968811035</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><errors><f26>Traceback (most recent call last):
  File "/testbed/obspy/io/seg2/tests/test_seg2.py", line 85, in test_read_data_format_2
    self.assertEqual(len(w), 1)
AssertionError: 4 != 1
</f26></errors><failures /></io.seg2><io.segy><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.3486464023590088</timetaken><tested>True</tested><tests>49</tests><skipped>0</skipped><errors /><failures /></io.segy><io.seisan><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.041970252990722656</timetaken><tested>True</tested><tests>8</tests><skipped>0</skipped><errors><f27>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.seisan.__init__
  File "/testbed/obspy/io/seisan/__init__.py", line 1, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/seisan/__init__.py", line 52, in obspy.io.seisan.__init__
Failed example:
    print(st[0].data)
Expected:
    [  464   492   519 ..., -7042 -6960 -6858]
Got:
    [  464   492   519 ... -7042 -6960 -6858]

</f27></errors><failures /></io.seisan><io.seiscomp><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.260892391204834</timetaken><tested>True</tested><tests>17</tests><skipped>0</skipped><errors /><failures /></io.seiscomp><io.sh><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.2725965976715088</timetaken><tested>True</tested><tests>19</tests><skipped>0</skipped><errors><f28>Traceback (most recent call last):
  File "/usr/local/lib/python3.9/doctest.py", line 2205, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.io.sh.__init__
  File "/testbed/obspy/io/sh/__init__.py", line 0, in __init__

----------------------------------------------------------------------
File "/testbed/obspy/io/sh/__init__.py", line 55, in obspy.io.sh.__init__
Failed example:
    st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Expected:
    array([ 0.00000000e+00,   0.00000000e+00,   0.00000000e+00, ...
           -4.03387604e+01,  -3.99515305e+01,  -3.95423012e+01], dtype=float32)
Got:
    array([ 0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            0.000000e+00,  0.000000e+00,  0.000000e+00,  0.000000e+00,
            9.999987e-05,  3.338366e+01,  6.641345e+01,  9.907165e+01,
            1.313408e+02,  1.632039e+02,  1.946445e+02,  2.256463e+02,
            2.561938e+02,  2.862716e+02,  3.158649e+02,  3.449595e+02,
            3.735416e+02,  4.015977e+02,  4.291148e+02,  4.560807e+02,
            4.824833e+02,  5.083111e+02,  5.335532e+02,  5.581991e+02,
            5.822387e+02,  6.056627e+02,  6.284618e+02,  6.506277e+02,
            6.721521e+02,  6.930278e+02,  7.132476e+02,  7.328047e+02,
            7.516935e+02,  7.699081e+02,  7.874437e+02,  8.042954e+02,
            8.204593e+02,  8.359318e+02,  8.507097e+02,  8.647904e+02,
            8.781716e+02,  8.908519e+02,  9.028298e+02,  9.141045e+02,
            9.246761e+02,  9.345443e+02,  9.437100e+02,  9.521742e+02,
            9.599384e+02,  9.670044e+02,  9.733748e+02,  9.790523e+02,
            9.840402e+02,  9.883419e+02,  9.919617e+02,  9.949040e+02,
            9.971735e+02,  9.987755e+02,  9.997157e+02,  1.000000e+03,
            9.996348e+02,  9.986266e+02,  9.969827e+02,  9.947104e+02,
            9.918174e+02,  9.883117e+02,  9.842017e+02,  9.794961e+02,
            9.742039e+02,  9.683343e+02,  9.618969e+02,  9.549014e+02,
            9.473580e+02,  9.392769e+02,  9.306688e+02,  9.215444e+02,
            9.119149e+02,  9.017914e+02,  8.911855e+02,  8.801086e+02,
            8.685729e+02,  8.565902e+02,  8.441728e+02,  8.313329e+02,
            8.180833e+02,  8.044363e+02,  7.904048e+02,  7.760018e+02,
            7.612402e+02,  7.461334e+02,  7.306941e+02,  7.149359e+02,
            6.988723e+02,  6.825165e+02,  6.658820e+02,  6.489823e+02,
            6.318311e+02,  6.144420e+02,  5.968284e+02,  5.790043e+02,
            5.609829e+02,  5.427780e+02,  5.244034e+02,  5.058723e+02,
            4.871986e+02,  4.683954e+02,  4.494765e+02,  4.304553e+02,
            4.113447e+02,  3.921585e+02,  3.729093e+02,  3.536106e+02,
            3.342753e+02,  3.149161e+02,  2.955461e+02,  2.761774e+02,
            2.568228e+02,  2.374949e+02,  2.182056e+02,  1.989673e+02,
            1.797915e+02,  1.606902e+02,  1.416753e+02,  1.227577e+02,
            1.039492e+02,  8.526044e+01,  6.670248e+01,  4.828622e+01,
            3.002179e+01,  1.191969e+01, -6.009835e+00, -2.375724e+01,
           -4.131253e+01, -5.866658e+01, -7.581001e+01, -9.273368e+01,
           -1.094291e+02, -1.258876e+02, -1.421010e+02, -1.580611e+02,
           -1.737601e+02, -1.891906e+02, -2.043451e+02, -2.192169e+02,
           -2.337988e+02, -2.480843e+02, -2.620674e+02, -2.757417e+02,
           -2.891018e+02, -3.021419e+02, -3.148568e+02, -3.272417e+02,
           -3.392915e+02, -3.510022e+02, -3.623694e+02, -3.733889e+02,
           -3.840574e+02, -3.943714e+02, -4.043277e+02, -4.139235e+02,
           -4.231560e+02, -4.320230e+02, -4.405224e+02, -4.486523e+02,
           -4.564113e+02, -4.637978e+02, -4.708109e+02, -4.774497e+02,
           -4.837136e+02, -4.896024e+02, -4.951160e+02, -5.002545e+02,
           -5.050183e+02, -5.094081e+02, -5.134249e+02, -5.170696e+02,
           -5.203436e+02, -5.232486e+02, -5.257861e+02, -5.279585e+02,
           -5.297678e+02, -5.312165e+02, -5.323072e+02, -5.330428e+02,
           -5.334263e+02, -5.334611e+02, -5.331505e+02, -5.324981e+02,
           -5.315079e+02, -5.301838e+02, -5.285301e+02, -5.265509e+02,
           -5.242509e+02, -5.216347e+02, -5.187073e+02, -5.154734e+02,
           -5.119384e+02, -5.081075e+02, -5.039861e+02, -4.995798e+02,
           -4.948942e+02, -4.899351e+02, -4.847086e+02, -4.792205e+02,
           -4.734773e+02, -4.674849e+02, -4.612498e+02, -4.547784e+02,
           -4.480773e+02, -4.411532e+02, -4.340126e+02, -4.266623e+02,
           -4.191092e+02, -4.113603e+02, -4.034225e+02, -3.953027e+02,
           -3.870081e+02, -3.785457e+02, -3.699226e+02, -3.611463e+02,
           -3.522235e+02, -3.431619e+02, -3.339684e+02, -3.246504e+02,
           -3.152153e+02, -3.056700e+02, -2.960221e+02, -2.862787e+02,
           -2.764471e+02, -2.665348e+02, -2.565485e+02, -2.464957e+02,
           -2.363835e+02, -2.262190e+02, -2.160095e+02, -2.057618e+02,
           -1.954829e+02, -1.851799e+02, -1.748596e+02, -1.645292e+02,
           -1.541949e+02, -1.438638e+02, -1.335424e+02, -1.232373e+02,
           -1.129553e+02, -1.027023e+02, -9.248491e+01, -8.230938e+01,
           -7.218187e+01, -6.210864e+01, -5.209529e+01, -4.214787e+01,
           -3.227218e+01, -2.247388e+01, -1.275873e+01, -3.131806e+00,
            6.401351e+00,  1.583551e+01,  2.516556e+01,  3.438632e+01,
            4.349327e+01,  5.248148e+01,  6.134630e+01,  7.008325e+01,
            7.868778e+01,  8.715596e+01,  9.548351e+01,  1.036665e+02,
            1.117009e+02,  1.195831e+02,  1.273096e+02,  1.348769e+02,
            1.422817e+02,  1.495208e+02,  1.565910e+02,  1.634897e+02,
            1.702141e+02,  1.767615e+02,  1.831294e+02,  1.893154e+02,
            1.953175e+02,  2.011336e+02,  2.067617e+02,  2.122001e+02,
            2.174471e+02,  2.225013e+02,  2.273613e+02,  2.320260e+02,
            2.364941e+02,  2.407648e+02,  2.448374e+02,  2.487110e+02,
            2.523853e+02,  2.558598e+02,  2.591343e+02,  2.622086e+02,
            2.650827e+02,  2.677568e+02,  2.702311e+02,  2.725060e+02,
            2.745821e+02,  2.764599e+02,  2.781403e+02,  2.796240e+02,
            2.809121e+02,  2.820058e+02,  2.829061e+02,  2.836146e+02,
            2.841326e+02,  2.844617e+02,  2.846035e+02,  2.845599e+02,
            2.843326e+02,  2.839238e+02,  2.833354e+02,  2.825696e+02,
            2.816287e+02,  2.805150e+02,  2.792309e+02,  2.777791e+02,
            2.761621e+02,  2.743825e+02,  2.724432e+02,  2.703470e+02,
            2.680969e+02,  2.656956e+02,  2.631466e+02,  2.604527e+02,
            2.576170e+02,  2.546431e+02,  2.515340e+02,  2.482932e+02,
            2.449242e+02,  2.414301e+02,  2.378148e+02,  2.340815e+02,
            2.302341e+02,  2.262761e+02,  2.222110e+02,  2.180428e+02,
            2.137749e+02,  2.094114e+02,  2.049558e+02,  2.004119e+02,
            1.957837e+02,  1.910748e+02,  1.862894e+02,  1.814311e+02,
            1.765036e+02,  1.715112e+02,  1.664573e+02,  1.613463e+02,
            1.561818e+02,  1.509675e+02,  1.457076e+02,  1.404056e+02,
            1.350658e+02,  1.296917e+02,  1.242871e+02,  1.188560e+02,
            1.134019e+02,  1.079290e+02,  1.024407e+02,  9.694056e+01,
            9.143266e+01,  8.592022e+01,  8.040728e+01,  7.489719e+01,
            6.939329e+01,  6.389946e+01,  5.841878e+01,  5.295506e+01,
            4.751145e+01,  4.209107e+01,  3.669762e+01,  3.133389e+01,
            2.600347e+01,  2.070927e+01,  1.545415e+01,  1.024153e+01,
            5.073956e+00, -4.528630e-02, -5.113564e+00, -1.012829e+01,
           -1.508639e+01, -1.998558e+01, -2.482291e+01, -2.959606e+01,
           -3.430275e+01, -3.894025e+01, -4.350659e+01, -4.799920e+01,
           -5.241605e+01, -5.675522e+01, -6.101436e+01, -6.519180e+01,
           -6.928538e+01, -7.329341e+01, -7.721430e+01, -8.104610e+01,
           -8.478751e+01, -8.843670e+01, -9.199241e+01, -9.545336e+01,
           -9.881802e+01, -1.020854e+02, -1.052542e+02, -1.083233e+02,
           -1.112920e+02, -1.141590e+02, -1.169238e+02, -1.195853e+02,
           -1.221431e+02, -1.245964e+02, -1.269447e+02, -1.291877e+02,
           -1.313246e+02, -1.333554e+02, -1.352798e+02, -1.370975e+02,
           -1.388086e+02, -1.404127e+02, -1.419101e+02, -1.433009e+02,
           -1.445851e+02, -1.457630e+02, -1.468349e+02, -1.478013e+02,
           -1.486624e+02, -1.494188e+02, -1.500710e+02, -1.506197e+02,
           -1.510655e+02, -1.514092e+02, -1.516516e+02, -1.517935e+02,
           -1.518357e+02, -1.517794e+02, -1.516255e+02, -1.513750e+02,
           -1.510292e+02, -1.505891e+02, -1.500560e+02, -1.494311e+02,
           -1.487158e+02, -1.479115e+02, -1.470195e+02, -1.460413e+02,
           -1.449784e+02, -1.438323e+02, -1.426046e+02, -1.412969e+02,
           -1.399108e+02, -1.384480e+02, -1.369102e+02, -1.352992e+02,
           -1.336167e+02, -1.318646e+02, -1.300446e+02, -1.281586e+02,
           -1.262085e+02, -1.241962e+02, -1.221236e+02, -1.199925e+02,
           -1.178052e+02, -1.155633e+02, -1.132691e+02, -1.109245e+02,
           -1.085314e+02, -1.060920e+02, -1.036081e+02, -1.010821e+02,
           -9.851581e+01, -9.591125e+01, -9.327070e+01, -9.059598e+01,
           -8.788938e+01, -8.515289e+01, -8.238844e+01, -7.959832e+01,
           -7.678439e+01, -7.394889e+01, -7.109379e+01, -6.822102e+01,
           -6.533281e+01, -6.243098e+01, -5.951776e+01, -5.659503e+01,
           -5.366467e+01, -5.072888e+01, -4.778937e+01, -4.484832e+01,
           -4.190754e+01, -3.896879e+01, -3.603420e+01, -3.310539e+01,
           -3.018443e+01, -2.727300e+01, -2.437280e+01, -2.148581e+01,
           -1.861353e+01, -1.575791e+01, -1.292050e+01, -1.010287e+01,
           -7.306848e+00, -4.533814e+00, -1.785544e+00,  9.365342e-01,
            3.631025e+00,  6.296255e+00,  8.930993e+00,  1.153364e+01,
            1.410293e+01,  1.663764e+01,  1.913626e+01,  2.159774e+01,
            2.402068e+01,  2.640396e+01,  2.874655e+01,  3.104715e+01,
            3.330486e+01,  3.551849e+01,  3.768711e+01,  3.980988e+01,
            4.188569e+01,  4.391383e+01,  4.589332e+01,  4.782344e+01,
            4.970349e+01,  5.153262e+01,  5.331029e+01,  5.503572e+01,
            5.670840e+01,  5.832783e+01,  5.989335e+01,  6.140462e+01,
            6.286109e+01,  6.426241e+01,  6.560828e+01,  6.689828e+01,
            6.813223e+01,  6.930978e+01,  7.043080e+01,  7.149516e+01,
            7.250264e+01,  7.345325e+01,  7.434686e+01,  7.518349e+01,
            7.596322e+01,  7.668604e+01,  7.735207e+01,  7.796144e+01,
            7.851433e+01,  7.901096e+01,  7.945152e+01,  7.983635e+01,
            8.016570e+01,  8.043991e+01,  8.065939e+01,  8.082452e+01,
            8.093573e+01,  8.099349e+01,  8.099830e+01,  8.095068e+01,
            8.085117e+01,  8.070037e+01,  8.049888e+01,  8.024734e+01,
            7.994638e+01,  7.959673e+01,  7.919907e+01,  7.875417e+01,
            7.826274e+01,  7.772560e+01,  7.714354e+01,  7.651736e+01,
            7.584795e+01,  7.513612e+01,  7.438281e+01,  7.358889e+01,
            7.275525e+01,  7.188288e+01,  7.097267e+01,  7.002564e+01,
            6.904277e+01,  6.802498e+01,  6.697335e+01,  6.588885e+01,
            6.477255e+01,  6.362548e+01,  6.244863e+01,  6.124314e+01,
            6.001001e+01,  5.875037e+01,  5.746527e+01,  5.615575e+01,
            5.482299e+01,  5.346798e+01,  5.209193e+01,  5.069588e+01,
            4.928088e+01,  4.784815e+01,  4.639867e+01,  4.493367e+01,
            4.345417e+01,  4.196125e+01,  4.045609e+01,  3.893969e+01,
            3.741326e+01,  3.587782e+01,  3.433439e+01,  3.278417e+01,
            3.122812e+01,  2.966741e+01,  2.810305e+01,  2.653602e+01,
            2.496747e+01,  2.339833e+01,  2.182973e+01,  2.026262e+01,
            1.869794e+01,  1.713679e+01,  1.558004e+01,  1.402876e+01,
            1.248384e+01,  1.094616e+01,  9.416759e+00,  7.896429e+00,
            6.386178e+00,  4.886823e+00,  3.399170e+00,  1.924178e+00,
            4.625617e-01, -9.847549e-01, -2.417034e+00, -3.833552e+00,
           -5.233443e+00, -6.616073e+00, -7.980615e+00, -9.326418e+00,
           -1.065285e+01, -1.195914e+01, -1.324475e+01, -1.450896e+01,
           -1.575120e+01, -1.697090e+01, -1.816757e+01, -1.934050e+01,
           -2.048925e+01, -2.161332e+01, -2.271222e+01, -2.378559e+01,
           -2.483281e+01, -2.585355e+01, -2.684742e+01, -2.781403e+01,
           -2.875311e+01, -2.966418e+01, -3.054700e+01, -3.140128e+01,
           -3.222675e+01, -3.302323e+01, -3.379036e+01, -3.452802e+01,
           -3.523600e+01, -3.591415e+01, -3.656237e+01, -3.718045e+01,
           -3.776833e+01, -3.832594e+01, -3.885322e+01, -3.935016e+01,
           -3.981667e+01, -4.025278e+01, -4.065853e+01, -4.103395e+01,
           -4.137911e+01, -4.169406e+01, -4.197891e+01, -4.223377e+01,
           -4.245879e+01, -4.265413e+01, -4.281992e+01, -4.295636e+01,
           -4.306367e+01, -4.314207e+01, -4.319178e+01, -4.321307e+01,
           -4.320619e+01, -4.317144e+01, -4.310912e+01, -4.301954e+01,
           -4.290302e+01, -4.275992e+01, -4.259060e+01, -4.239541e+01,
           -4.217473e+01, -4.192899e+01, -4.165858e+01, -4.136391e+01,
           -4.104543e+01, -4.070354e+01, -4.033876e+01, -3.995153e+01,
           -3.954230e+01], dtype=float32)

</f28></errors><failures /></io.sh><io.shapefile><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.06096315383911133</timetaken><tested>True</tested><tests>5</tests><skipped>4</skipped><errors /><failures /></io.shapefile><io.stationtxt><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.24978876113891602</timetaken><tested>True</tested><tests>11</tests><skipped>0</skipped><errors /><failures /></io.stationtxt><io.stationxml><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.3402085304260254</timetaken><tested>True</tested><tests>16</tests><skipped>0</skipped><errors /><failures /></io.stationxml><io.wav><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.28147053718566895</timetaken><tested>True</tested><tests>8</tests><skipped>1</skipped><errors /><failures /></io.wav><io.xseed><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.5383579730987549</timetaken><tested>True</tested><tests>45</tests><skipped>0</skipped><errors><f29>Traceback (most recent call last):
  File "/testbed/obspy/io/xseed/tests/test_parser.py", line 689, in test_rotation_to_zne
    st_r = p.rotate_to_zne(st)
  File "/testbed/obspy/io/xseed/parser.py", line 1198, in rotate_to_zne
    from obspy.signal.rotate import rotate2zne
  File "/testbed/obspy/signal/__init__.py", line 201, in &lt;module&gt;
    from .spectral_estimation import PPSD
  File "/testbed/obspy/signal/spectral_estimation.py", line 44, in &lt;module&gt;
    from obspy.signal.invsim import cosine_taper
  File "/testbed/obspy/signal/invsim.py", line 38, in &lt;module&gt;
    from obspy.signal import util
  File "/testbed/obspy/signal/util.py", line 21, in &lt;module&gt;
    from scipy import fftpack, fix, signal
ImportError: cannot import name 'fix' from 'scipy' (/usr/local/lib/python3.9/site-packages/scipy/__init__.py)
</f29></errors><failures /></io.xseed><io.y><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.030100107192993164</timetaken><tested>True</tested><tests>5</tests><skipped>0</skipped><errors /><failures /></io.y><io.zmap><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.33925342559814453</timetaken><tested>True</tested><tests>14</tests><skipped>0</skipped><errors /><failures /></io.zmap><realtime><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><failures /><errors><f30>&gt;&gt;&gt; Cannot import test suite for module obspy.realtime due to:
--------------------------------------------------------------
  File "/testbed/runtests.py", line 22, in &lt;module&gt;
    main(argv=sys.argv[1:])
  File "/testbed/obspy/scripts/runtests.py", line 775, in main
    errors = run(argv, interactive)
  File "/testbed/obspy/scripts/runtests.py", line 739, in run
    return run_tests(verbosity, args.tests, report, args.log, args.server,
  File "/testbed/obspy/scripts/runtests.py", line 576, in run_tests
    suites, status, import_failures = _get_suites(verbosity, tests)
  File "/testbed/obspy/scripts/runtests.py", line 178, in _get_suites
    suite.append(ut.loadTestsFromName(test, None))
  File "/usr/local/lib/python3.9/unittest/loader.py", line 205, in loadTestsFromName
    test = obj()
  File "/testbed/obspy/realtime/tests/__init__.py", line 17, in suite
    add_unittests(suite, MODULE_NAME)
  File "/testbed/obspy/core/util/testing.py", line 71, in add_unittests
    _module = __import__(_module_name,
  File "/testbed/obspy/realtime/tests/test_rttrace.py", line 19, in &lt;module&gt;
    import obspy.signal.filter
  File "/testbed/obspy/signal/__init__.py", line 201, in &lt;module&gt;
    from .spectral_estimation import PPSD
  File "/testbed/obspy/signal/spectral_estimation.py", line 44, in &lt;module&gt;
    from obspy.signal.invsim import cosine_taper
  File "/testbed/obspy/signal/invsim.py", line 38, in &lt;module&gt;
    from obspy.signal import util
  File "/testbed/obspy/signal/util.py", line 21, in &lt;module&gt;
    from scipy import fftpack, fix, signal

ImportError: cannot import name 'fix' from 'scipy' (/usr/local/lib/python3.9/site-packages/scipy/__init__.py)
</f30></errors></realtime><scripts><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.09396100044250488</timetaken><tested>True</tested><tests>2</tests><skipped>0</skipped><errors /><failures /></scripts><signal><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>0.000141143798828125</timetaken><tested>True</tested><tests>1</tests><skipped>0</skipped><errors><f31>ImportError: Failed to import test module: signal
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/testbed/obspy/signal/__init__.py", line 201, in &lt;module&gt;
    from .spectral_estimation import PPSD
  File "/testbed/obspy/signal/spectral_estimation.py", line 44, in &lt;module&gt;
    from obspy.signal.invsim import cosine_taper
  File "/testbed/obspy/signal/invsim.py", line 38, in &lt;module&gt;
    from obspy.signal import util
  File "/testbed/obspy/signal/util.py", line 21, in &lt;module&gt;
    from scipy import fftpack, fix, signal
ImportError: cannot import name 'fix' from 'scipy' (/usr/local/lib/python3.9/site-packages/scipy/__init__.py)

</f31></errors><failures /></signal><taup><installed>1.0.3rc1.post0+776.g1e2e014146.dirty.obspy.master</installed><timetaken>69.00128316879272</timetaken><tested>True</tested><tests>56</tests><skipped>4</skipped><errors><f32>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 77, in test_cartesian_many_phases
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f32><f33>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 88, in test_cartesian_many_phases_buried_station
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f33><f34>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 100, in test_cartesian_many_phases_no_other_way
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f34><f35>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 110, in test_cartesian_multiple_station_markers
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f35><f36>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 68, in test_spherical_diff_phases
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f36><f37>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 28, in test_spherical_many_phases
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f37><f38>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 39, in test_spherical_many_phases_buried_station
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f38><f39>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 51, in test_spherical_many_phases_no_other_way
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f39><f40>Traceback (most recent call last):
  File "/testbed/obspy/taup/tests/test_plotting.py", line 61, in test_spherical_more_then_360_degrees
    with ImageComparison(self.image_dir,
  File "/testbed/obspy/core/util/testing.py", line 360, in __enter__
    rcParams['text.hinting'] = False
  File "/usr/local/lib/python3.9/site-packages/matplotlib/__init__.py", line 741, 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']
</f40></errors><failures /></taup></obspy><dependencies><future>1.0.0</future><numpy>1.26.4</numpy><scipy>1.13.1</scipy><matplotlib>3.9.4</matplotlib><lxml.etree>6.0.2</lxml.etree><setuptools>59.8.0</setuptools><sqlalchemy>2.0.44</sqlalchemy><decorator>5.2.1</decorator><requests>2.32.5</requests><flake8>---</flake8><pyimgur>---</pyimgur><pyproj>---</pyproj><pep8-naming>---</pep8-naming><m2crypto>---</m2crypto><osgeo.gdal>---</osgeo.gdal><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.9.25</python_version><python_implementation>CPython</python_implementation><python_compiler>GCC 14.2.0</python_compiler><architecture>64bit</architecture><node>e22367c369b3</node></platform><tests>942</tests><errors>41</errors><failures>73</failures><skipped>38</skipped><skipped_tests_details>[('clients.arclink', 'obspy.clients.arclink.tests.test_decrypt', 'ClientTestCase', 'test_get_waveform_no_password', 'Module M2Crypto is not installed'), ('clients.arclink', 'obspy.clients.arclink.tests.test_decrypt', 'ClientTestCase', 'test_get_waveform_unknown_user', 'Module M2Crypto is not installed'), ('clients.arclink', 'obspy.clients.arclink.tests.test_decrypt', 'ClientTestCase', 'test_get_waveform_with_dcid_key', 'Module M2Crypto is not installed'), ('clients.arclink', 'obspy.clients.arclink.tests.test_decrypt', 'ClientTestCase', 'test_get_waveform_with_dcid_key_file', 'Module M2Crypto is not installed'), ('clients.arclink', 'obspy.clients.arclink.tests.test_decrypt', 'ClientTestCase', 'test_get_waveform_with_default_dcid_key_file', 'Module M2Crypto is not installed'), ('clients.arclink', 'obspy.clients.arclink.tests.test_decrypt', 'ClientTestCase', 'test_get_waveform_wrong_password', 'Module M2Crypto is not installed'), ('clients.seedlink', 'obspy.clients.seedlink.tests.test_slclient', 'SLClientTestCase', 'test_info', 'test must be started manually'), ('clients.seedlink', 'obspy.clients.seedlink.tests.test_slclient', 'SLClientTestCase', 'test_issue708', 'test must be started manually'), ('clients.seedlink', 'obspy.clients.seedlink.tests.test_slclient', 'SLClientTestCase', 'test_time_window', 'test must be started manually'), ('clients.seishub', 'doctest', 'DocTestCase', 'runTest', 'Seishub test server not reachable.'), ('clients.seishub', 'doctest', 'DocTestCase', 'runTest', 'Seishub test server not reachable.'), ('clients.seishub', 'doctest', 'DocTestCase', 'runTest', 'Seishub test server not reachable.'), ('clients.seishub', 'doctest', 'DocTestCase', 'runTest', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_channel_ids', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_coordinates', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_event_list', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_location_ids', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_network_ids', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_paz', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_preview', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_preview_by_ids', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_station_ids', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_waveform_with_metadata', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_get_waveforms', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_localcache', 'Seishub test server not reachable.'), ('clients.seishub', 'obspy.clients.seishub.tests.test_client', 'ClientTestCase', 'test_ping', 'Seishub test server not reachable.'), ('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', 'gdal not installed or version is too old'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_catalog_shapefile_via_plugin', 'gdal not installed or version is too old'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_inventory_shapefile', 'gdal not installed or version is too old'), ('io.shapefile', 'obspy.io.shapefile.tests.test_core', 'ShapefileTestCase', 'test_write_inventory_shapefile_via_plugin', 'gdal not installed or version is too old'), ('io.wav', 'obspy.io.wav.tests.test_core', 'CoreTestCase', 'test_rescale_on_write', 'needs a recent NumPy version'), ('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', 'Module geographiclib is not installed'), ('taup', 'obspy.taup.tests.test_tau', 'TauPyModelTestCase', 'test_single_path_geo_iasp91', 'Module geographiclib is not installed'), ('taup', 'obspy.taup.tests.test_taup_geo', 'TaupGeoTestCase', 'test_path_geo', 'Module geographiclib is not installed or too old.')]</skipped_tests_details></report>