[2025-11-07 08:48:25,350][ INFO][PID:3373150] Marking build as starting [2025-11-07 08:48:25,369][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:48:25,370][ INFO][PID:3373150] VM allocation process starts [2025-11-07 08:48:25,382][ INFO][PID:3373150] Trying to allocate VM: ResallocHost, ticket_id=6070472, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-07 08:48:28,403][ INFO][PID:3373150] Allocated host ResallocHost, ticket_id=6070472, hostname=54.226.95.216, name=aws_x86_64_normalreserved_prod_07878655_20251107_084143, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-07 08:48:28,404][ INFO][PID:3373150] Allocating ssh connection to builder [2025-11-07 08:48:28,404][ INFO][PID:3373150] Checking that builder machine is OK [2025-11-07 08:48:28,741][ INFO][PID:3373150] Running remote command: copr-builder-ready srpm-builds [2025-11-07 08:48:28,941][ INFO][PID:3373150] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-07 08:48:28,942][ INFO][PID:3373150] Filling build.info file with builder info [2025-11-07 08:48:28,942][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:48:28,943][ INFO][PID:3373150] 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:4398", "submitter": null, "ended_on": null, "started_on": 1762505308.9433155, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9775827", "build_id": 9775827, "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\": \"tmpdiry3kuh\", \"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--068b2842-5896-4f5f-829f-adaff1004e3d", "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:4398", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398", "result_dir": "09775827", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9775827, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-07 08:48:28,961][ INFO][PID:3373150] Sending fedora-messaging bus message in build.start [2025-11-07 08:48:29,734][ INFO][PID:3373150] Sending fedora-messaging bus message in chroot.start [2025-11-07 08:48:29,780][ INFO][PID:3373150] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9775827 --detached [2025-11-07 08:48:30,118][ INFO][PID:3373150] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.226.95.216' (ED25519) to the list of known hosts. [2025-11-07 08:48:30,119][ INFO][PID:3373150] Downloading the builder-live.log file, attempt 1 [2025-11-07 08:48:30,121][ INFO][PID:3373150] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.226.95.216 copr-rpmbuild-log [2025-11-07 08:48:35,127][ INFO][PID:3373150] Periodic builder liveness probe: alive [2025-11-07 08:48:35,128][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:48:40,129][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:48:45,130][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:48:50,131][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:48:55,132][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:00,133][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:05,134][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:10,135][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:15,136][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:20,137][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:25,138][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:30,139][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:35,140][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:40,142][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:45,143][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:50,144][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:49:55,145][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:00,146][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:05,147][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:10,148][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:15,149][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:20,150][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:25,151][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:30,152][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:35,153][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:40,154][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:45,155][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:50,156][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:50:55,157][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:00,158][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:05,159][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:10,159][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:15,160][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:20,161][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:25,162][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:30,163][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:35,164][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:40,166][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:45,166][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:50,167][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:51:55,168][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:00,169][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:05,170][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:10,171][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:15,172][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:20,173][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:25,174][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:30,175][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:35,176][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:40,177][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:45,178][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:50,178][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:52:55,179][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:00,180][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:05,181][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:10,182][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:15,183][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:20,184][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:25,185][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:30,186][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:35,187][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:40,188][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:45,189][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:50,190][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:53:55,191][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:00,192][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:05,193][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:10,194][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:15,195][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:20,196][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:25,197][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:30,198][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:35,199][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:40,200][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:45,201][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:50,202][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:54:55,204][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:00,205][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:05,206][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:10,207][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:15,208][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:20,209][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:25,210][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:30,211][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:35,212][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:40,213][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:45,214][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:50,215][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:55:55,216][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:00,217][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:05,218][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:10,219][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:15,220][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:20,221][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:25,222][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:30,223][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:35,224][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:40,225][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:45,226][ INFO][PID:3373150] Checking for cancel request [2025-11-07 08:56:46,523][ INFO][PID:3373150] Downloading results from builder [2025-11-07 08:56:46,524][ INFO][PID:3373150] rsyncing of mockbuilder@54.226.95.216:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827 started [2025-11-07 08:56:46,525][ INFO][PID:3373150] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.226.95.216:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/build-09775827.rsync.log [2025-11-07 08:56:52,161][ INFO][PID:3373150] rsyncing finished. [2025-11-07 08:56:52,162][ INFO][PID:3373150] Releasing VM back to pool [2025-11-07 08:56:52,173][ INFO][PID:3373150] Searching for 'success' file in resultdir [2025-11-07 08:56:52,174][ INFO][PID:3373150] Getting build details [2025-11-07 08:56:52,174][ INFO][PID:3373150] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827 [2025-11-07 08:56:52,175][ INFO][PID:3373150] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/Sunshine-0.0.4398-1.src.rpm [2025-11-07 08:56:52,175][ INFO][PID:3373150] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/Sunshine-0.0.4398-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4398-1'} [2025-11-07 08:56:52,176][ INFO][PID:3373150] Finished build: id=9775827 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398 chroot=srpm-builds [2025-11-07 08:56:52,177][ INFO][PID:3373150] Worker succeeded build, took 503.2344214916229 [2025-11-07 08:56:52,178][ INFO][PID:3373150] 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:4398", "submitter": null, "ended_on": 1762505812.177737, "started_on": 1762505308.9433155, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9775827", "build_id": 9775827, "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\": \"tmpdiry3kuh\", \"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:4398/srpm-builds/09775827/Sunshine-0.0.4398-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--068b2842-5896-4f5f-829f-adaff1004e3d", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4398", "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:4398", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398", "result_dir": "09775827", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4398-1", "id": 9775827, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-07 08:56:52,223][ INFO][PID:3373150] Sending fedora-messaging bus message in build.end [2025-11-07 08:56:52,292][ INFO][PID:3373150] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/builder-live.log by gzip [2025-11-07 08:56:52,293][ INFO][PID:3373150] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/builder-live.log' as PID 3407629 [2025-11-07 08:56:52,300][ INFO][PID:3373150] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/builder-live.log) [2025-11-07 08:56:52,301][ INFO][PID:3373150] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/backend.log by gzip [2025-11-07 08:56:52,302][ INFO][PID:3373150] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09775827/backend.log' as PID 3407630