[2025-11-29 07:43:14,983][ INFO][PID:3536713] Marking build as starting [2025-11-29 07:43:15,141][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:15,143][ INFO][PID:3536713] VM allocation process starts [2025-11-29 07:43:15,154][ INFO][PID:3536713] Trying to allocate VM: ResallocHost, ticket_id=49012, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-29 07:43:18,169][ INFO][PID:3536713] Allocated host ResallocHost, ticket_id=49012, hostname=3.237.189.72, name=aws_x86_64_normalreserved_prod_00051580_20251129_074106, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-29 07:43:18,169][ INFO][PID:3536713] Allocating ssh connection to builder [2025-11-29 07:43:18,170][ INFO][PID:3536713] Checking that builder machine is OK [2025-11-29 07:43:18,507][ INFO][PID:3536713] Running remote command: copr-builder-ready srpm-builds [2025-11-29 07:43:18,724][ INFO][PID:3536713] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-29 07:43:18,725][ INFO][PID:3536713] Filling build.info file with builder info [2025-11-29 07:43:18,725][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:18,726][ INFO][PID:3536713] 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:4458", "submitter": null, "ended_on": null, "started_on": 1764402198.7264256, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9849373", "build_id": 9849373, "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\": \"tmpzheh_y8i\", \"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--1c775a54-4ae2-44a9-86af-14c1f5911210", "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:4458", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4458", "result_dir": "09849373", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9849373, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-29 07:43:18,766][ INFO][PID:3536713] Sending fedora-messaging bus message in build.start [2025-11-29 07:43:19,363][ INFO][PID:3536713] Sending fedora-messaging bus message in chroot.start [2025-11-29 07:43:19,388][ INFO][PID:3536713] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9849373 --detached [2025-11-29 07:43:19,752][ INFO][PID:3536713] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.237.189.72' (ED25519) to the list of known hosts. [2025-11-29 07:43:19,753][ INFO][PID:3536713] Downloading the builder-live.log file, attempt 1 [2025-11-29 07:43:19,755][ INFO][PID:3536713] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.237.189.72 copr-rpmbuild-log [2025-11-29 07:43:24,761][ INFO][PID:3536713] Periodic builder liveness probe: alive [2025-11-29 07:43:24,761][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:29,762][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:34,763][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:39,764][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:44,766][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:49,767][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:54,768][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:43:59,769][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:04,770][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:09,771][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:14,772][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:19,773][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:24,774][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:29,782][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:34,783][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:39,784][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:44,786][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:49,787][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:54,788][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:44:59,789][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:04,790][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:09,791][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:14,792][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:19,793][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:24,794][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:29,795][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:34,796][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:39,797][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:44,798][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:49,799][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:54,800][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:45:59,801][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:04,802][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:09,804][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:14,805][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:19,805][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:24,807][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:29,807][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:34,808][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:39,809][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:44,810][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:49,811][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:54,813][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:46:59,813][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:04,815][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:09,816][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:14,817][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:19,818][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:24,823][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:29,824][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:34,825][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:39,827][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:44,828][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:49,828][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:54,830][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:47:59,831][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:04,832][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:09,833][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:14,834][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:19,835][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:24,836][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:29,837][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:34,837][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:39,838][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:44,839][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:49,840][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:54,841][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:48:59,842][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:04,843][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:09,844][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:14,845][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:19,846][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:24,847][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:29,848][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:34,849][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:39,853][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:44,853][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:49,854][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:54,855][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:49:59,856][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:04,857][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:09,858][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:14,859][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:19,860][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:24,861][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:29,862][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:34,863][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:39,864][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:44,865][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:49,866][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:54,867][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:50:59,868][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:04,869][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:09,870][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:14,871][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:19,872][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:24,874][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:29,875][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:34,877][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:39,878][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:44,879][ INFO][PID:3536713] Checking for cancel request [2025-11-29 07:51:46,491][ INFO][PID:3536713] Downloading results from builder [2025-11-29 07:51:46,491][ INFO][PID:3536713] rsyncing of mockbuilder@3.237.189.72:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373 started [2025-11-29 07:51:46,492][ INFO][PID:3536713] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.237.189.72:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/build-09849373.rsync.log [2025-11-29 07:51:52,903][ INFO][PID:3536713] rsyncing finished. [2025-11-29 07:51:52,904][ INFO][PID:3536713] Releasing VM back to pool [2025-11-29 07:51:52,920][ INFO][PID:3536713] Searching for 'success' file in resultdir [2025-11-29 07:51:52,921][ INFO][PID:3536713] Getting build details [2025-11-29 07:51:52,921][ INFO][PID:3536713] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373 [2025-11-29 07:51:52,922][ INFO][PID:3536713] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/Sunshine-0.0.4458-1.src.rpm [2025-11-29 07:51:52,923][ INFO][PID:3536713] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/Sunshine-0.0.4458-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4458-1'} [2025-11-29 07:51:52,923][ INFO][PID:3536713] Finished build: id=9849373 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458 chroot=srpm-builds [2025-11-29 07:51:52,925][ INFO][PID:3536713] Worker succeeded build, took 514.1991047859192 [2025-11-29 07:51:52,926][ INFO][PID:3536713] 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:4458", "submitter": null, "ended_on": 1764402712.9255304, "started_on": 1764402198.7264256, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9849373", "build_id": 9849373, "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\": \"tmpzheh_y8i\", \"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:4458/srpm-builds/09849373/Sunshine-0.0.4458-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--1c775a54-4ae2-44a9-86af-14c1f5911210", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4458", "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:4458", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4458", "result_dir": "09849373", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4458-1", "id": 9849373, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-29 07:51:53,028][ INFO][PID:3536713] Sending fedora-messaging bus message in build.end [2025-11-29 07:51:53,056][ INFO][PID:3536713] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/builder-live.log by gzip [2025-11-29 07:51:53,057][ INFO][PID:3536713] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/builder-live.log' as PID 3581456 [2025-11-29 07:51:53,080][ INFO][PID:3536713] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/builder-live.log) [2025-11-29 07:51:53,081][ INFO][PID:3536713] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/backend.log by gzip [2025-11-29 07:51:53,082][ INFO][PID:3536713] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4458/srpm-builds/09849373/backend.log' as PID 3581458