[2025-10-31 06:58:35,509][ INFO][PID:2749041] Marking build as starting [2025-10-31 06:58:35,535][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:58:35,535][ INFO][PID:2749041] VM allocation process starts [2025-10-31 06:58:35,546][ INFO][PID:2749041] Trying to allocate VM: ResallocHost, ticket_id=5947123, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-31 06:58:38,598][ INFO][PID:2749041] Allocated host ResallocHost, ticket_id=5947123, hostname=3.86.215.217, name=aws_x86_64_normalreserved_prod_07749192_20251031_065508, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-31 06:58:38,598][ INFO][PID:2749041] Allocating ssh connection to builder [2025-10-31 06:58:38,599][ INFO][PID:2749041] Checking that builder machine is OK [2025-10-31 06:58:38,920][ INFO][PID:2749041] Running remote command: copr-builder-ready srpm-builds [2025-10-31 06:58:39,124][ INFO][PID:2749041] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-31 06:58:39,125][ INFO][PID:2749041] Filling build.info file with builder info [2025-10-31 06:58:39,125][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:58:39,126][ INFO][PID:2749041] 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:4375", "submitter": null, "ended_on": null, "started_on": 1761893919.126386, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9751920", "build_id": 9751920, "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\": \"tmplsrv863d\", \"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--b5388ed8-0216-4eb4-9448-1f77eba5334b", "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:4375", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4375", "result_dir": "09751920", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9751920, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-31 06:58:39,146][ INFO][PID:2749041] Sending fedora-messaging bus message in build.start [2025-10-31 06:58:39,842][ INFO][PID:2749041] Sending fedora-messaging bus message in chroot.start [2025-10-31 06:58:39,870][ INFO][PID:2749041] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9751920 --detached [2025-10-31 06:58:40,200][ INFO][PID:2749041] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.86.215.217' (ED25519) to the list of known hosts. [2025-10-31 06:58:40,201][ INFO][PID:2749041] Downloading the builder-live.log file, attempt 1 [2025-10-31 06:58:40,203][ INFO][PID:2749041] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.86.215.217 copr-rpmbuild-log [2025-10-31 06:58:45,208][ INFO][PID:2749041] Periodic builder liveness probe: alive [2025-10-31 06:58:45,209][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:58:50,211][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:58:55,212][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:00,213][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:05,214][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:10,215][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:15,216][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:20,217][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:25,218][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:30,219][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:35,222][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:40,223][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:45,224][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:50,225][ INFO][PID:2749041] Checking for cancel request [2025-10-31 06:59:55,226][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:00,226][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:05,227][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:10,229][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:15,230][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:20,231][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:25,232][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:30,233][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:35,234][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:40,235][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:45,236][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:50,237][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:00:55,238][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:00,239][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:05,240][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:10,241][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:15,242][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:20,243][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:25,244][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:30,245][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:35,248][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:40,249][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:45,302][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:50,361][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:01:55,362][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:00,363][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:05,379][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:10,412][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:15,593][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:20,674][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:25,808][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:30,868][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:36,020][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:41,095][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:46,122][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:51,136][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:02:56,215][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:01,254][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:06,359][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:11,400][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:16,409][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:21,412][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:26,414][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:31,423][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:36,487][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:41,493][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:46,495][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:51,496][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:03:56,497][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:01,499][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:06,504][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:11,632][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:16,635][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:21,640][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:26,645][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:31,647][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:36,651][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:41,661][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:46,663][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:51,665][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:04:56,668][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:01,670][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:06,672][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:11,673][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:16,675][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:21,677][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:26,679][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:31,683][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:36,684][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:41,686][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:46,687][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:51,688][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:05:56,748][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:01,863][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:06,872][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:11,874][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:16,876][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:21,878][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:26,879][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:31,881][ INFO][PID:2749041] Checking for cancel request [2025-10-31 07:06:34,065][ INFO][PID:2749041] Downloading results from builder [2025-10-31 07:06:34,066][ INFO][PID:2749041] rsyncing of mockbuilder@3.86.215.217:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920 started [2025-10-31 07:06:34,067][ INFO][PID:2749041] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.86.215.217:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/build-09751920.rsync.log [2025-10-31 07:06:39,689][ INFO][PID:2749041] rsyncing finished. [2025-10-31 07:06:39,689][ INFO][PID:2749041] Releasing VM back to pool [2025-10-31 07:06:39,698][ INFO][PID:2749041] Searching for 'success' file in resultdir [2025-10-31 07:06:39,699][ INFO][PID:2749041] Getting build details [2025-10-31 07:06:39,699][ INFO][PID:2749041] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920 [2025-10-31 07:06:39,700][ INFO][PID:2749041] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/Sunshine-0.0.4375-1.src.rpm [2025-10-31 07:06:39,700][ INFO][PID:2749041] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/Sunshine-0.0.4375-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4375-1'} [2025-10-31 07:06:39,701][ INFO][PID:2749041] Finished build: id=9751920 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375 chroot=srpm-builds [2025-10-31 07:06:39,702][ INFO][PID:2749041] Worker succeeded build, took 480.5762748718262 [2025-10-31 07:06:39,703][ INFO][PID:2749041] 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:4375", "submitter": null, "ended_on": 1761894399.7026608, "started_on": 1761893919.126386, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9751920", "build_id": 9751920, "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\": \"tmplsrv863d\", \"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:4375/srpm-builds/09751920/Sunshine-0.0.4375-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--b5388ed8-0216-4eb4-9448-1f77eba5334b", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4375", "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:4375", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4375", "result_dir": "09751920", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4375-1", "id": 9751920, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-31 07:06:39,741][ INFO][PID:2749041] Sending fedora-messaging bus message in build.end [2025-10-31 07:06:39,775][ INFO][PID:2749041] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/builder-live.log by gzip [2025-10-31 07:06:39,776][ INFO][PID:2749041] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/builder-live.log' as PID 2776642 [2025-10-31 07:06:39,784][ INFO][PID:2749041] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/builder-live.log) [2025-10-31 07:06:39,784][ INFO][PID:2749041] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/backend.log by gzip [2025-10-31 07:06:39,785][ INFO][PID:2749041] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4375/srpm-builds/09751920/backend.log' as PID 2776644