[2025-11-08 07:34:43,806][ INFO][PID:1725998] Marking build as starting [2025-11-08 07:34:43,830][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:34:43,830][ INFO][PID:1725998] VM allocation process starts [2025-11-08 07:34:43,840][ INFO][PID:1725998] Trying to allocate VM: ResallocHost, ticket_id=6083892, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-08 07:34:46,871][ INFO][PID:1725998] Allocated host ResallocHost, ticket_id=6083892, hostname=54.152.148.71, name=aws_x86_64_normalreserved_prod_07894098_20251108_071944, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-08 07:34:46,872][ INFO][PID:1725998] Allocating ssh connection to builder [2025-11-08 07:34:46,872][ INFO][PID:1725998] Checking that builder machine is OK [2025-11-08 07:34:47,206][ INFO][PID:1725998] Running remote command: copr-builder-ready srpm-builds [2025-11-08 07:34:47,398][ INFO][PID:1725998] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-08 07:34:47,399][ INFO][PID:1725998] Filling build.info file with builder info [2025-11-08 07:34:47,399][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:34:47,400][ INFO][PID:1725998] 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:4401", "submitter": null, "ended_on": null, "started_on": 1762587287.4004064, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9778103", "build_id": 9778103, "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\": \"tmpstiphk9q\", \"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--0af0355c-0eea-44df-92e8-85f779478e82", "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:4401", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4401", "result_dir": "09778103", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9778103, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-08 07:34:47,419][ INFO][PID:1725998] Sending fedora-messaging bus message in build.start [2025-11-08 07:34:48,028][ INFO][PID:1725998] Sending fedora-messaging bus message in chroot.start [2025-11-08 07:34:48,050][ INFO][PID:1725998] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9778103 --detached [2025-11-08 07:34:48,369][ INFO][PID:1725998] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.152.148.71' (ED25519) to the list of known hosts. [2025-11-08 07:34:48,370][ INFO][PID:1725998] Downloading the builder-live.log file, attempt 1 [2025-11-08 07:34:48,371][ INFO][PID:1725998] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.152.148.71 copr-rpmbuild-log [2025-11-08 07:34:53,376][ INFO][PID:1725998] Periodic builder liveness probe: alive [2025-11-08 07:34:53,376][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:34:58,377][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:03,378][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:08,379][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:13,380][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:18,381][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:23,382][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:28,383][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:33,384][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:38,385][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:43,386][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:48,387][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:53,388][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:35:58,389][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:03,391][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:08,392][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:13,393][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:18,393][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:23,394][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:28,396][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:33,396][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:38,397][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:43,398][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:48,399][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:53,401][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:36:58,402][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:03,403][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:08,403][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:13,404][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:18,405][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:23,406][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:28,407][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:33,409][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:38,410][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:43,411][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:48,412][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:53,413][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:37:58,414][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:03,415][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:08,417][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:13,418][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:18,419][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:23,420][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:28,421][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:33,422][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:38,423][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:43,424][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:48,425][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:53,426][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:38:58,427][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:03,428][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:08,429][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:13,430][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:18,431][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:23,432][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:28,433][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:33,434][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:38,435][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:43,436][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:48,437][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:53,438][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:39:58,439][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:03,440][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:08,441][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:13,442][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:18,443][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:23,444][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:28,445][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:33,446][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:38,447][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:43,448][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:48,448][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:53,449][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:40:58,450][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:03,451][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:08,452][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:13,453][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:18,454][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:23,455][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:28,456][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:33,457][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:38,458][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:43,459][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:48,460][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:53,461][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:41:58,462][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:42:03,463][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:42:08,464][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:42:13,465][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:42:18,466][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:42:23,467][ INFO][PID:1725998] Checking for cancel request [2025-11-08 07:42:25,630][ INFO][PID:1725998] Downloading results from builder [2025-11-08 07:42:25,630][ INFO][PID:1725998] rsyncing of mockbuilder@54.152.148.71:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103 started [2025-11-08 07:42:25,631][ INFO][PID:1725998] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.152.148.71:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/build-09778103.rsync.log [2025-11-08 07:42:31,912][ INFO][PID:1725998] rsyncing finished. [2025-11-08 07:42:31,913][ INFO][PID:1725998] Releasing VM back to pool [2025-11-08 07:42:31,922][ INFO][PID:1725998] Searching for 'success' file in resultdir [2025-11-08 07:42:31,922][ INFO][PID:1725998] Getting build details [2025-11-08 07:42:31,923][ INFO][PID:1725998] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103 [2025-11-08 07:42:31,924][ INFO][PID:1725998] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/Sunshine-0.0.4401-1.src.rpm [2025-11-08 07:42:31,924][ INFO][PID:1725998] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/Sunshine-0.0.4401-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4401-1'} [2025-11-08 07:42:31,924][ INFO][PID:1725998] Finished build: id=9778103 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401 chroot=srpm-builds [2025-11-08 07:42:31,926][ INFO][PID:1725998] Worker succeeded build, took 464.5259144306183 [2025-11-08 07:42:31,926][ INFO][PID:1725998] 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:4401", "submitter": null, "ended_on": 1762587751.9263208, "started_on": 1762587287.4004064, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9778103", "build_id": 9778103, "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\": \"tmpstiphk9q\", \"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:4401/srpm-builds/09778103/Sunshine-0.0.4401-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--0af0355c-0eea-44df-92e8-85f779478e82", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4401", "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:4401", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4401", "result_dir": "09778103", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4401-1", "id": 9778103, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-08 07:42:31,958][ INFO][PID:1725998] Sending fedora-messaging bus message in build.end [2025-11-08 07:42:31,983][ INFO][PID:1725998] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/builder-live.log by gzip [2025-11-08 07:42:31,984][ INFO][PID:1725998] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/builder-live.log' as PID 1750871 [2025-11-08 07:42:31,991][ INFO][PID:1725998] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/builder-live.log) [2025-11-08 07:42:31,991][ INFO][PID:1725998] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/backend.log by gzip [2025-11-08 07:42:31,992][ INFO][PID:1725998] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4401/srpm-builds/09778103/backend.log' as PID 1750872