[2025-12-24 11:32:18,594][ INFO][PID:1148107] Marking build as starting [2025-12-24 11:32:18,631][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:18,632][ INFO][PID:1148107] VM allocation process starts [2025-12-24 11:32:18,641][ INFO][PID:1148107] Trying to allocate VM: ResallocHost, ticket_id=493907, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 11:32:21,678][ INFO][PID:1148107] Allocated host ResallocHost, ticket_id=493907, hostname=44.200.176.50, name=aws_x86_64_normalreserved_prod_00748563_20251224_105411, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-24 11:32:21,679][ INFO][PID:1148107] Allocating ssh connection to builder [2025-12-24 11:32:21,679][ INFO][PID:1148107] Checking that builder machine is OK [2025-12-24 11:32:22,027][ INFO][PID:1148107] Running remote command: copr-builder-ready srpm-builds [2025-12-24 11:32:22,231][ INFO][PID:1148107] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-24 11:32:22,231][ INFO][PID:1148107] Filling build.info file with builder info [2025-12-24 11:32:22,232][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:22,232][ INFO][PID:1148107] 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:4497", "submitter": null, "ended_on": null, "started_on": 1766575942.2328312, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9947761", "build_id": 9947761, "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\": \"tmph4ch232w\", \"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--1ebc243a-34e6-4e35-9a24-71d83b41c99a", "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:4497", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4497", "result_dir": "09947761", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9947761, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-24 11:32:22,271][ INFO][PID:1148107] Sending fedora-messaging bus message in build.start [2025-12-24 11:32:22,779][ INFO][PID:1148107] Sending fedora-messaging bus message in chroot.start [2025-12-24 11:32:22,806][ INFO][PID:1148107] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9947761 --detached [2025-12-24 11:32:23,150][ INFO][PID:1148107] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.200.176.50' (ED25519) to the list of known hosts. [2025-12-24 11:32:23,150][ INFO][PID:1148107] Downloading the builder-live.log file, attempt 1 [2025-12-24 11:32:23,166][ INFO][PID:1148107] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.200.176.50 copr-rpmbuild-log [2025-12-24 11:32:28,156][ INFO][PID:1148107] Periodic builder liveness probe: alive [2025-12-24 11:32:28,156][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:33,157][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:38,158][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:43,159][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:48,160][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:53,161][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:32:58,162][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:03,163][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:08,164][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:13,165][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:18,166][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:23,167][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:28,168][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:33,169][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:38,169][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:43,170][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:48,171][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:53,172][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:33:58,173][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:03,174][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:08,175][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:13,176][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:18,177][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:23,178][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:28,179][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:33,180][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:38,181][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:43,182][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:48,204][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:53,205][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:34:58,206][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:03,207][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:08,208][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:13,209][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:18,210][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:23,219][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:28,918][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:33,919][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:38,920][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:43,921][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:48,922][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:53,923][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:35:58,924][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:03,925][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:08,926][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:13,927][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:18,928][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:23,929][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:28,930][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:33,930][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:38,931][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:43,932][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:48,933][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:53,934][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:36:58,935][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:03,936][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:08,937][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:13,938][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:18,938][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:23,939][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:28,940][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:33,941][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:38,942][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:43,943][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:48,944][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:53,945][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:37:58,946][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:03,947][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:08,948][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:13,949][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:18,950][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:24,006][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:29,220][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:34,222][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:39,226][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:44,228][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:49,230][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:54,231][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:38:59,276][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:04,284][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:09,285][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:14,287][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:19,374][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:24,374][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:29,375][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:34,376][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:39,377][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:44,378][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:49,432][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:54,575][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:39:59,576][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:04,609][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:09,609][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:14,610][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:19,611][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:24,612][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:29,613][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:34,614][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:39,614][ INFO][PID:1148107] Checking for cancel request [2025-12-24 11:40:40,956][ INFO][PID:1148107] Downloading results from builder [2025-12-24 11:40:40,957][ INFO][PID:1148107] rsyncing of mockbuilder@44.200.176.50:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761 started [2025-12-24 11:40:40,958][ INFO][PID:1148107] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.200.176.50:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/build-09947761.rsync.log [2025-12-24 11:40:48,130][ INFO][PID:1148107] rsyncing finished. [2025-12-24 11:40:48,131][ INFO][PID:1148107] Releasing VM back to pool [2025-12-24 11:40:48,139][ INFO][PID:1148107] Searching for 'success' file in resultdir [2025-12-24 11:40:48,140][ INFO][PID:1148107] Getting build details [2025-12-24 11:40:48,140][ INFO][PID:1148107] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761 [2025-12-24 11:40:48,141][ INFO][PID:1148107] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/Sunshine-0.0.4497-1.src.rpm [2025-12-24 11:40:48,141][ INFO][PID:1148107] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/Sunshine-0.0.4497-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4497-1'} [2025-12-24 11:40:48,142][ INFO][PID:1148107] Finished build: id=9947761 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497 chroot=srpm-builds [2025-12-24 11:40:48,143][ INFO][PID:1148107] Worker succeeded build, took 505.91074228286743 [2025-12-24 11:40:48,144][ INFO][PID:1148107] 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:4497", "submitter": null, "ended_on": 1766576448.1435735, "started_on": 1766575942.2328312, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9947761", "build_id": 9947761, "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\": \"tmph4ch232w\", \"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:4497/srpm-builds/09947761/Sunshine-0.0.4497-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--1ebc243a-34e6-4e35-9a24-71d83b41c99a", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4497", "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:4497", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4497", "result_dir": "09947761", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4497-1", "id": 9947761, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-24 11:40:48,210][ INFO][PID:1148107] Sending fedora-messaging bus message in build.end [2025-12-24 11:40:48,237][ INFO][PID:1148107] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/builder-live.log by gzip [2025-12-24 11:40:48,238][ INFO][PID:1148107] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/builder-live.log' as PID 1171544 [2025-12-24 11:40:48,271][ INFO][PID:1148107] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/builder-live.log) [2025-12-24 11:40:48,272][ INFO][PID:1148107] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/backend.log by gzip [2025-12-24 11:40:48,273][ INFO][PID:1148107] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4497/srpm-builds/09947761/backend.log' as PID 1171545