[2025-12-09 20:02:51,094][ INFO][PID:435768] Marking build as starting [2025-12-09 20:02:51,147][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:02:51,149][ INFO][PID:435768] VM allocation process starts [2025-12-09 20:02:51,161][ INFO][PID:435768] Trying to allocate VM: ResallocHost, ticket_id=245181, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-09 20:02:54,182][ INFO][PID:435768] Allocated host ResallocHost, ticket_id=245181, hostname=52.205.186.132, name=aws_x86_64_normalreserved_prod_00282782_20251209_200036, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-09 20:02:54,183][ INFO][PID:435768] Allocating ssh connection to builder [2025-12-09 20:02:54,183][ INFO][PID:435768] Checking that builder machine is OK [2025-12-09 20:02:54,540][ INFO][PID:435768] Running remote command: copr-builder-ready srpm-builds [2025-12-09 20:02:54,760][ INFO][PID:435768] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-09 20:02:54,763][ INFO][PID:435768] Filling build.info file with builder info [2025-12-09 20:02:54,765][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:02:54,767][ INFO][PID:435768] 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:4491", "submitter": null, "ended_on": null, "started_on": 1765310574.7675378, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9892117", "build_id": 9892117, "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\": \"tmp20jdjw_h\", \"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--7d7edd2c-6f96-4d5b-b43f-997717f77ef7", "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:4491", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4491", "result_dir": "09892117", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9892117, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-09 20:02:54,816][ INFO][PID:435768] Sending fedora-messaging bus message in build.start [2025-12-09 20:02:55,662][ INFO][PID:435768] Sending fedora-messaging bus message in chroot.start [2025-12-09 20:02:55,696][ INFO][PID:435768] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9892117 --detached [2025-12-09 20:02:56,067][ INFO][PID:435768] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.205.186.132' (ED25519) to the list of known hosts. [2025-12-09 20:02:56,067][ INFO][PID:435768] Downloading the builder-live.log file, attempt 1 [2025-12-09 20:02:56,069][ INFO][PID:435768] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.205.186.132 copr-rpmbuild-log [2025-12-09 20:03:01,075][ INFO][PID:435768] Periodic builder liveness probe: alive [2025-12-09 20:03:01,076][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:06,077][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:11,078][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:16,082][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:21,084][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:26,085][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:31,087][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:36,088][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:41,089][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:46,090][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:51,091][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:03:56,092][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:01,093][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:06,096][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:11,097][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:16,099][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:21,100][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:26,101][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:31,102][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:36,104][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:41,108][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:46,110][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:51,112][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:04:56,115][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:01,119][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:06,120][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:11,121][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:16,123][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:21,124][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:26,126][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:31,131][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:36,132][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:41,136][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:46,137][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:51,138][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:05:56,140][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:01,141][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:06,146][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:11,148][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:16,149][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:21,150][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:26,152][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:31,155][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:36,158][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:41,163][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:46,169][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:51,171][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:06:56,172][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:01,173][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:06,174][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:11,175][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:16,176][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:21,178][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:26,180][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:31,181][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:36,183][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:41,184][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:46,185][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:51,187][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:07:56,191][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:01,194][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:06,196][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:11,199][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:16,203][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:21,205][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:26,208][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:31,209][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:36,215][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:41,216][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:46,218][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:51,221][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:08:56,222][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:01,224][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:06,225][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:11,227][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:16,228][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:21,230][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:26,233][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:31,235][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:36,236][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:41,237][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:46,240][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:51,241][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:09:56,243][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:01,245][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:06,246][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:11,250][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:16,254][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:21,258][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:26,259][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:31,261][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:36,262][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:41,264][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:46,266][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:51,267][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:10:56,268][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:01,269][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:06,270][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:11,272][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:16,273][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:21,274][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:26,277][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:31,278][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:36,279][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:41,280][ INFO][PID:435768] Checking for cancel request [2025-12-09 20:11:43,251][ INFO][PID:435768] Downloading results from builder [2025-12-09 20:11:43,252][ INFO][PID:435768] rsyncing of mockbuilder@52.205.186.132:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117 started [2025-12-09 20:11:43,253][ INFO][PID:435768] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.205.186.132:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/build-09892117.rsync.log [2025-12-09 20:11:50,867][ INFO][PID:435768] rsyncing finished. [2025-12-09 20:11:50,868][ INFO][PID:435768] Releasing VM back to pool [2025-12-09 20:11:50,878][ INFO][PID:435768] Searching for 'success' file in resultdir [2025-12-09 20:11:50,878][ INFO][PID:435768] Getting build details [2025-12-09 20:11:50,879][ INFO][PID:435768] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117 [2025-12-09 20:11:50,880][ INFO][PID:435768] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/Sunshine-0.0.4491-1.src.rpm [2025-12-09 20:11:50,880][ INFO][PID:435768] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/Sunshine-0.0.4491-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4491-1'} [2025-12-09 20:11:50,881][ INFO][PID:435768] Finished build: id=9892117 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491 chroot=srpm-builds [2025-12-09 20:11:50,882][ INFO][PID:435768] Worker succeeded build, took 536.115229845047 [2025-12-09 20:11:50,883][ INFO][PID:435768] 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:4491", "submitter": null, "ended_on": 1765311110.8827677, "started_on": 1765310574.7675378, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9892117", "build_id": 9892117, "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\": \"tmp20jdjw_h\", \"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:4491/srpm-builds/09892117/Sunshine-0.0.4491-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--7d7edd2c-6f96-4d5b-b43f-997717f77ef7", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4491", "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:4491", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4491", "result_dir": "09892117", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4491-1", "id": 9892117, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-09 20:11:50,930][ INFO][PID:435768] Sending fedora-messaging bus message in build.end [2025-12-09 20:11:50,955][ INFO][PID:435768] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/builder-live.log by gzip [2025-12-09 20:11:50,957][ INFO][PID:435768] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/builder-live.log' as PID 511558 [2025-12-09 20:11:50,963][ INFO][PID:435768] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/builder-live.log) [2025-12-09 20:11:50,963][ INFO][PID:435768] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/backend.log by gzip [2025-12-09 20:11:50,964][ INFO][PID:435768] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4491/srpm-builds/09892117/backend.log' as PID 511559