[2025-11-07 07:57:57,437][ INFO][PID:3131835] Marking build as starting [2025-11-07 07:57:57,462][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:57:57,463][ INFO][PID:3131835] VM allocation process starts [2025-11-07 07:57:57,472][ INFO][PID:3131835] Trying to allocate VM: ResallocHost, ticket_id=6070084, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-07 07:58:00,520][ INFO][PID:3131835] Allocated host ResallocHost, ticket_id=6070084, hostname=44.222.156.146, name=aws_x86_64_normalreserved_prod_07878036_20251107_075158, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-07 07:58:00,521][ INFO][PID:3131835] Allocating ssh connection to builder [2025-11-07 07:58:00,521][ INFO][PID:3131835] Checking that builder machine is OK [2025-11-07 07:58:00,864][ INFO][PID:3131835] Running remote command: copr-builder-ready srpm-builds [2025-11-07 07:58:01,065][ INFO][PID:3131835] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-07 07:58:01,066][ INFO][PID:3131835] Filling build.info file with builder info [2025-11-07 07:58:01,066][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:01,067][ INFO][PID:3131835] 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:4336", "submitter": null, "ended_on": null, "started_on": 1762502281.0674486, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9775765", "build_id": 9775765, "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\": \"tmp532_90ug\", \"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--bcdacd4a-122d-4d10-bc57-7b247322a82d", "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:4336", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4336", "result_dir": "09775765", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9775765, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-07 07:58:01,087][ INFO][PID:3131835] Sending fedora-messaging bus message in build.start [2025-11-07 07:58:01,740][ INFO][PID:3131835] Sending fedora-messaging bus message in chroot.start [2025-11-07 07:58:01,765][ INFO][PID:3131835] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9775765 --detached [2025-11-07 07:58:02,114][ INFO][PID:3131835] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.222.156.146' (ED25519) to the list of known hosts. [2025-11-07 07:58:02,114][ INFO][PID:3131835] Downloading the builder-live.log file, attempt 1 [2025-11-07 07:58:02,116][ INFO][PID:3131835] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.222.156.146 copr-rpmbuild-log [2025-11-07 07:58:07,119][ INFO][PID:3131835] Periodic builder liveness probe: alive [2025-11-07 07:58:07,120][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:12,121][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:17,122][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:22,123][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:27,124][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:32,124][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:37,125][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:42,126][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:47,127][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:52,129][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:58:57,130][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:02,130][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:07,131][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:12,132][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:17,133][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:22,135][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:27,136][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:32,137][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:37,138][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:42,139][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:47,140][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:52,141][ INFO][PID:3131835] Checking for cancel request [2025-11-07 07:59:57,142][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:02,143][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:07,144][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:12,145][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:17,146][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:22,147][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:27,148][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:32,149][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:37,150][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:42,151][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:47,152][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:52,153][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:00:57,154][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:02,155][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:07,156][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:12,157][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:17,158][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:22,159][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:27,160][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:32,161][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:37,162][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:42,163][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:47,164][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:52,165][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:01:57,166][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:02,167][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:07,168][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:12,172][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:17,173][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:22,174][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:27,175][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:32,176][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:37,177][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:42,178][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:47,179][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:52,180][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:02:57,181][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:02,182][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:07,183][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:12,183][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:17,184][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:22,185][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:27,186][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:32,187][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:37,188][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:42,189][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:47,190][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:52,191][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:03:57,192][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:02,193][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:07,194][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:12,195][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:17,196][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:22,197][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:27,198][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:32,199][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:37,200][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:42,201][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:47,202][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:52,203][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:04:57,204][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:02,204][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:07,205][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:12,207][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:17,216][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:22,217][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:27,218][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:32,219][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:37,220][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:42,221][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:47,222][ INFO][PID:3131835] Checking for cancel request [2025-11-07 08:05:48,265][ INFO][PID:3131835] Downloading results from builder [2025-11-07 08:05:48,265][ INFO][PID:3131835] rsyncing of mockbuilder@44.222.156.146:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765 started [2025-11-07 08:05:48,266][ INFO][PID:3131835] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.222.156.146:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/build-09775765.rsync.log [2025-11-07 08:05:54,390][ INFO][PID:3131835] rsyncing finished. [2025-11-07 08:05:54,391][ INFO][PID:3131835] Releasing VM back to pool [2025-11-07 08:05:54,401][ INFO][PID:3131835] Searching for 'success' file in resultdir [2025-11-07 08:05:54,402][ INFO][PID:3131835] Getting build details [2025-11-07 08:05:54,403][ INFO][PID:3131835] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765 [2025-11-07 08:05:54,403][ INFO][PID:3131835] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/Sunshine-0.0.4336-1.src.rpm [2025-11-07 08:05:54,404][ INFO][PID:3131835] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/Sunshine-0.0.4336-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4336-1'} [2025-11-07 08:05:54,404][ INFO][PID:3131835] Finished build: id=9775765 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336 chroot=srpm-builds [2025-11-07 08:05:54,406][ INFO][PID:3131835] Worker succeeded build, took 473.33862376213074 [2025-11-07 08:05:54,406][ INFO][PID:3131835] 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:4336", "submitter": null, "ended_on": 1762502754.4060724, "started_on": 1762502281.0674486, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9775765", "build_id": 9775765, "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\": \"tmp532_90ug\", \"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:4336/srpm-builds/09775765/Sunshine-0.0.4336-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--bcdacd4a-122d-4d10-bc57-7b247322a82d", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4336", "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:4336", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4336", "result_dir": "09775765", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4336-1", "id": 9775765, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-07 08:05:54,443][ INFO][PID:3131835] Sending fedora-messaging bus message in build.end [2025-11-07 08:05:54,467][ INFO][PID:3131835] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/builder-live.log by gzip [2025-11-07 08:05:54,468][ INFO][PID:3131835] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/builder-live.log' as PID 3176509 [2025-11-07 08:05:54,474][ INFO][PID:3131835] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/builder-live.log) [2025-11-07 08:05:54,475][ INFO][PID:3131835] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/backend.log by gzip [2025-11-07 08:05:54,476][ INFO][PID:3131835] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4336/srpm-builds/09775765/backend.log' as PID 3176510