[2025-09-23 17:34:07,648][ INFO][PID:2166939] Marking build as starting [2025-09-23 17:34:07,683][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:07,684][ INFO][PID:2166939] VM allocation process starts [2025-09-23 17:34:07,712][ INFO][PID:2166939] Trying to allocate VM: ResallocHost, ticket_id=5230956, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-23 17:34:10,742][ INFO][PID:2166939] Allocated host ResallocHost, ticket_id=5230956, hostname=2620:52:3:1:dead:beef:cafe:c1da, name=copr_hv_x86_64_04_prod_06895964_20250923_172544, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-23 17:34:10,743][ INFO][PID:2166939] Allocating ssh connection to builder [2025-09-23 17:34:10,743][ INFO][PID:2166939] Checking that builder machine is OK [2025-09-23 17:34:11,374][ INFO][PID:2166939] Running remote command: copr-builder-ready srpm-builds [2025-09-23 17:34:11,712][ INFO][PID:2166939] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-23 17:34:11,712][ INFO][PID:2166939] Filling build.info file with builder info [2025-09-23 17:34:11,713][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:11,714][ INFO][PID:2166939] 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:4289", "submitter": null, "ended_on": null, "started_on": 1758648851.7145388, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9594880", "build_id": 9594880, "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\": \"tmpqmi01ibo\", \"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--7f3f06ff-78c7-4c8c-b8e0-7fae8125cccc", "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:4289", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4289", "result_dir": "09594880", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9594880, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-23 17:34:11,736][ INFO][PID:2166939] Sending fedora-messaging bus message in build.start [2025-09-23 17:34:12,603][ INFO][PID:2166939] Sending fedora-messaging bus message in chroot.start [2025-09-23 17:34:12,634][ INFO][PID:2166939] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9594880 --detached [2025-09-23 17:34:13,223][ INFO][PID:2166939] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c1da' (ED25519) to the list of known hosts. [2025-09-23 17:34:13,223][ INFO][PID:2166939] Downloading the builder-live.log file, attempt 1 [2025-09-23 17:34:13,225][ INFO][PID:2166939] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c1da copr-rpmbuild-log [2025-09-23 17:34:18,229][ INFO][PID:2166939] Periodic builder liveness probe: alive [2025-09-23 17:34:18,229][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:23,230][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:28,231][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:33,232][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:38,233][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:43,234][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:48,235][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:53,236][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:34:58,237][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:03,238][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:08,239][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:13,240][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:18,241][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:23,242][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:28,243][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:33,244][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:38,245][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:43,246][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:48,247][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:53,248][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:35:58,249][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:03,250][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:08,250][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:13,251][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:18,252][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:23,253][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:28,254][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:33,255][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:38,256][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:43,257][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:48,258][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:53,259][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:36:58,260][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:03,261][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:08,262][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:13,263][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:18,264][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:23,264][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:28,265][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:33,266][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:38,267][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:43,276][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:48,283][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:53,284][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:37:58,285][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:03,286][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:08,290][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:13,291][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:18,292][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:23,293][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:28,298][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:33,303][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:38,304][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:43,305][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:48,306][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:53,307][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:38:58,308][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:03,309][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:08,310][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:13,311][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:18,312][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:23,314][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:28,315][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:33,316][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:38,318][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:43,319][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:48,320][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:53,322][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:39:58,323][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:03,324][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:08,325][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:13,327][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:18,332][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:23,334][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:28,335][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:33,336][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:38,337][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:43,339][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:48,341][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:53,343][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:40:58,345][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:03,348][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:08,356][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:13,360][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:18,363][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:23,365][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:28,367][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:33,368][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:38,369][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:43,370][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:48,372][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:53,373][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:41:58,374][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:03,375][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:08,376][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:13,378][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:18,380][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:23,381][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:28,385][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:33,391][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:38,392][ INFO][PID:2166939] Checking for cancel request [2025-09-23 17:42:40,455][ INFO][PID:2166939] Downloading results from builder [2025-09-23 17:42:40,456][ INFO][PID:2166939] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c1da]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880 started [2025-09-23 17:42:40,456][ INFO][PID:2166939] 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:c1da]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/build-09594880.rsync.log [2025-09-23 17:42:59,729][ INFO][PID:2166939] rsyncing finished. [2025-09-23 17:42:59,729][ INFO][PID:2166939] Releasing VM back to pool [2025-09-23 17:42:59,754][ INFO][PID:2166939] Searching for 'success' file in resultdir [2025-09-23 17:42:59,755][ INFO][PID:2166939] Getting build details [2025-09-23 17:42:59,755][ INFO][PID:2166939] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880 [2025-09-23 17:42:59,756][ INFO][PID:2166939] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/Sunshine-0.0.4289-1.src.rpm [2025-09-23 17:42:59,757][ INFO][PID:2166939] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/Sunshine-0.0.4289-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4289-1'} [2025-09-23 17:42:59,757][ INFO][PID:2166939] Finished build: id=9594880 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289 chroot=srpm-builds [2025-09-23 17:42:59,759][ INFO][PID:2166939] Worker succeeded build, took 528.0446383953094 [2025-09-23 17:42:59,759][ INFO][PID:2166939] 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:4289", "submitter": null, "ended_on": 1758649379.7591772, "started_on": 1758648851.7145388, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9594880", "build_id": 9594880, "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\": \"tmpqmi01ibo\", \"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:4289/srpm-builds/09594880/Sunshine-0.0.4289-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--7f3f06ff-78c7-4c8c-b8e0-7fae8125cccc", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4289", "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:4289", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4289", "result_dir": "09594880", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4289-1", "id": 9594880, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-23 17:42:59,792][ INFO][PID:2166939] Sending fedora-messaging bus message in build.end [2025-09-23 17:42:59,847][ INFO][PID:2166939] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/builder-live.log by gzip [2025-09-23 17:42:59,848][ INFO][PID:2166939] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/builder-live.log' as PID 2224971 [2025-09-23 17:42:59,855][ INFO][PID:2166939] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/builder-live.log) [2025-09-23 17:42:59,856][ INFO][PID:2166939] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/backend.log by gzip [2025-09-23 17:42:59,857][ INFO][PID:2166939] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4289/srpm-builds/09594880/backend.log' as PID 2224978