[2025-11-10 15:02:38,441][ INFO][PID:3205552] Marking build as starting [2025-11-10 15:02:38,473][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:02:38,474][ INFO][PID:3205552] VM allocation process starts [2025-11-10 15:02:38,488][ INFO][PID:3205552] Trying to allocate VM: ResallocHost, ticket_id=6112049, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-10 15:02:41,588][ INFO][PID:3205552] Allocated host ResallocHost, ticket_id=6112049, hostname=98.93.22.160, name=aws_x86_64_normalreserved_prod_07923149_20251110_145900, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-10 15:02:41,589][ INFO][PID:3205552] Allocating ssh connection to builder [2025-11-10 15:02:41,589][ INFO][PID:3205552] Checking that builder machine is OK [2025-11-10 15:02:41,943][ INFO][PID:3205552] Running remote command: copr-builder-ready srpm-builds [2025-11-10 15:02:42,155][ INFO][PID:3205552] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-10 15:02:42,156][ INFO][PID:3205552] Filling build.info file with builder info [2025-11-10 15:02:42,156][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:02:42,157][ INFO][PID:3205552] 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:4049", "submitter": null, "ended_on": null, "started_on": 1762786962.1573164, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9784137", "build_id": 9784137, "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\": \"tmpr3uzb_yc\", \"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--c969644e-805b-4056-9f19-325ae77f2ca3", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09784137", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9784137, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-10 15:02:42,178][ INFO][PID:3205552] Sending fedora-messaging bus message in build.start [2025-11-10 15:02:42,796][ INFO][PID:3205552] Sending fedora-messaging bus message in chroot.start [2025-11-10 15:02:42,820][ INFO][PID:3205552] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9784137 --detached [2025-11-10 15:02:43,169][ INFO][PID:3205552] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '98.93.22.160' (ED25519) to the list of known hosts. [2025-11-10 15:02:43,170][ INFO][PID:3205552] Downloading the builder-live.log file, attempt 1 [2025-11-10 15:02:43,171][ INFO][PID:3205552] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@98.93.22.160 copr-rpmbuild-log [2025-11-10 15:02:48,176][ INFO][PID:3205552] Periodic builder liveness probe: alive [2025-11-10 15:02:48,177][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:02:53,178][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:02:58,179][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:03,182][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:08,183][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:13,185][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:18,187][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:23,188][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:28,189][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:33,189][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:38,190][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:43,191][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:48,193][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:53,194][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:03:58,195][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:03,196][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:08,197][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:13,198][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:18,199][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:23,200][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:28,201][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:33,205][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:38,206][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:43,207][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:48,208][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:53,209][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:04:58,210][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:03,211][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:08,212][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:13,213][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:18,214][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:23,215][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:28,216][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:33,218][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:38,219][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:43,220][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:48,221][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:53,222][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:05:58,223][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:03,224][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:08,225][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:13,229][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:18,234][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:23,235][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:28,248][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:33,253][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:38,257][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:43,258][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:48,264][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:53,265][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:06:58,266][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:03,267][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:08,268][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:13,286][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:18,287][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:23,289][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:28,290][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:33,291][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:38,293][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:43,294][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:48,345][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:53,346][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:07:58,347][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:03,348][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:08,350][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:13,351][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:18,352][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:23,353][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:28,355][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:33,412][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:38,446][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:43,447][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:48,448][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:53,454][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:08:58,456][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:03,478][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:08,492][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:13,514][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:18,515][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:23,517][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:28,518][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:33,520][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:38,523][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:43,525][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:48,526][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:53,528][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:09:58,529][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:03,530][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:08,531][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:13,533][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:18,534][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:23,535][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:28,537][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:33,538][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:38,539][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:43,543][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:48,546][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:53,548][ INFO][PID:3205552] Checking for cancel request [2025-11-10 15:10:55,834][ INFO][PID:3205552] Downloading results from builder [2025-11-10 15:10:55,835][ INFO][PID:3205552] rsyncing of mockbuilder@98.93.22.160:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137 started [2025-11-10 15:10:55,837][ INFO][PID:3205552] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@98.93.22.160:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/build-09784137.rsync.log [2025-11-10 15:11:07,083][ INFO][PID:3205552] rsyncing finished. [2025-11-10 15:11:07,085][ INFO][PID:3205552] Releasing VM back to pool [2025-11-10 15:11:07,102][ INFO][PID:3205552] Searching for 'success' file in resultdir [2025-11-10 15:11:07,105][ INFO][PID:3205552] Getting build details [2025-11-10 15:11:07,106][ INFO][PID:3205552] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137 [2025-11-10 15:11:07,107][ INFO][PID:3205552] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/Sunshine-0.0.4049-1.src.rpm [2025-11-10 15:11:07,108][ INFO][PID:3205552] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-10 15:11:07,109][ INFO][PID:3205552] Finished build: id=9784137 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-10 15:11:07,112][ INFO][PID:3205552] Worker succeeded build, took 504.95515394210815 [2025-11-10 15:11:07,113][ INFO][PID:3205552] 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:4049", "submitter": null, "ended_on": 1762787467.1124704, "started_on": 1762786962.1573164, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9784137", "build_id": 9784137, "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\": \"tmpr3uzb_yc\", \"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:4049/srpm-builds/09784137/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--c969644e-805b-4056-9f19-325ae77f2ca3", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4049", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09784137", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9784137, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-10 15:11:07,182][ INFO][PID:3205552] Sending fedora-messaging bus message in build.end [2025-11-10 15:11:07,218][ INFO][PID:3205552] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/builder-live.log by gzip [2025-11-10 15:11:07,223][ INFO][PID:3205552] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/builder-live.log' as PID 3260448 [2025-11-10 15:11:07,231][ INFO][PID:3205552] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/builder-live.log) [2025-11-10 15:11:07,232][ INFO][PID:3205552] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/backend.log by gzip [2025-11-10 15:11:07,237][ INFO][PID:3205552] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784137/backend.log' as PID 3260456