[2025-11-09 08:08:21,424][ INFO][PID:3534277] Marking build as starting [2025-11-09 08:08:21,455][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:21,456][ INFO][PID:3534277] VM allocation process starts [2025-11-09 08:08:21,485][ INFO][PID:3534277] Trying to allocate VM: ResallocHost, ticket_id=6095672, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 08:08:26,492][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:27,521][ INFO][PID:3534277] Allocated host ResallocHost, ticket_id=6095672, hostname=44.201.222.240, name=aws_x86_64_normalreserved_prod_07905270_20251109_080536, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 08:08:27,522][ INFO][PID:3534277] Allocating ssh connection to builder [2025-11-09 08:08:27,523][ INFO][PID:3534277] Checking that builder machine is OK [2025-11-09 08:08:27,865][ INFO][PID:3534277] Running remote command: copr-builder-ready srpm-builds [2025-11-09 08:08:28,085][ INFO][PID:3534277] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-09 08:08:28,086][ INFO][PID:3534277] Filling build.info file with builder info [2025-11-09 08:08:28,087][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:28,090][ INFO][PID:3534277] 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:4397", "submitter": null, "ended_on": null, "started_on": 1762675708.0901227, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9780960", "build_id": 9780960, "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\": \"tmpmngthzm2\", \"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--fdcc86e4-598b-476e-958d-277ca90e7164", "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:4397", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4397", "result_dir": "09780960", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9780960, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 08:08:28,120][ INFO][PID:3534277] Sending fedora-messaging bus message in build.start [2025-11-09 08:08:29,166][ INFO][PID:3534277] Sending fedora-messaging bus message in chroot.start [2025-11-09 08:08:29,220][ INFO][PID:3534277] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9780960 --detached [2025-11-09 08:08:29,630][ INFO][PID:3534277] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.201.222.240' (ED25519) to the list of known hosts. [2025-11-09 08:08:29,631][ INFO][PID:3534277] Downloading the builder-live.log file, attempt 1 [2025-11-09 08:08:29,637][ INFO][PID:3534277] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.201.222.240 copr-rpmbuild-log [2025-11-09 08:08:34,650][ INFO][PID:3534277] Periodic builder liveness probe: alive [2025-11-09 08:08:34,659][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:39,660][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:44,661][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:49,664][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:54,668][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:08:59,673][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:04,674][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:09,685][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:14,687][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:19,694][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:24,697][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:29,701][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:34,709][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:39,712][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:44,715][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:49,716][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:54,721][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:09:59,727][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:04,739][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:09,748][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:14,755][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:19,764][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:24,772][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:29,773][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:34,775][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:39,778][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:44,783][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:49,785][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:54,788][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:10:59,790][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:04,793][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:09,796][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:14,800][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:19,806][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:24,808][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:29,810][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:34,811][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:39,813][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:44,817][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:49,818][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:54,819][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:11:59,820][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:04,821][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:09,822][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:14,823][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:19,824][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:24,825][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:29,827][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:34,828][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:39,829][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:44,830][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:49,831][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:54,833][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:12:59,834][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:04,835][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:09,836][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:14,837][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:19,838][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:24,839][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:29,840][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:34,841][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:40,009][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:45,342][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:50,979][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:13:56,598][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:02,161][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:07,628][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:13,201][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:18,978][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:24,012][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:29,303][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:34,692][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:39,924][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:45,233][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:50,668][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:14:55,947][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:01,565][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:07,098][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:12,687][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:18,558][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:23,982][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:29,743][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:35,023][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:40,138][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:45,259][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:50,349][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:15:55,364][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:16:00,427][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:16:05,435][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:16:10,443][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:16:15,450][ INFO][PID:3534277] Checking for cancel request [2025-11-09 08:16:19,025][ INFO][PID:3534277] Downloading results from builder [2025-11-09 08:16:19,027][ INFO][PID:3534277] rsyncing of mockbuilder@44.201.222.240:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960 started [2025-11-09 08:16:19,029][ INFO][PID:3534277] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.201.222.240:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/build-09780960.rsync.log [2025-11-09 08:16:29,000][ INFO][PID:3534277] rsyncing finished. [2025-11-09 08:16:29,000][ INFO][PID:3534277] Releasing VM back to pool [2025-11-09 08:16:29,057][ INFO][PID:3534277] Searching for 'success' file in resultdir [2025-11-09 08:16:29,058][ INFO][PID:3534277] Getting build details [2025-11-09 08:16:29,058][ INFO][PID:3534277] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960 [2025-11-09 08:16:29,059][ INFO][PID:3534277] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/Sunshine-0.0.4397-1.src.rpm [2025-11-09 08:16:29,059][ INFO][PID:3534277] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/Sunshine-0.0.4397-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4397-1'} [2025-11-09 08:16:29,060][ INFO][PID:3534277] Finished build: id=9780960 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397 chroot=srpm-builds [2025-11-09 08:16:29,062][ INFO][PID:3534277] Worker succeeded build, took 480.9721465110779 [2025-11-09 08:16:29,062][ INFO][PID:3534277] 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:4397", "submitter": null, "ended_on": 1762676189.0622692, "started_on": 1762675708.0901227, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9780960", "build_id": 9780960, "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\": \"tmpmngthzm2\", \"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:4397/srpm-builds/09780960/Sunshine-0.0.4397-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--fdcc86e4-598b-476e-958d-277ca90e7164", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4397", "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:4397", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4397", "result_dir": "09780960", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4397-1", "id": 9780960, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 08:16:29,115][ INFO][PID:3534277] Sending fedora-messaging bus message in build.end [2025-11-09 08:16:29,144][ INFO][PID:3534277] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/builder-live.log by gzip [2025-11-09 08:16:29,145][ INFO][PID:3534277] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/builder-live.log' as PID 3592229 [2025-11-09 08:16:29,188][ INFO][PID:3534277] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/builder-live.log) [2025-11-09 08:16:29,190][ INFO][PID:3534277] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/backend.log by gzip [2025-11-09 08:16:29,192][ INFO][PID:3534277] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4397/srpm-builds/09780960/backend.log' as PID 3592233