12/04/2024 10:32:46 AM UTC [INFO] Tracking regressions... 12/04/2024 10:32:46 AM UTC [INFO] Press Ctrl-C to stop. 12/04/2024 11:20:17 AM UTC [INFO] Detected regression for node id: 675030ad319bbaf1da160843 12/04/2024 11:20:18 AM UTC [INFO] Regression submitted: 67503af2319bbaf1da16609c 12/04/2024 11:20:21 AM UTC [INFO] Detected regression for node id: 675030ad319bbaf1da160845 12/04/2024 11:20:22 AM UTC [INFO] Regression submitted: 67503af6319bbaf1da1660a1 12/04/2024 11:31:21 AM UTC [INFO] Detected regression for node id: 675030eb319bbaf1da160b19 12/04/2024 11:31:21 AM UTC [INFO] Regression submitted: 67503d89319bbaf1da167380 12/04/2024 11:31:22 AM UTC [INFO] Detected regression for node id: 6750349b319bbaf1da16306d 12/04/2024 11:31:23 AM UTC [INFO] Regression submitted: 67503d8b319bbaf1da16738b 12/04/2024 11:31:23 AM UTC [INFO] Detected regression for node id: 6750349b319bbaf1da16306e 12/04/2024 11:31:24 AM UTC [INFO] Regression submitted: 67503d8c319bbaf1da16738e 12/04/2024 11:31:24 AM UTC [INFO] Detected regression for node id: 6750349b319bbaf1da16306f 12/04/2024 11:31:25 AM UTC [INFO] Regression submitted: 67503d8d319bbaf1da167391 12/04/2024 11:44:46 AM UTC [INFO] Detected regression for node id: 67502c1d0d13fc8a5fb58d10 12/04/2024 11:44:46 AM UTC [INFO] Regression submitted: 675040ae319bbaf1da16873d 12/04/2024 11:44:55 AM UTC [INFO] Detected regression for node id: 67503101319bbaf1da160cb9 12/04/2024 11:44:56 AM UTC [INFO] Regression submitted: 675040b8319bbaf1da168740 12/04/2024 11:44:57 AM UTC [INFO] Detected regression for node id: 67503101319bbaf1da160cba 12/04/2024 11:44:57 AM UTC [INFO] Regression submitted: 675040b9319bbaf1da168743 12/04/2024 11:44:58 AM UTC [INFO] Detected regression for node id: 67503101319bbaf1da160cbb 12/04/2024 11:44:59 AM UTC [INFO] Regression submitted: 675040bb319bbaf1da168746 12/04/2024 12:03:27 PM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 199, in _new_conn sock = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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.11/socket.py", line 962, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -3] Temporary failure in name resolution 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 490, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 466, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1095, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 693, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 206, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution) 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/nodes?kind=regression&result=fail&name=emerg&group=baseline-arm64-qualcomm&data.failed_kernel_version.tree=kernelci&data.failed_kernel_version.branch=staging-mainline&data.failed_kernel_version.url=https%3A%2F%2Fgithub.com%2Fkernelci%2Flinux.git&created__lt=2024-12-04T10%3A38%3A40.601000&data.arch=arm64&data.defconfig=defconfig&data.config_full=defconfig&data.compiler=gcc-12&data.platform=qcs6490-rb3gen2&limit=100&offset=0 (Caused by NameResolutionError(": Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution)")) 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/regression_tracker.py", line 245, in _run self._process_node(node) File "/home/kernelci/pipeline/regression_tracker.py", line 234, in _process_node self._process_node(child_node) File "/home/kernelci/pipeline/regression_tracker.py", line 234, in _process_node self._process_node(child_node) File "/home/kernelci/pipeline/regression_tracker.py", line 176, in _process_node regression = self._get_related_regression(node) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/regression_tracker.py", line 147, in _get_related_regression return self._get_last_matching_node(search_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/regression_tracker.py", line 114, in _get_last_matching_node nodes = self._api.node.find(search_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/latest.py", line 114, in find return self._get_paginated(params, 'nodes', offset, limit) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/__init__.py", line 203, in _get_paginated resp = self._get(path, params=params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/nodes?kind=regression&result=fail&name=emerg&group=baseline-arm64-qualcomm&data.failed_kernel_version.tree=kernelci&data.failed_kernel_version.branch=staging-mainline&data.failed_kernel_version.url=https%3A%2F%2Fgithub.com%2Fkernelci%2Flinux.git&created__lt=2024-12-04T10%3A38%3A40.601000&data.arch=arm64&data.defconfig=defconfig&data.config_full=defconfig&data.compiler=gcc-12&data.platform=qcs6490-rb3gen2&limit=100&offset=0 (Caused by NameResolutionError(": Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution)")) 12/04/2024 10:32:46 AM UTC [INFO] Tracking regressions... 12/04/2024 10:32:46 AM UTC [INFO] Press Ctrl-C to stop. 12/04/2024 11:20:17 AM UTC [INFO] Detected regression for node id: 675030ad319bbaf1da160843 12/04/2024 11:20:18 AM UTC [INFO] Regression submitted: 67503af2319bbaf1da16609c 12/04/2024 11:20:21 AM UTC [INFO] Detected regression for node id: 675030ad319bbaf1da160845 12/04/2024 11:20:22 AM UTC [INFO] Regression submitted: 67503af6319bbaf1da1660a1 12/04/2024 11:31:21 AM UTC [INFO] Detected regression for node id: 675030eb319bbaf1da160b19 12/04/2024 11:31:21 AM UTC [INFO] Regression submitted: 67503d89319bbaf1da167380 12/04/2024 11:31:22 AM UTC [INFO] Detected regression for node id: 6750349b319bbaf1da16306d 12/04/2024 11:31:23 AM UTC [INFO] Regression submitted: 67503d8b319bbaf1da16738b 12/04/2024 11:31:23 AM UTC [INFO] Detected regression for node id: 6750349b319bbaf1da16306e 12/04/2024 11:31:24 AM UTC [INFO] Regression submitted: 67503d8c319bbaf1da16738e 12/04/2024 11:31:24 AM UTC [INFO] Detected regression for node id: 6750349b319bbaf1da16306f 12/04/2024 11:31:25 AM UTC [INFO] Regression submitted: 67503d8d319bbaf1da167391 12/04/2024 11:44:46 AM UTC [INFO] Detected regression for node id: 67502c1d0d13fc8a5fb58d10 12/04/2024 11:44:46 AM UTC [INFO] Regression submitted: 675040ae319bbaf1da16873d 12/04/2024 11:44:55 AM UTC [INFO] Detected regression for node id: 67503101319bbaf1da160cb9 12/04/2024 11:44:56 AM UTC [INFO] Regression submitted: 675040b8319bbaf1da168740 12/04/2024 11:44:57 AM UTC [INFO] Detected regression for node id: 67503101319bbaf1da160cba 12/04/2024 11:44:57 AM UTC [INFO] Regression submitted: 675040b9319bbaf1da168743 12/04/2024 11:44:58 AM UTC [INFO] Detected regression for node id: 67503101319bbaf1da160cbb 12/04/2024 11:44:59 AM UTC [INFO] Regression submitted: 675040bb319bbaf1da168746 12/04/2024 12:03:27 PM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 199, in _new_conn sock = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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.11/socket.py", line 962, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -3] Temporary failure in name resolution 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 490, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 466, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1095, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 693, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 206, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution) 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/nodes?kind=regression&result=fail&name=emerg&group=baseline-arm64-qualcomm&data.failed_kernel_version.tree=kernelci&data.failed_kernel_version.branch=staging-mainline&data.failed_kernel_version.url=https%3A%2F%2Fgithub.com%2Fkernelci%2Flinux.git&created__lt=2024-12-04T10%3A38%3A40.601000&data.arch=arm64&data.defconfig=defconfig&data.config_full=defconfig&data.compiler=gcc-12&data.platform=qcs6490-rb3gen2&limit=100&offset=0 (Caused by NameResolutionError(": Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution)")) 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/regression_tracker.py", line 245, in _run self._process_node(node) File "/home/kernelci/pipeline/regression_tracker.py", line 234, in _process_node self._process_node(child_node) File "/home/kernelci/pipeline/regression_tracker.py", line 234, in _process_node self._process_node(child_node) File "/home/kernelci/pipeline/regression_tracker.py", line 176, in _process_node regression = self._get_related_regression(node) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/regression_tracker.py", line 147, in _get_related_regression return self._get_last_matching_node(search_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/regression_tracker.py", line 114, in _get_last_matching_node nodes = self._api.node.find(search_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/latest.py", line 114, in find return self._get_paginated(params, 'nodes', offset, limit) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/__init__.py", line 203, in _get_paginated resp = self._get(path, params=params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/nodes?kind=regression&result=fail&name=emerg&group=baseline-arm64-qualcomm&data.failed_kernel_version.tree=kernelci&data.failed_kernel_version.branch=staging-mainline&data.failed_kernel_version.url=https%3A%2F%2Fgithub.com%2Fkernelci%2Flinux.git&created__lt=2024-12-04T10%3A38%3A40.601000&data.arch=arm64&data.defconfig=defconfig&data.config_full=defconfig&data.compiler=gcc-12&data.platform=qcs6490-rb3gen2&limit=100&offset=0 (Caused by NameResolutionError(": Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution)")) 12/04/2024 12:04:22 PM UTC [INFO] Tracking regressions... 12/04/2024 12:04:22 PM UTC [INFO] Press Ctrl-C to stop. 12/04/2024 12:08:59 PM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 199, in _new_conn sock = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/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.11/socket.py", line 962, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -3] Temporary failure in name resolution 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 490, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 466, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1095, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 693, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 206, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution) 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/nodes?kind=job&name=baseline-x86-intel&group=baseline-x86-intel&data.kernel_revision.tree=kernelci&data.kernel_revision.branch=staging-mainline&data.kernel_revision.url=https%3A%2F%2Fgithub.com%2Fkernelci%2Flinux.git&created__lt=2024-12-04T04%3A43%3A04.743000&state=done&data.arch=x86_64&data.defconfig=cros%3A%2F%2Fchromeos-6.6%2Fx86_64%2Fchromeos-intel-pineview.flavour.config&data.config_full=%2Blab-setup%2Bx86-board%2BCONFIG_MODULE_COMPRESS%3Dn%2BCONFIG_MODULE_COMPRESS_NONE%3Dy&data.compiler=gcc-12&data.platform=hp-x360-14-G1-sona&limit=100&offset=0 (Caused by NameResolutionError(": Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution)")) 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/regression_tracker.py", line 245, in _run self._process_node(node) File "/home/kernelci/pipeline/regression_tracker.py", line 183, in _process_node previous = self._get_previous_job_instance(node) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/regression_tracker.py", line 171, in _get_previous_job_instance return self._get_last_matching_node(search_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/regression_tracker.py", line 114, in _get_last_matching_node nodes = self._api.node.find(search_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/latest.py", line 114, in find return self._get_paginated(params, 'nodes', offset, limit) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/__init__.py", line 203, in _get_paginated resp = self._get(path, params=params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/nodes?kind=job&name=baseline-x86-intel&group=baseline-x86-intel&data.kernel_revision.tree=kernelci&data.kernel_revision.branch=staging-mainline&data.kernel_revision.url=https%3A%2F%2Fgithub.com%2Fkernelci%2Flinux.git&created__lt=2024-12-04T04%3A43%3A04.743000&state=done&data.arch=x86_64&data.defconfig=cros%3A%2F%2Fchromeos-6.6%2Fx86_64%2Fchromeos-intel-pineview.flavour.config&data.config_full=%2Blab-setup%2Bx86-board%2BCONFIG_MODULE_COMPRESS%3Dn%2BCONFIG_MODULE_COMPRESS_NONE%3Dy&data.compiler=gcc-12&data.platform=hp-x360-14-G1-sona&limit=100&offset=0 (Caused by NameResolutionError(": Failed to resolve 'staging.kernelci.org' ([Errno -3] Temporary failure in name resolution)")) Traceback (most recent call last): File "/home/kernelci/pipeline/regression_tracker.py", line 261, in status = opts.command(configs, opts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/regression_tracker.py", line 254, in __call__ return RegressionTracker(configs, args).run(args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/base.py", line 76, in run self._stop(context) File "/home/kernelci/pipeline/regression_tracker.py", line 32, in _stop self._api_helper.unsubscribe_filters(sub_id) File "/usr/local/lib/python3.11/site-packages/kernelci/api/helper.py", line 63, in unsubscribe_filters self.api.unsubscribe(sub_id) File "/usr/local/lib/python3.11/site-packages/kernelci/api/latest.py", line 136, in unsubscribe self._post(f'unsubscribe/{sub_id}') File "/usr/local/lib/python3.11/site-packages/kernelci/api/__init__.py", line 133, in _post resp = session.post( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **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 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 1 more time] 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 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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyboardInterrupt