[2025-09-25 01:22:20,737][ INFO][PID:4025342] Marking build as starting [2025-09-25 01:22:20,772][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:22:20,773][ INFO][PID:4025342] VM allocation process starts [2025-09-25 01:22:20,785][ INFO][PID:4025342] Trying to allocate VM: ResallocHost, ticket_id=5253502, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-25 01:22:23,825][ INFO][PID:4025342] Allocated host ResallocHost, ticket_id=5253502, hostname=2620:52:3:1:dead:beef:cafe:c18b, name=copr_hv_x86_64_03_prod_06923119_20250925_011614, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-25 01:22:23,826][ INFO][PID:4025342] Allocating ssh connection to builder [2025-09-25 01:22:23,826][ INFO][PID:4025342] Checking that builder machine is OK [2025-09-25 01:22:24,375][ INFO][PID:4025342] Running remote command: copr-builder-ready srpm-builds [2025-09-25 01:22:24,710][ INFO][PID:4025342] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-25 01:22:24,711][ INFO][PID:4025342] Filling build.info file with builder info [2025-09-25 01:22:24,711][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:22:24,712][ INFO][PID:4025342] 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:4299", "submitter": null, "ended_on": null, "started_on": 1758763344.7120748, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9598827", "build_id": 9598827, "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 test -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 test -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/fedora\\\"\\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\\\"\\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\": \"tmp3nf7v3yk\", \"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--9f6b923a-7fc2-44d2-a991-66e870ecf08b", "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:4299", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4299", "result_dir": "09598827", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9598827, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-25 01:22:24,748][ INFO][PID:4025342] Sending fedora-messaging bus message in build.start [2025-09-25 01:22:25,356][ INFO][PID:4025342] Sending fedora-messaging bus message in chroot.start [2025-09-25 01:22:25,386][ INFO][PID:4025342] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9598827 --detached [2025-09-25 01:22:26,044][ INFO][PID:4025342] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c18b' (ED25519) to the list of known hosts. [2025-09-25 01:22:26,045][ INFO][PID:4025342] Downloading the builder-live.log file, attempt 1 [2025-09-25 01:22:26,046][ INFO][PID:4025342] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c18b copr-rpmbuild-log [2025-09-25 01:22:31,050][ INFO][PID:4025342] Periodic builder liveness probe: alive [2025-09-25 01:22:31,051][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:22:36,051][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:22:41,052][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:22:46,053][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:22:51,054][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:22:56,055][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:01,056][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:06,057][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:11,058][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:16,059][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:21,060][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:26,061][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:31,062][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:36,063][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:41,065][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:46,065][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:51,067][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:23:56,067][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:01,068][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:06,069][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:11,070][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:16,071][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:21,072][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:26,073][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:31,074][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:36,075][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:41,076][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:46,077][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:51,078][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:24:56,078][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:01,079][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:06,080][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:11,081][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:16,082][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:21,083][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:26,084][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:31,085][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:36,086][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:41,087][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:46,088][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:51,089][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:25:56,090][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:01,091][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:06,092][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:11,093][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:16,095][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:21,096][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:26,097][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:31,098][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:36,099][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:41,100][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:46,100][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:51,102][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:26:56,103][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:01,103][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:06,104][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:11,106][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:16,106][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:21,107][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:26,108][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:31,109][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:36,110][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:41,111][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:46,112][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:51,113][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:27:56,114][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:01,115][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:06,117][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:11,118][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:16,119][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:21,120][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:26,121][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:31,122][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:36,124][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:41,125][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:46,126][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:51,127][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:28:56,128][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:01,129][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:06,130][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:11,131][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:16,133][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:21,134][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:26,135][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:31,136][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:36,137][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:41,138][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:46,140][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:51,141][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:29:56,143][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:30:01,144][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:30:06,145][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:30:11,146][ INFO][PID:4025342] Checking for cancel request [2025-09-25 01:30:11,322][ INFO][PID:4025342] Downloading results from builder [2025-09-25 01:30:11,323][ INFO][PID:4025342] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c18b]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827 started [2025-09-25 01:30:11,324][ INFO][PID:4025342] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:3:1:dead:beef:cafe:c18b]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/build-09598827.rsync.log [2025-09-25 01:30:38,729][ INFO][PID:4025342] rsyncing finished. [2025-09-25 01:30:38,730][ INFO][PID:4025342] Releasing VM back to pool [2025-09-25 01:30:38,739][ INFO][PID:4025342] Searching for 'success' file in resultdir [2025-09-25 01:30:38,740][ INFO][PID:4025342] Getting build details [2025-09-25 01:30:38,740][ INFO][PID:4025342] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827 [2025-09-25 01:30:38,741][ INFO][PID:4025342] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/Sunshine-0.0.4299-1.src.rpm [2025-09-25 01:30:38,742][ INFO][PID:4025342] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/Sunshine-0.0.4299-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4299-1'} [2025-09-25 01:30:38,742][ INFO][PID:4025342] Finished build: id=9598827 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299 chroot=srpm-builds [2025-09-25 01:30:38,744][ INFO][PID:4025342] Worker succeeded build, took 494.0320906639099 [2025-09-25 01:30:38,744][ INFO][PID:4025342] 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:4299", "submitter": null, "ended_on": 1758763838.7441654, "started_on": 1758763344.7120748, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9598827", "build_id": 9598827, "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 test -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 test -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/fedora\\\"\\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\\\"\\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\": \"tmp3nf7v3yk\", \"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:4299/srpm-builds/09598827/Sunshine-0.0.4299-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--9f6b923a-7fc2-44d2-a991-66e870ecf08b", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4299", "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:4299", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4299", "result_dir": "09598827", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4299-1", "id": 9598827, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-25 01:30:38,826][ INFO][PID:4025342] Sending fedora-messaging bus message in build.end [2025-09-25 01:30:38,849][ INFO][PID:4025342] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/builder-live.log by gzip [2025-09-25 01:30:38,850][ INFO][PID:4025342] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/builder-live.log' as PID 4065591 [2025-09-25 01:30:38,857][ INFO][PID:4025342] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/builder-live.log) [2025-09-25 01:30:38,858][ INFO][PID:4025342] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/backend.log by gzip [2025-09-25 01:30:38,859][ INFO][PID:4025342] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4299/srpm-builds/09598827/backend.log' as PID 4065592