[2025-11-18 08:05:25,781][ INFO][PID:443838] Marking build as starting [2025-11-18 08:05:25,821][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:05:25,830][ INFO][PID:443838] VM allocation process starts [2025-11-18 08:05:25,865][ INFO][PID:443838] Trying to allocate VM: ResallocHost, ticket_id=6228970, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-18 08:05:30,879][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:05:35,885][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:05:40,905][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:05:45,919][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:05:50,927][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:05:55,936][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:00,950][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:05,951][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:10,955][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:14,233][ INFO][PID:443838] Allocated host ResallocHost, ticket_id=6228970, hostname=2620:52:3:1:dead:beef:cafe:c1cf, name=copr_hv_x86_64_04_prod_08068220_20251118_062242, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-18 08:06:14,235][ INFO][PID:443838] Allocating ssh connection to builder [2025-11-18 08:06:14,245][ INFO][PID:443838] Checking that builder machine is OK [2025-11-18 08:06:15,000][ INFO][PID:443838] Running remote command: copr-builder-ready srpm-builds [2025-11-18 08:06:15,459][ INFO][PID:443838] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-18 08:06:15,460][ INFO][PID:443838] Filling build.info file with builder info [2025-11-18 08:06:15,463][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:15,481][ INFO][PID:443838] 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:4428", "submitter": null, "ended_on": null, "started_on": 1763453175.4809716, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9807485", "build_id": 9807485, "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_zzcsy58\", \"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--2a287dab-bf63-4e27-b1fb-923772079418", "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:4428", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4428", "result_dir": "09807485", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9807485, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-18 08:06:15,556][ INFO][PID:443838] Sending fedora-messaging bus message in build.start [2025-11-18 08:06:20,299][ INFO][PID:443838] Sending fedora-messaging bus message in chroot.start [2025-11-18 08:06:20,433][ INFO][PID:443838] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9807485 --detached [2025-11-18 08:06:21,132][ INFO][PID:443838] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c1cf' (ED25519) to the list of known hosts. [2025-11-18 08:06:21,146][ INFO][PID:443838] Downloading the builder-live.log file, attempt 1 [2025-11-18 08:06:21,156][ INFO][PID:443838] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c1cf copr-rpmbuild-log [2025-11-18 08:06:26,209][ INFO][PID:443838] Periodic builder liveness probe: alive [2025-11-18 08:06:26,215][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:31,220][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:36,227][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:41,241][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:46,256][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:51,259][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:06:56,266][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:01,276][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:06,292][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:11,297][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:16,298][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:21,307][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:26,315][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:31,320][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:36,325][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:41,332][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:46,345][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:51,354][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:07:56,371][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:01,374][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:06,379][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:11,391][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:16,397][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:21,404][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:26,406][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:31,409][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:36,416][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:41,426][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:46,432][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:51,436][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:08:56,460][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:01,467][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:06,470][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:11,471][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:16,475][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:21,488][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:26,495][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:31,504][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:36,516][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:41,525][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:46,530][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:51,534][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:09:56,537][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:01,548][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:06,550][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:11,566][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:16,569][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:21,579][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:26,583][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:31,595][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:36,614][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:41,649][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:46,671][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:51,685][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:10:56,702][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:01,715][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:06,719][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:11,729][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:16,747][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:21,764][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:26,774][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:31,785][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:36,792][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:41,801][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:46,830][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:51,839][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:11:56,847][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:01,859][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:06,861][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:11,875][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:16,882][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:21,895][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:26,896][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:31,903][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:36,914][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:41,921][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:46,927][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:51,951][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:12:56,958][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:01,964][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:06,970][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:11,990][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:17,000][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:22,007][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:27,009][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:32,022][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:37,039][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:42,046][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:47,058][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:52,063][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:13:57,073][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:02,078][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:07,086][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:12,089][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:17,104][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:22,126][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:27,133][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:32,134][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:37,146][ INFO][PID:443838] Checking for cancel request [2025-11-18 08:14:39,596][ INFO][PID:443838] Downloading results from builder [2025-11-18 08:14:39,597][ INFO][PID:443838] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c1cf]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485 started [2025-11-18 08:14:39,598][ INFO][PID:443838] 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:c1cf]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/build-09807485.rsync.log [2025-11-18 08:15:27,283][ INFO][PID:443838] rsyncing finished. [2025-11-18 08:15:27,288][ INFO][PID:443838] Releasing VM back to pool [2025-11-18 08:15:27,452][ INFO][PID:443838] Searching for 'success' file in resultdir [2025-11-18 08:15:27,468][ INFO][PID:443838] Getting build details [2025-11-18 08:15:27,479][ INFO][PID:443838] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485 [2025-11-18 08:15:27,500][ INFO][PID:443838] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/Sunshine-0.0.4428-1.src.rpm [2025-11-18 08:15:27,506][ INFO][PID:443838] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/Sunshine-0.0.4428-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4428-1'} [2025-11-18 08:15:27,512][ INFO][PID:443838] Finished build: id=9807485 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428 chroot=srpm-builds [2025-11-18 08:15:27,537][ INFO][PID:443838] Worker succeeded build, took 552.0562527179718 [2025-11-18 08:15:27,542][ INFO][PID:443838] 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:4428", "submitter": null, "ended_on": 1763453727.5372243, "started_on": 1763453175.4809716, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9807485", "build_id": 9807485, "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_zzcsy58\", \"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:4428/srpm-builds/09807485/Sunshine-0.0.4428-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--2a287dab-bf63-4e27-b1fb-923772079418", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4428", "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:4428", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4428", "result_dir": "09807485", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4428-1", "id": 9807485, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-18 08:15:27,630][ INFO][PID:443838] Sending fedora-messaging bus message in build.end [2025-11-18 08:15:27,740][ INFO][PID:443838] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/builder-live.log by gzip [2025-11-18 08:15:27,744][ INFO][PID:443838] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/builder-live.log' as PID 507095 [2025-11-18 08:15:27,814][ INFO][PID:443838] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/builder-live.log) [2025-11-18 08:15:27,816][ INFO][PID:443838] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4428/srpm-builds/09807485/backend.log by gzip