[2025-12-21 11:20:54,629][ INFO][PID:1755281] Marking build as starting [2025-12-21 11:20:54,665][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:20:54,666][ INFO][PID:1755281] VM allocation process starts [2025-12-21 11:20:54,675][ INFO][PID:1755281] Trying to allocate VM: ResallocHost, ticket_id=462981, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 11:20:57,719][ INFO][PID:1755281] Allocated host ResallocHost, ticket_id=462981, hostname=100.48.84.183, name=aws_x86_64_normalreserved_prod_00722091_20251221_111352, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-21 11:20:57,719][ INFO][PID:1755281] Allocating ssh connection to builder [2025-12-21 11:20:57,720][ INFO][PID:1755281] Checking that builder machine is OK [2025-12-21 11:20:58,057][ INFO][PID:1755281] Running remote command: copr-builder-ready srpm-builds [2025-12-21 11:20:58,260][ INFO][PID:1755281] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-21 11:20:58,261][ INFO][PID:1755281] Filling build.info file with builder info [2025-12-21 11:20:58,261][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:20:58,262][ INFO][PID:1755281] 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:4529", "submitter": null, "ended_on": null, "started_on": 1766316058.2624235, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9939398", "build_id": 9939398, "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\": \"tmpfof54gjl\", \"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--4d7f7b0c-a466-4a45-9d47-ca2b389ef0b4", "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:4529", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529", "result_dir": "09939398", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9939398, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 11:20:58,316][ INFO][PID:1755281] Sending fedora-messaging bus message in build.start [2025-12-21 11:20:58,822][ INFO][PID:1755281] Sending fedora-messaging bus message in chroot.start [2025-12-21 11:20:58,850][ INFO][PID:1755281] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9939398 --detached [2025-12-21 11:20:59,194][ INFO][PID:1755281] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '100.48.84.183' (ED25519) to the list of known hosts. [2025-12-21 11:20:59,194][ INFO][PID:1755281] Downloading the builder-live.log file, attempt 1 [2025-12-21 11:20:59,196][ INFO][PID:1755281] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@100.48.84.183 copr-rpmbuild-log [2025-12-21 11:21:04,200][ INFO][PID:1755281] Periodic builder liveness probe: alive [2025-12-21 11:21:04,201][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:09,201][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:14,202][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:19,203][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:24,204][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:29,216][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:34,217][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:39,218][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:44,218][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:49,219][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:54,220][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:21:59,221][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:04,222][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:09,526][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:14,620][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:19,900][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:24,901][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:29,902][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:34,902][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:39,903][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:44,954][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:49,955][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:54,956][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:22:59,957][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:04,958][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:09,959][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:14,959][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:19,982][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:24,983][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:29,984][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:34,985][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:39,986][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:44,987][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:49,988][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:54,989][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:23:59,990][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:04,990][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:09,991][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:14,992][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:19,993][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:24,994][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:30,026][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:35,027][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:40,028][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:45,028][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:50,029][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:24:55,030][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:00,031][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:05,032][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:10,033][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:15,034][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:20,035][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:25,036][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:30,037][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:35,038][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:40,038][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:45,039][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:50,040][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:25:55,041][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:00,042][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:05,043][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:10,044][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:15,045][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:20,046][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:25,047][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:30,048][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:35,049][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:40,049][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:45,060][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:50,061][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:26:55,062][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:00,063][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:05,064][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:10,065][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:15,066][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:20,067][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:25,068][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:30,069][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:35,069][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:40,070][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:45,071][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:50,072][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:27:55,073][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:00,074][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:05,075][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:10,076][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:15,077][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:20,078][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:25,079][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:30,080][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:35,080][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:40,081][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:45,082][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:50,083][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:28:55,084][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:29:00,085][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:29:05,086][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:29:10,087][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:29:15,088][ INFO][PID:1755281] Checking for cancel request [2025-12-21 11:29:18,435][ INFO][PID:1755281] Downloading results from builder [2025-12-21 11:29:18,435][ INFO][PID:1755281] rsyncing of mockbuilder@100.48.84.183:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398 started [2025-12-21 11:29:18,436][ INFO][PID:1755281] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@100.48.84.183:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/build-09939398.rsync.log [2025-12-21 11:29:25,256][ INFO][PID:1755281] rsyncing finished. [2025-12-21 11:29:25,257][ INFO][PID:1755281] Releasing VM back to pool [2025-12-21 11:29:25,266][ INFO][PID:1755281] Searching for 'success' file in resultdir [2025-12-21 11:29:25,267][ INFO][PID:1755281] Getting build details [2025-12-21 11:29:25,267][ INFO][PID:1755281] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398 [2025-12-21 11:29:25,268][ INFO][PID:1755281] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/Sunshine-0.0.4529-1.src.rpm [2025-12-21 11:29:25,268][ INFO][PID:1755281] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/Sunshine-0.0.4529-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4529-1'} [2025-12-21 11:29:25,268][ INFO][PID:1755281] Finished build: id=9939398 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529 chroot=srpm-builds [2025-12-21 11:29:25,270][ INFO][PID:1755281] Worker succeeded build, took 507.00789308547974 [2025-12-21 11:29:25,270][ INFO][PID:1755281] 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:4529", "submitter": null, "ended_on": 1766316565.2703166, "started_on": 1766316058.2624235, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9939398", "build_id": 9939398, "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\": \"tmpfof54gjl\", \"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:4529/srpm-builds/09939398/Sunshine-0.0.4529-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--4d7f7b0c-a466-4a45-9d47-ca2b389ef0b4", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4529", "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:4529", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4529", "result_dir": "09939398", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4529-1", "id": 9939398, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-21 11:29:25,324][ INFO][PID:1755281] Sending fedora-messaging bus message in build.end [2025-12-21 11:29:25,351][ INFO][PID:1755281] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/builder-live.log by gzip [2025-12-21 11:29:25,352][ INFO][PID:1755281] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/builder-live.log' as PID 1778059 [2025-12-21 11:29:25,375][ INFO][PID:1755281] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/builder-live.log) [2025-12-21 11:29:25,376][ INFO][PID:1755281] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/backend.log by gzip [2025-12-21 11:29:25,376][ INFO][PID:1755281] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4529/srpm-builds/09939398/backend.log' as PID 1778064