[2025-09-09 20:10:33,439][ INFO][PID:825996] Marking build as starting [2025-09-09 20:10:33,463][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:10:33,464][ INFO][PID:825996] VM allocation process starts [2025-09-09 20:10:33,476][ INFO][PID:825996] Trying to allocate VM: ResallocHost, ticket_id=4987347, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-09 20:10:38,478][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:10:43,479][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:10:48,480][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:10:53,481][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:10:58,482][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:03,483][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:08,484][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:13,485][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:18,485][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:23,486][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:28,487][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:33,488][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:38,489][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:43,490][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:48,491][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:53,492][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:11:58,493][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:12:03,494][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:12:08,495][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:12:13,496][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:12:18,498][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:12:23,499][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:12:28,500][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:12:33,501][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:13:00,758][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:13:05,759][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:13:10,760][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:13:15,761][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:13:20,762][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:13:41,151][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:04,870][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:09,871][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:14,873][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:19,874][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:29,654][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:34,655][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:39,656][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:51,190][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:55,350][ INFO][PID:825996] Allocated host ResallocHost, ticket_id=4987347, hostname=2620:52:3:1:dead:beef:cafe:c1d8, name=copr_hv_x86_64_04_prod_06686577_20250909_201227, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-09 20:14:55,350][ INFO][PID:825996] Allocating ssh connection to builder [2025-09-09 20:14:55,351][ INFO][PID:825996] Checking that builder machine is OK [2025-09-09 20:14:55,907][ INFO][PID:825996] Running remote command: copr-builder-ready srpm-builds [2025-09-09 20:14:56,237][ INFO][PID:825996] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-09 20:14:56,237][ INFO][PID:825996] Filling build.info file with builder info [2025-09-09 20:14:56,238][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:14:56,239][ INFO][PID:825996] 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:4245", "submitter": null, "ended_on": null, "started_on": 1757448896.238836, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9541360", "build_id": 9541360, "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\": \"tmpgjmsnsgb\", \"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--f6066c80-a78b-40d7-8482-54460ba8d7db", "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:4245", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4245", "result_dir": "09541360", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9541360, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-09 20:14:56,477][ INFO][PID:825996] Sending fedora-messaging bus message in build.start [2025-09-09 20:14:57,302][ INFO][PID:825996] Sending fedora-messaging bus message in chroot.start [2025-09-09 20:14:57,325][ INFO][PID:825996] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9541360 --detached [2025-09-09 20:14:57,874][ INFO][PID:825996] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c1d8' (ED25519) to the list of known hosts. [2025-09-09 20:14:57,875][ INFO][PID:825996] Downloading the builder-live.log file, attempt 1 [2025-09-09 20:14:57,876][ INFO][PID:825996] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c1d8 copr-rpmbuild-log [2025-09-09 20:15:02,884][ INFO][PID:825996] Periodic builder liveness probe: alive [2025-09-09 20:15:02,885][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:15:07,886][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:15:21,830][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:15:26,832][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:15:31,833][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:15:36,834][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:15:57,430][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:02,431][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:07,433][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:12,434][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:20,550][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:25,552][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:30,553][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:35,640][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:40,777][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:45,825][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:50,872][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:16:56,009][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:17:20,399][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:17:25,401][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:17:30,403][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:17:35,405][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:17:40,408][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:17:45,418][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:07,471][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:12,474][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:17,481][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:22,483][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:27,484][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:32,486][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:37,487][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:42,489][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:47,490][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:52,492][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:18:57,493][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:19:02,504][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:19:41,825][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:19:46,826][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:19:51,827][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:19:56,828][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:20:01,832][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:20:06,834][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:20:11,835][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:20:16,836][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:20:45,336][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:20:50,338][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:20:55,340][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:00,341][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:05,342][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:29,272][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:34,273][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:39,274][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:44,275][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:49,276][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:54,687][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:21:59,688][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:04,689][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:09,690][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:14,692][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:19,693][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:26,150][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:31,152][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:37,815][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:22:59,038][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:23:04,040][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:23:09,041][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:23:14,042][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:23:19,043][ INFO][PID:825996] Checking for cancel request [2025-09-09 20:23:20,883][ INFO][PID:825996] Downloading results from builder [2025-09-09 20:23:20,884][ INFO][PID:825996] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c1d8]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360 started [2025-09-09 20:23:20,884][ INFO][PID:825996] 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:c1d8]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/build-09541360.rsync.log [2025-09-10 04:04:33,744][ INFO][PID:825996] rsyncing finished. [2025-09-10 04:04:33,978][ INFO][PID:825996] Releasing VM back to pool [2025-09-10 04:04:34,307][ INFO][PID:825996] Searching for 'success' file in resultdir [2025-09-10 04:04:34,401][ INFO][PID:825996] Getting build details [2025-09-10 04:04:34,407][ INFO][PID:825996] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360 [2025-09-10 04:04:34,509][ INFO][PID:825996] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/Sunshine-0.0.4245-1.src.rpm [2025-09-10 04:04:34,514][ INFO][PID:825996] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/Sunshine-0.0.4245-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4245-1'} [2025-09-10 04:04:34,531][ INFO][PID:825996] Finished build: id=9541360 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245 chroot=srpm-builds [2025-09-10 04:04:34,663][ INFO][PID:825996] Worker succeeded build, took 28178.422266721725 [2025-09-10 04:04:34,674][ INFO][PID:825996] 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:4245", "submitter": null, "ended_on": 1757477074.6611028, "started_on": 1757448896.238836, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9541360", "build_id": 9541360, "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\": \"tmpgjmsnsgb\", \"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:4245/srpm-builds/09541360/Sunshine-0.0.4245-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--f6066c80-a78b-40d7-8482-54460ba8d7db", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4245", "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:4245", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4245", "result_dir": "09541360", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4245-1", "id": 9541360, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-10 04:04:35,565][ INFO][PID:825996] Sending fedora-messaging bus message in build.end [2025-09-10 04:04:36,119][ INFO][PID:825996] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/builder-live.log by gzip [2025-09-10 04:04:36,177][ INFO][PID:825996] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/builder-live.log' as PID 2336065 [2025-09-10 04:04:36,214][ INFO][PID:825996] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/builder-live.log) [2025-09-10 04:04:36,232][ INFO][PID:825996] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4245/srpm-builds/09541360/backend.log by gzip