[2025-11-11 00:45:12,726][ INFO][PID:1982213] Marking build as starting [2025-11-11 00:45:12,746][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:12,747][ INFO][PID:1982213] VM allocation process starts [2025-11-11 00:45:12,755][ INFO][PID:1982213] Trying to allocate VM: ResallocHost, ticket_id=6118349, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-11 00:45:15,807][ INFO][PID:1982213] Allocated host ResallocHost, ticket_id=6118349, hostname=13.217.61.135, name=aws_x86_64_normalreserved_prod_07930096_20251111_003957, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-11 00:45:15,808][ INFO][PID:1982213] Allocating ssh connection to builder [2025-11-11 00:45:15,808][ INFO][PID:1982213] Checking that builder machine is OK [2025-11-11 00:45:16,146][ INFO][PID:1982213] Running remote command: copr-builder-ready srpm-builds [2025-11-11 00:45:16,349][ INFO][PID:1982213] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-11 00:45:16,349][ INFO][PID:1982213] Filling build.info file with builder info [2025-11-11 00:45:16,350][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:16,351][ INFO][PID:1982213] 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": 1762821916.3510492, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9785080", "build_id": 9785080, "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\": \"tmpreix5vqa\", \"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--fdd6790c-9f98-467b-ad92-815fa9c0233f", "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": "09785080", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9785080, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-11 00:45:16,386][ INFO][PID:1982213] Sending fedora-messaging bus message in build.start [2025-11-11 00:45:17,030][ INFO][PID:1982213] Sending fedora-messaging bus message in chroot.start [2025-11-11 00:45:17,053][ INFO][PID:1982213] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9785080 --detached [2025-11-11 00:45:17,402][ INFO][PID:1982213] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.217.61.135' (ED25519) to the list of known hosts. [2025-11-11 00:45:17,403][ INFO][PID:1982213] Downloading the builder-live.log file, attempt 1 [2025-11-11 00:45:17,405][ INFO][PID:1982213] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.217.61.135 copr-rpmbuild-log [2025-11-11 00:45:22,409][ INFO][PID:1982213] Periodic builder liveness probe: alive [2025-11-11 00:45:22,409][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:27,410][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:32,412][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:37,413][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:42,415][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:47,415][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:52,416][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:45:57,418][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:02,419][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:07,420][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:12,421][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:17,422][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:22,423][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:27,424][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:32,425][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:37,425][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:42,427][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:47,428][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:52,429][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:46:57,430][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:02,430][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:07,432][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:12,432][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:17,433][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:22,434][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:27,435][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:32,436][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:37,437][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:42,438][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:47,439][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:52,440][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:47:57,441][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:02,442][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:07,443][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:12,445][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:17,445][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:22,446][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:27,447][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:32,448][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:37,449][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:42,450][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:47,451][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:52,452][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:48:57,453][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:02,454][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:07,455][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:12,456][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:17,457][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:22,458][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:27,459][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:32,460][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:37,461][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:42,461][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:47,462][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:52,463][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:49:57,464][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:02,465][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:07,466][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:12,467][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:17,468][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:22,469][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:27,470][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:32,472][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:37,472][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:42,473][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:47,474][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:52,475][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:50:57,476][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:02,477][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:07,478][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:12,479][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:17,480][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:22,481][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:27,482][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:32,483][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:37,484][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:42,485][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:47,486][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:52,487][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:51:57,488][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:02,488][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:07,489][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:12,490][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:17,491][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:22,492][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:27,493][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:32,494][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:37,495][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:42,496][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:47,497][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:52,498][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:52:57,499][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:53:02,500][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:53:07,501][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:53:12,502][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:53:17,503][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:53:22,504][ INFO][PID:1982213] Checking for cancel request [2025-11-11 00:53:23,166][ INFO][PID:1982213] Downloading results from builder [2025-11-11 00:53:23,167][ INFO][PID:1982213] rsyncing of mockbuilder@13.217.61.135:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080 started [2025-11-11 00:53:23,168][ INFO][PID:1982213] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.217.61.135:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/build-09785080.rsync.log [2025-11-11 00:53:28,685][ INFO][PID:1982213] rsyncing finished. [2025-11-11 00:53:28,685][ INFO][PID:1982213] Releasing VM back to pool [2025-11-11 00:53:28,692][ INFO][PID:1982213] Searching for 'success' file in resultdir [2025-11-11 00:53:28,692][ INFO][PID:1982213] Getting build details [2025-11-11 00:53:28,693][ INFO][PID:1982213] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080 [2025-11-11 00:53:28,693][ INFO][PID:1982213] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/Sunshine-0.0.4049-1.src.rpm [2025-11-11 00:53:28,694][ INFO][PID:1982213] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-11 00:53:28,694][ INFO][PID:1982213] Finished build: id=9785080 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-11 00:53:28,696][ INFO][PID:1982213] Worker succeeded build, took 492.34517216682434 [2025-11-11 00:53:28,696][ INFO][PID:1982213] 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": 1762822408.6962214, "started_on": 1762821916.3510492, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9785080", "build_id": 9785080, "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\": \"tmpreix5vqa\", \"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/09785080/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--fdd6790c-9f98-467b-ad92-815fa9c0233f", "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": "09785080", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9785080, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-11 00:53:28,732][ INFO][PID:1982213] Sending fedora-messaging bus message in build.end [2025-11-11 00:53:28,756][ INFO][PID:1982213] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/builder-live.log by gzip [2025-11-11 00:53:28,757][ INFO][PID:1982213] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/builder-live.log' as PID 2003780 [2025-11-11 00:53:28,764][ INFO][PID:1982213] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/builder-live.log) [2025-11-11 00:53:28,764][ INFO][PID:1982213] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/backend.log by gzip [2025-11-11 00:53:28,765][ INFO][PID:1982213] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785080/backend.log' as PID 2003781