[2025-12-20 16:51:53,389][ INFO][PID:1995784] Marking build as starting [2025-12-20 16:51:53,429][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:51:53,431][ INFO][PID:1995784] VM allocation process starts [2025-12-20 16:51:53,444][ INFO][PID:1995784] Trying to allocate VM: ResallocHost, ticket_id=456965, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 16:51:56,460][ INFO][PID:1995784] Allocated host ResallocHost, ticket_id=456965, hostname=3.85.90.7, name=aws_x86_64_normalreserved_prod_00715468_20251220_165026, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 16:51:56,461][ INFO][PID:1995784] Allocating ssh connection to builder [2025-12-20 16:51:56,461][ INFO][PID:1995784] Checking that builder machine is OK [2025-12-20 16:51:56,815][ INFO][PID:1995784] Running remote command: copr-builder-ready srpm-builds [2025-12-20 16:51:57,031][ INFO][PID:1995784] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-20 16:51:57,032][ INFO][PID:1995784] Filling build.info file with builder info [2025-12-20 16:51:57,032][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:51:57,033][ INFO][PID:1995784] 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:4486", "submitter": null, "ended_on": null, "started_on": 1766249517.0335257, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938367", "build_id": 9938367, "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\": \"tmpn859eseu\", \"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--282128b1-3f2f-4629-89df-311324cf0143", "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:4486", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486", "result_dir": "09938367", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938367, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-20 16:51:57,074][ INFO][PID:1995784] Sending fedora-messaging bus message in build.start [2025-12-20 16:51:57,688][ INFO][PID:1995784] Sending fedora-messaging bus message in chroot.start [2025-12-20 16:51:57,722][ INFO][PID:1995784] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938367 --detached [2025-12-20 16:51:58,072][ INFO][PID:1995784] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.85.90.7' (ED25519) to the list of known hosts. [2025-12-20 16:51:58,074][ INFO][PID:1995784] Downloading the builder-live.log file, attempt 1 [2025-12-20 16:51:58,075][ INFO][PID:1995784] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.85.90.7 copr-rpmbuild-log [2025-12-20 16:52:03,080][ INFO][PID:1995784] Periodic builder liveness probe: alive [2025-12-20 16:52:03,102][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:08,104][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:13,105][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:18,106][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:23,107][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:28,108][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:33,109][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:38,110][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:43,111][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:48,112][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:53,113][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:52:58,114][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:03,115][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:08,116][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:13,117][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:18,118][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:23,119][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:28,120][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:33,121][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:38,122][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:43,123][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:48,124][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:53,125][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:53:58,126][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:03,127][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:08,128][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:13,129][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:18,130][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:23,131][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:28,132][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:33,133][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:38,133][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:43,134][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:48,135][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:53,136][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:54:58,137][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:03,138][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:08,139][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:13,140][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:18,142][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:23,143][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:28,143][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:33,145][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:38,145][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:43,146][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:48,147][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:53,148][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:55:58,150][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:03,151][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:08,152][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:13,152][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:18,153][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:23,154][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:28,155][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:33,156][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:38,157][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:43,158][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:48,159][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:53,160][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:56:58,161][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:03,162][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:08,163][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:13,164][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:18,165][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:23,165][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:28,166][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:33,167][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:38,168][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:43,169][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:48,170][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:53,171][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:57:58,172][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:03,173][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:08,174][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:13,175][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:18,176][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:23,176][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:28,177][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:33,178][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:38,179][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:43,180][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:48,181][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:53,182][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:58:58,183][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:03,183][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:08,184][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:13,185][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:18,186][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:23,187][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:28,188][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:33,189][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:38,190][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:43,191][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:48,192][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:53,193][ INFO][PID:1995784] Checking for cancel request [2025-12-20 16:59:58,194][ INFO][PID:1995784] Checking for cancel request [2025-12-20 17:00:03,194][ INFO][PID:1995784] Checking for cancel request [2025-12-20 17:00:08,195][ INFO][PID:1995784] Checking for cancel request [2025-12-20 17:00:13,196][ INFO][PID:1995784] Checking for cancel request [2025-12-20 17:00:18,197][ INFO][PID:1995784] Checking for cancel request [2025-12-20 17:00:23,198][ INFO][PID:1995784] Checking for cancel request [2025-12-20 17:00:27,114][ INFO][PID:1995784] Downloading results from builder [2025-12-20 17:00:27,115][ INFO][PID:1995784] rsyncing of mockbuilder@3.85.90.7:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367 started [2025-12-20 17:00:27,116][ INFO][PID:1995784] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.85.90.7:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/build-09938367.rsync.log [2025-12-20 17:00:34,575][ INFO][PID:1995784] rsyncing finished. [2025-12-20 17:00:34,576][ INFO][PID:1995784] Releasing VM back to pool [2025-12-20 17:00:34,584][ INFO][PID:1995784] Searching for 'success' file in resultdir [2025-12-20 17:00:34,585][ INFO][PID:1995784] Getting build details [2025-12-20 17:00:34,585][ INFO][PID:1995784] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367 [2025-12-20 17:00:34,586][ INFO][PID:1995784] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/Sunshine-0.0.4486-1.src.rpm [2025-12-20 17:00:34,586][ INFO][PID:1995784] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/Sunshine-0.0.4486-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4486-1'} [2025-12-20 17:00:34,586][ INFO][PID:1995784] Finished build: id=9938367 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486 chroot=srpm-builds [2025-12-20 17:00:34,588][ INFO][PID:1995784] Worker succeeded build, took 517.5548715591431 [2025-12-20 17:00:34,588][ INFO][PID:1995784] 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:4486", "submitter": null, "ended_on": 1766250034.5883973, "started_on": 1766249517.0335257, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938367", "build_id": 9938367, "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\": \"tmpn859eseu\", \"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:4486/srpm-builds/09938367/Sunshine-0.0.4486-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--282128b1-3f2f-4629-89df-311324cf0143", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4486", "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:4486", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486", "result_dir": "09938367", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4486-1", "id": 9938367, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-20 17:00:34,639][ INFO][PID:1995784] Sending fedora-messaging bus message in build.end [2025-12-20 17:00:34,669][ INFO][PID:1995784] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/builder-live.log by gzip [2025-12-20 17:00:34,670][ INFO][PID:1995784] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/builder-live.log' as PID 2028664 [2025-12-20 17:00:34,690][ INFO][PID:1995784] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/builder-live.log) [2025-12-20 17:00:34,691][ INFO][PID:1995784] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/backend.log by gzip [2025-12-20 17:00:34,692][ INFO][PID:1995784] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938367/backend.log' as PID 2028667