10/02/2024 10:21:12 AM UTC [INFO] Delay: 3s 10/02/2024 10:21:16 AM UTC [INFO] Existing revision kernelci_staging-mainline 28e35181916af8dea8cb98a060de87140689eb66 10/02/2024 10:21:16 AM UTC [INFO] Existing revision kernelci_staging-next 4390fd5d9bfc21a75a2f136836e4b90641c133fd 10/02/2024 10:21:17 AM UTC [INFO] New revision kernelci_staging-stable ff421239639d65d3ebb6e6896e24193c50d0feb7 10/02/2024 10:21:17 AM UTC [INFO] Sleeping for 3600s 10/02/2024 11:21:18 AM UTC [INFO] Existing revision kernelci_staging-mainline 28e35181916af8dea8cb98a060de87140689eb66 10/02/2024 11:21:18 AM UTC [INFO] Existing revision kernelci_staging-next 4390fd5d9bfc21a75a2f136836e4b90641c133fd 10/02/2024 11:21:19 AM UTC [INFO] Existing revision kernelci_staging-stable ff421239639d65d3ebb6e6896e24193c50d0feb7 10/02/2024 11:21:19 AM UTC [INFO] Sleeping for 3600s 10/02/2024 12:21:20 PM UTC [INFO] Existing revision kernelci_staging-mainline 28e35181916af8dea8cb98a060de87140689eb66 10/02/2024 12:21:20 PM UTC [INFO] Existing revision kernelci_staging-next 4390fd5d9bfc21a75a2f136836e4b90641c133fd 10/02/2024 12:21:21 PM UTC [INFO] Existing revision kernelci_staging-stable ff421239639d65d3ebb6e6896e24193c50d0feb7 10/02/2024 12:21:21 PM UTC [INFO] Sleeping for 3600s 10/02/2024 01:27:52 PM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 536, in _make_request response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 507, in getresponse httplib_response = super().getresponse() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 1386, in getresponse response.begin() File "/usr/local/lib/python3.11/http/client.py", line 325, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 286, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/socket.py", line 706, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/ssl.py", line 1315, in recv_into return self.read(nbytes, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/ssl.py", line 1167, in read return self._sslobj.read(len, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 789, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 538, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 369, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Read timed out. (read timeout=60.0) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 589, in send resp = conn.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 873, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 873, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 873, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 2 more times] File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 843, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Max retries exceeded with url: /latest/count?kind=checkout&data.kernel_revision.commit=28e35181916af8dea8cb98a060de87140689eb66&owner=staging.kernelci.org (Caused by ReadTimeoutError("HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Read timed out. (read timeout=60.0)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/base.py", line 69, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/./pipeline/trigger.py", line 132, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/./pipeline/trigger.py", line 107, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/./pipeline/trigger.py", line 47, in _run_trigger node_count = self._api.node.count({ ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/latest.py", line 117, in count return self._get('count', params=attributes).json() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/__init__.py", line 79, in _get resp = session.get( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 622, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Max retries exceeded with url: /latest/count?kind=checkout&data.kernel_revision.commit=28e35181916af8dea8cb98a060de87140689eb66&owner=staging.kernelci.org (Caused by ReadTimeoutError("HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Read timed out. (read timeout=60.0)"))