[2025-12-31 21:59:49,666][ INFO][PID:2790370] Marking build as starting [2025-12-31 21:59:49,700][ INFO][PID:2790370] Checking for cancel request [2025-12-31 21:59:49,702][ INFO][PID:2790370] VM allocation process starts [2025-12-31 21:59:49,712][ INFO][PID:2790370] Trying to allocate VM: ResallocHost, ticket_id=598472, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-31 21:59:52,723][ INFO][PID:2790370] Allocated host ResallocHost, ticket_id=598472, hostname=52.203.30.249, name=aws_x86_64_normalreserved_prod_00873006_20251231_215340, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-31 21:59:52,981][ INFO][PID:2790370] Allocating ssh connection to builder [2025-12-31 21:59:52,982][ INFO][PID:2790370] Checking that builder machine is OK [2025-12-31 21:59:53,344][ INFO][PID:2790370] Running remote command: copr-builder-ready srpm-builds [2025-12-31 21:59:53,550][ INFO][PID:2790370] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-31 21:59:53,551][ INFO][PID:2790370] Filling build.info file with builder info [2025-12-31 21:59:53,551][ INFO][PID:2790370] Checking for cancel request [2025-12-31 21:59:53,552][ INFO][PID:2790370] 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": 1767218393.5525339, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9966112", "build_id": 9966112, "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\": \"tmpsa2c4jia\", \"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--56c99295-4b8e-413a-893e-acde4d5d28c3", "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": "09966112", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9966112, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-31 21:59:53,586][ INFO][PID:2790370] Sending fedora-messaging bus message in build.start [2025-12-31 21:59:54,079][ INFO][PID:2790370] Sending fedora-messaging bus message in chroot.start [2025-12-31 21:59:54,105][ INFO][PID:2790370] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9966112 --detached [2025-12-31 21:59:54,454][ INFO][PID:2790370] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.203.30.249' (ED25519) to the list of known hosts. [2025-12-31 21:59:54,454][ INFO][PID:2790370] Downloading the builder-live.log file, attempt 1 [2025-12-31 21:59:54,456][ INFO][PID:2790370] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.203.30.249 copr-rpmbuild-log [2025-12-31 21:59:59,460][ INFO][PID:2790370] Periodic builder liveness probe: alive [2025-12-31 21:59:59,460][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:04,461][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:09,462][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:14,463][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:19,463][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:24,464][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:29,465][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:34,466][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:39,467][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:44,468][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:49,469][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:54,470][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:00:59,471][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:04,472][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:09,473][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:14,474][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:19,475][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:24,475][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:29,476][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:34,477][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:39,478][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:44,479][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:49,480][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:54,481][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:01:59,482][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:04,483][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:09,484][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:14,485][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:19,486][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:24,487][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:29,488][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:34,489][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:39,490][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:44,491][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:49,492][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:54,493][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:02:59,494][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:04,495][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:09,496][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:14,496][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:19,497][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:24,514][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:29,515][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:34,516][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:39,517][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:44,518][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:49,519][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:54,520][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:03:59,521][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:04,522][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:09,523][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:14,524][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:19,525][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:24,526][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:29,527][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:34,528][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:39,529][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:44,530][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:49,531][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:54,532][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:04:59,533][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:04,534][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:09,535][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:14,536][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:19,537][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:24,538][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:29,539][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:34,540][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:39,541][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:44,542][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:49,543][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:54,544][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:05:59,545][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:04,546][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:09,546][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:14,547][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:19,548][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:24,551][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:29,552][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:34,553][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:39,554][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:44,555][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:49,556][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:54,558][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:06:59,560][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:04,562][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:09,566][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:14,568][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:19,570][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:24,571][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:29,586][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:34,593][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:39,596][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:44,598][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:49,604][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:54,607][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:07:59,611][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:04,629][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:09,632][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:14,633][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:19,634][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:24,637][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:29,643][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:34,653][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:39,656][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:44,659][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:49,661][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:54,662][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:08:59,673][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:09:04,675][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:09:09,679][ INFO][PID:2790370] Checking for cancel request [2025-12-31 22:09:09,909][ INFO][PID:2790370] Downloading results from builder [2025-12-31 22:09:09,910][ INFO][PID:2790370] rsyncing of mockbuilder@52.203.30.249:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112 started [2025-12-31 22:09:09,912][ INFO][PID:2790370] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.203.30.249:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/build-09966112.rsync.log [2025-12-31 22:09:23,793][ INFO][PID:2790370] rsyncing finished. [2025-12-31 22:09:23,794][ INFO][PID:2790370] Releasing VM back to pool [2025-12-31 22:09:23,817][ INFO][PID:2790370] Searching for 'success' file in resultdir [2025-12-31 22:09:23,818][ INFO][PID:2790370] Getting build details [2025-12-31 22:09:23,821][ INFO][PID:2790370] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112 [2025-12-31 22:09:23,822][ INFO][PID:2790370] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/Sunshine-0.0.4548-1.src.rpm [2025-12-31 22:09:23,825][ INFO][PID:2790370] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/Sunshine-0.0.4548-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4548-1'} [2025-12-31 22:09:23,831][ INFO][PID:2790370] Finished build: id=9966112 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548 chroot=srpm-builds [2025-12-31 22:09:23,838][ INFO][PID:2790370] Worker succeeded build, took 570.2862024307251 [2025-12-31 22:09:23,839][ INFO][PID:2790370] 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": 1767218963.8387363, "started_on": 1767218393.5525339, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9966112", "build_id": 9966112, "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\": \"tmpsa2c4jia\", \"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/09966112/Sunshine-0.0.4548-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--56c99295-4b8e-413a-893e-acde4d5d28c3", "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": "09966112", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4548-1", "id": 9966112, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-31 22:09:23,906][ INFO][PID:2790370] Sending fedora-messaging bus message in build.end [2025-12-31 22:09:23,984][ INFO][PID:2790370] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/builder-live.log by gzip [2025-12-31 22:09:23,986][ INFO][PID:2790370] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/builder-live.log' as PID 2837775 [2025-12-31 22:09:24,007][ INFO][PID:2790370] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/builder-live.log) [2025-12-31 22:09:24,008][ INFO][PID:2790370] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/backend.log by gzip [2025-12-31 22:09:24,010][ INFO][PID:2790370] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4548/srpm-builds/09966112/backend.log' as PID 2837777