[2025-12-21 01:00:33,434][ INFO][PID:3531790] Marking build as starting [2025-12-21 01:00:33,479][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:00:33,480][ INFO][PID:3531790] VM allocation process starts [2025-12-21 01:00:33,494][ INFO][PID:3531790] Trying to allocate VM: ResallocHost, ticket_id=459219, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 01:00:36,507][ INFO][PID:3531790] Allocated host ResallocHost, ticket_id=459219, hostname=3.219.35.243, name=aws_x86_64_normalreserved_prod_00717386_20251221_005155, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 01:00:36,507][ INFO][PID:3531790] Allocating ssh connection to builder [2025-12-21 01:00:36,507][ INFO][PID:3531790] Checking that builder machine is OK [2025-12-21 01:00:36,872][ INFO][PID:3531790] Running remote command: copr-builder-ready srpm-builds [2025-12-21 01:00:37,083][ INFO][PID:3531790] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-21 01:00:37,083][ INFO][PID:3531790] Filling build.info file with builder info [2025-12-21 01:00:37,131][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:00:37,131][ INFO][PID:3531790] 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:4525", "submitter": null, "ended_on": null, "started_on": 1766278837.1318126, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938708", "build_id": 9938708, "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\": \"tmp8_5de3n7\", \"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--347b595b-60c1-4bc6-ae06-7b2b575343b9", "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:4525", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525", "result_dir": "09938708", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938708, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 01:00:37,169][ INFO][PID:3531790] Sending fedora-messaging bus message in build.start [2025-12-21 01:00:37,707][ INFO][PID:3531790] Sending fedora-messaging bus message in chroot.start [2025-12-21 01:00:37,735][ INFO][PID:3531790] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938708 --detached [2025-12-21 01:00:38,115][ INFO][PID:3531790] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.219.35.243' (ED25519) to the list of known hosts. [2025-12-21 01:00:38,116][ INFO][PID:3531790] Downloading the builder-live.log file, attempt 1 [2025-12-21 01:00:38,117][ INFO][PID:3531790] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.219.35.243 copr-rpmbuild-log [2025-12-21 01:00:43,120][ INFO][PID:3531790] Periodic builder liveness probe: alive [2025-12-21 01:00:43,121][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:00:48,122][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:00:53,123][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:00:58,123][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:03,124][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:08,125][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:13,126][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:18,127][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:23,128][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:28,129][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:33,130][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:38,131][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:43,132][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:48,133][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:53,134][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:01:58,135][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:03,136][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:08,137][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:13,138][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:18,139][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:23,140][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:28,141][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:33,142][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:38,142][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:43,143][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:48,144][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:53,145][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:02:58,146][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:03,147][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:08,148][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:13,149][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:18,150][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:23,151][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:28,152][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:33,153][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:38,154][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:43,155][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:48,156][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:53,157][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:03:58,157][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:03,158][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:08,159][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:13,160][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:18,161][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:23,162][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:28,163][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:33,164][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:38,165][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:43,166][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:48,167][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:53,168][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:04:58,169][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:03,170][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:08,171][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:13,227][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:18,228][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:23,273][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:28,275][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:33,275][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:38,276][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:43,277][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:48,278][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:53,279][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:05:58,280][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:03,281][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:08,281][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:13,282][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:18,283][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:23,295][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:28,297][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:33,298][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:38,299][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:43,314][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:48,316][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:53,320][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:06:58,330][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:03,333][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:08,335][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:13,341][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:18,444][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:23,492][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:28,493][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:33,494][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:38,496][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:43,497][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:48,500][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:53,664][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:07:58,680][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:03,694][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:08,696][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:13,699][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:18,700][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:23,764][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:28,766][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:33,835][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:38,836][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:43,837][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:48,839][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:53,861][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:08:58,862][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:09:03,863][ INFO][PID:3531790] Checking for cancel request [2025-12-21 01:09:07,883][ INFO][PID:3531790] Downloading results from builder [2025-12-21 01:09:07,884][ INFO][PID:3531790] rsyncing of mockbuilder@3.219.35.243:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708 started [2025-12-21 01:09:07,885][ INFO][PID:3531790] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.219.35.243:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/build-09938708.rsync.log [2025-12-21 01:09:15,488][ INFO][PID:3531790] rsyncing finished. [2025-12-21 01:09:15,489][ INFO][PID:3531790] Releasing VM back to pool [2025-12-21 01:09:15,499][ INFO][PID:3531790] Searching for 'success' file in resultdir [2025-12-21 01:09:15,500][ INFO][PID:3531790] Getting build details [2025-12-21 01:09:15,500][ INFO][PID:3531790] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708 [2025-12-21 01:09:15,501][ INFO][PID:3531790] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/Sunshine-0.0.4525-1.src.rpm [2025-12-21 01:09:15,501][ INFO][PID:3531790] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/Sunshine-0.0.4525-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4525-1'} [2025-12-21 01:09:15,502][ INFO][PID:3531790] Finished build: id=9938708 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525 chroot=srpm-builds [2025-12-21 01:09:15,503][ INFO][PID:3531790] Worker succeeded build, took 518.3718531131744 [2025-12-21 01:09:15,504][ INFO][PID:3531790] 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:4525", "submitter": null, "ended_on": 1766279355.5036657, "started_on": 1766278837.1318126, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938708", "build_id": 9938708, "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\": \"tmp8_5de3n7\", \"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:4525/srpm-builds/09938708/Sunshine-0.0.4525-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--347b595b-60c1-4bc6-ae06-7b2b575343b9", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4525", "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:4525", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4525", "result_dir": "09938708", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4525-1", "id": 9938708, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 01:09:15,578][ INFO][PID:3531790] Sending fedora-messaging bus message in build.end [2025-12-21 01:09:15,606][ INFO][PID:3531790] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/builder-live.log by gzip [2025-12-21 01:09:15,607][ INFO][PID:3531790] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/builder-live.log' as PID 3557620 [2025-12-21 01:09:15,614][ INFO][PID:3531790] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/builder-live.log) [2025-12-21 01:09:15,615][ INFO][PID:3531790] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/backend.log by gzip [2025-12-21 01:09:15,616][ INFO][PID:3531790] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4525/srpm-builds/09938708/backend.log' as PID 3557621