04/08/2025 12:16:49 AM UTC [INFO] Delay: 3s 04/08/2025 12:16:52 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:16:53 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:16:54 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:16:54 AM UTC [INFO] New revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:16:54 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 12:16:56 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:16:57 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:16:57 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:22:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:22:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:22:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:27:12 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 12:27:12 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 12:16:49 AM UTC [INFO] Delay: 3s 04/08/2025 12:16:52 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:16:53 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:16:54 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:16:54 AM UTC [INFO] New revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:16:54 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 12:16:56 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:16:57 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:16:57 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:22:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:22:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:22:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:27:12 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 12:27:12 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 12:27:13 AM UTC [INFO] Delay: 3s 04/08/2025 12:27:17 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:27:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:27:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:27:18 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:27:22 AM UTC [ERROR] Error accessing URL: HTTPSConnectionPool(host='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) 04/08/2025 12:27:23 AM UTC [INFO] New revision netdev-testing False 04/08/2025 12:27:23 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 12:27:23 AM UTC [ERROR] 1 validation error for Checkout data.kernel_revision.commit Input should be a valid string [type=string_type, input_value=False, input_type=bool] For further information visit https://errors.pydantic.dev/2.9/v/string_type 04/08/2025 12:27:23 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:32:23 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:32:24 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:32:24 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:32:25 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:32:28 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:32:28 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:32:28 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:37:29 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:37:29 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:37:30 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:37:30 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:37:34 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:37:34 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:37:34 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:42:35 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:42:37 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:42:37 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:42:38 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:42:42 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:42:43 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:42:43 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:47:43 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:47:44 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:47:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:47:45 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:47:51 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:47:51 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:47:51 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:52:51 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:52:52 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:52:52 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:52:53 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:52:59 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:52:59 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:52:59 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:58:00 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:58:00 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:58:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:58:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:58:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:58:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:58:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:03:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:03:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:03:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:03:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:03:12 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 01:03:12 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 12:16:49 AM UTC [INFO] Delay: 3s 04/08/2025 12:16:52 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:16:53 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:16:54 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:16:54 AM UTC [INFO] New revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:16:54 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 12:16:56 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:16:57 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:16:57 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:22:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:22:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:22:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:27:12 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 12:27:12 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 12:27:13 AM UTC [INFO] Delay: 3s 04/08/2025 12:27:17 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:27:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:27:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:27:18 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:27:22 AM UTC [ERROR] Error accessing URL: HTTPSConnectionPool(host='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) 04/08/2025 12:27:23 AM UTC [INFO] New revision netdev-testing False 04/08/2025 12:27:23 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 12:27:23 AM UTC [ERROR] 1 validation error for Checkout data.kernel_revision.commit Input should be a valid string [type=string_type, input_value=False, input_type=bool] For further information visit https://errors.pydantic.dev/2.9/v/string_type 04/08/2025 12:27:23 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:32:23 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:32:24 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:32:24 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:32:25 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:32:28 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:32:28 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:32:28 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:37:29 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:37:29 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:37:30 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:37:30 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:37:34 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:37:34 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:37:34 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:42:35 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:42:37 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:42:37 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:42:38 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:42:42 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:42:43 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:42:43 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:47:43 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:47:44 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:47:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:47:45 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:47:51 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:47:51 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:47:51 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:52:51 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:52:52 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:52:52 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:52:53 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:52:59 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:52:59 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:52:59 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:58:00 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:58:00 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:58:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:58:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:58:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:58:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:58:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:03:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:03:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:03:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:03:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:03:12 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 01:03:12 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 01:03:13 AM UTC [INFO] Delay: 3s 04/08/2025 01:03:17 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:03:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:03:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:03:18 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:03:23 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:03:23 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:03:23 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:08:23 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:08:24 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:08:26 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:08:28 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:08:31 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:08:32 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:08:32 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:13:32 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:13:33 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:13:33 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:13:35 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:13:37 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:13:39 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:13:39 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:18:39 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:18:40 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:18:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:18:46 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:18:50 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:18:54 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:18:54 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:23:54 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:23:55 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:23:55 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:23:56 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:23:59 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:24:00 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:24:00 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:29:02 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:29:02 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:29:03 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:29:03 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:29:06 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:29:07 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:29:07 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:34:15 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:34:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:34:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:34:22 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:34:27 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:34:28 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:34:28 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:39:30 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:39:30 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:39:31 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:39:31 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:39:36 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:39:38 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:39:38 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:44:38 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:44:39 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:44:39 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:44:40 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:44:42 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:44:42 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:44:42 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:49:43 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:49:43 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:49:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:49:44 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:49:48 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:49:48 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:49:48 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:54:48 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:54:49 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:54:49 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:54:50 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:54:54 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:54:55 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:54:55 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:59:55 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:59:56 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:59:56 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:59:58 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:00:06 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 02:00:06 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 12:16:49 AM UTC [INFO] Delay: 3s 04/08/2025 12:16:52 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:16:53 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:16:54 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:16:54 AM UTC [INFO] New revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:16:54 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 12:16:56 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:16:57 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:16:57 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:21:59 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:22:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:22:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:22:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:22:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:27:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:27:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:27:12 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 12:27:12 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 12:27:13 AM UTC [INFO] Delay: 3s 04/08/2025 12:27:17 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:27:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:27:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:27:18 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:27:22 AM UTC [ERROR] Error accessing URL: HTTPSConnectionPool(host='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) 04/08/2025 12:27:23 AM UTC [INFO] New revision netdev-testing False 04/08/2025 12:27:23 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 12:27:23 AM UTC [ERROR] 1 validation error for Checkout data.kernel_revision.commit Input should be a valid string [type=string_type, input_value=False, input_type=bool] For further information visit https://errors.pydantic.dev/2.9/v/string_type 04/08/2025 12:27:23 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:32:23 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:32:24 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:32:24 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:32:25 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:32:28 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:32:28 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:32:28 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:37:29 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:37:29 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:37:30 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:37:30 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:37:34 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:37:34 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:37:34 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:42:35 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:42:37 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:42:37 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:42:38 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:42:42 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:42:43 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:42:43 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:47:43 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:47:44 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:47:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:47:45 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:47:51 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:47:51 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:47:51 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:52:51 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:52:52 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:52:52 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:52:53 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:52:59 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:52:59 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:52:59 AM UTC [INFO] Sleeping for 300s 04/08/2025 12:58:00 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 12:58:00 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 12:58:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 12:58:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 12:58:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 12:58:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 12:58:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:03:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:03:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:03:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:03:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:03:12 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 01:03:12 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 01:03:13 AM UTC [INFO] Delay: 3s 04/08/2025 01:03:17 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:03:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:03:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:03:18 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:03:23 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:03:23 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:03:23 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:08:23 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:08:24 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:08:26 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:08:28 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:08:31 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:08:32 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:08:32 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:13:32 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:13:33 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:13:33 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:13:35 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:13:37 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:13:39 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:13:39 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:18:39 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:18:40 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:18:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:18:46 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:18:50 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:18:54 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:18:54 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:23:54 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:23:55 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:23:55 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:23:56 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:23:59 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:24:00 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:24:00 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:29:02 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:29:02 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:29:03 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:29:03 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:29:06 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:29:07 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:29:07 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:34:15 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:34:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:34:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:34:22 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:34:27 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:34:28 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:34:28 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:39:30 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:39:30 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:39:31 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:39:31 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:39:36 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:39:38 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:39:38 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:44:38 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:44:39 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:44:39 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:44:40 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:44:42 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:44:42 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:44:42 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:49:43 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:49:43 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:49:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:49:44 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:49:48 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:49:48 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:49:48 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:54:48 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:54:49 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:54:49 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:54:50 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 01:54:54 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 01:54:55 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 01:54:55 AM UTC [INFO] Sleeping for 300s 04/08/2025 01:59:55 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 01:59:56 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 01:59:56 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 01:59:58 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:00:06 AM UTC [ERROR] Failed to get branch head for netdev-testing 04/08/2025 02:00:06 AM UTC [ERROR] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 198, 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 974, 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.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 488, in _make_request raise new_e File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 464, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn conn.connect() File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 704, in connect self.sock = sock = self._new_conn() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'netdev.bots.linux.dev' ([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.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 841, 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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/./src/trigger.py", line 46, in _run_trigger response = requests.get(current_config.branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=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='netdev.bots.linux.dev', port=443): Max retries exceeded with url: /static/nipa/branches-hw.json (Caused by NameResolutionError(": Failed to resolve 'netdev.bots.linux.dev' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/src/base.py", line 70, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/trigger.py", line 163, in _run self._iterate_build_configs(force, build_configs_list, File "/home/kernelci/pipeline/./src/trigger.py", line 138, in _iterate_build_configs self._run_trigger(config, force, timeout, trees) File "/home/kernelci/pipeline/./src/trigger.py", line 59, in _run_trigger self.traceback(ex) ^^^^^^^^^^^^^^ AttributeError: 'Trigger' object has no attribute 'traceback' 04/08/2025 02:00:07 AM UTC [INFO] Delay: 3s 04/08/2025 02:00:10 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:00:11 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:00:11 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:00:12 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:00:14 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:00:14 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:00:14 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:05:15 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:05:15 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:05:16 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:05:16 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:05:18 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:05:18 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:05:18 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:10:19 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:10:19 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:10:20 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:10:20 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:10:21 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:10:21 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:10:21 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:15:22 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:15:22 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:15:23 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:15:23 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:15:27 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:15:28 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:15:28 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:20:28 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:20:29 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:20:29 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:20:30 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:20:30 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:20:31 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:20:31 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:25:31 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:25:32 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:25:32 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:25:33 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:25:33 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:25:34 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:25:34 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:30:34 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:30:35 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:30:35 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:30:36 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:30:36 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:30:37 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:30:37 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:35:37 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:35:38 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:35:38 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:35:39 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:35:39 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:35:39 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:35:39 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:40:40 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:40:40 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:40:41 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:40:41 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:40:42 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:40:42 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:40:42 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:45:43 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:45:43 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:45:44 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:45:44 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:45:45 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:45:45 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:45:45 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:50:46 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:50:46 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:50:47 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:50:47 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:50:48 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:50:48 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:50:48 AM UTC [INFO] Sleeping for 300s 04/08/2025 02:55:49 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 02:55:49 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 02:55:50 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 02:55:50 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 02:55:51 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 02:55:51 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 02:55:51 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:00:52 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:00:52 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:00:53 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:00:53 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:00:54 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:00:54 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:00:54 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:05:55 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:05:55 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:05:56 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:05:56 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:05:57 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:05:57 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:05:57 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:10:58 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:10:58 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:10:59 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:10:59 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:11:00 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:11:00 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:11:00 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:16:01 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:16:01 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:16:03 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:16:03 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:16:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:16:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:16:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:21:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:21:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:21:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:21:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:21:06 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:21:07 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:21:07 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:26:07 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:26:08 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:26:08 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:26:09 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:26:09 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:26:10 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:26:10 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:31:10 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:31:11 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:31:11 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:31:12 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:31:12 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:31:13 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:31:13 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:36:13 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:36:14 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:36:15 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:36:15 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:36:15 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:36:16 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:36:16 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:41:16 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:41:17 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:41:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:41:18 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:41:18 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:41:19 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:41:19 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:46:19 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:46:20 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:46:21 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:46:21 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:46:21 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:46:22 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:46:22 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:51:22 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:51:23 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:51:23 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:51:24 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:51:24 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:51:25 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:51:25 AM UTC [INFO] Sleeping for 300s 04/08/2025 03:56:25 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 03:56:26 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 03:56:26 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 03:56:27 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 03:56:27 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 03:56:27 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 03:56:27 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:01:28 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:01:29 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:01:29 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:01:30 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:01:30 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:01:30 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:01:30 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:06:31 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:06:31 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:06:32 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:06:32 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:06:33 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:06:33 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:06:33 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:11:34 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:11:34 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:11:35 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:11:35 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:11:36 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:11:36 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:11:36 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:16:36 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:16:37 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:16:37 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:16:38 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:16:38 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:16:39 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:16:39 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:21:39 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:21:40 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:21:40 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:21:41 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:21:41 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:21:42 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:21:42 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:26:42 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:26:43 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:26:43 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:26:44 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:26:44 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:26:44 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:26:44 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:31:45 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:31:46 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:31:46 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:31:46 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:31:47 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:31:47 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:31:47 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:36:48 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:36:48 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:36:49 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:36:49 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:36:50 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:36:50 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:36:50 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:41:51 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:41:51 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:41:52 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:41:52 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:41:53 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:41:53 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:41:53 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:46:53 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:46:54 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:46:54 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:46:55 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:46:55 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:46:56 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:46:56 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:51:57 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:51:57 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:51:58 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:51:58 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:51:58 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:51:59 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:51:59 AM UTC [INFO] Sleeping for 300s 04/08/2025 04:56:59 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 04:57:00 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 04:57:01 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 04:57:02 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 04:57:02 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 04:57:03 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 04:57:03 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:02:03 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:02:04 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:02:04 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:02:05 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:02:05 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:02:06 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:02:06 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:07:06 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:07:07 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:07:07 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:07:08 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:07:08 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:07:09 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:07:09 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:12:09 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:12:10 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:12:10 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:12:11 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:12:11 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:12:12 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:12:12 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:17:12 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:17:13 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:17:13 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:17:14 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:17:14 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:17:15 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:17:15 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:22:15 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:22:16 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:22:16 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:22:17 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:22:17 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:22:17 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:22:17 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:27:18 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:27:19 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:27:19 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:27:20 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:27:20 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:27:20 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:27:20 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:32:21 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:32:21 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:32:22 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:32:22 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:32:23 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:32:23 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:32:23 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:37:25 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:37:27 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:37:28 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:37:28 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:37:29 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:37:30 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:37:30 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:42:30 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:42:31 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:42:31 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:42:32 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:42:32 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:42:33 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:42:33 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:47:33 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:47:34 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:47:34 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:47:35 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:47:35 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:47:36 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:47:36 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:52:36 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:52:37 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:52:37 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:52:38 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:52:38 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:52:38 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:52:38 AM UTC [INFO] Sleeping for 300s 04/08/2025 05:57:39 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 05:57:39 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 05:57:40 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 05:57:40 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 05:57:41 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 05:57:41 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 05:57:41 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:02:42 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:02:42 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:02:43 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:02:43 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:02:44 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:02:44 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:02:44 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:07:45 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:07:45 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:07:46 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:07:46 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:07:47 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:07:47 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:07:47 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:12:47 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:12:48 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:12:48 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:12:49 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:12:49 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:12:50 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:12:50 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:17:50 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:17:51 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:17:51 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:17:52 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:17:53 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:17:53 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:17:53 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:22:53 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:22:54 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:22:54 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:22:55 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:22:55 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:22:56 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:22:56 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:27:56 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:27:57 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:27:57 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:27:58 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:27:58 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:27:58 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:27:58 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:32:59 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:33:00 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:33:00 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:33:01 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:33:01 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:33:01 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:33:01 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:38:02 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:38:31 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:38:31 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:38:32 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:38:32 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:38:32 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:38:32 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:43:33 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:43:34 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:43:34 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:43:35 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:43:35 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:43:35 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:43:35 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:48:36 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:48:37 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:48:37 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:48:38 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:48:38 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:48:39 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:48:39 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:53:39 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:53:40 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:53:40 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:53:41 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:53:41 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:53:42 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:53:42 AM UTC [INFO] Sleeping for 300s 04/08/2025 06:58:42 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 06:58:43 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 06:58:43 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 06:58:44 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 06:58:44 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 06:58:45 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 06:58:45 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:03:45 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:03:46 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:03:46 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:03:47 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:03:48 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:03:48 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:03:48 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:08:48 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:08:49 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:08:50 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:08:50 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:08:50 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:08:51 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:08:51 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:13:51 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:13:52 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:13:52 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:13:53 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:13:53 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:13:54 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:13:54 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:18:54 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:18:55 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:18:55 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:18:56 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:18:56 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:18:57 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:18:57 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:24:02 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:24:02 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:24:03 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:24:03 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:24:04 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:24:04 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:24:04 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:29:05 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:29:05 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:29:06 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:29:06 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:29:07 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:29:07 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:29:07 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:34:07 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:34:08 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:34:09 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:34:10 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:34:10 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:34:11 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:34:11 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:39:11 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:39:12 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:39:12 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:39:13 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:39:13 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:39:14 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:39:14 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:44:14 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:44:15 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:44:16 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:44:16 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:44:16 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:44:17 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:44:17 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:49:17 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:49:18 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:49:18 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:49:19 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:49:19 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:49:20 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:49:20 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:54:20 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:54:21 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:54:21 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:54:22 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:54:22 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:54:23 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:54:23 AM UTC [INFO] Sleeping for 300s 04/08/2025 07:59:23 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 07:59:24 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 07:59:24 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 07:59:25 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 07:59:25 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--00-00 Date: 2025-04-08T00:00:11.888902+00:00 Tree: netdev-testing 04/08/2025 07:59:26 AM UTC [INFO] Existing revision netdev-testing c04d5dfc27e6bb1aee5c7ae791957d51bfababec 04/08/2025 07:59:26 AM UTC [INFO] Sleeping for 300s 04/08/2025 08:04:26 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 08:04:27 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 08:04:27 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 08:04:28 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 08:04:28 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--08-00 Date: 2025-04-08T08:00:17.312849+00:00 Tree: netdev-testing 04/08/2025 08:04:29 AM UTC [INFO] New revision netdev-testing 66ab7306742b49045b760269b919bd837a88459e 04/08/2025 08:04:29 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 08:04:29 AM UTC [INFO] Sleeping for 300s 04/08/2025 08:09:29 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 08:09:30 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 08:09:30 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 08:09:31 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 08:09:31 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--08-00 Date: 2025-04-08T08:00:17.312849+00:00 Tree: netdev-testing 04/08/2025 08:09:32 AM UTC [INFO] Existing revision netdev-testing 66ab7306742b49045b760269b919bd837a88459e 04/08/2025 08:09:32 AM UTC [INFO] Sleeping for 300s 04/08/2025 08:14:32 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 08:14:33 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 08:14:34 AM UTC [INFO] Existing revision kernelci_staging-next af17f1a6fecf63662f614a555a36d3a7c4ac97f8 04/08/2025 08:14:34 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 08:14:34 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--08-00 Date: 2025-04-08T08:00:17.312849+00:00 Tree: netdev-testing 04/08/2025 08:14:35 AM UTC [INFO] Existing revision netdev-testing 66ab7306742b49045b760269b919bd837a88459e 04/08/2025 08:14:35 AM UTC [INFO] Sleeping for 300s 04/08/2025 08:19:35 AM UTC [INFO] Existing revision kernelci 79a3aaa7b82e3106be97842dedfd8429248896e6 04/08/2025 08:19:36 AM UTC [INFO] Existing revision kernelci_staging-mainline ab0b791cd5398cd49f54545a860d0d065cd250ec 04/08/2025 08:19:36 AM UTC [INFO] New revision kernelci_staging-next 4eb6bcb2761348f7df6eae5293789263f13e291a 04/08/2025 08:19:36 AM UTC [INFO] Architecture filter: ['x86_64', 'arm64', 'arm'] 04/08/2025 08:19:37 AM UTC [INFO] Existing revision kernelci_staging-stable 94490ad72981cd8d79025beddeb43ee79257f4c4 04/08/2025 08:19:38 AM UTC [INFO] NIPA Latest branch: net-next-hw-2025-04-08--08-00 Date: 2025-04-08T08:00:17.312849+00:00 Tree: netdev-testing 04/08/2025 08:19:38 AM UTC [INFO] Existing revision netdev-testing 66ab7306742b49045b760269b919bd837a88459e 04/08/2025 08:19:38 AM UTC [INFO] Sleeping for 300s 04/08/2025 08:20:24 AM UTC [INFO] Stopping.