[2025-11-09 21:01:55,611][ INFO][PID:2366443] Marking build as starting [2025-11-09 21:01:55,631][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:01:55,632][ INFO][PID:2366443] VM allocation process starts [2025-11-09 21:01:55,639][ INFO][PID:2366443] Trying to allocate VM: ResallocHost, ticket_id=6101661, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 21:01:58,678][ INFO][PID:2366443] Allocated host ResallocHost, ticket_id=6101661, hostname=3.236.151.34, name=aws_x86_64_normalreserved_prod_07912103_20251109_202741, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 21:01:58,679][ INFO][PID:2366443] Allocating ssh connection to builder [2025-11-09 21:01:58,679][ INFO][PID:2366443] Checking that builder machine is OK [2025-11-09 21:01:59,008][ INFO][PID:2366443] Running remote command: copr-builder-ready srpm-builds [2025-11-09 21:01:59,204][ INFO][PID:2366443] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-09 21:01:59,204][ INFO][PID:2366443] Filling build.info file with builder info [2025-11-09 21:01:59,205][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:01:59,205][ INFO][PID:2366443] 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": 1762722119.205683, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9782365", "build_id": 9782365, "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\": \"tmpy7lbzb15\", \"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--23072ff7-2bf3-4418-aaef-43cde4396292", "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": "09782365", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9782365, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 21:01:59,226][ INFO][PID:2366443] Sending fedora-messaging bus message in build.start [2025-11-09 21:01:59,814][ INFO][PID:2366443] Sending fedora-messaging bus message in chroot.start [2025-11-09 21:01:59,836][ INFO][PID:2366443] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9782365 --detached [2025-11-09 21:02:00,157][ INFO][PID:2366443] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.236.151.34' (ED25519) to the list of known hosts. [2025-11-09 21:02:00,158][ INFO][PID:2366443] Downloading the builder-live.log file, attempt 1 [2025-11-09 21:02:00,159][ INFO][PID:2366443] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.236.151.34 copr-rpmbuild-log [2025-11-09 21:02:05,163][ INFO][PID:2366443] Periodic builder liveness probe: alive [2025-11-09 21:02:05,164][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:10,164][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:15,165][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:20,166][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:25,167][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:30,168][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:35,169][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:40,170][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:45,171][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:50,172][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:02:55,173][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:00,174][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:05,175][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:10,176][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:15,177][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:20,177][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:25,178][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:30,180][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:35,180][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:40,181][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:45,182][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:50,183][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:03:55,184][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:00,185][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:05,186][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:10,187][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:15,188][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:20,189][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:25,190][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:30,191][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:35,191][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:40,192][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:45,193][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:50,194][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:04:55,195][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:00,196][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:05,197][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:10,198][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:15,199][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:20,200][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:25,201][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:30,202][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:35,203][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:40,209][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:45,210][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:50,211][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:05:55,212][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:00,212][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:05,213][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:10,214][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:15,216][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:20,217][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:25,218][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:30,219][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:35,220][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:40,223][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:45,226][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:50,228][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:06:55,229][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:00,230][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:05,231][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:10,232][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:15,234][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:20,235][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:25,235][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:30,237][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:35,239][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:40,240][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:45,241][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:50,243][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:07:55,244][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:00,246][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:05,247][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:10,248][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:15,249][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:20,250][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:25,251][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:30,252][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:35,253][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:40,254][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:45,255][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:50,256][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:08:55,257][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:00,258][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:05,259][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:10,260][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:15,261][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:20,262][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:25,263][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:30,264][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:35,265][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:40,266][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:45,267][ INFO][PID:2366443] Checking for cancel request [2025-11-09 21:09:45,486][ INFO][PID:2366443] Downloading results from builder [2025-11-09 21:09:45,487][ INFO][PID:2366443] rsyncing of mockbuilder@3.236.151.34:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365 started [2025-11-09 21:09:45,488][ INFO][PID:2366443] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.236.151.34:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/build-09782365.rsync.log [2025-11-09 21:09:50,972][ INFO][PID:2366443] rsyncing finished. [2025-11-09 21:09:50,973][ INFO][PID:2366443] Releasing VM back to pool [2025-11-09 21:09:50,982][ INFO][PID:2366443] Searching for 'success' file in resultdir [2025-11-09 21:09:50,982][ INFO][PID:2366443] Getting build details [2025-11-09 21:09:50,983][ INFO][PID:2366443] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365 [2025-11-09 21:09:50,983][ INFO][PID:2366443] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/Sunshine-0.0.4049-1.src.rpm [2025-11-09 21:09:50,984][ INFO][PID:2366443] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-09 21:09:50,984][ INFO][PID:2366443] Finished build: id=9782365 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-09 21:09:50,986][ INFO][PID:2366443] Worker succeeded build, took 471.7805190086365 [2025-11-09 21:09:50,986][ INFO][PID:2366443] 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": 1762722590.986202, "started_on": 1762722119.205683, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9782365", "build_id": 9782365, "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\": \"tmpy7lbzb15\", \"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/09782365/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--23072ff7-2bf3-4418-aaef-43cde4396292", "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": "09782365", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9782365, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 21:09:51,022][ INFO][PID:2366443] Sending fedora-messaging bus message in build.end [2025-11-09 21:09:51,045][ INFO][PID:2366443] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/builder-live.log by gzip [2025-11-09 21:09:51,046][ INFO][PID:2366443] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/builder-live.log' as PID 2390255 [2025-11-09 21:09:51,070][ INFO][PID:2366443] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/builder-live.log) [2025-11-09 21:09:51,071][ INFO][PID:2366443] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/backend.log by gzip [2025-11-09 21:09:51,072][ INFO][PID:2366443] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09782365/backend.log' as PID 2390258