[2025-12-20 17:57:27,049][ INFO][PID:2217754] Marking build as starting [2025-12-20 17:57:27,086][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:57:27,087][ INFO][PID:2217754] VM allocation process starts [2025-12-20 17:57:27,098][ INFO][PID:2217754] Trying to allocate VM: ResallocHost, ticket_id=457337, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:57:30,161][ INFO][PID:2217754] Allocated host ResallocHost, ticket_id=457337, hostname=50.17.64.91, name=aws_x86_64_normalreserved_prod_00715712_20251220_174132, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:57:30,161][ INFO][PID:2217754] Allocating ssh connection to builder [2025-12-20 17:57:30,162][ INFO][PID:2217754] Checking that builder machine is OK [2025-12-20 17:57:30,504][ INFO][PID:2217754] Running remote command: copr-builder-ready srpm-builds [2025-12-20 17:57:30,712][ INFO][PID:2217754] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-20 17:57:30,712][ INFO][PID:2217754] Filling build.info file with builder info [2025-12-20 17:57:30,713][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:57:30,714][ INFO][PID:2217754] 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:4524", "submitter": null, "ended_on": null, "started_on": 1766253450.7141726, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938411", "build_id": 9938411, "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\": \"tmp7x1wnnnf\", \"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--ede04ca0-c3ed-4fb4-86f4-839ba032d13b", "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:4524", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4524", "result_dir": "09938411", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938411, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-20 17:57:30,754][ INFO][PID:2217754] Sending fedora-messaging bus message in build.start [2025-12-20 17:57:31,298][ INFO][PID:2217754] Sending fedora-messaging bus message in chroot.start [2025-12-20 17:57:31,327][ INFO][PID:2217754] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938411 --detached [2025-12-20 17:57:31,672][ INFO][PID:2217754] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '50.17.64.91' (ED25519) to the list of known hosts. [2025-12-20 17:57:31,673][ INFO][PID:2217754] Downloading the builder-live.log file, attempt 1 [2025-12-20 17:57:31,674][ INFO][PID:2217754] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@50.17.64.91 copr-rpmbuild-log [2025-12-20 17:57:36,680][ INFO][PID:2217754] Periodic builder liveness probe: alive [2025-12-20 17:57:36,680][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:57:41,681][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:57:46,682][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:57:51,683][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:57:56,684][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:01,685][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:06,686][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:11,687][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:16,688][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:21,689][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:26,690][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:31,691][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:36,692][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:41,693][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:46,693][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:51,694][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:58:56,695][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:01,696][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:06,697][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:11,698][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:16,699][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:21,700][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:26,748][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:31,749][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:36,750][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:41,751][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:46,751][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:51,752][ INFO][PID:2217754] Checking for cancel request [2025-12-20 17:59:56,753][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:01,755][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:06,756][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:11,757][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:17,201][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:22,202][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:27,203][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:32,204][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:37,205][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:42,206][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:47,207][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:52,208][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:00:57,329][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:02,330][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:07,331][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:12,332][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:17,332][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:22,333][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:27,334][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:32,335][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:37,351][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:42,352][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:47,353][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:52,354][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:01:57,375][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:02,398][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:07,399][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:12,400][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:17,401][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:22,402][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:27,403][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:32,404][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:37,405][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:42,406][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:47,407][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:52,408][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:02:57,409][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:02,410][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:07,411][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:12,412][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:17,413][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:22,413][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:27,553][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:32,553][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:37,554][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:42,555][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:47,556][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:52,557][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:03:57,558][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:02,559][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:07,593][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:12,656][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:17,657][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:22,676][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:27,677][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:32,819][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:37,820][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:42,961][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:47,962][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:52,962][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:04:57,963][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:02,964][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:07,965][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:12,966][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:17,967][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:22,968][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:27,968][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:33,044][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:38,045][ INFO][PID:2217754] Checking for cancel request [2025-12-20 18:05:41,348][ INFO][PID:2217754] Downloading results from builder [2025-12-20 18:05:41,349][ INFO][PID:2217754] rsyncing of mockbuilder@50.17.64.91:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411 started [2025-12-20 18:05:41,349][ INFO][PID:2217754] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@50.17.64.91:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/build-09938411.rsync.log [2025-12-20 18:05:48,365][ INFO][PID:2217754] rsyncing finished. [2025-12-20 18:05:48,365][ INFO][PID:2217754] Releasing VM back to pool [2025-12-20 18:05:48,374][ INFO][PID:2217754] Searching for 'success' file in resultdir [2025-12-20 18:05:48,374][ INFO][PID:2217754] Getting build details [2025-12-20 18:05:48,375][ INFO][PID:2217754] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411 [2025-12-20 18:05:48,376][ INFO][PID:2217754] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/Sunshine-0.0.4524-1.src.rpm [2025-12-20 18:05:48,376][ INFO][PID:2217754] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/Sunshine-0.0.4524-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4524-1'} [2025-12-20 18:05:48,376][ INFO][PID:2217754] Finished build: id=9938411 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524 chroot=srpm-builds [2025-12-20 18:05:48,378][ INFO][PID:2217754] Worker succeeded build, took 497.66413950920105 [2025-12-20 18:05:48,378][ INFO][PID:2217754] 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:4524", "submitter": null, "ended_on": 1766253948.378312, "started_on": 1766253450.7141726, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938411", "build_id": 9938411, "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\": \"tmp7x1wnnnf\", \"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:4524/srpm-builds/09938411/Sunshine-0.0.4524-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--ede04ca0-c3ed-4fb4-86f4-839ba032d13b", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4524", "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:4524", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4524", "result_dir": "09938411", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4524-1", "id": 9938411, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-20 18:05:48,428][ INFO][PID:2217754] Sending fedora-messaging bus message in build.end [2025-12-20 18:05:48,456][ INFO][PID:2217754] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/builder-live.log by gzip [2025-12-20 18:05:48,457][ INFO][PID:2217754] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/builder-live.log' as PID 2244238 [2025-12-20 18:05:48,478][ INFO][PID:2217754] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/builder-live.log) [2025-12-20 18:05:48,478][ INFO][PID:2217754] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/backend.log by gzip [2025-12-20 18:05:48,480][ INFO][PID:2217754] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4524/srpm-builds/09938411/backend.log' as PID 2244239