[2025-11-10 18:32:45,545][ INFO][PID:238556] Marking build as starting [2025-11-10 18:32:45,623][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:32:45,624][ INFO][PID:238556] VM allocation process starts [2025-11-10 18:32:45,674][ INFO][PID:238556] Trying to allocate VM: ResallocHost, ticket_id=6114919, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-10 18:32:48,765][ INFO][PID:238556] Allocated host ResallocHost, ticket_id=6114919, hostname=44.200.238.212, name=aws_x86_64_normalreserved_prod_07925830_20251110_182816, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-10 18:32:48,765][ INFO][PID:238556] Allocating ssh connection to builder [2025-11-10 18:32:48,766][ INFO][PID:238556] Checking that builder machine is OK [2025-11-10 18:32:49,123][ INFO][PID:238556] Running remote command: copr-builder-ready srpm-builds [2025-11-10 18:32:49,336][ INFO][PID:238556] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-10 18:32:49,337][ INFO][PID:238556] Filling build.info file with builder info [2025-11-10 18:32:49,338][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:32:49,339][ INFO][PID:238556] 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": 1762799569.339075, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9784582", "build_id": 9784582, "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\": \"tmpxgv_1j3a\", \"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--2e515a9a-23b4-4131-919e-e4873983e04a", "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": "09784582", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9784582, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-10 18:32:49,371][ INFO][PID:238556] Sending fedora-messaging bus message in build.start [2025-11-10 18:32:50,066][ INFO][PID:238556] Sending fedora-messaging bus message in chroot.start [2025-11-10 18:32:50,090][ INFO][PID:238556] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9784582 --detached [2025-11-10 18:32:50,446][ INFO][PID:238556] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.200.238.212' (ED25519) to the list of known hosts. [2025-11-10 18:32:50,447][ INFO][PID:238556] Downloading the builder-live.log file, attempt 1 [2025-11-10 18:32:50,448][ INFO][PID:238556] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.200.238.212 copr-rpmbuild-log [2025-11-10 18:32:55,453][ INFO][PID:238556] Periodic builder liveness probe: alive [2025-11-10 18:32:55,453][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:00,454][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:05,455][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:10,456][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:15,457][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:20,458][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:25,459][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:30,460][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:35,461][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:40,462][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:45,463][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:50,464][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:33:55,465][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:00,466][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:05,468][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:10,469][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:15,470][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:20,471][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:25,471][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:30,472][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:35,473][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:40,474][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:45,475][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:50,476][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:34:55,477][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:00,478][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:05,479][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:10,480][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:15,481][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:20,482][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:25,483][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:30,484][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:35,485][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:40,486][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:45,487][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:50,488][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:35:55,489][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:00,490][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:05,491][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:10,492][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:15,493][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:20,494][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:25,495][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:30,496][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:35,497][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:40,498][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:45,499][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:50,500][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:36:55,501][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:00,502][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:05,503][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:10,504][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:15,505][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:20,506][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:25,507][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:30,508][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:35,509][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:40,510][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:45,510][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:50,511][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:37:55,512][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:00,513][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:05,514][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:10,515][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:15,516][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:20,517][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:25,518][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:30,519][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:35,520][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:40,522][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:45,523][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:50,524][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:38:55,525][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:00,526][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:05,528][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:10,529][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:15,530][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:20,531][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:25,532][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:30,532][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:35,533][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:40,535][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:45,535][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:50,537][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:39:55,538][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:00,539][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:05,540][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:10,541][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:15,542][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:20,543][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:25,543][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:30,544][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:35,545][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:40,547][ INFO][PID:238556] Checking for cancel request [2025-11-10 18:40:43,427][ INFO][PID:238556] Downloading results from builder [2025-11-10 18:40:43,428][ INFO][PID:238556] rsyncing of mockbuilder@44.200.238.212:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582 started [2025-11-10 18:40:43,429][ INFO][PID:238556] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.200.238.212:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/build-09784582.rsync.log [2025-11-10 18:40:49,081][ INFO][PID:238556] rsyncing finished. [2025-11-10 18:40:49,082][ INFO][PID:238556] Releasing VM back to pool [2025-11-10 18:40:49,090][ INFO][PID:238556] Searching for 'success' file in resultdir [2025-11-10 18:40:49,091][ INFO][PID:238556] Getting build details [2025-11-10 18:40:49,091][ INFO][PID:238556] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582 [2025-11-10 18:40:49,092][ INFO][PID:238556] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/Sunshine-0.0.4049-1.src.rpm [2025-11-10 18:40:49,092][ INFO][PID:238556] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-10 18:40:49,093][ INFO][PID:238556] Finished build: id=9784582 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-10 18:40:49,094][ INFO][PID:238556] Worker succeeded build, took 479.75548815727234 [2025-11-10 18:40:49,095][ INFO][PID:238556] 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": 1762800049.0945632, "started_on": 1762799569.339075, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9784582", "build_id": 9784582, "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\": \"tmpxgv_1j3a\", \"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/09784582/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--2e515a9a-23b4-4131-919e-e4873983e04a", "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": "09784582", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9784582, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-10 18:40:49,133][ INFO][PID:238556] Sending fedora-messaging bus message in build.end [2025-11-10 18:40:49,157][ INFO][PID:238556] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/builder-live.log by gzip [2025-11-10 18:40:49,158][ INFO][PID:238556] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/builder-live.log' as PID 269032 [2025-11-10 18:40:49,165][ INFO][PID:238556] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/builder-live.log) [2025-11-10 18:40:49,165][ INFO][PID:238556] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/backend.log by gzip [2025-11-10 18:40:49,166][ INFO][PID:238556] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09784582/backend.log' as PID 269033