[2025-11-08 17:12:29,921][ INFO][PID:3845390] Marking build as starting [2025-11-08 17:12:29,944][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:12:29,945][ INFO][PID:3845390] VM allocation process starts [2025-11-08 17:12:29,960][ INFO][PID:3845390] Trying to allocate VM: ResallocHost, ticket_id=6088420, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-08 17:12:32,980][ INFO][PID:3845390] Allocated host ResallocHost, ticket_id=6088420, hostname=98.92.248.226, name=aws_x86_64_normalreserved_prod_07897563_20251108_170855, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-08 17:12:32,981][ INFO][PID:3845390] Allocating ssh connection to builder [2025-11-08 17:12:32,981][ INFO][PID:3845390] Checking that builder machine is OK [2025-11-08 17:12:33,327][ INFO][PID:3845390] Running remote command: copr-builder-ready srpm-builds [2025-11-08 17:12:33,540][ INFO][PID:3845390] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-08 17:12:33,541][ INFO][PID:3845390] Filling build.info file with builder info [2025-11-08 17:12:33,542][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:12:33,543][ INFO][PID:3845390] 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:4404", "submitter": null, "ended_on": null, "started_on": 1762621953.5431414, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9779419", "build_id": 9779419, "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\": \"tmpki613nns\", \"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--75164a3b-3454-4b9b-9c67-96d862fa67e9", "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:4404", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4404", "result_dir": "09779419", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9779419, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-08 17:12:33,563][ INFO][PID:3845390] Sending fedora-messaging bus message in build.start [2025-11-08 17:12:34,295][ INFO][PID:3845390] Sending fedora-messaging bus message in chroot.start [2025-11-08 17:12:34,321][ INFO][PID:3845390] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9779419 --detached [2025-11-08 17:12:34,688][ INFO][PID:3845390] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '98.92.248.226' (ED25519) to the list of known hosts. [2025-11-08 17:12:34,690][ INFO][PID:3845390] Downloading the builder-live.log file, attempt 1 [2025-11-08 17:12:34,691][ INFO][PID:3845390] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@98.92.248.226 copr-rpmbuild-log [2025-11-08 17:12:39,695][ INFO][PID:3845390] Periodic builder liveness probe: alive [2025-11-08 17:12:39,696][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:12:44,696][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:12:49,697][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:12:54,699][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:12:59,700][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:04,701][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:09,702][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:14,703][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:19,705][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:24,706][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:29,707][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:34,708][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:39,709][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:44,710][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:49,711][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:54,712][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:13:59,713][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:04,714][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:09,714][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:14,715][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:19,717][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:24,717][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:29,718][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:34,719][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:39,720][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:44,721][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:49,722][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:54,723][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:14:59,724][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:04,725][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:09,726][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:14,727][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:19,728][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:24,729][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:29,730][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:34,731][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:39,732][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:44,736][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:49,737][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:54,738][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:15:59,738][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:04,740][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:09,740][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:14,741][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:19,742][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:24,743][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:29,744][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:34,745][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:39,746][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:44,747][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:49,748][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:54,749][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:16:59,750][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:04,751][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:09,752][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:14,754][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:19,755][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:24,756][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:29,758][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:34,759][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:39,760][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:44,762][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:49,762][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:54,764][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:17:59,766][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:04,767][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:09,768][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:14,769][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:19,770][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:24,772][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:29,773][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:34,775][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:39,776][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:44,777][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:49,778][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:54,779][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:18:59,780][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:04,781][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:09,782][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:14,783][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:19,784][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:24,786][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:29,787][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:34,788][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:39,789][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:44,790][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:49,791][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:54,792][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:19:59,793][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:04,794][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:09,795][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:14,796][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:19,797][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:24,798][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:29,799][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:34,800][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:39,801][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:44,802][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:49,803][ INFO][PID:3845390] Checking for cancel request [2025-11-08 17:20:53,052][ INFO][PID:3845390] Downloading results from builder [2025-11-08 17:20:53,053][ INFO][PID:3845390] rsyncing of mockbuilder@98.92.248.226:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419 started [2025-11-08 17:20:53,054][ INFO][PID:3845390] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@98.92.248.226:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/build-09779419.rsync.log [2025-11-08 17:20:58,937][ INFO][PID:3845390] rsyncing finished. [2025-11-08 17:20:58,937][ INFO][PID:3845390] Releasing VM back to pool [2025-11-08 17:20:58,946][ INFO][PID:3845390] Searching for 'success' file in resultdir [2025-11-08 17:20:58,947][ INFO][PID:3845390] Getting build details [2025-11-08 17:20:58,948][ INFO][PID:3845390] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419 [2025-11-08 17:20:58,949][ INFO][PID:3845390] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/Sunshine-0.0.4404-1.src.rpm [2025-11-08 17:20:58,949][ INFO][PID:3845390] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/Sunshine-0.0.4404-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4404-1'} [2025-11-08 17:20:58,950][ INFO][PID:3845390] Finished build: id=9779419 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404 chroot=srpm-builds [2025-11-08 17:20:58,952][ INFO][PID:3845390] Worker succeeded build, took 505.40918040275574 [2025-11-08 17:20:58,953][ INFO][PID:3845390] 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:4404", "submitter": null, "ended_on": 1762622458.9523218, "started_on": 1762621953.5431414, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9779419", "build_id": 9779419, "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\": \"tmpki613nns\", \"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:4404/srpm-builds/09779419/Sunshine-0.0.4404-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--75164a3b-3454-4b9b-9c67-96d862fa67e9", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4404", "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:4404", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4404", "result_dir": "09779419", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4404-1", "id": 9779419, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-08 17:20:58,991][ INFO][PID:3845390] Sending fedora-messaging bus message in build.end [2025-11-08 17:20:59,015][ INFO][PID:3845390] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/builder-live.log by gzip [2025-11-08 17:20:59,017][ INFO][PID:3845390] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/builder-live.log' as PID 3882927 [2025-11-08 17:20:59,024][ INFO][PID:3845390] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/builder-live.log) [2025-11-08 17:20:59,025][ INFO][PID:3845390] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/backend.log by gzip [2025-11-08 17:20:59,026][ INFO][PID:3845390] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4404/srpm-builds/09779419/backend.log' as PID 3882928