[2025-11-09 15:31:21,964][ INFO][PID:1054128] Marking build as starting [2025-11-09 15:31:22,005][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:31:22,006][ INFO][PID:1054128] VM allocation process starts [2025-11-09 15:31:22,027][ INFO][PID:1054128] Trying to allocate VM: ResallocHost, ticket_id=6098835, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 15:31:25,123][ INFO][PID:1054128] Allocated host ResallocHost, ticket_id=6098835, hostname=98.92.205.156, name=aws_x86_64_normalreserved_prod_07909938_20251109_152305, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 15:31:25,123][ INFO][PID:1054128] Allocating ssh connection to builder [2025-11-09 15:31:25,124][ INFO][PID:1054128] Checking that builder machine is OK [2025-11-09 15:31:25,474][ INFO][PID:1054128] Running remote command: copr-builder-ready srpm-builds [2025-11-09 15:31:25,694][ INFO][PID:1054128] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-09 15:31:25,695][ INFO][PID:1054128] Filling build.info file with builder info [2025-11-09 15:31:25,696][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:31:25,697][ INFO][PID:1054128] 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": 1762702285.6970541, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9781735", "build_id": 9781735, "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\": \"tmph0zirw6x\", \"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--9caab787-235a-4dc7-be92-742facd6cef9", "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": "09781735", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9781735, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 15:31:25,722][ INFO][PID:1054128] Sending fedora-messaging bus message in build.start [2025-11-09 15:31:26,435][ INFO][PID:1054128] Sending fedora-messaging bus message in chroot.start [2025-11-09 15:31:26,459][ INFO][PID:1054128] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9781735 --detached [2025-11-09 15:31:26,805][ INFO][PID:1054128] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '98.92.205.156' (ED25519) to the list of known hosts. [2025-11-09 15:31:26,806][ INFO][PID:1054128] Downloading the builder-live.log file, attempt 1 [2025-11-09 15:31:26,807][ INFO][PID:1054128] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@98.92.205.156 copr-rpmbuild-log [2025-11-09 15:31:31,813][ INFO][PID:1054128] Periodic builder liveness probe: alive [2025-11-09 15:31:31,814][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:31:36,815][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:31:41,816][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:31:46,817][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:31:51,819][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:31:56,820][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:01,821][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:06,822][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:11,823][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:16,824][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:21,825][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:26,826][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:31,827][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:36,828][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:41,828][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:46,829][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:51,830][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:32:56,831][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:01,832][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:06,834][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:11,835][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:16,836][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:21,837][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:26,838][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:31,839][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:36,840][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:41,841][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:46,842][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:51,843][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:33:56,844][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:01,845][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:06,846][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:11,847][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:16,848][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:21,849][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:26,850][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:31,853][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:36,854][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:41,855][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:46,856][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:51,857][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:34:56,858][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:01,859][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:06,860][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:11,861][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:16,862][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:21,863][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:26,865][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:31,865][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:36,867][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:41,868][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:46,869][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:51,869][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:35:56,870][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:01,871][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:06,872][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:11,874][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:16,875][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:21,876][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:26,877][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:31,878][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:36,879][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:41,880][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:46,881][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:51,882][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:36:56,883][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:01,884][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:06,885][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:11,886][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:16,888][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:21,889][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:26,890][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:31,891][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:36,892][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:41,893][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:46,894][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:51,895][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:37:56,896][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:01,898][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:06,899][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:11,900][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:16,901][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:21,902][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:26,904][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:31,904][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:36,906][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:41,907][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:46,908][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:51,909][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:38:56,910][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:39:01,912][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:39:06,913][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:39:11,914][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:39:16,915][ INFO][PID:1054128] Checking for cancel request [2025-11-09 15:39:20,799][ INFO][PID:1054128] Downloading results from builder [2025-11-09 15:39:20,800][ INFO][PID:1054128] rsyncing of mockbuilder@98.92.205.156:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735 started [2025-11-09 15:39:20,801][ INFO][PID:1054128] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@98.92.205.156:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/build-09781735.rsync.log [2025-11-09 15:39:26,932][ INFO][PID:1054128] rsyncing finished. [2025-11-09 15:39:26,932][ INFO][PID:1054128] Releasing VM back to pool [2025-11-09 15:39:26,942][ INFO][PID:1054128] Searching for 'success' file in resultdir [2025-11-09 15:39:26,943][ INFO][PID:1054128] Getting build details [2025-11-09 15:39:26,943][ INFO][PID:1054128] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735 [2025-11-09 15:39:26,944][ INFO][PID:1054128] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/Sunshine-0.0.4049-1.src.rpm [2025-11-09 15:39:26,944][ INFO][PID:1054128] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-09 15:39:26,944][ INFO][PID:1054128] Finished build: id=9781735 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-09 15:39:26,946][ INFO][PID:1054128] Worker succeeded build, took 481.24962878227234 [2025-11-09 15:39:26,947][ INFO][PID:1054128] 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": 1762702766.946683, "started_on": 1762702285.6970541, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9781735", "build_id": 9781735, "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\": \"tmph0zirw6x\", \"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/09781735/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--9caab787-235a-4dc7-be92-742facd6cef9", "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": "09781735", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9781735, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 15:39:27,000][ INFO][PID:1054128] Sending fedora-messaging bus message in build.end [2025-11-09 15:39:27,026][ INFO][PID:1054128] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/builder-live.log by gzip [2025-11-09 15:39:27,027][ INFO][PID:1054128] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/builder-live.log' as PID 1096233 [2025-11-09 15:39:27,034][ INFO][PID:1054128] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/builder-live.log) [2025-11-09 15:39:27,035][ INFO][PID:1054128] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/backend.log by gzip [2025-11-09 15:39:27,035][ INFO][PID:1054128] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09781735/backend.log' as PID 1096234