[2025-11-09 16:24:10,531][ INFO][PID:1353886] Marking build as starting [2025-11-09 16:24:10,559][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:10,560][ INFO][PID:1353886] VM allocation process starts [2025-11-09 16:24:10,576][ INFO][PID:1353886] Trying to allocate VM: ResallocHost, ticket_id=6099914, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 16:24:13,612][ INFO][PID:1353886] Allocated host ResallocHost, ticket_id=6099914, hostname=13.222.241.5, name=aws_x86_64_normalreserved_prod_07910465_20251109_161800, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 16:24:13,612][ INFO][PID:1353886] Allocating ssh connection to builder [2025-11-09 16:24:13,613][ INFO][PID:1353886] Checking that builder machine is OK [2025-11-09 16:24:13,948][ INFO][PID:1353886] Running remote command: copr-builder-ready srpm-builds [2025-11-09 16:24:14,140][ INFO][PID:1353886] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-09 16:24:14,141][ INFO][PID:1353886] Filling build.info file with builder info [2025-11-09 16:24:14,141][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:14,142][ INFO][PID:1353886] 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:4049", "submitter": null, "ended_on": null, "started_on": 1762705454.1422153, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9782068", "build_id": 9782068, "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\": \"tmp02v4f7ke\", \"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--4cfdccda-c36f-4832-9089-f1526afbc46b", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09782068", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9782068, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 16:24:14,160][ INFO][PID:1353886] Sending fedora-messaging bus message in build.start [2025-11-09 16:24:14,776][ INFO][PID:1353886] Sending fedora-messaging bus message in chroot.start [2025-11-09 16:24:14,801][ INFO][PID:1353886] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9782068 --detached [2025-11-09 16:24:15,126][ INFO][PID:1353886] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.222.241.5' (ED25519) to the list of known hosts. [2025-11-09 16:24:15,127][ INFO][PID:1353886] Downloading the builder-live.log file, attempt 1 [2025-11-09 16:24:15,129][ INFO][PID:1353886] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.222.241.5 copr-rpmbuild-log [2025-11-09 16:24:20,132][ INFO][PID:1353886] Periodic builder liveness probe: alive [2025-11-09 16:24:20,133][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:25,134][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:30,135][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:35,136][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:40,137][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:45,138][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:50,139][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:24:55,140][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:00,142][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:05,143][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:10,144][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:15,145][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:20,146][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:25,147][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:30,148][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:35,149][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:40,151][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:45,152][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:50,153][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:25:55,154][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:00,155][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:05,157][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:10,158][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:15,159][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:20,160][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:25,161][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:30,163][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:35,163][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:40,164][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:45,166][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:50,167][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:26:55,168][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:00,169][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:05,170][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:10,171][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:15,172][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:20,173][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:25,174][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:30,175][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:35,176][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:40,177][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:45,178][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:50,179][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:27:55,180][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:00,181][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:05,182][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:10,183][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:15,184][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:20,185][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:25,186][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:30,187][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:35,188][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:40,189][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:45,190][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:50,191][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:28:55,192][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:00,193][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:05,194][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:10,196][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:15,197][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:20,199][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:25,200][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:30,201][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:35,202][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:40,203][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:45,204][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:50,205][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:29:55,206][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:00,207][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:05,208][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:10,209][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:15,210][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:20,211][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:25,212][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:30,213][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:35,214][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:40,215][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:45,215][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:50,216][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:30:55,217][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:00,218][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:05,219][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:10,220][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:15,221][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:20,222][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:25,223][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:30,224][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:35,225][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:40,226][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:45,227][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:50,228][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:31:55,229][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:32:00,231][ INFO][PID:1353886] Checking for cancel request [2025-11-09 16:32:01,049][ INFO][PID:1353886] Downloading results from builder [2025-11-09 16:32:01,050][ INFO][PID:1353886] rsyncing of mockbuilder@13.222.241.5:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068 started [2025-11-09 16:32:01,051][ INFO][PID:1353886] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.222.241.5:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/build-09782068.rsync.log [2025-11-09 16:32:07,222][ INFO][PID:1353886] rsyncing finished. [2025-11-09 16:32:07,222][ INFO][PID:1353886] Releasing VM back to pool [2025-11-09 16:32:07,233][ INFO][PID:1353886] Searching for 'success' file in resultdir [2025-11-09 16:32:07,234][ INFO][PID:1353886] Getting build details [2025-11-09 16:32:07,234][ INFO][PID:1353886] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068 [2025-11-09 16:32:07,235][ INFO][PID:1353886] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/Sunshine-0.0.4049-1.src.rpm [2025-11-09 16:32:07,235][ INFO][PID:1353886] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-09 16:32:07,236][ INFO][PID:1353886] Finished build: id=9782068 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-09 16:32:07,237][ INFO][PID:1353886] Worker succeeded build, took 473.09553623199463 [2025-11-09 16:32:07,238][ INFO][PID:1353886] 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:4049", "submitter": null, "ended_on": 1762705927.2377515, "started_on": 1762705454.1422153, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9782068", "build_id": 9782068, "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\": \"tmp02v4f7ke\", \"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:4049/srpm-builds/09782068/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--4cfdccda-c36f-4832-9089-f1526afbc46b", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4049", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09782068", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9782068, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 16:32:07,279][ INFO][PID:1353886] Sending fedora-messaging bus message in build.end [2025-11-09 16:32:07,303][ INFO][PID:1353886] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/builder-live.log by gzip [2025-11-09 16:32:07,305][ INFO][PID:1353886] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/builder-live.log' as PID 1389704 [2025-11-09 16:32:07,311][ INFO][PID:1353886] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/builder-live.log) [2025-11-09 16:32:07,312][ INFO][PID:1353886] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/backend.log by gzip [2025-11-09 16:32:07,313][ INFO][PID:1353886] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782068/backend.log' as PID 1389705