[2025-12-31 19:44:17,260][ INFO][PID:2168602] Marking build as starting [2025-12-31 19:44:17,348][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:17,352][ INFO][PID:2168602] VM allocation process starts [2025-12-31 19:44:17,375][ INFO][PID:2168602] Trying to allocate VM: ResallocHost, ticket_id=596709, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-31 19:44:20,399][ INFO][PID:2168602] Allocated host ResallocHost, ticket_id=596709, hostname=18.209.176.65, name=aws_x86_64_normalreserved_prod_00871738_20251231_192510, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-31 19:44:20,400][ INFO][PID:2168602] Allocating ssh connection to builder [2025-12-31 19:44:20,400][ INFO][PID:2168602] Checking that builder machine is OK [2025-12-31 19:44:20,732][ INFO][PID:2168602] Running remote command: copr-builder-ready srpm-builds [2025-12-31 19:44:20,934][ INFO][PID:2168602] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-31 19:44:20,935][ INFO][PID:2168602] Filling build.info file with builder info [2025-12-31 19:44:20,936][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:20,936][ INFO][PID:2168602] 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:4548", "submitter": null, "ended_on": null, "started_on": 1767210260.9367049, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9965731", "build_id": 9965731, "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\": \"tmp5a_ymsyp\", \"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--02d4c79e-e488-493a-9490-95ab893a8fd9", "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:4548", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548", "result_dir": "09965731", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9965731, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-31 19:44:20,976][ INFO][PID:2168602] Sending fedora-messaging bus message in build.start [2025-12-31 19:44:21,742][ INFO][PID:2168602] Sending fedora-messaging bus message in chroot.start [2025-12-31 19:44:21,775][ INFO][PID:2168602] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9965731 --detached [2025-12-31 19:44:22,124][ INFO][PID:2168602] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '18.209.176.65' (ED25519) to the list of known hosts. [2025-12-31 19:44:22,125][ INFO][PID:2168602] Downloading the builder-live.log file, attempt 1 [2025-12-31 19:44:22,127][ INFO][PID:2168602] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@18.209.176.65 copr-rpmbuild-log [2025-12-31 19:44:27,133][ INFO][PID:2168602] Periodic builder liveness probe: alive [2025-12-31 19:44:27,133][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:32,134][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:37,135][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:42,136][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:47,137][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:52,138][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:44:57,139][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:02,140][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:07,141][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:12,142][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:17,143][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:22,144][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:27,146][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:32,148][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:37,149][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:42,150][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:47,151][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:52,152][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:45:57,153][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:02,167][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:07,168][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:12,173][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:17,174][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:22,177][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:27,178][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:32,179][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:37,180][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:42,181][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:47,183][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:52,185][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:46:57,186][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:02,189][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:07,192][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:12,193][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:17,194][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:22,195][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:27,196][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:32,197][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:37,198][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:42,202][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:47,203][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:52,204][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:47:57,205][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:02,207][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:07,207][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:12,209][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:17,210][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:22,211][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:27,212][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:32,214][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:37,215][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:42,219][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:47,223][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:52,225][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:48:57,226][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:02,227][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:07,228][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:12,229][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:17,230][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:22,231][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:27,232][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:32,233][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:37,234][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:42,235][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:47,236][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:52,237][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:49:57,238][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:02,239][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:07,240][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:12,241][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:17,242][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:22,243][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:27,244][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:32,245][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:37,246][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:42,248][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:47,249][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:52,250][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:50:57,251][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:02,252][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:07,253][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:12,254][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:17,255][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:22,256][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:27,256][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:32,257][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:37,258][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:42,259][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:47,260][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:52,261][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:51:57,262][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:02,263][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:07,264][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:12,265][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:17,266][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:22,267][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:27,268][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:32,269][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:37,270][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:42,271][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:47,272][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:52,273][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:52:57,274][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:53:02,276][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:53:07,277][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:53:12,278][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:53:17,279][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:53:22,280][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:53:27,281][ INFO][PID:2168602] Checking for cancel request [2025-12-31 19:53:28,737][ INFO][PID:2168602] Downloading results from builder [2025-12-31 19:53:28,737][ INFO][PID:2168602] rsyncing of mockbuilder@18.209.176.65:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731 started [2025-12-31 19:53:28,738][ INFO][PID:2168602] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@18.209.176.65:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/build-09965731.rsync.log [2025-12-31 19:53:35,886][ INFO][PID:2168602] rsyncing finished. [2025-12-31 19:53:35,887][ INFO][PID:2168602] Releasing VM back to pool [2025-12-31 19:53:35,895][ INFO][PID:2168602] Searching for 'success' file in resultdir [2025-12-31 19:53:35,896][ INFO][PID:2168602] Getting build details [2025-12-31 19:53:35,897][ INFO][PID:2168602] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731 [2025-12-31 19:53:35,898][ INFO][PID:2168602] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/Sunshine-0.0.4548-1.src.rpm [2025-12-31 19:53:35,898][ INFO][PID:2168602] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/Sunshine-0.0.4548-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4548-1'} [2025-12-31 19:53:35,898][ INFO][PID:2168602] Finished build: id=9965731 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548 chroot=srpm-builds [2025-12-31 19:53:35,900][ INFO][PID:2168602] Worker succeeded build, took 554.9637067317963 [2025-12-31 19:53:35,901][ INFO][PID:2168602] 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:4548", "submitter": null, "ended_on": 1767210815.9004116, "started_on": 1767210260.9367049, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9965731", "build_id": 9965731, "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\": \"tmp5a_ymsyp\", \"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:4548/srpm-builds/09965731/Sunshine-0.0.4548-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--02d4c79e-e488-493a-9490-95ab893a8fd9", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4548", "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:4548", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548", "result_dir": "09965731", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4548-1", "id": 9965731, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-31 19:53:35,958][ INFO][PID:2168602] Sending fedora-messaging bus message in build.end [2025-12-31 19:53:35,987][ INFO][PID:2168602] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/builder-live.log by gzip [2025-12-31 19:53:35,988][ INFO][PID:2168602] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/builder-live.log' as PID 2215284 [2025-12-31 19:53:36,009][ INFO][PID:2168602] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/builder-live.log) [2025-12-31 19:53:36,009][ INFO][PID:2168602] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/backend.log by gzip [2025-12-31 19:53:36,010][ INFO][PID:2168602] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09965731/backend.log' as PID 2215287