[2025-11-23 09:36:17,672][ INFO][PID:2292140] Marking build as starting [2025-11-23 09:36:17,698][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:17,699][ INFO][PID:2292140] VM allocation process starts [2025-11-23 09:36:17,711][ INFO][PID:2292140] Trying to allocate VM: ResallocHost, ticket_id=6327973, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-23 09:36:20,723][ INFO][PID:2292140] Allocated host ResallocHost, ticket_id=6327973, hostname=44.222.113.50, name=aws_x86_64_normalreserved_prod_08255354_20251123_093444, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-23 09:36:20,723][ INFO][PID:2292140] Allocating ssh connection to builder [2025-11-23 09:36:20,724][ INFO][PID:2292140] Checking that builder machine is OK [2025-11-23 09:36:21,073][ INFO][PID:2292140] Running remote command: copr-builder-ready srpm-builds [2025-11-23 09:36:21,280][ INFO][PID:2292140] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-23 09:36:21,281][ INFO][PID:2292140] Filling build.info file with builder info [2025-11-23 09:36:21,282][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:21,282][ INFO][PID:2292140] 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:4441", "submitter": null, "ended_on": null, "started_on": 1763890581.2826014, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9830235", "build_id": 9830235, "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\": \"tmp89sbknvd\", \"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--7ce81125-ef2d-4d88-b6ef-0e658c7a16f8", "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:4441", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4441", "result_dir": "09830235", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9830235, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-23 09:36:21,312][ INFO][PID:2292140] Sending fedora-messaging bus message in build.start [2025-11-23 09:36:22,260][ INFO][PID:2292140] Sending fedora-messaging bus message in chroot.start [2025-11-23 09:36:22,332][ INFO][PID:2292140] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9830235 --detached [2025-11-23 09:36:22,684][ INFO][PID:2292140] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.222.113.50' (ED25519) to the list of known hosts. [2025-11-23 09:36:22,684][ INFO][PID:2292140] Downloading the builder-live.log file, attempt 1 [2025-11-23 09:36:22,686][ INFO][PID:2292140] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.222.113.50 copr-rpmbuild-log [2025-11-23 09:36:27,691][ INFO][PID:2292140] Periodic builder liveness probe: alive [2025-11-23 09:36:27,692][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:32,693][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:37,694][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:42,695][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:47,695][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:52,696][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:36:57,697][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:02,698][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:07,699][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:12,700][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:17,701][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:22,702][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:27,703][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:32,704][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:37,705][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:42,706][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:47,707][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:52,708][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:37:57,709][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:02,710][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:07,711][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:12,712][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:17,713][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:22,715][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:27,715][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:32,717][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:37,718][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:42,719][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:47,720][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:52,721][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:38:57,722][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:02,723][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:07,724][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:12,725][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:17,726][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:22,726][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:27,727][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:32,728][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:37,729][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:42,730][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:47,731][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:52,733][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:39:57,734][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:02,735][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:07,736][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:12,737][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:17,737][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:22,739][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:27,740][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:32,741][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:37,741][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:42,743][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:47,744][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:52,745][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:40:57,745][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:02,746][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:07,747][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:12,748][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:17,749][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:22,750][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:27,751][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:32,752][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:37,756][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:42,757][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:47,758][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:52,759][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:41:57,760][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:02,761][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:07,762][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:12,763][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:17,764][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:22,765][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:27,766][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:32,767][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:37,768][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:42,769][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:47,770][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:52,771][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:42:57,773][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:02,774][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:07,776][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:12,777][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:17,778][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:22,779][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:27,780][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:32,781][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:37,782][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:42,783][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:47,784][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:52,785][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:43:57,786][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:44:02,787][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:44:07,788][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:44:12,789][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:44:17,790][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:44:22,791][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:44:27,792][ INFO][PID:2292140] Checking for cancel request [2025-11-23 09:44:28,900][ INFO][PID:2292140] Downloading results from builder [2025-11-23 09:44:28,901][ INFO][PID:2292140] rsyncing of mockbuilder@44.222.113.50:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235 started [2025-11-23 09:44:28,902][ INFO][PID:2292140] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.222.113.50:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/build-09830235.rsync.log [2025-11-23 09:44:34,820][ INFO][PID:2292140] rsyncing finished. [2025-11-23 09:44:34,821][ INFO][PID:2292140] Releasing VM back to pool [2025-11-23 09:44:34,855][ INFO][PID:2292140] Searching for 'success' file in resultdir [2025-11-23 09:44:34,856][ INFO][PID:2292140] Getting build details [2025-11-23 09:44:34,856][ INFO][PID:2292140] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235 [2025-11-23 09:44:34,857][ INFO][PID:2292140] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/Sunshine-0.0.4441-1.src.rpm [2025-11-23 09:44:34,858][ INFO][PID:2292140] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/Sunshine-0.0.4441-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4441-1'} [2025-11-23 09:44:34,858][ INFO][PID:2292140] Finished build: id=9830235 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441 chroot=srpm-builds [2025-11-23 09:44:34,859][ INFO][PID:2292140] Worker succeeded build, took 493.57723736763 [2025-11-23 09:44:34,860][ INFO][PID:2292140] 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:4441", "submitter": null, "ended_on": 1763891074.8598387, "started_on": 1763890581.2826014, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9830235", "build_id": 9830235, "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\": \"tmp89sbknvd\", \"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:4441/srpm-builds/09830235/Sunshine-0.0.4441-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--7ce81125-ef2d-4d88-b6ef-0e658c7a16f8", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4441", "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:4441", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4441", "result_dir": "09830235", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4441-1", "id": 9830235, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-23 09:44:34,909][ INFO][PID:2292140] Sending fedora-messaging bus message in build.end [2025-11-23 09:44:34,948][ INFO][PID:2292140] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/builder-live.log by gzip [2025-11-23 09:44:34,949][ INFO][PID:2292140] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/builder-live.log' as PID 2320249 [2025-11-23 09:44:34,956][ INFO][PID:2292140] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/builder-live.log) [2025-11-23 09:44:34,956][ INFO][PID:2292140] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/backend.log by gzip [2025-11-23 09:44:34,957][ INFO][PID:2292140] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4441/srpm-builds/09830235/backend.log' as PID 2320250