[2025-09-20 04:02:52,437][ INFO][PID:3282820] Marking build as starting [2025-09-20 04:02:52,478][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:02:52,480][ INFO][PID:3282820] VM allocation process starts [2025-09-20 04:02:52,531][ INFO][PID:3282820] Trying to allocate VM: ResallocHost, ticket_id=5172517, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-20 04:02:57,543][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:02,547][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:07,554][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:12,556][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:17,560][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:22,570][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:27,576][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:30,704][ INFO][PID:3282820] Allocated host ResallocHost, ticket_id=5172517, hostname=54.87.187.208, name=aws_x86_64_normalreserved_prod_06843175_20250920_040132, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-20 04:03:30,706][ INFO][PID:3282820] Allocating ssh connection to builder [2025-09-20 04:03:30,707][ INFO][PID:3282820] Checking that builder machine is OK [2025-09-20 04:03:31,101][ INFO][PID:3282820] Running remote command: copr-builder-ready srpm-builds [2025-09-20 04:03:31,355][ INFO][PID:3282820] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-20 04:03:31,356][ INFO][PID:3282820] Filling build.info file with builder info [2025-09-20 04:03:31,357][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:31,359][ INFO][PID:3282820] 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:4279", "submitter": null, "ended_on": null, "started_on": 1758341011.3588562, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9585055", "build_id": 9585055, "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 test -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 test -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/fedora\\\"\\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\\\"\\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\": \"tmptams8e1o\", \"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--bfa75fcd-f541-485b-a7c7-219d74736121", "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:4279", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4279", "result_dir": "09585055", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9585055, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-20 04:03:31,393][ INFO][PID:3282820] Sending fedora-messaging bus message in build.start [2025-09-20 04:03:33,911][ INFO][PID:3282820] Sending fedora-messaging bus message in chroot.start [2025-09-20 04:03:33,969][ INFO][PID:3282820] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9585055 --detached [2025-09-20 04:03:34,355][ INFO][PID:3282820] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.87.187.208' (ED25519) to the list of known hosts. [2025-09-20 04:03:34,366][ INFO][PID:3282820] Downloading the builder-live.log file, attempt 1 [2025-09-20 04:03:34,369][ INFO][PID:3282820] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.87.187.208 copr-rpmbuild-log [2025-09-20 04:03:39,387][ INFO][PID:3282820] Periodic builder liveness probe: alive [2025-09-20 04:03:39,389][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:44,393][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:49,402][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:54,409][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:03:59,411][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:04,417][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:09,423][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:14,434][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:19,442][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:24,448][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:29,451][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:34,452][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:39,458][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:44,463][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:49,468][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:54,479][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:04:59,480][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:04,482][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:09,487][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:14,493][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:19,495][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:24,500][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:29,506][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:34,507][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:39,510][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:44,515][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:49,523][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:54,527][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:05:59,531][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:04,537][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:09,539][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:14,540][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:19,542][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:24,547][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:29,559][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:34,571][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:39,580][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:44,582][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:49,584][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:54,594][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:06:59,603][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:04,605][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:09,609][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:14,616][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:19,619][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:24,621][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:29,630][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:34,634][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:39,637][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:44,642][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:49,651][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:54,657][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:07:59,664][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:04,669][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:09,676][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:14,679][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:19,682][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:24,688][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:29,699][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:34,701][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:39,705][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:44,708][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:49,710][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:54,715][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:08:59,725][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:04,727][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:09,731][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:14,737][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:19,739][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:24,742][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:29,750][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:34,760][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:39,764][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:44,776][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:49,777][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:54,778][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:09:59,781][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:04,782][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:09,786][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:14,789][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:19,792][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:24,794][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:29,809][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:34,820][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:39,824][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:44,827][ INFO][PID:3282820] Checking for cancel request [2025-09-20 04:10:48,569][ INFO][PID:3282820] Downloading results from builder [2025-09-20 04:10:48,570][ INFO][PID:3282820] rsyncing of mockbuilder@54.87.187.208:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055 started [2025-09-20 04:10:48,573][ INFO][PID:3282820] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.87.187.208:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/build-09585055.rsync.log [2025-09-20 04:11:08,952][ INFO][PID:3282820] rsyncing finished. [2025-09-20 04:11:08,953][ INFO][PID:3282820] Releasing VM back to pool [2025-09-20 04:11:08,981][ INFO][PID:3282820] Searching for 'success' file in resultdir [2025-09-20 04:11:08,982][ INFO][PID:3282820] Getting build details [2025-09-20 04:11:08,984][ INFO][PID:3282820] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055 [2025-09-20 04:11:08,985][ INFO][PID:3282820] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/Sunshine-0.0.4279-1.src.rpm [2025-09-20 04:11:08,986][ INFO][PID:3282820] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/Sunshine-0.0.4279-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4279-1'} [2025-09-20 04:11:08,986][ INFO][PID:3282820] Finished build: id=9585055 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279 chroot=srpm-builds [2025-09-20 04:11:08,990][ INFO][PID:3282820] Worker succeeded build, took 457.6316170692444 [2025-09-20 04:11:08,992][ INFO][PID:3282820] 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:4279", "submitter": null, "ended_on": 1758341468.9904733, "started_on": 1758341011.3588562, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9585055", "build_id": 9585055, "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 test -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 test -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/fedora\\\"\\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\\\"\\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\": \"tmptams8e1o\", \"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:4279/srpm-builds/09585055/Sunshine-0.0.4279-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--bfa75fcd-f541-485b-a7c7-219d74736121", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4279", "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:4279", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4279", "result_dir": "09585055", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4279-1", "id": 9585055, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-20 04:11:09,036][ INFO][PID:3282820] Sending fedora-messaging bus message in build.end [2025-09-20 04:11:09,070][ INFO][PID:3282820] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/builder-live.log by gzip [2025-09-20 04:11:09,072][ INFO][PID:3282820] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/builder-live.log' as PID 3345614 [2025-09-20 04:11:09,097][ INFO][PID:3282820] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/builder-live.log) [2025-09-20 04:11:09,098][ INFO][PID:3282820] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/backend.log by gzip [2025-09-20 04:11:09,099][ INFO][PID:3282820] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4279/srpm-builds/09585055/backend.log' as PID 3345618