[2025-12-07 03:47:47,140][ INFO][PID:1855157] Marking build as starting [2025-12-07 03:47:47,231][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:47:47,233][ INFO][PID:1855157] VM allocation process starts [2025-12-07 03:47:47,249][ INFO][PID:1855157] Trying to allocate VM: ResallocHost, ticket_id=191963, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-07 03:47:52,254][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:47:53,313][ INFO][PID:1855157] Allocated host ResallocHost, ticket_id=191963, hostname=44.211.69.90, name=aws_x86_64_normalreserved_prod_00190064_20251207_034439, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-07 03:47:53,313][ INFO][PID:1855157] Allocating ssh connection to builder [2025-12-07 03:47:53,314][ INFO][PID:1855157] Checking that builder machine is OK [2025-12-07 03:47:53,650][ INFO][PID:1855157] Running remote command: copr-builder-ready srpm-builds [2025-12-07 03:47:53,890][ INFO][PID:1855157] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-07 03:47:53,893][ INFO][PID:1855157] Filling build.info file with builder info [2025-12-07 03:47:53,933][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:47:53,935][ INFO][PID:1855157] 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:4478", "submitter": null, "ended_on": null, "started_on": 1765079273.935698, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9882787", "build_id": 9882787, "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\": \"tmpzoxhynwi\", \"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--78fa4216-5558-4862-8f8c-c8af7c694ee6", "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:4478", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4478", "result_dir": "09882787", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9882787, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-07 03:47:53,979][ INFO][PID:1855157] Sending fedora-messaging bus message in build.start [2025-12-07 03:47:54,689][ INFO][PID:1855157] Sending fedora-messaging bus message in chroot.start [2025-12-07 03:47:54,730][ INFO][PID:1855157] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9882787 --detached [2025-12-07 03:47:55,059][ INFO][PID:1855157] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.211.69.90' (ED25519) to the list of known hosts. [2025-12-07 03:47:55,061][ INFO][PID:1855157] Downloading the builder-live.log file, attempt 1 [2025-12-07 03:47:55,066][ INFO][PID:1855157] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.211.69.90 copr-rpmbuild-log [2025-12-07 03:48:00,073][ INFO][PID:1855157] Periodic builder liveness probe: alive [2025-12-07 03:48:00,074][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:05,075][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:10,076][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:15,338][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:20,344][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:25,346][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:30,350][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:35,351][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:40,352][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:45,354][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:50,355][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:48:55,357][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:00,358][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:05,360][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:10,363][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:15,365][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:20,367][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:25,373][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:30,379][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:35,382][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:40,384][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:45,385][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:50,386][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:49:55,388][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:00,390][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:05,398][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:10,399][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:15,415][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:20,420][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:25,423][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:30,435][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:35,447][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:40,448][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:45,455][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:50,462][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:50:55,479][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:00,485][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:05,488][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:10,504][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:15,507][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:20,510][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:25,516][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:30,519][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:35,534][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:40,539][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:45,542][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:50,543][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:51:55,545][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:00,551][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:05,553][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:10,557][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:15,559][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:20,562][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:25,564][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:30,566][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:35,567][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:40,568][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:45,569][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:50,577][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:52:55,579][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:00,585][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:05,589][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:10,594][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:15,601][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:20,614][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:25,669][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:30,670][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:35,674][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:40,676][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:45,681][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:50,682][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:53:56,059][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:01,198][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:06,207][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:11,478][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:16,910][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:21,977][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:27,238][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:32,243][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:37,538][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:42,710][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:47,982][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:53,047][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:54:58,052][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:03,055][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:08,441][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:14,138][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:19,410][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:25,171][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:32,438][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:37,969][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:43,915][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:49,342][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:54,359][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:55:59,677][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:56:04,966][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:56:10,039][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:56:15,205][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:56:20,578][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:56:25,901][ INFO][PID:1855157] Checking for cancel request [2025-12-07 03:56:26,589][ INFO][PID:1855157] Downloading results from builder [2025-12-07 03:56:26,590][ INFO][PID:1855157] rsyncing of mockbuilder@44.211.69.90:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787 started [2025-12-07 03:56:26,591][ INFO][PID:1855157] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.211.69.90:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/build-09882787.rsync.log [2025-12-07 03:56:34,378][ INFO][PID:1855157] rsyncing finished. [2025-12-07 03:56:34,378][ INFO][PID:1855157] Releasing VM back to pool [2025-12-07 03:56:34,394][ INFO][PID:1855157] Searching for 'success' file in resultdir [2025-12-07 03:56:34,395][ INFO][PID:1855157] Getting build details [2025-12-07 03:56:34,395][ INFO][PID:1855157] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787 [2025-12-07 03:56:34,396][ INFO][PID:1855157] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/Sunshine-0.0.4478-1.src.rpm [2025-12-07 03:56:34,397][ INFO][PID:1855157] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/Sunshine-0.0.4478-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4478-1'} [2025-12-07 03:56:34,397][ INFO][PID:1855157] Finished build: id=9882787 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478 chroot=srpm-builds [2025-12-07 03:56:34,399][ INFO][PID:1855157] Worker succeeded build, took 520.4636709690094 [2025-12-07 03:56:34,400][ INFO][PID:1855157] 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:4478", "submitter": null, "ended_on": 1765079794.399369, "started_on": 1765079273.935698, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9882787", "build_id": 9882787, "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\": \"tmpzoxhynwi\", \"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:4478/srpm-builds/09882787/Sunshine-0.0.4478-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--78fa4216-5558-4862-8f8c-c8af7c694ee6", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4478", "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:4478", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4478", "result_dir": "09882787", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4478-1", "id": 9882787, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-07 03:56:34,447][ INFO][PID:1855157] Sending fedora-messaging bus message in build.end [2025-12-07 03:56:34,479][ INFO][PID:1855157] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/builder-live.log by gzip [2025-12-07 03:56:34,480][ INFO][PID:1855157] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/builder-live.log' as PID 1909320 [2025-12-07 03:56:34,503][ INFO][PID:1855157] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/builder-live.log) [2025-12-07 03:56:34,503][ INFO][PID:1855157] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/backend.log by gzip [2025-12-07 03:56:34,504][ INFO][PID:1855157] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4478/srpm-builds/09882787/backend.log' as PID 1909321