[2025-12-19 20:44:50,286][ INFO][PID:1458354] Marking build as starting [2025-12-19 20:44:50,325][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:44:50,326][ INFO][PID:1458354] VM allocation process starts [2025-12-19 20:44:50,376][ INFO][PID:1458354] Trying to allocate VM: ResallocHost, ticket_id=447774, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-19 20:44:53,387][ INFO][PID:1458354] Allocated host ResallocHost, ticket_id=447774, hostname=13.220.168.64, name=aws_x86_64_normalreserved_prod_00708892_20251219_202512, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-19 20:44:53,388][ INFO][PID:1458354] Allocating ssh connection to builder [2025-12-19 20:44:53,388][ INFO][PID:1458354] Checking that builder machine is OK [2025-12-19 20:44:53,726][ INFO][PID:1458354] Running remote command: copr-builder-ready srpm-builds [2025-12-19 20:44:53,935][ INFO][PID:1458354] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-19 20:44:53,935][ INFO][PID:1458354] Filling build.info file with builder info [2025-12-19 20:44:53,936][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:44:53,936][ INFO][PID:1458354] 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:4484", "submitter": null, "ended_on": null, "started_on": 1766177093.9368668, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9936448", "build_id": 9936448, "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\": \"tmpm7u0vz60\", \"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--fc2d36c8-be07-4648-aaa8-1224957672b7", "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:4484", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4484", "result_dir": "09936448", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9936448, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-19 20:44:53,974][ INFO][PID:1458354] Sending fedora-messaging bus message in build.start [2025-12-19 20:44:54,467][ INFO][PID:1458354] Sending fedora-messaging bus message in chroot.start [2025-12-19 20:44:54,497][ INFO][PID:1458354] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9936448 --detached [2025-12-19 20:44:54,849][ INFO][PID:1458354] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.220.168.64' (ED25519) to the list of known hosts. [2025-12-19 20:44:54,849][ INFO][PID:1458354] Downloading the builder-live.log file, attempt 1 [2025-12-19 20:44:54,882][ INFO][PID:1458354] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.220.168.64 copr-rpmbuild-log [2025-12-19 20:44:59,856][ INFO][PID:1458354] Periodic builder liveness probe: alive [2025-12-19 20:44:59,856][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:04,857][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:09,859][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:14,862][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:19,864][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:24,864][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:29,865][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:34,867][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:39,868][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:44,869][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:49,870][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:54,871][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:45:59,871][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:04,872][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:10,682][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:15,685][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:20,687][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:25,688][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:30,689][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:35,690][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:40,691][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:45,692][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:50,693][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:46:55,693][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:00,694][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:05,695][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:10,696][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:15,697][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:20,698][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:25,699][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:30,699][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:35,700][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:40,701][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:45,702][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:50,703][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:47:55,704][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:00,704][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:05,705][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:10,706][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:15,707][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:20,708][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:25,709][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:30,710][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:35,711][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:40,712][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:45,713][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:50,714][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:48:55,715][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:00,716][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:05,717][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:10,717][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:15,718][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:20,719][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:25,720][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:30,721][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:35,722][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:40,723][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:45,724][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:50,725][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:49:55,726][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:00,727][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:05,728][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:10,729][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:15,730][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:20,731][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:25,732][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:30,743][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:35,917][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:40,919][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:45,927][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:51,067][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:50:56,119][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:01,119][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:06,208][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:11,221][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:16,229][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:21,245][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:26,260][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:31,298][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:36,302][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:41,306][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:46,307][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:51,308][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:51:56,309][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:01,309][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:06,315][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:11,320][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:16,423][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:21,424][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:26,505][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:31,506][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:36,507][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:41,508][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:46,585][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:51,612][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:52:56,656][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:01,660][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:06,717][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:11,718][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:16,722][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:21,730][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:26,732][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:31,738][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:36,750][ INFO][PID:1458354] Checking for cancel request [2025-12-19 20:53:37,191][ INFO][PID:1458354] Downloading results from builder [2025-12-19 20:53:37,191][ INFO][PID:1458354] rsyncing of mockbuilder@13.220.168.64:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448 started [2025-12-19 20:53:37,192][ INFO][PID:1458354] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.220.168.64:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/build-09936448.rsync.log [2025-12-19 20:53:44,354][ INFO][PID:1458354] rsyncing finished. [2025-12-19 20:53:44,354][ INFO][PID:1458354] Releasing VM back to pool [2025-12-19 20:53:44,363][ INFO][PID:1458354] Searching for 'success' file in resultdir [2025-12-19 20:53:44,363][ INFO][PID:1458354] Getting build details [2025-12-19 20:53:44,364][ INFO][PID:1458354] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448 [2025-12-19 20:53:44,364][ INFO][PID:1458354] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/Sunshine-0.0.4484-1.src.rpm [2025-12-19 20:53:44,365][ INFO][PID:1458354] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/Sunshine-0.0.4484-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4484-1'} [2025-12-19 20:53:44,365][ INFO][PID:1458354] Finished build: id=9936448 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484 chroot=srpm-builds [2025-12-19 20:53:44,366][ INFO][PID:1458354] Worker succeeded build, took 530.4299640655518 [2025-12-19 20:53:44,367][ INFO][PID:1458354] 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:4484", "submitter": null, "ended_on": 1766177624.3668308, "started_on": 1766177093.9368668, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9936448", "build_id": 9936448, "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\": \"tmpm7u0vz60\", \"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:4484/srpm-builds/09936448/Sunshine-0.0.4484-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--fc2d36c8-be07-4648-aaa8-1224957672b7", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4484", "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:4484", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4484", "result_dir": "09936448", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4484-1", "id": 9936448, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-19 20:53:44,419][ INFO][PID:1458354] Sending fedora-messaging bus message in build.end [2025-12-19 20:53:44,446][ INFO][PID:1458354] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/builder-live.log by gzip [2025-12-19 20:53:44,448][ INFO][PID:1458354] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/builder-live.log' as PID 1489561 [2025-12-19 20:53:44,471][ INFO][PID:1458354] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/builder-live.log) [2025-12-19 20:53:44,472][ INFO][PID:1458354] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/backend.log by gzip [2025-12-19 20:53:44,473][ INFO][PID:1458354] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4484/srpm-builds/09936448/backend.log' as PID 1489563