04/11/2025 07:58:13 AM UTC [INFO] Listening for new trigger events 04/11/2025 07:58:13 AM UTC [INFO] Press Ctrl-C to stop. 04/11/2025 08:03:15 AM UTC [INFO] Updating repo for netdev-testing From https://github.com/linux-netdev/testing * [new branch] net-next-2025-04-11--03-00 -> netdev-testing/net-next-2025-04-11--03-00 * [new branch] net-next-2025-04-11--06-00 -> netdev-testing/net-next-2025-04-11--06-00 * [new branch] net-next-hw-2025-04-11--08-00 -> netdev-testing/net-next-hw-2025-04-11--08-00 From https://github.com/linux-netdev/testing * branch HEAD -> FETCH_HEAD From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD Previous HEAD position was 9fe2e75be7a4 staging-stable-20250411.0 HEAD is now at a791e4388ad9 config: set preempt 04/11/2025 08:03:37 AM UTC [INFO] Repo updated 04/11/2025 08:03:37 AM UTC [INFO] Checking out commit a791e4388ad91d5cbb9e4912ad884b31e7190854 HEAD is now at a791e4388ad9 config: set preempt 04/11/2025 08:03:37 AM UTC [INFO] Commit checked out 04/11/2025 08:03:38 AM UTC [INFO] Making tarball linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9 04/11/2025 08:03:38 AM UTC [INFO] set -e cd /home/kernelci/data/src/linux git archive --format=tar --prefix=linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9/ HEAD | gzip > /home/kernelci/data/output/linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9.tar.gz 04/11/2025 08:04:22 AM UTC [INFO] Tarball created 04/11/2025 08:04:22 AM UTC [INFO] Uploading /home/kernelci/data/output/linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9.tar.gz 04/11/2025 08:04:22 AM UTC [ERROR] 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 534, in _make_request response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 516, in getresponse httplib_response = super().getresponse() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 1395, in getresponse response.begin() File "/usr/local/lib/python3.11/http/client.py", line 325, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: 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 474, in increment raise reraise(type(error), error, _stacktrace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/util/util.py", line 38, in reraise raise value.with_traceback(tb) 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 534, in _make_request response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 516, in getresponse httplib_response = super().getresponse() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 1395, in getresponse response.begin() File "/usr/local/lib/python3.11/http/client.py", line 325, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 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/tarball.py", line 274, in _run tarball_url = self._push_tarball(tarball_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/tarball.py", line 124, in _push_tarball tarball_url = self._storage.upload_single((tarball_path, tarball_name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/storage/__init__.py", line 69, in upload_single urls = self._upload([file_path], dest_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/storage/backend.py", line 35, in _upload resp = requests.post( ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **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 604, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 04/11/2025 07:58:13 AM UTC [INFO] Listening for new trigger events 04/11/2025 07:58:13 AM UTC [INFO] Press Ctrl-C to stop. 04/11/2025 08:03:15 AM UTC [INFO] Updating repo for netdev-testing From https://github.com/linux-netdev/testing * [new branch] net-next-2025-04-11--03-00 -> netdev-testing/net-next-2025-04-11--03-00 * [new branch] net-next-2025-04-11--06-00 -> netdev-testing/net-next-2025-04-11--06-00 * [new branch] net-next-hw-2025-04-11--08-00 -> netdev-testing/net-next-hw-2025-04-11--08-00 From https://github.com/linux-netdev/testing * branch HEAD -> FETCH_HEAD From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD Previous HEAD position was 9fe2e75be7a4 staging-stable-20250411.0 HEAD is now at a791e4388ad9 config: set preempt 04/11/2025 08:03:37 AM UTC [INFO] Repo updated 04/11/2025 08:03:37 AM UTC [INFO] Checking out commit a791e4388ad91d5cbb9e4912ad884b31e7190854 HEAD is now at a791e4388ad9 config: set preempt 04/11/2025 08:03:37 AM UTC [INFO] Commit checked out 04/11/2025 08:03:38 AM UTC [INFO] Making tarball linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9 04/11/2025 08:03:38 AM UTC [INFO] set -e cd /home/kernelci/data/src/linux git archive --format=tar --prefix=linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9/ HEAD | gzip > /home/kernelci/data/output/linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9.tar.gz 04/11/2025 08:04:22 AM UTC [INFO] Tarball created 04/11/2025 08:04:22 AM UTC [INFO] Uploading /home/kernelci/data/output/linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9.tar.gz 04/11/2025 08:04:22 AM UTC [ERROR] 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 534, in _make_request response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 516, in getresponse httplib_response = super().getresponse() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 1395, in getresponse response.begin() File "/usr/local/lib/python3.11/http/client.py", line 325, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: 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 474, in increment raise reraise(type(error), error, _stacktrace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/util/util.py", line 38, in reraise raise value.with_traceback(tb) 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 534, in _make_request response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 516, in getresponse httplib_response = super().getresponse() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 1395, in getresponse response.begin() File "/usr/local/lib/python3.11/http/client.py", line 325, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 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/tarball.py", line 274, in _run tarball_url = self._push_tarball(tarball_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/tarball.py", line 124, in _push_tarball tarball_url = self._storage.upload_single((tarball_path, tarball_name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/storage/__init__.py", line 69, in upload_single urls = self._upload([file_path], dest_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/storage/backend.py", line 35, in _upload resp = requests.post( ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **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 604, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 04/11/2025 08:04:24 AM UTC [INFO] Listening for new trigger events 04/11/2025 08:04:24 AM UTC [INFO] Press Ctrl-C to stop. 04/11/2025 08:19:40 AM UTC [INFO] Stopping. 04/11/2025 07:58:13 AM UTC [INFO] Listening for new trigger events 04/11/2025 07:58:13 AM UTC [INFO] Press Ctrl-C to stop. 04/11/2025 08:03:15 AM UTC [INFO] Updating repo for netdev-testing From https://github.com/linux-netdev/testing * [new branch] net-next-2025-04-11--03-00 -> netdev-testing/net-next-2025-04-11--03-00 * [new branch] net-next-2025-04-11--06-00 -> netdev-testing/net-next-2025-04-11--06-00 * [new branch] net-next-hw-2025-04-11--08-00 -> netdev-testing/net-next-hw-2025-04-11--08-00 From https://github.com/linux-netdev/testing * branch HEAD -> FETCH_HEAD From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD Previous HEAD position was 9fe2e75be7a4 staging-stable-20250411.0 HEAD is now at a791e4388ad9 config: set preempt 04/11/2025 08:03:37 AM UTC [INFO] Repo updated 04/11/2025 08:03:37 AM UTC [INFO] Checking out commit a791e4388ad91d5cbb9e4912ad884b31e7190854 HEAD is now at a791e4388ad9 config: set preempt 04/11/2025 08:03:37 AM UTC [INFO] Commit checked out 04/11/2025 08:03:38 AM UTC [INFO] Making tarball linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9 04/11/2025 08:03:38 AM UTC [INFO] set -e cd /home/kernelci/data/src/linux git archive --format=tar --prefix=linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9/ HEAD | gzip > /home/kernelci/data/output/linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9.tar.gz 04/11/2025 08:04:22 AM UTC [INFO] Tarball created 04/11/2025 08:04:22 AM UTC [INFO] Uploading /home/kernelci/data/output/linux-netdev-testing-net-next-hw-2025-04-11--08-00-v6.15-rc1-302-ga791e4388ad9.tar.gz 04/11/2025 08:04:22 AM UTC [ERROR] 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 534, in _make_request response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 516, in getresponse httplib_response = super().getresponse() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 1395, in getresponse response.begin() File "/usr/local/lib/python3.11/http/client.py", line 325, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: 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 474, in increment raise reraise(type(error), error, _stacktrace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/util/util.py", line 38, in reraise raise value.with_traceback(tb) 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 534, in _make_request response = conn.getresponse() ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 516, in getresponse httplib_response = super().getresponse() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 1395, in getresponse response.begin() File "/usr/local/lib/python3.11/http/client.py", line 325, in begin version, status, reason = self._read_status() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/http/client.py", line 294, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 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/tarball.py", line 274, in _run tarball_url = self._push_tarball(tarball_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kernelci/pipeline/./src/tarball.py", line 124, in _push_tarball tarball_url = self._storage.upload_single((tarball_path, tarball_name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/storage/__init__.py", line 69, in upload_single urls = self._upload([file_path], dest_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/storage/backend.py", line 35, in _upload resp = requests.post( ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **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 604, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 04/11/2025 08:04:24 AM UTC [INFO] Listening for new trigger events 04/11/2025 08:04:24 AM UTC [INFO] Press Ctrl-C to stop. 04/11/2025 08:19:40 AM UTC [INFO] Stopping.