[2025-12-21 11:21:56,446][ INFO][PID:1758048] Marking build as starting [2025-12-21 11:21:56,488][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:21:56,489][ INFO][PID:1758048] VM allocation process starts [2025-12-21 11:21:56,510][ INFO][PID:1758048] Trying to allocate VM: ResallocHost, ticket_id=462984, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 11:21:59,525][ INFO][PID:1758048] Allocated host ResallocHost, ticket_id=462984, hostname=44.204.79.25, name=aws_x86_64_normalreserved_prod_00722096_20251221_111430, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 11:21:59,612][ INFO][PID:1758048] Allocating ssh connection to builder [2025-12-21 11:21:59,613][ INFO][PID:1758048] Checking that builder machine is OK [2025-12-21 11:21:59,973][ INFO][PID:1758048] Running remote command: copr-builder-ready srpm-builds [2025-12-21 11:22:00,178][ INFO][PID:1758048] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-21 11:22:00,178][ INFO][PID:1758048] Filling build.info file with builder info [2025-12-21 11:22:00,179][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:00,180][ INFO][PID:1758048] 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:4522", "submitter": null, "ended_on": null, "started_on": 1766316120.1799896, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9939400", "build_id": 9939400, "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\": \"tmpxc3gjx7a\", \"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--3d645a5b-fb98-4e15-97be-b646ee2110ca", "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:4522", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4522", "result_dir": "09939400", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9939400, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 11:22:00,214][ INFO][PID:1758048] Sending fedora-messaging bus message in build.start [2025-12-21 11:22:00,700][ INFO][PID:1758048] Sending fedora-messaging bus message in chroot.start [2025-12-21 11:22:00,725][ INFO][PID:1758048] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9939400 --detached [2025-12-21 11:22:01,070][ INFO][PID:1758048] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.204.79.25' (ED25519) to the list of known hosts. [2025-12-21 11:22:01,071][ INFO][PID:1758048] Downloading the builder-live.log file, attempt 1 [2025-12-21 11:22:01,184][ INFO][PID:1758048] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.204.79.25 copr-rpmbuild-log [2025-12-21 11:22:06,076][ INFO][PID:1758048] Periodic builder liveness probe: alive [2025-12-21 11:22:06,077][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:11,077][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:16,078][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:21,079][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:26,080][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:31,081][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:36,082][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:41,083][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:46,292][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:51,412][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:22:56,544][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:01,829][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:07,016][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:12,017][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:17,103][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:22,130][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:27,262][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:32,263][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:37,267][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:42,274][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:47,276][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:52,363][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:23:57,454][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:02,606][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:07,803][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:12,804][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:17,819][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:22,820][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:27,821][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:32,823][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:37,824][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:42,826][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:47,827][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:52,829][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:24:57,830][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:02,831][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:07,833][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:12,834][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:17,835][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:22,836][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:27,837][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:32,838][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:37,839][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:42,840][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:47,849][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:52,850][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:25:57,851][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:02,852][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:07,853][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:12,855][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:17,856][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:22,857][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:27,858][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:32,859][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:37,860][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:42,861][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:47,862][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:52,863][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:26:57,908][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:02,909][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:07,910][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:12,910][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:17,911][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:22,912][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:27,913][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:32,914][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:37,915][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:42,916][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:47,917][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:52,925][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:27:57,925][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:02,926][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:07,927][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:12,928][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:17,929][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:22,931][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:27,932][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:33,100][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:38,127][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:43,205][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:48,207][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:53,209][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:28:58,211][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:03,212][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:08,214][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:13,215][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:18,230][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:23,231][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:28,232][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:33,556][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:38,762][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:43,766][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:48,769][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:53,770][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:29:58,772][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:03,774][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:08,776][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:13,777][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:18,778][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:24,077][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:29,078][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:34,079][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:39,084][ INFO][PID:1758048] Checking for cancel request [2025-12-21 11:30:40,543][ INFO][PID:1758048] Downloading results from builder [2025-12-21 11:30:40,544][ INFO][PID:1758048] rsyncing of mockbuilder@44.204.79.25:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400 started [2025-12-21 11:30:40,545][ INFO][PID:1758048] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.204.79.25:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/build-09939400.rsync.log [2025-12-21 11:31:19,896][ INFO][PID:1758048] rsyncing finished. [2025-12-21 11:31:19,903][ INFO][PID:1758048] Releasing VM back to pool [2025-12-21 11:31:19,911][ INFO][PID:1758048] Searching for 'success' file in resultdir [2025-12-21 11:31:19,912][ INFO][PID:1758048] Getting build details [2025-12-21 11:31:19,912][ INFO][PID:1758048] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400 [2025-12-21 11:31:19,913][ INFO][PID:1758048] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/Sunshine-0.0.4522-1.src.rpm [2025-12-21 11:31:19,914][ INFO][PID:1758048] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/Sunshine-0.0.4522-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4522-1'} [2025-12-21 11:31:19,914][ INFO][PID:1758048] Finished build: id=9939400 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522 chroot=srpm-builds [2025-12-21 11:31:19,916][ INFO][PID:1758048] Worker succeeded build, took 559.7361443042755 [2025-12-21 11:31:19,916][ INFO][PID:1758048] 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:4522", "submitter": null, "ended_on": 1766316679.9161339, "started_on": 1766316120.1799896, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9939400", "build_id": 9939400, "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\": \"tmpxc3gjx7a\", \"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:4522/srpm-builds/09939400/Sunshine-0.0.4522-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--3d645a5b-fb98-4e15-97be-b646ee2110ca", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4522", "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:4522", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4522", "result_dir": "09939400", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4522-1", "id": 9939400, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 11:31:19,978][ INFO][PID:1758048] Sending fedora-messaging bus message in build.end [2025-12-21 11:31:20,004][ INFO][PID:1758048] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/builder-live.log by gzip [2025-12-21 11:31:20,005][ INFO][PID:1758048] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/builder-live.log' as PID 1785052 [2025-12-21 11:31:20,042][ INFO][PID:1758048] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/builder-live.log) [2025-12-21 11:31:20,043][ INFO][PID:1758048] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/backend.log by gzip [2025-12-21 11:31:20,044][ INFO][PID:1758048] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4522/srpm-builds/09939400/backend.log' as PID 1785073