[2025-12-24 07:41:13,204][ INFO][PID:445231] Marking build as starting [2025-12-24 07:41:13,246][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:13,247][ INFO][PID:445231] VM allocation process starts [2025-12-24 07:41:13,256][ INFO][PID:445231] Trying to allocate VM: ResallocHost, ticket_id=492961, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 07:41:16,293][ INFO][PID:445231] Allocated host ResallocHost, ticket_id=492961, hostname=44.203.117.43, name=aws_x86_64_normalreserved_prod_00747671_20251224_064725, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 07:41:16,294][ INFO][PID:445231] Allocating ssh connection to builder [2025-12-24 07:41:16,294][ INFO][PID:445231] Checking that builder machine is OK [2025-12-24 07:41:16,652][ INFO][PID:445231] Running remote command: copr-builder-ready srpm-builds [2025-12-24 07:41:16,862][ INFO][PID:445231] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-24 07:41:16,862][ INFO][PID:445231] Filling build.info file with builder info [2025-12-24 07:41:16,863][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:16,864][ INFO][PID:445231] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": null, "started_on": 1766562076.8638718, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9947607", "build_id": 9947607, "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\": \"tmpb3jzhlrx\", \"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/beta--6600ef85-5838-4493-a004-548e85e5ea5c", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09947607", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9947607, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-12-24 07:41:16,905][ INFO][PID:445231] Sending fedora-messaging bus message in build.start [2025-12-24 07:41:17,390][ INFO][PID:445231] Sending fedora-messaging bus message in chroot.start [2025-12-24 07:41:17,415][ INFO][PID:445231] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9947607 --detached [2025-12-24 07:41:17,769][ INFO][PID:445231] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.203.117.43' (ED25519) to the list of known hosts. [2025-12-24 07:41:17,770][ INFO][PID:445231] Downloading the builder-live.log file, attempt 1 [2025-12-24 07:41:17,771][ INFO][PID:445231] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.203.117.43 copr-rpmbuild-log [2025-12-24 07:41:22,775][ INFO][PID:445231] Periodic builder liveness probe: alive [2025-12-24 07:41:22,776][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:27,776][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:32,777][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:37,778][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:42,779][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:47,780][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:52,781][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:41:57,782][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:02,783][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:07,784][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:12,785][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:17,786][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:22,787][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:27,788][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:32,789][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:37,790][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:42,790][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:47,791][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:52,792][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:42:57,793][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:02,794][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:07,795][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:12,796][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:17,797][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:22,798][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:27,799][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:32,799][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:37,800][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:42,801][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:47,802][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:52,803][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:43:57,804][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:02,805][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:07,805][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:12,806][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:17,807][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:22,808][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:27,809][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:32,810][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:37,811][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:42,812][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:47,813][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:52,814][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:44:57,815][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:02,816][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:07,816][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:12,817][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:17,818][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:22,819][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:27,820][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:32,821][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:37,822][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:42,823][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:47,824][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:52,854][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:45:57,855][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:02,856][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:07,857][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:13,109][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:18,110][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:23,111][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:28,112][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:33,113][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:38,114][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:43,115][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:48,116][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:53,117][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:46:58,118][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:03,132][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:08,134][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:13,135][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:18,136][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:23,138][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:28,139][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:33,397][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:38,399][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:43,400][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:48,401][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:53,402][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:47:58,403][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:03,473][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:08,474][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:13,475][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:18,483][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:23,485][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:28,485][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:33,486][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:38,487][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:43,533][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:48,795][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:53,796][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:48:59,007][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:04,008][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:09,009][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:14,010][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:19,317][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:24,318][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:29,319][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:34,320][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:39,321][ INFO][PID:445231] Checking for cancel request [2025-12-24 07:49:42,451][ INFO][PID:445231] Downloading results from builder [2025-12-24 07:49:42,452][ INFO][PID:445231] rsyncing of mockbuilder@44.203.117.43:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607 started [2025-12-24 07:49:42,453][ INFO][PID:445231] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.203.117.43:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607/build-09947607.rsync.log [2025-12-24 07:49:48,902][ INFO][PID:445231] rsyncing finished. [2025-12-24 07:49:48,902][ INFO][PID:445231] Releasing VM back to pool [2025-12-24 07:49:48,910][ INFO][PID:445231] Searching for 'success' file in resultdir [2025-12-24 07:49:48,911][ INFO][PID:445231] Getting build details [2025-12-24 07:49:48,911][ INFO][PID:445231] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607 [2025-12-24 07:49:48,912][ INFO][PID:445231] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09947607/Sunshine-2025.1224.25230-1.src.rpm [2025-12-24 07:49:48,912][ INFO][PID:445231] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09947607/Sunshine-2025.1224.25230-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '2025.1224.25230-1'} [2025-12-24 07:49:48,913][ INFO][PID:445231] Finished build: id=9947607 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/beta chroot=srpm-builds [2025-12-24 07:49:48,914][ INFO][PID:445231] Worker succeeded build, took 512.0507659912109 [2025-12-24 07:49:48,915][ INFO][PID:445231] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": 1766562588.9146378, "started_on": 1766562076.8638718, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9947607", "build_id": 9947607, "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\": \"tmpb3jzhlrx\", \"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/beta/srpm-builds/09947607/Sunshine-2025.1224.25230-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/beta--6600ef85-5838-4493-a004-548e85e5ea5c", "results": { "name": "Sunshine", "epoch": null, "version": "2025.1224.25230", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09947607", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2025.1224.25230-1", "id": 9947607, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-12-24 07:49:48,979][ INFO][PID:445231] Sending fedora-messaging bus message in build.end [2025-12-24 07:49:49,004][ INFO][PID:445231] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607/builder-live.log by gzip [2025-12-24 07:49:49,006][ INFO][PID:445231] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607/builder-live.log' as PID 462251 [2025-12-24 07:49:49,012][ INFO][PID:445231] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607/builder-live.log) [2025-12-24 07:49:49,012][ INFO][PID:445231] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607/backend.log by gzip [2025-12-24 07:49:49,013][ INFO][PID:445231] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09947607/backend.log' as PID 462257