[2025-11-12 08:13:26,016][ INFO][PID:2962231] Marking build as starting [2025-11-12 08:13:26,058][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:13:26,059][ INFO][PID:2962231] VM allocation process starts [2025-11-12 08:13:26,068][ INFO][PID:2962231] Trying to allocate VM: ResallocHost, ticket_id=6138605, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-12 08:13:29,113][ INFO][PID:2962231] Allocated host ResallocHost, ticket_id=6138605, hostname=44.201.91.217, name=aws_x86_64_normalreserved_prod_07951352_20251112_080935, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-12 08:13:29,113][ INFO][PID:2962231] Allocating ssh connection to builder [2025-11-12 08:13:29,114][ INFO][PID:2962231] Checking that builder machine is OK [2025-11-12 08:13:29,435][ INFO][PID:2962231] Running remote command: copr-builder-ready srpm-builds [2025-11-12 08:13:29,640][ INFO][PID:2962231] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-12 08:13:29,641][ INFO][PID:2962231] Filling build.info file with builder info [2025-11-12 08:13:29,642][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:13:29,643][ INFO][PID:2962231] 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:4414", "submitter": null, "ended_on": null, "started_on": 1762935209.6429467, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9789442", "build_id": 9789442, "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\": \"tmp00ogecmi\", \"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--7c3bfc34-7d8d-4a5a-b6c1-76e1f1fdda48", "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:4414", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4414", "result_dir": "09789442", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9789442, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-12 08:13:29,664][ INFO][PID:2962231] Sending fedora-messaging bus message in build.start [2025-11-12 08:13:30,485][ INFO][PID:2962231] Sending fedora-messaging bus message in chroot.start [2025-11-12 08:13:30,527][ INFO][PID:2962231] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9789442 --detached [2025-11-12 08:13:30,857][ INFO][PID:2962231] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.201.91.217' (ED25519) to the list of known hosts. [2025-11-12 08:13:30,858][ INFO][PID:2962231] Downloading the builder-live.log file, attempt 1 [2025-11-12 08:13:30,859][ INFO][PID:2962231] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.201.91.217 copr-rpmbuild-log [2025-11-12 08:13:35,864][ INFO][PID:2962231] Periodic builder liveness probe: alive [2025-11-12 08:13:35,864][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:13:40,865][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:13:45,866][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:13:50,867][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:13:55,868][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:00,869][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:05,870][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:10,871][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:15,872][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:20,873][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:25,874][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:30,875][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:35,876][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:40,877][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:45,878][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:50,879][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:14:55,880][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:00,881][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:05,882][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:10,883][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:15,884][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:20,885][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:25,887][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:30,888][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:35,889][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:40,890][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:45,891][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:50,892][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:15:55,893][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:00,904][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:05,907][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:10,908][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:15,909][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:20,910][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:25,911][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:30,912][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:35,913][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:40,914][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:45,915][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:50,916][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:16:55,917][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:00,918][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:05,919][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:10,920][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:15,921][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:20,922][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:25,923][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:30,924][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:35,925][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:40,926][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:45,927][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:50,928][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:17:55,929][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:00,930][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:05,931][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:10,932][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:15,933][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:20,934][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:25,935][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:30,936][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:35,938][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:40,939][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:45,941][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:50,942][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:18:55,944][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:00,948][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:05,949][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:10,954][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:15,959][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:20,960][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:25,961][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:30,962][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:35,964][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:40,965][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:45,966][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:50,969][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:19:55,973][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:00,975][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:05,976][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:10,980][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:15,981][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:20,983][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:25,985][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:30,986][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:35,988][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:40,990][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:45,991][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:50,992][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:20:55,996][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:21:00,998][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:21:05,999][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:21:11,000][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:21:16,001][ INFO][PID:2962231] Checking for cancel request [2025-11-12 08:21:19,169][ INFO][PID:2962231] Downloading results from builder [2025-11-12 08:21:19,169][ INFO][PID:2962231] rsyncing of mockbuilder@44.201.91.217:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442 started [2025-11-12 08:21:19,170][ INFO][PID:2962231] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.201.91.217:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/build-09789442.rsync.log [2025-11-12 08:21:29,105][ INFO][PID:2962231] rsyncing finished. [2025-11-12 08:21:29,106][ INFO][PID:2962231] Releasing VM back to pool [2025-11-12 08:21:29,124][ INFO][PID:2962231] Searching for 'success' file in resultdir [2025-11-12 08:21:29,126][ INFO][PID:2962231] Getting build details [2025-11-12 08:21:29,127][ INFO][PID:2962231] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442 [2025-11-12 08:21:29,128][ INFO][PID:2962231] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/Sunshine-0.0.4414-1.src.rpm [2025-11-12 08:21:29,128][ INFO][PID:2962231] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/Sunshine-0.0.4414-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4414-1'} [2025-11-12 08:21:29,129][ INFO][PID:2962231] Finished build: id=9789442 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414 chroot=srpm-builds [2025-11-12 08:21:29,131][ INFO][PID:2962231] Worker succeeded build, took 479.48869919776917 [2025-11-12 08:21:29,134][ INFO][PID:2962231] 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:4414", "submitter": null, "ended_on": 1762935689.131646, "started_on": 1762935209.6429467, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9789442", "build_id": 9789442, "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\": \"tmp00ogecmi\", \"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:4414/srpm-builds/09789442/Sunshine-0.0.4414-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--7c3bfc34-7d8d-4a5a-b6c1-76e1f1fdda48", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4414", "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:4414", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4414", "result_dir": "09789442", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4414-1", "id": 9789442, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-12 08:21:29,192][ INFO][PID:2962231] Sending fedora-messaging bus message in build.end [2025-11-12 08:21:29,241][ INFO][PID:2962231] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/builder-live.log by gzip [2025-11-12 08:21:29,243][ INFO][PID:2962231] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/builder-live.log' as PID 3017562 [2025-11-12 08:21:29,259][ INFO][PID:2962231] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/builder-live.log) [2025-11-12 08:21:29,260][ INFO][PID:2962231] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/backend.log by gzip [2025-11-12 08:21:29,262][ INFO][PID:2962231] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4414/srpm-builds/09789442/backend.log' as PID 3017578