[2025-12-30 22:32:51,781][ INFO][PID:1118142] Marking build as starting [2025-12-30 22:32:51,827][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:32:51,829][ INFO][PID:1118142] VM allocation process starts [2025-12-30 22:32:51,841][ INFO][PID:1118142] Trying to allocate VM: ResallocHost, ticket_id=583635, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-30 22:32:54,878][ INFO][PID:1118142] Allocated host ResallocHost, ticket_id=583635, hostname=54.209.112.31, name=aws_x86_64_normalreserved_prod_00860732_20251230_221344, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-30 22:32:54,879][ INFO][PID:1118142] Allocating ssh connection to builder [2025-12-30 22:32:54,879][ INFO][PID:1118142] Checking that builder machine is OK [2025-12-30 22:32:55,227][ INFO][PID:1118142] Running remote command: copr-builder-ready srpm-builds [2025-12-30 22:32:55,433][ INFO][PID:1118142] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-30 22:32:55,434][ INFO][PID:1118142] Filling build.info file with builder info [2025-12-30 22:32:55,434][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:32:55,435][ INFO][PID:1118142] 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": 1767133975.4354727, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9962259", "build_id": 9962259, "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\": \"tmp_bny9lf7\", \"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--96dfea74-1d5b-4091-81ee-61e4e231c5fc", "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": "09962259", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9962259, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-30 22:32:55,471][ INFO][PID:1118142] Sending fedora-messaging bus message in build.start [2025-12-30 22:32:55,948][ INFO][PID:1118142] Sending fedora-messaging bus message in chroot.start [2025-12-30 22:32:55,973][ INFO][PID:1118142] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9962259 --detached [2025-12-30 22:32:56,323][ INFO][PID:1118142] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.209.112.31' (ED25519) to the list of known hosts. [2025-12-30 22:32:56,323][ INFO][PID:1118142] Downloading the builder-live.log file, attempt 1 [2025-12-30 22:32:56,325][ INFO][PID:1118142] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.209.112.31 copr-rpmbuild-log [2025-12-30 22:33:01,329][ INFO][PID:1118142] Periodic builder liveness probe: alive [2025-12-30 22:33:01,330][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:06,330][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:11,331][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:16,332][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:21,333][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:26,334][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:31,335][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:36,336][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:41,337][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:46,338][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:51,339][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:33:56,340][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:01,341][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:06,342][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:11,343][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:16,344][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:21,345][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:26,353][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:31,354][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:36,355][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:41,356][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:46,357][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:51,358][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:34:56,359][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:01,360][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:06,361][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:11,362][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:16,363][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:21,365][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:26,366][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:31,367][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:36,368][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:41,373][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:46,375][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:51,376][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:35:56,378][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:01,379][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:06,380][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:11,381][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:16,382][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:21,383][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:26,384][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:31,385][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:36,386][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:41,387][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:46,388][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:51,389][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:36:56,390][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:01,391][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:06,392][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:11,393][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:16,395][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:21,396][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:26,397][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:31,398][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:36,399][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:41,400][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:46,401][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:51,402][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:37:56,403][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:01,404][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:06,405][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:11,406][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:16,407][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:21,407][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:26,408][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:31,409][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:36,410][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:41,411][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:46,412][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:51,413][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:38:56,414][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:01,427][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:06,428][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:11,429][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:16,430][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:21,431][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:26,432][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:31,433][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:36,434][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:41,435][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:46,436][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:51,436][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:39:56,437][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:01,438][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:06,439][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:11,440][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:16,441][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:21,442][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:26,443][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:31,444][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:36,445][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:41,446][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:46,447][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:51,448][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:40:56,449][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:01,450][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:06,452][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:11,452][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:16,453][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:21,454][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:26,455][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:31,458][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:36,459][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:41,459][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:46,460][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:51,461][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:41:56,462][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:42:01,463][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:42:06,464][ INFO][PID:1118142] Checking for cancel request [2025-12-30 22:42:07,086][ INFO][PID:1118142] Downloading results from builder [2025-12-30 22:42:07,087][ INFO][PID:1118142] rsyncing of mockbuilder@54.209.112.31:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259 started [2025-12-30 22:42:07,088][ INFO][PID:1118142] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.209.112.31:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/build-09962259.rsync.log [2025-12-30 22:42:15,335][ INFO][PID:1118142] rsyncing finished. [2025-12-30 22:42:15,336][ INFO][PID:1118142] Releasing VM back to pool [2025-12-30 22:42:15,349][ INFO][PID:1118142] Searching for 'success' file in resultdir [2025-12-30 22:42:15,350][ INFO][PID:1118142] Getting build details [2025-12-30 22:42:15,351][ INFO][PID:1118142] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259 [2025-12-30 22:42:15,352][ INFO][PID:1118142] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/Sunshine-0.0.4548-1.src.rpm [2025-12-30 22:42:15,353][ INFO][PID:1118142] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/Sunshine-0.0.4548-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4548-1'} [2025-12-30 22:42:15,353][ INFO][PID:1118142] Finished build: id=9962259 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548 chroot=srpm-builds [2025-12-30 22:42:15,355][ INFO][PID:1118142] Worker succeeded build, took 559.9199578762054 [2025-12-30 22:42:15,356][ INFO][PID:1118142] 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": 1767134535.3554306, "started_on": 1767133975.4354727, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9962259", "build_id": 9962259, "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\": \"tmp_bny9lf7\", \"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/09962259/Sunshine-0.0.4548-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--96dfea74-1d5b-4091-81ee-61e4e231c5fc", "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": "09962259", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4548-1", "id": 9962259, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-30 22:42:15,417][ INFO][PID:1118142] Sending fedora-messaging bus message in build.end [2025-12-30 22:42:15,447][ INFO][PID:1118142] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/builder-live.log by gzip [2025-12-30 22:42:15,448][ INFO][PID:1118142] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/builder-live.log' as PID 1153800 [2025-12-30 22:42:15,470][ INFO][PID:1118142] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/builder-live.log) [2025-12-30 22:42:15,471][ INFO][PID:1118142] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/backend.log by gzip [2025-12-30 22:42:15,472][ INFO][PID:1118142] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09962259/backend.log' as PID 1153801