[2025-12-30 12:54:45,851][ INFO][PID:2521706] Marking build as starting [2025-12-30 12:54:45,901][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:54:45,902][ INFO][PID:2521706] VM allocation process starts [2025-12-30 12:54:45,912][ INFO][PID:2521706] Trying to allocate VM: ResallocHost, ticket_id=576269, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-30 12:54:48,945][ INFO][PID:2521706] Allocated host ResallocHost, ticket_id=576269, hostname=44.221.62.162, name=aws_x86_64_normalreserved_prod_00840496_20251230_123514, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-30 12:54:48,946][ INFO][PID:2521706] Allocating ssh connection to builder [2025-12-30 12:54:48,946][ INFO][PID:2521706] Checking that builder machine is OK [2025-12-30 12:54:49,268][ INFO][PID:2521706] Running remote command: copr-builder-ready srpm-builds [2025-12-30 12:54:49,465][ INFO][PID:2521706] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-30 12:54:49,466][ INFO][PID:2521706] Filling build.info file with builder info [2025-12-30 12:54:49,466][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:54:49,467][ INFO][PID:2521706] 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:4542", "submitter": null, "ended_on": null, "started_on": 1767099289.4674163, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9961062", "build_id": 9961062, "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\": \"tmpjosiz50l\", \"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--312fc5ae-4e75-40b0-96b9-87d5a5c023e3", "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:4542", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4542", "result_dir": "09961062", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9961062, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-30 12:54:49,507][ INFO][PID:2521706] Sending fedora-messaging bus message in build.start [2025-12-30 12:54:50,011][ INFO][PID:2521706] Sending fedora-messaging bus message in chroot.start [2025-12-30 12:54:50,651][ INFO][PID:2521706] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9961062 --detached [2025-12-30 12:54:50,970][ INFO][PID:2521706] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.221.62.162' (ED25519) to the list of known hosts. [2025-12-30 12:54:50,971][ INFO][PID:2521706] Downloading the builder-live.log file, attempt 1 [2025-12-30 12:54:50,972][ INFO][PID:2521706] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.221.62.162 copr-rpmbuild-log [2025-12-30 12:54:55,976][ INFO][PID:2521706] Periodic builder liveness probe: alive [2025-12-30 12:54:55,977][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:00,977][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:05,978][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:10,979][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:15,980][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:20,981][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:25,982][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:30,983][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:35,984][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:40,986][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:45,987][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:50,987][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:55:55,988][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:00,998][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:05,999][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:11,000][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:16,001][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:21,002][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:26,005][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:31,009][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:36,010][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:41,011][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:46,012][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:51,013][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:56:56,028][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:01,029][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:06,030][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:11,031][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:16,032][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:21,033][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:26,034][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:31,079][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:36,080][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:41,081][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:46,082][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:51,083][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:57:56,084][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:01,085][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:06,086][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:11,087][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:16,088][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:21,089][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:26,090][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:31,091][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:36,092][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:41,093][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:46,094][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:51,096][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:58:56,097][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:01,098][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:06,099][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:11,100][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:16,101][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:21,102][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:26,103][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:31,104][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:36,105][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:41,106][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:46,107][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:51,109][ INFO][PID:2521706] Checking for cancel request [2025-12-30 12:59:56,110][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:01,111][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:06,112][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:11,114][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:16,114][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:21,115][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:26,116][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:31,117][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:36,118][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:41,119][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:46,120][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:51,121][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:00:56,122][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:01,140][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:06,141][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:11,142][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:16,143][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:21,144][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:26,145][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:31,148][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:36,149][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:41,150][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:46,151][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:51,152][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:01:56,153][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:01,154][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:06,155][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:11,156][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:16,158][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:21,160][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:26,161][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:31,367][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:36,369][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:41,399][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:46,517][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:51,518][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:02:56,717][ INFO][PID:2521706] Checking for cancel request [2025-12-30 13:03:01,099][ INFO][PID:2521706] Downloading results from builder [2025-12-30 13:03:01,100][ INFO][PID:2521706] rsyncing of mockbuilder@44.221.62.162:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062 started [2025-12-30 13:03:01,101][ INFO][PID:2521706] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.221.62.162:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/build-09961062.rsync.log [2025-12-30 13:03:29,651][ INFO][PID:2521706] rsyncing finished. [2025-12-30 13:03:29,652][ INFO][PID:2521706] Releasing VM back to pool [2025-12-30 13:03:29,659][ INFO][PID:2521706] Searching for 'success' file in resultdir [2025-12-30 13:03:29,660][ INFO][PID:2521706] Getting build details [2025-12-30 13:03:29,661][ INFO][PID:2521706] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062 [2025-12-30 13:03:29,661][ INFO][PID:2521706] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/Sunshine-0.0.4542-1.src.rpm [2025-12-30 13:03:29,662][ INFO][PID:2521706] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/Sunshine-0.0.4542-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4542-1'} [2025-12-30 13:03:29,662][ INFO][PID:2521706] Finished build: id=9961062 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542 chroot=srpm-builds [2025-12-30 13:03:29,663][ INFO][PID:2521706] Worker succeeded build, took 520.1964378356934 [2025-12-30 13:03:29,664][ INFO][PID:2521706] 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:4542", "submitter": null, "ended_on": 1767099809.6638541, "started_on": 1767099289.4674163, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9961062", "build_id": 9961062, "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\": \"tmpjosiz50l\", \"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:4542/srpm-builds/09961062/Sunshine-0.0.4542-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--312fc5ae-4e75-40b0-96b9-87d5a5c023e3", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4542", "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:4542", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4542", "result_dir": "09961062", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4542-1", "id": 9961062, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-30 13:03:29,723][ INFO][PID:2521706] Sending fedora-messaging bus message in build.end [2025-12-30 13:03:29,751][ INFO][PID:2521706] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/builder-live.log by gzip [2025-12-30 13:03:29,752][ INFO][PID:2521706] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/builder-live.log' as PID 2554534 [2025-12-30 13:03:29,786][ INFO][PID:2521706] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/builder-live.log) [2025-12-30 13:03:29,786][ INFO][PID:2521706] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/backend.log by gzip [2025-12-30 13:03:29,787][ INFO][PID:2521706] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4542/srpm-builds/09961062/backend.log' as PID 2554535