[2025-12-24 13:17:41,295][ INFO][PID:1450275] Marking build as starting [2025-12-24 13:17:41,335][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:17:41,336][ INFO][PID:1450275] VM allocation process starts [2025-12-24 13:17:41,345][ INFO][PID:1450275] Trying to allocate VM: ResallocHost, ticket_id=494505, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 13:17:44,397][ INFO][PID:1450275] Allocated host ResallocHost, ticket_id=494505, hostname=3.81.25.111, name=aws_x86_64_normalreserved_prod_00748964_20251224_123533, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 13:17:44,397][ INFO][PID:1450275] Allocating ssh connection to builder [2025-12-24 13:17:44,398][ INFO][PID:1450275] Checking that builder machine is OK [2025-12-24 13:17:44,751][ INFO][PID:1450275] Running remote command: copr-builder-ready srpm-builds [2025-12-24 13:17:44,953][ INFO][PID:1450275] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-24 13:17:44,954][ INFO][PID:1450275] Filling build.info file with builder info [2025-12-24 13:17:44,954][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:17:44,955][ INFO][PID:1450275] 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:4526", "submitter": null, "ended_on": null, "started_on": 1766582264.9553444, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9947928", "build_id": 9947928, "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\": \"tmpv7494r_l\", \"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--21cac49c-5132-4bc5-9b88-f4be824c4338", "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:4526", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4526", "result_dir": "09947928", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9947928, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-24 13:17:45,020][ INFO][PID:1450275] Sending fedora-messaging bus message in build.start [2025-12-24 13:17:45,488][ INFO][PID:1450275] Sending fedora-messaging bus message in chroot.start [2025-12-24 13:17:45,512][ INFO][PID:1450275] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9947928 --detached [2025-12-24 13:17:45,847][ INFO][PID:1450275] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.81.25.111' (ED25519) to the list of known hosts. [2025-12-24 13:17:45,848][ INFO][PID:1450275] Downloading the builder-live.log file, attempt 1 [2025-12-24 13:17:45,849][ INFO][PID:1450275] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.81.25.111 copr-rpmbuild-log [2025-12-24 13:17:50,853][ INFO][PID:1450275] Periodic builder liveness probe: alive [2025-12-24 13:17:50,853][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:17:55,854][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:00,855][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:05,856][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:10,857][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:15,858][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:20,859][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:25,859][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:30,860][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:35,861][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:40,862][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:45,863][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:50,864][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:18:55,865][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:00,866][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:05,867][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:10,868][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:15,869][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:20,871][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:25,872][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:30,873][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:35,874][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:40,875][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:45,876][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:50,877][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:19:55,878][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:00,879][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:05,880][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:10,881][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:15,882][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:20,883][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:25,884][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:30,885][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:35,886][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:40,887][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:45,888][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:50,889][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:20:55,890][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:00,891][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:05,892][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:10,893][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:15,894][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:20,895][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:25,896][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:30,897][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:35,898][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:40,899][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:45,900][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:50,901][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:21:55,902][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:00,903][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:05,905][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:10,906][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:15,907][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:20,907][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:25,908][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:30,910][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:35,910][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:40,911][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:45,912][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:50,913][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:22:55,914][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:00,915][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:05,916][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:10,917][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:15,918][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:20,919][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:25,920][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:30,921][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:35,922][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:40,924][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:45,925][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:50,926][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:23:55,927][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:00,928][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:05,929][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:10,930][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:15,931][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:20,931][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:25,932][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:30,933][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:35,934][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:40,935][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:45,936][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:50,937][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:24:55,938][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:00,939][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:05,940][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:10,941][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:15,942][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:20,943][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:25,944][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:30,945][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:35,946][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:40,947][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:45,947][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:50,949][ INFO][PID:1450275] Checking for cancel request [2025-12-24 13:25:52,688][ INFO][PID:1450275] Downloading results from builder [2025-12-24 13:25:52,689][ INFO][PID:1450275] rsyncing of mockbuilder@3.81.25.111:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928 started [2025-12-24 13:25:52,690][ INFO][PID:1450275] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.81.25.111:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/build-09947928.rsync.log [2025-12-24 13:25:59,580][ INFO][PID:1450275] rsyncing finished. [2025-12-24 13:25:59,581][ INFO][PID:1450275] Releasing VM back to pool [2025-12-24 13:25:59,591][ INFO][PID:1450275] Searching for 'success' file in resultdir [2025-12-24 13:25:59,592][ INFO][PID:1450275] Getting build details [2025-12-24 13:25:59,592][ INFO][PID:1450275] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928 [2025-12-24 13:25:59,593][ INFO][PID:1450275] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/Sunshine-0.0.4526-1.src.rpm [2025-12-24 13:25:59,593][ INFO][PID:1450275] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/Sunshine-0.0.4526-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4526-1'} [2025-12-24 13:25:59,594][ INFO][PID:1450275] Finished build: id=9947928 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526 chroot=srpm-builds [2025-12-24 13:25:59,595][ INFO][PID:1450275] Worker succeeded build, took 494.6404700279236 [2025-12-24 13:25:59,596][ INFO][PID:1450275] 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:4526", "submitter": null, "ended_on": 1766582759.5958145, "started_on": 1766582264.9553444, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9947928", "build_id": 9947928, "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\": \"tmpv7494r_l\", \"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:4526/srpm-builds/09947928/Sunshine-0.0.4526-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--21cac49c-5132-4bc5-9b88-f4be824c4338", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4526", "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:4526", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4526", "result_dir": "09947928", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4526-1", "id": 9947928, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-24 13:25:59,648][ INFO][PID:1450275] Sending fedora-messaging bus message in build.end [2025-12-24 13:25:59,675][ INFO][PID:1450275] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/builder-live.log by gzip [2025-12-24 13:25:59,677][ INFO][PID:1450275] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/builder-live.log' as PID 1488750 [2025-12-24 13:25:59,683][ INFO][PID:1450275] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/builder-live.log) [2025-12-24 13:25:59,684][ INFO][PID:1450275] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/backend.log by gzip [2025-12-24 13:25:59,685][ INFO][PID:1450275] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4526/srpm-builds/09947928/backend.log' as PID 1488751