01/23/2025 08:32:02 AM UTC [INFO] Listening for new trigger events 01/23/2025 08:32:02 AM UTC [INFO] Press Ctrl-C to stop. 01/23/2025 08:40:38 AM UTC [INFO] Updating repo for mainline From https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD Previous HEAD position was df1645dfabc9 staging-next-20250123.0 HEAD is now at 21266b8df522 Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 01/23/2025 08:40:47 AM UTC [INFO] Repo updated 01/23/2025 08:40:47 AM UTC [INFO] Checking out commit 21266b8df5224c4f677acf9f353eecc9094731f0 HEAD is now at 21266b8df522 Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 01/23/2025 08:40:47 AM UTC [INFO] Commit checked out 01/23/2025 08:40:48 AM UTC [INFO] Making tarball linux-mainline-master-v6.13-4858-g21266b8df522 01/23/2025 08:40:48 AM UTC [INFO] set -e cd /home/kernelci/data/src/linux git archive --format=tar --prefix=linux-mainline-master-v6.13-4858-g21266b8df522/ HEAD | gzip > /home/kernelci/data/output/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz 01/23/2025 08:41:28 AM UTC [INFO] Tarball created 01/23/2025 08:41:28 AM UTC [INFO] Uploading /home/kernelci/data/output/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz 01/23/2025 08:41:34 AM UTC [INFO] Upload complete: http://mon.kernelci.org:3000/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz PUT: https://staging.kernelci.org:9000/latest/node/67920086a8dee4e2c07456bc timeout: 60.0 PUT: size of data: 832 PUT: status code: 200 {"id":"67920086a8dee4e2c07456bc","kind":"checkout","name":"checkout","path":["checkout"],"group":null,"parent":null,"state":"available","result":null,"artifacts":{"tarball":"http://mon.kernelci.org:3000/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz"},"data":{"kernel_revision":{"tree":"mainline","branch":"master","commit":"21266b8df5224c4f677acf9f353eecc9094731f0","url":"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git","tip_of_branch":true,"describe":"v6.13-4858-g21266b8df522","version":{"version":6,"patchlevel":13,"extra":"-4858-g21266b8df522"},"commit_tags":[],"commit_message":"Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux\n\nPull AT_EXECVE_CHECK from Kees Cook:\n\n - Implement AT_EXECVE_CHECK flag to execveat(2) (Mickaël Salaün)\n\n - Implement EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits\n (Mickaël Salaün)\n\n - Add selftests and samples for AT_EXECVE_CHECK (Mickaël Salaün)\n\n* tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:\n ima: instantiate the bprm_creds_for_exec() hook\n samples/check-exec: Add an enlighten \"inc\" interpreter and 28 tests\n selftests: ktap_helpers: Fix uninitialized variable\n samples/check-exec: Add set-exec\n selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK\n selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits\n security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits\n exec: Add a new AT_EXECVE_CHECK flag to execveat(2)"}},"debug":{},"jobfilter":["kbuild-gcc-12-x86","kselftest-net"],"platform_filter":[],"created":"2025-01-23T08:40:38.473000","updated":"2025-01-23T08:41:35.270000","timeout":"2025-01-23T13:40:38.444000","holdoff":"2025-01-23T08:51:35.256000","owner":"staging.kernelci.org","submitter":"user:denys.f@collabora.com","treeid":"4b1e84942b8a78f6ab288aa109901a2707f83d1d4effdf4172e7e226e0364d1c","user_groups":[],"processed_by_kcidb_bridge":false} 01/23/2025 10:48:24 AM UTC [ERROR] urllib3.exceptions.ResponseError: too many 500 error responses 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 871, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 871, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 942, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 942, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 942, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 932, in urlopen retries = retries.increment(method, url, response=response, _pool=self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Max retries exceeded with url: /latest/listen/43864 (Caused by ResponseError('too many 500 error responses')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/base.py", line 69, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/./pipeline/tarball.py", line 203, in _run checkout_node, _ = self._api_helper.receive_event_node(sub_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/helper.py", line 118, in receive_event_node event = self.receive_event_data(sub_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/helper.py", line 68, in receive_event_data return self.api.receive_event(sub_id).data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/latest.py", line 169, in receive_event resp = self._get(path) ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/__init__.py", line 81, in _get resp = session.get( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 613, in send raise RetryError(e, request=request) requests.exceptions.RetryError: HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Max retries exceeded with url: /latest/listen/43864 (Caused by ResponseError('too many 500 error responses')) 01/23/2025 08:32:02 AM UTC [INFO] Listening for new trigger events 01/23/2025 08:32:02 AM UTC [INFO] Press Ctrl-C to stop. 01/23/2025 08:40:38 AM UTC [INFO] Updating repo for mainline From https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD Previous HEAD position was df1645dfabc9 staging-next-20250123.0 HEAD is now at 21266b8df522 Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 01/23/2025 08:40:47 AM UTC [INFO] Repo updated 01/23/2025 08:40:47 AM UTC [INFO] Checking out commit 21266b8df5224c4f677acf9f353eecc9094731f0 HEAD is now at 21266b8df522 Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 01/23/2025 08:40:47 AM UTC [INFO] Commit checked out 01/23/2025 08:40:48 AM UTC [INFO] Making tarball linux-mainline-master-v6.13-4858-g21266b8df522 01/23/2025 08:40:48 AM UTC [INFO] set -e cd /home/kernelci/data/src/linux git archive --format=tar --prefix=linux-mainline-master-v6.13-4858-g21266b8df522/ HEAD | gzip > /home/kernelci/data/output/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz 01/23/2025 08:41:28 AM UTC [INFO] Tarball created 01/23/2025 08:41:28 AM UTC [INFO] Uploading /home/kernelci/data/output/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz 01/23/2025 08:41:34 AM UTC [INFO] Upload complete: http://mon.kernelci.org:3000/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz PUT: https://staging.kernelci.org:9000/latest/node/67920086a8dee4e2c07456bc timeout: 60.0 PUT: size of data: 832 PUT: status code: 200 {"id":"67920086a8dee4e2c07456bc","kind":"checkout","name":"checkout","path":["checkout"],"group":null,"parent":null,"state":"available","result":null,"artifacts":{"tarball":"http://mon.kernelci.org:3000/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz"},"data":{"kernel_revision":{"tree":"mainline","branch":"master","commit":"21266b8df5224c4f677acf9f353eecc9094731f0","url":"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git","tip_of_branch":true,"describe":"v6.13-4858-g21266b8df522","version":{"version":6,"patchlevel":13,"extra":"-4858-g21266b8df522"},"commit_tags":[],"commit_message":"Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux\n\nPull AT_EXECVE_CHECK from Kees Cook:\n\n - Implement AT_EXECVE_CHECK flag to execveat(2) (Mickaël Salaün)\n\n - Implement EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits\n (Mickaël Salaün)\n\n - Add selftests and samples for AT_EXECVE_CHECK (Mickaël Salaün)\n\n* tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:\n ima: instantiate the bprm_creds_for_exec() hook\n samples/check-exec: Add an enlighten \"inc\" interpreter and 28 tests\n selftests: ktap_helpers: Fix uninitialized variable\n samples/check-exec: Add set-exec\n selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK\n selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits\n security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits\n exec: Add a new AT_EXECVE_CHECK flag to execveat(2)"}},"debug":{},"jobfilter":["kbuild-gcc-12-x86","kselftest-net"],"platform_filter":[],"created":"2025-01-23T08:40:38.473000","updated":"2025-01-23T08:41:35.270000","timeout":"2025-01-23T13:40:38.444000","holdoff":"2025-01-23T08:51:35.256000","owner":"staging.kernelci.org","submitter":"user:denys.f@collabora.com","treeid":"4b1e84942b8a78f6ab288aa109901a2707f83d1d4effdf4172e7e226e0364d1c","user_groups":[],"processed_by_kcidb_bridge":false} 01/23/2025 10:48:24 AM UTC [ERROR] urllib3.exceptions.ResponseError: too many 500 error responses 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 871, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 871, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 942, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 942, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 942, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 932, in urlopen retries = retries.increment(method, url, response=response, _pool=self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/urllib3/util/retry.py", line 519, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Max retries exceeded with url: /latest/listen/43864 (Caused by ResponseError('too many 500 error responses')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/kernelci/pipeline/base.py", line 69, in run status = self._run(context) ^^^^^^^^^^^^^^^^^^ File "/home/kernelci/./pipeline/tarball.py", line 203, in _run checkout_node, _ = self._api_helper.receive_event_node(sub_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/helper.py", line 118, in receive_event_node event = self.receive_event_data(sub_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/helper.py", line 68, in receive_event_data return self.api.receive_event(sub_id).data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/latest.py", line 169, in receive_event resp = self._get(path) ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kernelci/api/__init__.py", line 81, in _get resp = session.get( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 613, in send raise RetryError(e, request=request) requests.exceptions.RetryError: HTTPSConnectionPool(host='staging.kernelci.org', port=9000): Max retries exceeded with url: /latest/listen/43864 (Caused by ResponseError('too many 500 error responses')) 01/23/2025 10:48:28 AM UTC [INFO] Listening for new trigger events 01/23/2025 10:48:28 AM UTC [INFO] Press Ctrl-C to stop. 01/23/2025 10:50:02 AM UTC [INFO] Updating repo for mainline From https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD HEAD is now at 21266b8df522 Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 01/23/2025 10:50:05 AM UTC [INFO] Repo updated 01/23/2025 10:50:05 AM UTC [INFO] Checking out commit 21266b8df5224c4f677acf9f353eecc9094731f0 HEAD is now at 21266b8df522 Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 01/23/2025 10:50:05 AM UTC [INFO] Commit checked out 01/23/2025 10:50:06 AM UTC [INFO] Making tarball linux-mainline-master-v6.13-4858-g21266b8df522 01/23/2025 10:50:06 AM UTC [INFO] set -e cd /home/kernelci/data/src/linux git archive --format=tar --prefix=linux-mainline-master-v6.13-4858-g21266b8df522/ HEAD | gzip > /home/kernelci/data/output/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz 01/23/2025 10:50:45 AM UTC [INFO] Tarball created 01/23/2025 10:50:45 AM UTC [INFO] Uploading /home/kernelci/data/output/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz 01/23/2025 10:50:51 AM UTC [INFO] Upload complete: http://mon.kernelci.org:3000/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz PUT: https://staging.kernelci.org:9000/latest/node/67921edaa8dee4e2c0745788 timeout: 60.0 PUT: size of data: 832 PUT: status code: 200 {"id":"67921edaa8dee4e2c0745788","kind":"checkout","name":"checkout","path":["checkout"],"group":null,"parent":null,"state":"available","result":null,"artifacts":{"tarball":"http://mon.kernelci.org:3000/linux-mainline-master-v6.13-4858-g21266b8df522.tar.gz"},"data":{"kernel_revision":{"tree":"mainline","branch":"master","commit":"21266b8df5224c4f677acf9f353eecc9094731f0","url":"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git","tip_of_branch":true,"describe":"v6.13-4858-g21266b8df522","version":{"version":6,"patchlevel":13,"extra":"-4858-g21266b8df522"},"commit_tags":[],"commit_message":"Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux\n\nPull AT_EXECVE_CHECK from Kees Cook:\n\n - Implement AT_EXECVE_CHECK flag to execveat(2) (Mickaël Salaün)\n\n - Implement EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits\n (Mickaël Salaün)\n\n - Add selftests and samples for AT_EXECVE_CHECK (Mickaël Salaün)\n\n* tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:\n ima: instantiate the bprm_creds_for_exec() hook\n samples/check-exec: Add an enlighten \"inc\" interpreter and 28 tests\n selftests: ktap_helpers: Fix uninitialized variable\n samples/check-exec: Add set-exec\n selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK\n selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits\n security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits\n exec: Add a new AT_EXECVE_CHECK flag to execveat(2)"}},"debug":{},"jobfilter":["kbuild-gcc-12-x86","kselftest-net"],"platform_filter":[],"created":"2025-01-23T10:50:02.798000","updated":"2025-01-23T10:50:52.339000","timeout":"2025-01-23T15:50:02.783000","holdoff":"2025-01-23T11:00:52.324000","owner":"staging.kernelci.org","submitter":"user:denys.f@collabora.com","treeid":"4d53390a4035d445dd15b3aacb79bc42036615a71c62072146217bbc0ec045e8","user_groups":[],"processed_by_kcidb_bridge":false} 01/23/2025 04:32:21 PM UTC [INFO] Updating repo for kernelci_staging-mainline From https://github.com/kernelci/linux + 5a6f2f1730e4...607c71e42c37 staging-mainline -> kernelci/staging-mainline (forced update) * [new tag] staging-mainline-20250123.1 -> staging-mainline-20250123.1 From https://github.com/kernelci/linux * branch HEAD -> FETCH_HEAD From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux * branch HEAD -> FETCH_HEAD Previous HEAD position was 21266b8df522 Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux HEAD is now at 607c71e42c37 staging-mainline-20250123.1 01/23/2025 04:32:32 PM UTC [INFO] Repo updated 01/23/2025 04:32:32 PM UTC [INFO] Checking out commit 607c71e42c37e601accf66a08e64d8b9672bb01d HEAD is now at 607c71e42c37 staging-mainline-20250123.1 01/23/2025 04:32:32 PM UTC [INFO] Commit checked out 01/23/2025 04:32:33 PM UTC [INFO] Making tarball linux-kernelci-staging-mainline-staging-mainline-20250123.1 01/23/2025 04:32:33 PM UTC [INFO] set -e cd /home/kernelci/data/src/linux git archive --format=tar --prefix=linux-kernelci-staging-mainline-staging-mainline-20250123.1/ HEAD | gzip > /home/kernelci/data/output/linux-kernelci-staging-mainline-staging-mainline-20250123.1.tar.gz 01/23/2025 04:33:16 PM UTC [INFO] Tarball created 01/23/2025 04:33:16 PM UTC [INFO] Uploading /home/kernelci/data/output/linux-kernelci-staging-mainline-staging-mainline-20250123.1.tar.gz 01/23/2025 04:33:23 PM UTC [INFO] Upload complete: http://mon.kernelci.org:3000/linux-kernelci-staging-mainline-staging-mainline-20250123.1.tar.gz PUT: https://staging.kernelci.org:9000/latest/node/67926f15a8dee4e2c0746121 timeout: 60.0 PUT: size of data: 832 PUT: status code: 200 {"id":"67926f15a8dee4e2c0746121","kind":"checkout","name":"checkout","path":["checkout"],"group":null,"parent":null,"state":"available","result":null,"artifacts":{"tarball":"http://mon.kernelci.org:3000/linux-kernelci-staging-mainline-staging-mainline-20250123.1.tar.gz"},"data":{"kernel_revision":{"tree":"kernelci","url":"https://github.com/kernelci/linux.git","branch":"staging-mainline","commit":"607c71e42c37e601accf66a08e64d8b9672bb01d","describe":"staging-mainline-20250123.1","version":{"version":6,"patchlevel":13,"extra":"-4859-g607c71e42c37"},"commit_tags":["staging-mainline-20250123.1"],"commit_message":"staging-mainline-20250123.1","tip_of_branch":true}},"debug":{},"jobfilter":null,"platform_filter":[],"created":"2025-01-23T16:32:21.105000","updated":"2025-01-23T16:33:23.391000","timeout":"2025-01-23T19:32:21.082000","holdoff":"2025-01-23T16:43:23.372000","owner":"staging.kernelci.org","submitter":"service:pipeline","treeid":"9741bb36d5e2775eab1ff5adc85dfbff3efc8290974287b91f06393c87b3eb06","user_groups":[],"processed_by_kcidb_bridge":false} 01/23/2025 05:04:48 PM UTC [INFO] Stopping.