#116870 Report by node gh-actions covering 202 tests from 62 modules resulted into 9 errors

Report

ObsPy version
0.0.0.dev+0.g5455378935
GitHub Pull Request
-
Report file
JSON document
Total runtime
556.0 sec
Report date/time
Jan. 13, 2022, 2:55 p.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
gh-actions
Processor
x86_64
Python Compiler
GCC 9.4.0
Python Implementation
CPython
Python Version
3.7.12
Release
5.11.0-1025-azure
System
Linux
Version
#27~20.04.1-Ubuntu SMP Fri Jan 7 15:02:06 UTC 2022

Dependencies

cartopy
---
decorator
5.1.1
flake8
---
geographiclib
---
lxml
4.7.1
matplotlib
3.5.1
numpy
1.21.5
obspy
0.0.0.dev+0.g5455378935
pyproj
1.9.6
requests
2.27.1
scipy
1.7.3
setuptools
60.5.0
shapefile
---
sqlalchemy
1.4.29

Modules (62)

Module Errors / Failures Tracebacks
obspy.clients Not tested -
obspy.clients.arclink Not tested -
obspy.clients.earthworm - -
obspy.clients.fdsn 2 1 2
obspy.clients.filesystem Not tested -
obspy.clients.iris 6 3 4 5 6 7 8
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink 1 9
obspy.clients.seishub Not tested -
obspy.clients.syngine - -
obspy.core Not tested -
obspy.core.event Not tested -
obspy.core.inventory Not tested -
obspy.core.util Not tested -
obspy.db Not tested -
obspy.geodetics Not tested -
obspy.imaging Not tested -
obspy.io.ah Not tested -
obspy.io.arclink Not tested -
obspy.io.ascii Not tested -
obspy.io.cmtsolution Not tested -
obspy.io.cnv Not tested -
obspy.io.css Not tested -
obspy.io.dmx Not tested -
obspy.io.focmec Not tested -
obspy.io.gcf Not tested -
obspy.io.gse2 Not tested -
obspy.io.hypodd Not tested -
obspy.io.iaspei Not tested -
obspy.io.json Not tested -
obspy.io.kinemetrics Not tested -
obspy.io.kml Not tested -
obspy.io.mseed Not tested -
obspy.io.ndk Not tested -
obspy.io.nied Not tested -
obspy.io.nlloc Not tested -
obspy.io.nordic Not tested -
obspy.io.pdas Not tested -
obspy.io.pde Not tested -
obspy.io.quakeml Not tested -
obspy.io.reftek Not tested -
obspy.io.rg16 Not tested -
obspy.io.sac Not tested -
obspy.io.scardec Not tested -
obspy.io.seg2 Not tested -
obspy.io.segy Not tested -
obspy.io.seisan Not tested -
obspy.io.seiscomp Not tested -
obspy.io.sh Not tested -
obspy.io.shapefile Not tested -
obspy.io.stationtxt Not tested -
obspy.io.stationxml Not tested -
obspy.io.wav Not tested -
obspy.io.win Not tested -
obspy.io.xseed Not tested -
obspy.io.y Not tested -
obspy.io.zmap Not tested -
obspy.realtime Not tested -
obspy.scripts Not tested -
obspy.signal Not tested -
obspy.taup Not tested -
Summary 9 9

Tracebacks (9)

026
027 A client object can be initialized either with the base URL of any FDSN web
028 service or with a shortcut name which will be mapped to a FDSN URL. All the
029 example make use of the FDSN web service at IRIS. For a list of other
030 available web service providers, see the
031 :meth:`~obspy.clients.fdsn.client.Client.__init__()` method. The currently
032 available providers are:
033
034 >>> from obspy.clients.fdsn.header import URL_MAPPINGS
035 >>> for key in sorted(URL_MAPPINGS.keys()):
Differences (unified diff with -expected +actual):
@@ -22,5 +22,6 @@
ORFEUS http://www.orfeus-eu.org
RASPISHAKE https://fdsnws.raspberryshakedata.com
-RESIF https://ws.resif.fr
+RESIF http://ws.resif.fr
+RESIFPH5 http://ph5ws.resif.fr
SCEDC http://service.scedc.caltech.edu
TEXNET http://rtserve.beg.utexas.edu
/home/runner/work/obspy/obspy/obspy/clients/fdsn/__init__.py:35: DocTestFailure
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/clients/fdsn/tests/test_mass_downloader.py", line 2181, in test_download_mseed
c.download_mseed()
File "/home/runner/work/obspy/obspy/obspy/clients/fdsn/mass_downloader/download_helpers.py", line 869, in download_mseed
[(self.client, self.client_name, chunk) for chunk in chunks])
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/multiprocessing/pool.py", line 268, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/multiprocessing/pool.py", line 657, in get
raise self._value
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/multiprocessing/pool.py", line 121, in worker
result = (True, func(*args, **kwds))
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar
return list(map(*args))
File "/home/runner/work/obspy/obspy/obspy/clients/fdsn/mass_downloader/download_helpers.py", line 854, in star_download_mseed
*args, logger=self.logger)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/mock.py", line 1016, in __call__
return _mock_self._mock_call(*args, **kwargs)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/mock.py", line 1076, in _mock_call
raise effect
http.client.HTTPException: disconnected
923 .. rubric:: Examples
924
925 (1) Returning frequency, amplitude, phase of first point.
926
927 >>> from obspy.clients.iris import Client
928 >>> client = Client()
929 >>> dt = UTCDateTime("2005-01-01")
930 >>> data = client.evalresp("IU", "ANMO", "00", "BHZ", dt,
931 ... output='fap')
932 >>> data[0] # frequency, amplitude, phase of first point
Expected:
array([ 1.00000000e-05, 1.05599900e+04, 1.79200700e+02])
Got:
array([ 1.00000000e-05, 1.05593400e+04, 1.79200700e+02])
/home/runner/work/obspy/obspy/obspy/clients/iris/client.py:932: DocTestFailure
474 is given.
475
476 .. rubric:: Example
477
478 >>> from obspy.clients.iris import Client
479 >>> from obspy import UTCDateTime
480 >>> client = Client()
481 >>> dt = UTCDateTime("2005-01-01")
482 >>> sacpz = client.sacpz("IU", "ANMO", "00", "BHZ", dt)
483 >>> print(sacpz.decode()) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Differences (unified diff with -expected +actual):
@@ -4,10 +4,10 @@
* LOCATION (KHOLE): 00
* CHANNEL (KCMPNM): BHZ
-* CREATED : ...
+* CREATED : 2022-01-13T20:51:40
* START : 2002-11-19T21:07:00
* END : 2008-06-30T00:00:00
* DESCRIPTION : Albuquerque, New Mexico, USA
-* LATITUDE : 34.945980
-* LONGITUDE : -106.457130
+* LATITUDE : 34.945981
+* LONGITUDE : -106.457133
* ELEVATION : 1671.0
* DEPTH : 145.0
@@ -19,21 +19,22 @@
* INSTTYPE : Geotech KS-54000 Borehole Seismometer
* INSTGAIN : 1.935000e+03 (M/S)
-* COMMENT :
-* SENSITIVITY : 8.115970e+08 (M/S)
-* A0 : 8.608300e+04
+* 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
- -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
+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
<BLANKLINE>
<BLANKLINE>
<BLANKLINE>
-...
+<BLANKLINE>
+<BLANKLINE>
/home/runner/work/obspy/obspy/obspy/clients/iris/client.py:483: DocTestFailure
302 >>> from obspy.clients.iris import Client
303 >>> from obspy import UTCDateTime
304 >>> dt = UTCDateTime("2005-01-01T00:00:00")
305 >>> client = Client()
306 >>> st = client.timeseries("IU", "ANMO", "00", "BHZ", dt, dt+10)
307 >>> print(st[0].data) # doctest: +ELLIPSIS
308 [ 24 20 19 19 19 15 10 4 -4 -11 ...
309 >>> st = client.timeseries("IU", "ANMO", "00", "BHZ", dt, dt+10,
310 ... filter=["correct", "demean", "lp=2.0"])
311 >>> 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]
/home/runner/work/obspy/obspy/obspy/clients/iris/client.py:311: DocTestFailure
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/clients/iris/tests/test_client.py", line 168, in test_evalresp
'1.000000E-05 1.055999E+04 1.792007E+02\n')
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/case.py", line 852, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/case.py", line 1233, in assertMultiLineEqual
self.fail(self._formatMessage(msg, standardMsg))
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/case.py", line 693, in fail
raise self.failureException(msg)
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
? ^^
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/clients/iris/client.py", line 437, in resp
data = self._fetch("resp", **kwargs)
File "/home/runner/work/obspy/obspy/obspy/clients/iris/client.py", line 124, in _fetch
response = urllib_request.urlopen(req, timeout=self.timeout)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/urllib/request.py", line 531, in open
response = meth(req, response)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/urllib/request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/urllib/request.py", line 649, 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 "/home/runner/work/obspy/obspy/obspy/clients/iris/tests/test_client.py", line 238, in test_resp
result = client.resp("UW", "LON", "", "EHZ")
File "/home/runner/work/obspy/obspy/obspy/clients/iris/client.py", line 441, in resp
raise Exception(msg)
Exception: No response data available (HTTPError: HTTP Error 404: )
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/clients/iris/tests/test_client.py", line 42, in test_sacpz
self.assertEqual(result, expected)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/case.py", line 852, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/case.py", line 1058, in assertListEqual
self.assertSequenceEqual(list1, list2, msg, seq_type=list)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/case.py", line 1040, in assertSequenceEqual
self.fail(msg)
File "/usr/share/miniconda3/envs/test3.7/lib/python3.7/unittest/case.py", line 693, in fail
raise self.failureException(msg)
AssertionError: Lists differ: [b'* [330 chars]945981', b'* LONGITUDE : -106.457133',[842 chars] b''] != [b'* [330 chars]945980', b'* LONGITUDE : -106.457130',[832 chars] b'']
First differing element 8:
b'* LATITUDE : 34.945981'
b'* LATITUDE : 34.945980'
First list contains 2 additional elements.
First extra element 36:
b''
Diff is 2012 characters long. Set self.maxDiff to None to see it.
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/clients/seedlink/tests/test_basic_client.py", line 44, in test_get_waveform
_test_offset_from_realtime(offset)
File "/home/runner/work/obspy/obspy/obspy/clients/seedlink/tests/test_basic_client.py", line 25, in _test_offset_from_realtime
st = self.client.get_waveforms(*request)
File "/home/runner/work/obspy/obspy/obspy/clients/seedlink/basic_client.py", line 149, in get_waveforms
return self._multiselect_request(multiselect, starttime, endtime)
File "/home/runner/work/obspy/obspy/obspy/clients/seedlink/basic_client.py", line 188, in _multiselect_request
self._slclient.run(packet_handler=self._packet_handler)
File "/home/runner/work/obspy/obspy/obspy/clients/seedlink/slclient.py", line 229, in run
slpack = self.slconn.collect()
File "/home/runner/work/obspy/obspy/obspy/clients/seedlink/client/seedlinkconnection.py", line 740, in collect
raise SeedLinkException(msg)
obspy.clients.seedlink.seedlinkexception.SeedLinkException: 'problems with the connection description'

Skipped tests (5)

Submodule Test Skip message
clients.fdsn obspy/clients/fdsn/tests/test_client.py::ClientTestCase::test_eida_token_resolution Skipped: Token is expired
clients.fdsn obspy/clients/fdsn/tests/test_client.py::ClientTestCase::test_trim_stream_after_get_waveform Skipped: data no longer available
clients.seedlink obspy/clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_info Skipped: test must be started manually
clients.seedlink obspy/clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_issue708 Skipped: test must be started manually
clients.seedlink obspy/clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_time_window Skipped: test must be started manually

Slowest tests (20)

Runtime Test
211.537s obspy/clients/fdsn/tests/test_eidaws_routing_client.py::EIDAWSRoutingClientTestCase::test_get_waveforms_integration_test
53.766s obspy/clients/fdsn/tests/test_eidaws_routing_client.py::EIDAWSRoutingClientTestCase::test_get_stations_integration_test
45.869s obspy/clients/seedlink/basic_client.py::obspy.clients.seedlink.basic_client.Client.get_waveforms
45.123s obspy/clients/seedlink/tests/test_basic_client.py::ClientTestCase::test_multiple_waveform_requests_with_multiple_info_requests
41.928s obspy/clients/seedlink/basic_client.py::obspy.clients.seedlink.basic_client.Client.get_info
20.636s obspy/clients/seedlink/tests/test_basic_client.py::ClientTestCase::test_get_info
19.498s obspy/clients/fdsn/tests/test_eidaws_routing_client.py::EIDAWSRoutingClientTestCase::test_proper_no_data_exception_on_out_of_epoch_dates
10.133s obspy/clients/fdsn/tests/test_client.py::ClientTestCase::test_irisph5_event
7.972s obspy/clients/syngine/tests/test_client.py::ClientTestCase::test_get_available_models
5.104s obspy/clients/fdsn/tests/test_client.py::ClientTestCase::test_dataselect_bulk
2.869s obspy/clients/syngine/tests/test_client.py::ClientTestCase::test_get_waveforms
2.649s obspy/clients/fdsn/tests/test_client.py::ClientTestCase::test_iris_example_queries_dataselect_discover_services_false
2.466s obspy/clients/fdsn/mass_downloader/__init__.py::obspy.clients.fdsn.mass_downloader
2.178s obspy/clients/fdsn/tests/test_client.py::ClientTestCase::test_iris_example_queries_dataselect
1.910s obspy/clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms
1.831s obspy/clients/syngine/__init__.py::obspy.clients.syngine
1.736s obspy/clients/fdsn/tests/test_federator_routing_client.py::FederatorRoutingClientTestCase::test_get_waveforms_integration_test
1.698s obspy/clients/fdsn/tests/test_client.py::ClientTestCase::test_redirection_auth
1.544s obspy/clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms_bulk
1.468s obspy/clients/neic/tests/test_client.py::ClientTestCase::test_get_waveform_nscl

Warnings (12)

Stage Filename Category Message
runtest /home/runner/work/obspy/obspy/obspy/clients/fdsn/tests/test_federator_routing_client.py:37 DeprecationWarning distutils Version classes are deprecated. Use packaging.version instead.
collect /home/runner/work/obspy/obspy/obspy/io/css/core.py:21 DeprecationWarning `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /home/runner/work/obspy/obspy/obspy/io/mseed/util.py:837 DeprecationWarning "get_data" is deprecated. Use "data" instead
runtest /home/runner/work/obspy/obspy/obspy/clients/fdsn/tests/test_eidaws_routing_client.py:38 DeprecationWarning distutils Version classes are deprecated. Use packaging.version instead.
collect /home/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1045 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /home/runner/work/obspy/obspy/obspy/clients/fdsn/wadl_parser.py:107 UserWarning The 'event' service at 'http://service.iris.edu/ph5/event/1/' cannot deal with the following required parameters: mindepth, maxdepth, orderby They will not be available for any requests. Any attempt to use them will result in an error.
collect /home/runner/work/obspy/obspy/obspy/io/css/core.py:22 DeprecationWarning `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
collect /home/runner/work/obspy/obspy/obspy/imaging/maps.py:66 UserWarning Neither basemap nor cartopy installed, map plots will not work.
runtest /home/runner/work/obspy/obspy/obspy/clients/fdsn/tests/test_eidaws_routing_client.py:37 DeprecationWarning distutils Version classes are deprecated. Use packaging.version instead.
runtest /home/runner/work/obspy/obspy/obspy/io/mseed/core.py:1009 DeprecationWarning "get_data" is deprecated. Use "data" instead
collect /home/runner/work/obspy/obspy/obspy/clients/arclink/__init__.py:31 ObsPyDeprecationWarning ArcLink protocol has been officially deprecated and some main servers have been shut down already. Please consider using other methods like FDSN web services to fetch data. ArcLink functionality is now untested in ObsPy.
runtest /home/runner/work/obspy/obspy/obspy/clients/fdsn/tests/test_federator_routing_client.py:36 DeprecationWarning distutils Version classes are deprecated. Use packaging.version instead.