[2025-12-27 12:28:35,913][ INFO][PID:1262797] Marking build as starting [2025-12-27 12:28:35,963][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:28:35,964][ INFO][PID:1262797] VM allocation process starts [2025-12-27 12:28:35,979][ INFO][PID:1262797] Trying to allocate VM: ResallocHost, ticket_id=533605, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-27 12:28:39,001][ INFO][PID:1262797] Allocated host ResallocHost, ticket_id=533605, hostname=3.231.60.170, name=aws_x86_64_normalreserved_prod_00789560_20251227_122137, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-27 12:28:39,001][ INFO][PID:1262797] Allocating ssh connection to builder [2025-12-27 12:28:39,002][ INFO][PID:1262797] Checking that builder machine is OK [2025-12-27 12:28:39,322][ INFO][PID:1262797] Running remote command: copr-builder-ready srpm-builds [2025-12-27 12:28:39,521][ INFO][PID:1262797] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-27 12:28:39,521][ INFO][PID:1262797] Filling build.info file with builder info [2025-12-27 12:28:39,522][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:28:39,523][ INFO][PID:1262797] 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:4539", "submitter": null, "ended_on": null, "started_on": 1766838519.523033, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9953430", "build_id": 9953430, "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\": \"tmptgy3zynv\", \"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--e04219c8-69b1-433d-9ffa-6efd3d24581e", "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:4539", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4539", "result_dir": "09953430", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9953430, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-27 12:28:39,571][ INFO][PID:1262797] Sending fedora-messaging bus message in build.start [2025-12-27 12:28:40,071][ INFO][PID:1262797] Sending fedora-messaging bus message in chroot.start [2025-12-27 12:28:40,096][ INFO][PID:1262797] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9953430 --detached [2025-12-27 12:28:40,428][ INFO][PID:1262797] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.231.60.170' (ED25519) to the list of known hosts. [2025-12-27 12:28:40,429][ INFO][PID:1262797] Downloading the builder-live.log file, attempt 1 [2025-12-27 12:28:40,431][ INFO][PID:1262797] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.231.60.170 copr-rpmbuild-log [2025-12-27 12:28:45,435][ INFO][PID:1262797] Periodic builder liveness probe: alive [2025-12-27 12:28:45,435][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:28:50,436][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:28:55,437][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:00,438][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:05,441][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:10,442][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:15,443][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:20,444][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:25,445][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:30,446][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:35,447][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:40,448][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:45,449][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:50,450][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:29:55,451][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:00,452][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:05,453][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:10,454][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:15,456][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:20,457][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:25,461][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:30,462][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:35,463][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:40,464][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:45,465][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:50,466][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:30:55,467][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:00,468][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:05,469][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:10,470][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:15,471][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:20,472][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:25,473][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:30,474][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:35,475][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:40,475][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:45,476][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:50,477][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:31:55,479][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:00,480][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:05,481][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:10,482][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:15,482][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:20,483][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:25,484][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:30,485][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:35,486][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:40,487][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:45,488][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:50,489][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:32:55,490][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:00,491][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:05,492][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:10,493][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:15,494][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:20,495][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:25,496][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:30,497][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:35,499][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:40,500][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:45,501][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:50,502][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:33:55,503][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:00,504][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:05,505][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:10,506][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:15,507][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:20,508][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:25,509][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:30,510][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:35,510][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:40,511][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:45,512][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:50,513][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:34:55,514][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:00,515][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:05,516][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:10,517][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:15,518][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:20,519][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:25,520][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:30,521][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:35,522][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:40,523][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:45,524][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:50,524][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:35:55,525][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:00,526][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:05,527][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:10,528][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:15,529][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:20,530][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:25,531][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:30,532][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:35,533][ INFO][PID:1262797] Checking for cancel request [2025-12-27 12:36:36,080][ INFO][PID:1262797] Downloading results from builder [2025-12-27 12:36:36,081][ INFO][PID:1262797] rsyncing of mockbuilder@3.231.60.170:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430 started [2025-12-27 12:36:36,082][ INFO][PID:1262797] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.231.60.170:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/build-09953430.rsync.log [2025-12-27 12:36:44,467][ INFO][PID:1262797] rsyncing finished. [2025-12-27 12:36:44,467][ INFO][PID:1262797] Releasing VM back to pool [2025-12-27 12:36:44,477][ INFO][PID:1262797] Searching for 'success' file in resultdir [2025-12-27 12:36:44,478][ INFO][PID:1262797] Getting build details [2025-12-27 12:36:44,479][ INFO][PID:1262797] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430 [2025-12-27 12:36:44,479][ INFO][PID:1262797] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/Sunshine-0.0.4539-1.src.rpm [2025-12-27 12:36:44,480][ INFO][PID:1262797] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/Sunshine-0.0.4539-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4539-1'} [2025-12-27 12:36:44,480][ INFO][PID:1262797] Finished build: id=9953430 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539 chroot=srpm-builds [2025-12-27 12:36:44,482][ INFO][PID:1262797] Worker succeeded build, took 484.9595983028412 [2025-12-27 12:36:44,483][ INFO][PID:1262797] 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:4539", "submitter": null, "ended_on": 1766839004.4826312, "started_on": 1766838519.523033, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9953430", "build_id": 9953430, "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\": \"tmptgy3zynv\", \"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:4539/srpm-builds/09953430/Sunshine-0.0.4539-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--e04219c8-69b1-433d-9ffa-6efd3d24581e", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4539", "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:4539", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4539", "result_dir": "09953430", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4539-1", "id": 9953430, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-27 12:36:44,561][ INFO][PID:1262797] Sending fedora-messaging bus message in build.end [2025-12-27 12:36:44,587][ INFO][PID:1262797] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/builder-live.log by gzip [2025-12-27 12:36:44,588][ INFO][PID:1262797] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/builder-live.log' as PID 1296234 [2025-12-27 12:36:44,920][ INFO][PID:1262797] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/builder-live.log) [2025-12-27 12:36:44,921][ INFO][PID:1262797] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/backend.log by gzip [2025-12-27 12:36:44,922][ INFO][PID:1262797] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4539/srpm-builds/09953430/backend.log' as PID 1296258