[2025-11-09 01:36:02,731][ INFO][PID:1743198] Marking build as starting [2025-11-09 01:36:02,782][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:02,782][ INFO][PID:1743198] VM allocation process starts [2025-11-09 01:36:02,790][ INFO][PID:1743198] Trying to allocate VM: ResallocHost, ticket_id=6093137, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 01:36:05,824][ INFO][PID:1743198] Allocated host ResallocHost, ticket_id=6093137, hostname=3.236.107.161, name=aws_x86_64_normalreserved_prod_07901114_20251109_012746, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 01:36:05,825][ INFO][PID:1743198] Allocating ssh connection to builder [2025-11-09 01:36:05,825][ INFO][PID:1743198] Checking that builder machine is OK [2025-11-09 01:36:06,163][ INFO][PID:1743198] Running remote command: copr-builder-ready srpm-builds [2025-11-09 01:36:06,367][ INFO][PID:1743198] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-09 01:36:06,368][ INFO][PID:1743198] Filling build.info file with builder info [2025-11-09 01:36:06,369][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:06,369][ INFO][PID:1743198] 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": 1762652166.3696225, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9780472", "build_id": 9780472, "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\": \"tmpekxrlxhh\", \"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--67942cdc-6b5c-4d47-9b1e-f6f6caee3cf1", "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": "09780472", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9780472, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 01:36:06,396][ INFO][PID:1743198] Sending fedora-messaging bus message in build.start [2025-11-09 01:36:07,031][ INFO][PID:1743198] Sending fedora-messaging bus message in chroot.start [2025-11-09 01:36:07,054][ INFO][PID:1743198] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9780472 --detached [2025-11-09 01:36:07,405][ INFO][PID:1743198] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.236.107.161' (ED25519) to the list of known hosts. [2025-11-09 01:36:07,406][ INFO][PID:1743198] Downloading the builder-live.log file, attempt 1 [2025-11-09 01:36:07,408][ INFO][PID:1743198] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.236.107.161 copr-rpmbuild-log [2025-11-09 01:36:12,412][ INFO][PID:1743198] Periodic builder liveness probe: alive [2025-11-09 01:36:12,412][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:17,413][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:22,415][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:27,416][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:32,417][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:37,417][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:42,418][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:47,419][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:52,420][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:36:57,421][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:02,422][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:07,423][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:12,424][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:17,426][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:22,427][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:27,427][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:32,428][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:37,430][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:42,433][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:47,434][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:52,435][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:37:57,435][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:02,437][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:07,438][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:12,438][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:17,439][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:22,440][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:27,441][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:32,442][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:37,443][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:42,444][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:47,445][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:52,446][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:38:57,447][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:02,448][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:07,449][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:12,450][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:17,451][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:22,452][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:27,453][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:32,454][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:37,455][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:42,456][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:47,457][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:52,458][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:39:57,459][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:02,460][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:07,461][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:12,462][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:17,463][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:22,464][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:27,465][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:32,466][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:37,467][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:42,468][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:47,469][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:52,469][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:40:57,470][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:02,471][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:07,472][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:12,474][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:17,475][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:22,476][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:27,477][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:32,478][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:37,479][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:42,480][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:47,481][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:52,482][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:41:57,483][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:02,484][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:07,485][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:12,486][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:17,486][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:22,487][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:27,488][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:32,489][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:37,490][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:42,491][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:47,492][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:52,493][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:42:57,494][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:02,495][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:07,497][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:12,497][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:17,498][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:22,499][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:27,500][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:32,501][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:37,502][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:42,503][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:47,504][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:52,505][ INFO][PID:1743198] Checking for cancel request [2025-11-09 01:43:54,019][ INFO][PID:1743198] Downloading results from builder [2025-11-09 01:43:54,020][ INFO][PID:1743198] rsyncing of mockbuilder@3.236.107.161:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472 started [2025-11-09 01:43:54,021][ INFO][PID:1743198] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.236.107.161:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/build-09780472.rsync.log [2025-11-09 01:43:59,952][ INFO][PID:1743198] rsyncing finished. [2025-11-09 01:43:59,953][ INFO][PID:1743198] Releasing VM back to pool [2025-11-09 01:43:59,977][ INFO][PID:1743198] Searching for 'success' file in resultdir [2025-11-09 01:43:59,978][ INFO][PID:1743198] Getting build details [2025-11-09 01:43:59,979][ INFO][PID:1743198] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472 [2025-11-09 01:43:59,979][ INFO][PID:1743198] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/Sunshine-0.0.4049-1.src.rpm [2025-11-09 01:43:59,980][ INFO][PID:1743198] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-09 01:43:59,980][ INFO][PID:1743198] Finished build: id=9780472 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-09 01:43:59,981][ INFO][PID:1743198] Worker succeeded build, took 473.6121897697449 [2025-11-09 01:43:59,982][ INFO][PID:1743198] 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": 1762652639.9818122, "started_on": 1762652166.3696225, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9780472", "build_id": 9780472, "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\": \"tmpekxrlxhh\", \"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/09780472/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--67942cdc-6b5c-4d47-9b1e-f6f6caee3cf1", "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": "09780472", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9780472, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 01:44:00,057][ INFO][PID:1743198] Sending fedora-messaging bus message in build.end [2025-11-09 01:44:00,082][ INFO][PID:1743198] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/builder-live.log by gzip [2025-11-09 01:44:00,083][ INFO][PID:1743198] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/builder-live.log' as PID 1772020 [2025-11-09 01:44:00,089][ INFO][PID:1743198] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/builder-live.log) [2025-11-09 01:44:00,090][ INFO][PID:1743198] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/backend.log by gzip [2025-11-09 01:44:00,091][ INFO][PID:1743198] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09780472/backend.log' as PID 1772022