[2025-12-21 17:56:47,308][ INFO][PID:3077224] Marking build as starting [2025-12-21 17:56:47,347][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:56:47,348][ INFO][PID:3077224] VM allocation process starts [2025-12-21 17:56:47,384][ INFO][PID:3077224] Trying to allocate VM: ResallocHost, ticket_id=464879, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 17:56:50,410][ INFO][PID:3077224] Allocated host ResallocHost, ticket_id=464879, hostname=44.201.95.71, name=aws_x86_64_normalreserved_prod_00723943_20251221_174131, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 17:56:50,607][ INFO][PID:3077224] Allocating ssh connection to builder [2025-12-21 17:56:50,608][ INFO][PID:3077224] Checking that builder machine is OK [2025-12-21 17:56:50,939][ INFO][PID:3077224] Running remote command: copr-builder-ready srpm-builds [2025-12-21 17:56:51,135][ INFO][PID:3077224] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-21 17:56:51,135][ INFO][PID:3077224] Filling build.info file with builder info [2025-12-21 17:56:51,136][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:56:51,137][ INFO][PID:3077224] 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:4525", "submitter": null, "ended_on": null, "started_on": 1766339811.1369288, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9939767", "build_id": 9939767, "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\": \"tmp2qz3lpim\", \"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--170e7fe5-05f2-4a5d-b2ec-30137c662003", "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:4525", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525", "result_dir": "09939767", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9939767, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 17:56:51,184][ INFO][PID:3077224] Sending fedora-messaging bus message in build.start [2025-12-21 17:56:51,666][ INFO][PID:3077224] Sending fedora-messaging bus message in chroot.start [2025-12-21 17:56:51,692][ INFO][PID:3077224] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9939767 --detached [2025-12-21 17:56:52,013][ INFO][PID:3077224] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.201.95.71' (ED25519) to the list of known hosts. [2025-12-21 17:56:52,014][ INFO][PID:3077224] Downloading the builder-live.log file, attempt 1 [2025-12-21 17:56:52,015][ INFO][PID:3077224] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.201.95.71 copr-rpmbuild-log [2025-12-21 17:56:57,019][ INFO][PID:3077224] Periodic builder liveness probe: alive [2025-12-21 17:56:57,020][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:02,020][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:07,021][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:12,022][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:17,023][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:22,024][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:27,025][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:32,026][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:37,027][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:42,028][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:47,029][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:52,030][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:57:57,031][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:02,031][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:07,032][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:12,033][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:17,034][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:22,035][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:27,036][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:32,037][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:37,038][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:42,039][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:47,040][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:52,041][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:58:57,042][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:02,043][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:07,044][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:12,045][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:17,046][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:22,046][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:27,047][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:32,048][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:37,049][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:42,050][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:47,051][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:52,052][ INFO][PID:3077224] Checking for cancel request [2025-12-21 17:59:57,053][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:02,053][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:07,054][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:12,055][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:17,056][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:22,057][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:27,058][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:32,059][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:37,060][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:42,061][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:47,062][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:52,063][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:00:57,063][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:02,064][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:07,077][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:12,078][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:17,079][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:22,080][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:27,081][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:32,082][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:37,083][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:42,084][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:47,085][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:52,086][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:01:57,087][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:02,088][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:07,089][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:12,090][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:17,091][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:22,092][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:27,093][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:32,094][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:37,095][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:42,095][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:47,096][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:52,097][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:02:57,098][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:02,099][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:07,100][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:12,101][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:17,102][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:22,103][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:27,104][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:32,105][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:37,106][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:42,107][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:47,108][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:52,108][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:03:57,109][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:02,110][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:07,111][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:12,112][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:17,113][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:22,114][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:27,115][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:32,116][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:37,117][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:42,118][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:47,119][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:52,119][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:04:57,120][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:05:02,121][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:05:07,122][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:05:12,123][ INFO][PID:3077224] Checking for cancel request [2025-12-21 18:05:13,191][ INFO][PID:3077224] Downloading results from builder [2025-12-21 18:05:13,192][ INFO][PID:3077224] rsyncing of mockbuilder@44.201.95.71:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767 started [2025-12-21 18:05:13,193][ INFO][PID:3077224] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.201.95.71:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/build-09939767.rsync.log [2025-12-21 18:05:20,103][ INFO][PID:3077224] rsyncing finished. [2025-12-21 18:05:20,104][ INFO][PID:3077224] Releasing VM back to pool [2025-12-21 18:05:20,111][ INFO][PID:3077224] Searching for 'success' file in resultdir [2025-12-21 18:05:20,112][ INFO][PID:3077224] Getting build details [2025-12-21 18:05:20,112][ INFO][PID:3077224] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767 [2025-12-21 18:05:20,113][ INFO][PID:3077224] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/Sunshine-0.0.4525-1.src.rpm [2025-12-21 18:05:20,113][ INFO][PID:3077224] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/Sunshine-0.0.4525-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4525-1'} [2025-12-21 18:05:20,113][ INFO][PID:3077224] Finished build: id=9939767 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525 chroot=srpm-builds [2025-12-21 18:05:20,115][ INFO][PID:3077224] Worker succeeded build, took 508.9783089160919 [2025-12-21 18:05:20,115][ INFO][PID:3077224] 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:4525", "submitter": null, "ended_on": 1766340320.1152377, "started_on": 1766339811.1369288, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9939767", "build_id": 9939767, "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\": \"tmp2qz3lpim\", \"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:4525/srpm-builds/09939767/Sunshine-0.0.4525-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--170e7fe5-05f2-4a5d-b2ec-30137c662003", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4525", "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:4525", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525", "result_dir": "09939767", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4525-1", "id": 9939767, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 18:05:20,184][ INFO][PID:3077224] Sending fedora-messaging bus message in build.end [2025-12-21 18:05:20,210][ INFO][PID:3077224] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/builder-live.log by gzip [2025-12-21 18:05:20,211][ INFO][PID:3077224] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/builder-live.log' as PID 3105010 [2025-12-21 18:05:20,241][ INFO][PID:3077224] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/builder-live.log) [2025-12-21 18:05:20,242][ INFO][PID:3077224] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/backend.log by gzip [2025-12-21 18:05:20,243][ INFO][PID:3077224] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09939767/backend.log' as PID 3105011