[2025-09-20 14:29:12,228][ INFO][PID:2866912] Marking build as starting [2025-09-20 14:29:12,272][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:12,273][ INFO][PID:2866912] VM allocation process starts [2025-09-20 14:29:12,285][ INFO][PID:2866912] Trying to allocate VM: ResallocHost, ticket_id=5188304, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-20 14:29:15,300][ INFO][PID:2866912] Allocated host ResallocHost, ticket_id=5188304, hostname=2620:52:3:1:dead:beef:cafe:c18b, name=copr_hv_x86_64_03_prod_06848742_20250920_141042, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-20 14:29:15,301][ INFO][PID:2866912] Allocating ssh connection to builder [2025-09-20 14:29:15,301][ INFO][PID:2866912] Checking that builder machine is OK [2025-09-20 14:29:15,886][ INFO][PID:2866912] Running remote command: copr-builder-ready srpm-builds [2025-09-20 14:29:16,293][ INFO][PID:2866912] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-20 14:29:16,294][ INFO][PID:2866912] Filling build.info file with builder info [2025-09-20 14:29:16,295][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:16,296][ INFO][PID:2866912] 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:4277", "submitter": null, "ended_on": null, "started_on": 1758378556.2958655, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9585977", "build_id": 9585977, "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\": \"tmp88ryu67w\", \"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--560663ad-58bf-4c1c-a0ea-8374b1a97e4b", "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:4277", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277", "result_dir": "09585977", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9585977, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-20 14:29:16,316][ INFO][PID:2866912] Sending fedora-messaging bus message in build.start [2025-09-20 14:29:16,994][ INFO][PID:2866912] Sending fedora-messaging bus message in chroot.start [2025-09-20 14:29:17,018][ INFO][PID:2866912] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9585977 --detached [2025-09-20 14:29:17,736][ INFO][PID:2866912] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c18b' (ED25519) to the list of known hosts. [2025-09-20 14:29:17,737][ INFO][PID:2866912] Downloading the builder-live.log file, attempt 1 [2025-09-20 14:29:17,739][ INFO][PID:2866912] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c18b copr-rpmbuild-log [2025-09-20 14:29:22,749][ INFO][PID:2866912] Periodic builder liveness probe: alive [2025-09-20 14:29:22,750][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:27,751][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:32,751][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:37,752][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:42,753][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:47,754][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:52,755][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:29:57,757][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:02,757][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:07,759][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:12,760][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:17,761][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:22,762][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:27,763][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:32,764][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:37,765][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:42,766][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:47,767][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:52,768][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:30:57,769][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:02,770][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:07,771][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:12,772][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:17,773][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:22,774][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:27,775][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:32,776][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:37,777][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:42,778][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:47,779][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:52,781][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:31:57,782][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:02,783][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:07,784][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:12,785][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:17,786][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:22,786][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:27,787][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:32,788][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:37,789][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:42,791][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:47,792][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:52,793][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:32:57,794][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:02,795][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:07,796][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:12,797][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:17,798][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:22,800][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:27,801][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:32,801][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:37,802][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:42,803][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:47,805][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:52,805][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:33:57,807][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:02,808][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:07,809][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:12,810][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:17,811][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:22,812][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:27,813][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:32,813][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:37,814][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:42,815][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:47,816][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:52,817][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:34:57,818][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:02,822][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:07,823][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:12,824][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:17,825][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:22,826][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:27,827][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:32,828][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:37,829][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:42,830][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:47,831][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:52,832][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:35:57,833][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:02,834][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:07,835][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:12,836][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:17,837][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:22,838][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:27,839][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:32,840][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:37,841][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:42,842][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:47,843][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:52,844][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:36:57,845][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:37:02,846][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:37:07,847][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:37:12,848][ INFO][PID:2866912] Checking for cancel request [2025-09-20 14:37:14,777][ INFO][PID:2866912] Downloading results from builder [2025-09-20 14:37:14,778][ INFO][PID:2866912] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c18b]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977 started [2025-09-20 14:37:14,779][ INFO][PID:2866912] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:3:1:dead:beef:cafe:c18b]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/build-09585977.rsync.log [2025-09-20 14:37:39,402][ INFO][PID:2866912] rsyncing finished. [2025-09-20 14:37:39,403][ INFO][PID:2866912] Releasing VM back to pool [2025-09-20 14:37:39,412][ INFO][PID:2866912] Searching for 'success' file in resultdir [2025-09-20 14:37:39,412][ INFO][PID:2866912] Getting build details [2025-09-20 14:37:39,413][ INFO][PID:2866912] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977 [2025-09-20 14:37:39,413][ INFO][PID:2866912] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/Sunshine-0.0.4277-1.src.rpm [2025-09-20 14:37:39,414][ INFO][PID:2866912] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/Sunshine-0.0.4277-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4277-1'} [2025-09-20 14:37:39,414][ INFO][PID:2866912] Finished build: id=9585977 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277 chroot=srpm-builds [2025-09-20 14:37:39,416][ INFO][PID:2866912] Worker succeeded build, took 503.1201665401459 [2025-09-20 14:37:39,416][ INFO][PID:2866912] 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:4277", "submitter": null, "ended_on": 1758379059.416032, "started_on": 1758378556.2958655, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9585977", "build_id": 9585977, "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\": \"tmp88ryu67w\", \"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:4277/srpm-builds/09585977/Sunshine-0.0.4277-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--560663ad-58bf-4c1c-a0ea-8374b1a97e4b", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4277", "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:4277", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277", "result_dir": "09585977", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4277-1", "id": 9585977, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-20 14:37:39,445][ INFO][PID:2866912] Sending fedora-messaging bus message in build.end [2025-09-20 14:37:39,469][ INFO][PID:2866912] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/builder-live.log by gzip [2025-09-20 14:37:39,470][ INFO][PID:2866912] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/builder-live.log' as PID 2898582 [2025-09-20 14:37:39,476][ INFO][PID:2866912] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/builder-live.log) [2025-09-20 14:37:39,477][ INFO][PID:2866912] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/backend.log by gzip [2025-09-20 14:37:39,478][ INFO][PID:2866912] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09585977/backend.log' as PID 2898583