[2025-12-26 04:01:27,741][ INFO][PID:1819856] Marking build as starting [2025-12-26 04:01:27,806][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:01:27,807][ INFO][PID:1819856] VM allocation process starts [2025-12-26 04:01:27,829][ INFO][PID:1819856] Trying to allocate VM: ResallocHost, ticket_id=516402, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-26 04:01:30,843][ INFO][PID:1819856] Allocated host ResallocHost, ticket_id=516402, hostname=52.91.155.210, name=aws_x86_64_normalreserved_prod_00768992_20251226_033948, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-26 04:01:30,843][ INFO][PID:1819856] Allocating ssh connection to builder [2025-12-26 04:01:30,844][ INFO][PID:1819856] Checking that builder machine is OK [2025-12-26 04:01:31,170][ INFO][PID:1819856] Running remote command: copr-builder-ready srpm-builds [2025-12-26 04:01:31,368][ INFO][PID:1819856] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-26 04:01:31,368][ INFO][PID:1819856] Filling build.info file with builder info [2025-12-26 04:01:31,369][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:01:31,370][ INFO][PID:1819856] 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:4535", "submitter": null, "ended_on": null, "started_on": 1766721691.3699954, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9951674", "build_id": 9951674, "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\": \"tmpn90uv0y8\", \"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--1bb7467e-60e1-43ec-b7d0-8fb357e18b6f", "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:4535", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4535", "result_dir": "09951674", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9951674, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-26 04:01:31,412][ INFO][PID:1819856] Sending fedora-messaging bus message in build.start [2025-12-26 04:01:31,911][ INFO][PID:1819856] Sending fedora-messaging bus message in chroot.start [2025-12-26 04:01:31,935][ INFO][PID:1819856] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9951674 --detached [2025-12-26 04:01:32,267][ INFO][PID:1819856] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.91.155.210' (ED25519) to the list of known hosts. [2025-12-26 04:01:32,268][ INFO][PID:1819856] Downloading the builder-live.log file, attempt 1 [2025-12-26 04:01:32,269][ INFO][PID:1819856] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.91.155.210 copr-rpmbuild-log [2025-12-26 04:01:37,275][ INFO][PID:1819856] Periodic builder liveness probe: alive [2025-12-26 04:01:37,275][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:01:42,276][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:01:47,277][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:01:52,278][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:01:57,279][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:02,280][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:07,281][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:12,282][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:17,283][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:22,284][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:27,285][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:32,286][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:37,286][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:42,287][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:47,289][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:52,290][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:02:57,291][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:02,292][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:07,293][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:12,294][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:17,295][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:22,296][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:27,297][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:32,297][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:37,298][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:42,299][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:47,300][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:52,301][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:03:57,302][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:02,303][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:07,304][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:12,305][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:17,307][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:22,308][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:27,309][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:32,310][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:37,311][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:42,312][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:47,313][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:52,314][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:04:57,315][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:02,316][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:07,317][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:12,318][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:17,319][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:22,320][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:27,321][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:32,322][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:37,323][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:42,324][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:47,325][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:52,326][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:05:57,327][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:02,328][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:07,329][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:12,330][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:17,331][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:22,332][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:27,333][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:32,334][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:37,335][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:42,336][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:47,337][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:52,338][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:06:57,339][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:02,343][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:07,344][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:12,345][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:17,346][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:22,347][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:27,348][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:32,349][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:37,350][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:42,351][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:47,352][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:52,353][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:07:57,355][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:02,360][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:07,365][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:12,371][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:17,372][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:22,373][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:27,374][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:32,375][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:37,376][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:42,380][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:47,382][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:52,384][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:08:57,435][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:02,436][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:07,441][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:12,446][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:17,450][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:22,452][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:27,454][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:32,510][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:37,512][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:42,513][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:47,518][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:52,526][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:09:57,527][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:10:02,529][ INFO][PID:1819856] Checking for cancel request [2025-12-26 04:10:04,185][ INFO][PID:1819856] Downloading results from builder [2025-12-26 04:10:04,186][ INFO][PID:1819856] rsyncing of mockbuilder@52.91.155.210:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674 started [2025-12-26 04:10:04,189][ INFO][PID:1819856] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.91.155.210:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/build-09951674.rsync.log [2025-12-26 04:10:20,144][ INFO][PID:1819856] rsyncing finished. [2025-12-26 04:10:20,147][ INFO][PID:1819856] Releasing VM back to pool [2025-12-26 04:10:20,175][ INFO][PID:1819856] Searching for 'success' file in resultdir [2025-12-26 04:10:20,177][ INFO][PID:1819856] Getting build details [2025-12-26 04:10:20,178][ INFO][PID:1819856] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674 [2025-12-26 04:10:20,179][ INFO][PID:1819856] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/Sunshine-0.0.4535-1.src.rpm [2025-12-26 04:10:20,180][ INFO][PID:1819856] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/Sunshine-0.0.4535-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4535-1'} [2025-12-26 04:10:20,180][ INFO][PID:1819856] Finished build: id=9951674 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535 chroot=srpm-builds [2025-12-26 04:10:20,182][ INFO][PID:1819856] Worker succeeded build, took 528.8127319812775 [2025-12-26 04:10:20,184][ INFO][PID:1819856] 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:4535", "submitter": null, "ended_on": 1766722220.1827273, "started_on": 1766721691.3699954, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9951674", "build_id": 9951674, "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\": \"tmpn90uv0y8\", \"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:4535/srpm-builds/09951674/Sunshine-0.0.4535-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--1bb7467e-60e1-43ec-b7d0-8fb357e18b6f", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4535", "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:4535", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4535", "result_dir": "09951674", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4535-1", "id": 9951674, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-26 04:10:20,276][ INFO][PID:1819856] Sending fedora-messaging bus message in build.end [2025-12-26 04:10:20,312][ INFO][PID:1819856] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/builder-live.log by gzip [2025-12-26 04:10:20,318][ INFO][PID:1819856] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/builder-live.log' as PID 1865693 [2025-12-26 04:10:20,359][ INFO][PID:1819856] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/builder-live.log) [2025-12-26 04:10:20,361][ INFO][PID:1819856] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/backend.log by gzip [2025-12-26 04:10:20,364][ INFO][PID:1819856] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4535/srpm-builds/09951674/backend.log' as PID 1865695