[2025-12-24 14:28:05,617][ INFO][PID:1716350] Marking build as starting [2025-12-24 14:28:05,656][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:05,657][ INFO][PID:1716350] VM allocation process starts [2025-12-24 14:28:05,667][ INFO][PID:1716350] Trying to allocate VM: ResallocHost, ticket_id=495073, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 14:28:08,680][ INFO][PID:1716350] Allocated host ResallocHost, ticket_id=495073, hostname=44.205.244.235, name=aws_x86_64_normalreserved_prod_00750379_20251224_141432, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 14:28:08,680][ INFO][PID:1716350] Allocating ssh connection to builder [2025-12-24 14:28:08,681][ INFO][PID:1716350] Checking that builder machine is OK [2025-12-24 14:28:09,018][ INFO][PID:1716350] Running remote command: copr-builder-ready srpm-builds [2025-12-24 14:28:09,219][ INFO][PID:1716350] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-24 14:28:09,219][ INFO][PID:1716350] Filling build.info file with builder info [2025-12-24 14:28:09,525][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:09,526][ INFO][PID:1716350] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "lizardbyte", "project_name": "pulls", "project_dirname": "pulls:pr:4529", "submitter": null, "ended_on": null, "started_on": 1766586489.526328, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9948008", "build_id": 9948008, "package_name": "Sunshine", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -x\\nset -e\\n\\nresultdir=\\\"${COPR_RESULTDIR}\\\"\\ngit clone \\\"https://github.com/${COPR_OWNER}/${COPR_PACKAGE}.git\\\" --depth 1\\ncd \\\"${COPR_PACKAGE}\\\"\\n\\n# get info from the webhook payload\\nif [[ -z \\\"$REVISION\\\" ]]; then\\n # the hook_payload file contains webhook JSON payload (copr creates it for us);\\n # it is created only if the build is triggered by Custom webhook.\\n if [[ -f \\\"$resultdir\\\"/hook_payload ]]; then\\n git clone https://github.com/praiskup/copr-ci-tooling \\\\\\n \\\"$resultdir/cct\\\" --depth 1\\n export PATH=\\\"$resultdir/cct:$PATH\\\"\\n\\n echo \\\"---\\\"\\n cat \\\"$resultdir\\\"/hook_payload\\n echo \\\"---\\\"\\n\\n # use jq to get the pr_id from the hook_payload\\n PR=$(jq -r '.pr_id // empty' \\\"$resultdir\\\"/hook_payload)\\n if [[ -z \\\"$PR\\\" ]]; then\\n BRANCH=\\\"master\\\"\\n else\\n BRANCH=\\\"pr/${PR}\\\"\\n fi\\n\\n copr-travis-checkout \\\"$resultdir\\\"/hook_payload\\n fi\\nelse\\n git checkout \\\"$REVISION\\\"\\nfi\\n\\n# initialize the submodules\\ngit submodule update --init --recursive\\n\\n# get the tag of this commit IF it has one\\nTAG=$(git tag --points-at HEAD | head -n1)\\nif [[ -z \\\"$TAG\\\" ]]; then\\n TAG=\\\"0.0.$PR\\\"\\nfi\\nTAG=\\\"${TAG#v}\\\" # remove v prefix from the tag\\necho \\\"TAG=$TAG\\\"\\n\\n# get the commit\\nCOMMIT=$(git rev-parse HEAD)\\necho \\\"COMMIT=$COMMIT\\\"\\n\\n# move spec file to the correct location\\ndirectories=(\\n \\\".\\\"\\n \\\"./packaging/linux/copr\\\"\\n)\\nfor dir in \\\"${directories[@]}\\\"; do\\n if [[ -f \\\"${dir}/${COPR_PACKAGE}.spec\\\" ]]; then\\n echo \\\"Found spec file in ${dir}\\\"\\n rpmlint \\\"${dir}/${COPR_PACKAGE}.spec\\\"\\n\\n mv \\\"${dir}/${COPR_PACKAGE}.spec\\\" \\\"${resultdir}\\\"\\n break\\n fi\\ndone\\n\\n# fail if the spec file is not in the resultdir\\nif [[ ! -f \\\"${resultdir}/${COPR_PACKAGE}.spec\\\" ]]; then\\n echo \\\"ERROR: ${COPR_PACKAGE}.spec not found\\\" >&2\\n exit 1\\nfi\\n\\n# use sed to replace these values in the spec file\\nsed -i \\\"s|%global build_version 0|%global build_version ${TAG}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global branch 0|%global branch ${BRANCH}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global commit 0|%global commit ${COMMIT}|\\\" \\\"${resultdir}\\\"/*.spec\\n\\n# create a tarball of the source code\\ntar -czf \\\"${resultdir}/tarball.tar.gz\\\" .\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git jq python3 rpmlint\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmp95btli65\", \"hook_data\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--49df081f-72b6-4480-b168-01138cc9c37f", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529", "result_dir": "09948008", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9948008, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-24 14:28:09,561][ INFO][PID:1716350] Sending fedora-messaging bus message in build.start [2025-12-24 14:28:10,053][ INFO][PID:1716350] Sending fedora-messaging bus message in chroot.start [2025-12-24 14:28:10,078][ INFO][PID:1716350] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9948008 --detached [2025-12-24 14:28:10,416][ INFO][PID:1716350] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.205.244.235' (ED25519) to the list of known hosts. [2025-12-24 14:28:10,416][ INFO][PID:1716350] Downloading the builder-live.log file, attempt 1 [2025-12-24 14:28:10,418][ INFO][PID:1716350] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.205.244.235 copr-rpmbuild-log [2025-12-24 14:28:15,422][ INFO][PID:1716350] Periodic builder liveness probe: alive [2025-12-24 14:28:15,423][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:20,423][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:25,425][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:30,426][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:35,427][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:40,428][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:45,429][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:50,429][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:28:55,430][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:00,431][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:05,432][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:10,433][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:15,435][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:20,436][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:25,437][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:30,438][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:35,454][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:40,455][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:45,456][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:50,457][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:29:55,457][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:00,458][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:05,459][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:10,460][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:15,461][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:20,462][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:25,463][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:30,464][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:35,465][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:40,466][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:45,467][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:50,582][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:30:55,582][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:00,583][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:05,584][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:10,865][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:15,865][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:20,866][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:25,867][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:30,868][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:35,869][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:40,870][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:45,871][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:50,872][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:31:55,873][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:00,873][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:05,874][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:10,875][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:15,876][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:20,877][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:26,183][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:31,192][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:36,193][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:41,194][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:46,195][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:51,196][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:32:56,197][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:01,198][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:06,199][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:11,200][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:16,200][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:21,201][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:26,202][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:31,203][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:36,204][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:41,205][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:46,330][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:51,331][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:33:56,332][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:01,333][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:06,334][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:11,335][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:16,336][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:21,337][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:26,338][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:31,587][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:36,588][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:41,589][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:46,590][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:51,591][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:34:56,633][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:01,634][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:06,635][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:11,636][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:16,637][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:21,638][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:26,639][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:31,640][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:36,641][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:41,840][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:46,841][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:51,842][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:35:56,844][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:36:01,845][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:36:06,846][ INFO][PID:1716350] Checking for cancel request [2025-12-24 14:36:11,464][ INFO][PID:1716350] Downloading results from builder [2025-12-24 14:36:11,465][ INFO][PID:1716350] rsyncing of mockbuilder@44.205.244.235:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008 started [2025-12-24 14:36:11,465][ INFO][PID:1716350] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.205.244.235:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/build-09948008.rsync.log [2025-12-24 14:36:18,459][ INFO][PID:1716350] rsyncing finished. [2025-12-24 14:36:18,459][ INFO][PID:1716350] Releasing VM back to pool [2025-12-24 14:36:18,467][ INFO][PID:1716350] Searching for 'success' file in resultdir [2025-12-24 14:36:18,468][ INFO][PID:1716350] Getting build details [2025-12-24 14:36:18,469][ INFO][PID:1716350] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008 [2025-12-24 14:36:18,469][ INFO][PID:1716350] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/Sunshine-0.0.4529-1.src.rpm [2025-12-24 14:36:18,470][ INFO][PID:1716350] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/Sunshine-0.0.4529-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4529-1'} [2025-12-24 14:36:18,470][ INFO][PID:1716350] Finished build: id=9948008 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529 chroot=srpm-builds [2025-12-24 14:36:18,471][ INFO][PID:1716350] Worker succeeded build, took 488.9455020427704 [2025-12-24 14:36:18,472][ INFO][PID:1716350] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "lizardbyte", "project_name": "pulls", "project_dirname": "pulls:pr:4529", "submitter": null, "ended_on": 1766586978.4718301, "started_on": 1766586489.526328, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9948008", "build_id": 9948008, "package_name": "Sunshine", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -x\\nset -e\\n\\nresultdir=\\\"${COPR_RESULTDIR}\\\"\\ngit clone \\\"https://github.com/${COPR_OWNER}/${COPR_PACKAGE}.git\\\" --depth 1\\ncd \\\"${COPR_PACKAGE}\\\"\\n\\n# get info from the webhook payload\\nif [[ -z \\\"$REVISION\\\" ]]; then\\n # the hook_payload file contains webhook JSON payload (copr creates it for us);\\n # it is created only if the build is triggered by Custom webhook.\\n if [[ -f \\\"$resultdir\\\"/hook_payload ]]; then\\n git clone https://github.com/praiskup/copr-ci-tooling \\\\\\n \\\"$resultdir/cct\\\" --depth 1\\n export PATH=\\\"$resultdir/cct:$PATH\\\"\\n\\n echo \\\"---\\\"\\n cat \\\"$resultdir\\\"/hook_payload\\n echo \\\"---\\\"\\n\\n # use jq to get the pr_id from the hook_payload\\n PR=$(jq -r '.pr_id // empty' \\\"$resultdir\\\"/hook_payload)\\n if [[ -z \\\"$PR\\\" ]]; then\\n BRANCH=\\\"master\\\"\\n else\\n BRANCH=\\\"pr/${PR}\\\"\\n fi\\n\\n copr-travis-checkout \\\"$resultdir\\\"/hook_payload\\n fi\\nelse\\n git checkout \\\"$REVISION\\\"\\nfi\\n\\n# initialize the submodules\\ngit submodule update --init --recursive\\n\\n# get the tag of this commit IF it has one\\nTAG=$(git tag --points-at HEAD | head -n1)\\nif [[ -z \\\"$TAG\\\" ]]; then\\n TAG=\\\"0.0.$PR\\\"\\nfi\\nTAG=\\\"${TAG#v}\\\" # remove v prefix from the tag\\necho \\\"TAG=$TAG\\\"\\n\\n# get the commit\\nCOMMIT=$(git rev-parse HEAD)\\necho \\\"COMMIT=$COMMIT\\\"\\n\\n# move spec file to the correct location\\ndirectories=(\\n \\\".\\\"\\n \\\"./packaging/linux/copr\\\"\\n)\\nfor dir in \\\"${directories[@]}\\\"; do\\n if [[ -f \\\"${dir}/${COPR_PACKAGE}.spec\\\" ]]; then\\n echo \\\"Found spec file in ${dir}\\\"\\n rpmlint \\\"${dir}/${COPR_PACKAGE}.spec\\\"\\n\\n mv \\\"${dir}/${COPR_PACKAGE}.spec\\\" \\\"${resultdir}\\\"\\n break\\n fi\\ndone\\n\\n# fail if the spec file is not in the resultdir\\nif [[ ! -f \\\"${resultdir}/${COPR_PACKAGE}.spec\\\" ]]; then\\n echo \\\"ERROR: ${COPR_PACKAGE}.spec not found\\\" >&2\\n exit 1\\nfi\\n\\n# use sed to replace these values in the spec file\\nsed -i \\\"s|%global build_version 0|%global build_version ${TAG}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global branch 0|%global branch ${BRANCH}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global commit 0|%global commit ${COMMIT}|\\\" \\\"${resultdir}\\\"/*.spec\\n\\n# create a tarball of the source code\\ntar -czf \\\"${resultdir}/tarball.tar.gz\\\" .\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git jq python3 rpmlint\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmp95btli65\", \"hook_data\": true}", "pkg_name": "Sunshine", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/Sunshine-0.0.4529-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--49df081f-72b6-4480-b168-01138cc9c37f", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4529", "release": "1", "exclusivearch": [], "excludearch": [] }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529", "result_dir": "09948008", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4529-1", "id": 9948008, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-24 14:36:18,550][ INFO][PID:1716350] Sending fedora-messaging bus message in build.end [2025-12-24 14:36:18,576][ INFO][PID:1716350] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/builder-live.log by gzip [2025-12-24 14:36:18,577][ INFO][PID:1716350] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/builder-live.log' as PID 1740462 [2025-12-24 14:36:18,628][ INFO][PID:1716350] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/builder-live.log) [2025-12-24 14:36:18,629][ INFO][PID:1716350] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/backend.log by gzip [2025-12-24 14:36:18,630][ INFO][PID:1716350] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09948008/backend.log' as PID 1740478