[2025-08-28 22:00:55,950][ INFO][PID:1727890] Marking build as starting [2025-08-28 22:00:55,968][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:00:55,969][ INFO][PID:1727890] VM allocation process starts [2025-08-28 22:00:55,980][ INFO][PID:1727890] Trying to allocate VM: ResallocHost, ticket_id=4806230, requested_tags=['copr_builder', 'arch_x86_64'] [2025-08-28 22:00:58,994][ INFO][PID:1727890] Allocated host ResallocHost, ticket_id=4806230, hostname=54.236.228.224, name=aws_x86_64_spot_prod_06485634_20250828_215701, requested_tags=['copr_builder', 'arch_x86_64'] [2025-08-28 22:00:58,994][ INFO][PID:1727890] Allocating ssh connection to builder [2025-08-28 22:00:58,995][ INFO][PID:1727890] Checking that builder machine is OK [2025-08-28 22:00:59,412][ INFO][PID:1727890] Running remote command: copr-builder-ready srpm-builds [2025-08-28 22:00:59,613][ INFO][PID:1727890] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-08-28 22:00:59,614][ INFO][PID:1727890] Filling build.info file with builder info [2025-08-28 22:00:59,614][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:00:59,615][ INFO][PID:1727890] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": null, "started_on": 1756418459.6154275, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9500699", "build_id": 9500699, "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 test -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 test -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/fedora\\\"\\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\\\"\\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\": \"tmpa7k7y8_2\", \"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/beta--8374a318-8ee0-4bda-8165-80e2a76af3d3", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09500699", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9500699, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-08-28 22:00:59,634][ INFO][PID:1727890] Sending fedora-messaging bus message in build.start [2025-08-28 22:01:00,317][ INFO][PID:1727890] Sending fedora-messaging bus message in chroot.start [2025-08-28 22:01:00,343][ INFO][PID:1727890] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9500699 --detached [2025-08-28 22:01:00,855][ INFO][PID:1727890] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.236.228.224' (ED25519) to the list of known hosts. [2025-08-28 22:01:00,856][ INFO][PID:1727890] Downloading the builder-live.log file, attempt 1 [2025-08-28 22:01:00,858][ INFO][PID:1727890] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.236.228.224 copr-rpmbuild-log [2025-08-28 22:01:05,864][ INFO][PID:1727890] Periodic builder liveness probe: alive [2025-08-28 22:01:05,865][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:10,866][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:15,867][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:20,868][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:25,869][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:30,870][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:35,871][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:40,872][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:45,873][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:50,874][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:01:55,875][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:00,876][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:05,877][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:10,878][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:15,879][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:20,880][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:25,881][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:30,882][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:35,883][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:40,884][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:45,885][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:50,886][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:02:55,887][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:00,888][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:05,889][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:10,890][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:15,891][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:20,892][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:25,893][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:30,893][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:35,894][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:40,895][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:45,896][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:50,897][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:03:55,898][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:00,899][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:05,901][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:10,902][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:15,903][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:20,904][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:25,905][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:30,906][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:35,907][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:40,908][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:45,908][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:50,910][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:04:55,910][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:00,911][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:05,912][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:10,913][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:15,914][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:20,915][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:25,916][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:30,917][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:35,918][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:40,919][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:45,920][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:50,922][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:05:55,923][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:00,924][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:05,925][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:10,926][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:15,927][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:20,928][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:25,929][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:30,930][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:35,931][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:40,932][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:45,933][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:50,934][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:06:55,935][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:00,936][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:05,937][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:10,938][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:15,938][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:20,939][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:25,940][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:30,941][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:35,942][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:40,943][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:45,944][ INFO][PID:1727890] Checking for cancel request [2025-08-28 22:07:50,021][ INFO][PID:1727890] Downloading results from builder [2025-08-28 22:07:50,022][ INFO][PID:1727890] rsyncing of mockbuilder@54.236.228.224:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699 started [2025-08-28 22:07:50,023][ INFO][PID:1727890] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.236.228.224:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/build-09500699.rsync.log [2025-08-28 23:58:42,848][ INFO][PID:1727890] rsyncing finished. [2025-08-28 23:58:42,849][ ERROR][PID:1727890] Failed to download data from builder due to rsync error, see the rsync log file for details. [2025-08-28 23:58:42,850][ ERROR][PID:1727890] SSH connection lost on #1 attempt, let's retry after 10s, Failed to download data from builder due to rsync error, see the rsync log file for details. [2025-08-28 23:58:52,850][ INFO][PID:1727890] rsyncing of mockbuilder@54.236.228.224:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699 started [2025-08-28 23:58:52,852][ INFO][PID:1727890] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.236.228.224:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/build-09500699.rsync.log [2025-08-28 23:59:52,929][ INFO][PID:1727890] rsyncing finished. [2025-08-28 23:59:52,929][ ERROR][PID:1727890] Failed to download data from builder due to rsync error, see the rsync log file for details. [2025-08-28 23:59:52,930][ ERROR][PID:1727890] SSH connection lost on #2 attempt, let's retry after 10s, Failed to download data from builder due to rsync error, see the rsync log file for details. [2025-08-29 00:00:02,930][ INFO][PID:1727890] rsyncing of mockbuilder@54.236.228.224:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699 started [2025-08-29 00:00:02,932][ INFO][PID:1727890] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.236.228.224:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/build-09500699.rsync.log [2025-08-29 00:01:03,009][ INFO][PID:1727890] rsyncing finished. [2025-08-29 00:01:03,010][ ERROR][PID:1727890] Failed to download data from builder due to rsync error, see the rsync log file for details. [2025-08-29 00:01:03,010][ ERROR][PID:1727890] SSH connection lost on #3 attempt, let's retry after 10s, Failed to download data from builder due to rsync error, see the rsync log file for details. [2025-08-29 00:01:13,011][ ERROR][PID:1727890] Re-try request for task on 'ResallocHost, ticket_id=4806230, hostname=54.236.228.224, name=aws_x86_64_spot_prod_06485634_20250828_215701, requested_tags=['copr_builder', 'arch_x86_64']': Unable to finish after 3 SSH attempts [2025-08-29 00:01:13,011][ INFO][PID:1727890] Releasing VM back to pool [2025-08-29 00:01:13,023][ INFO][PID:1727890] Retry #1 (on other host) [2025-08-29 00:01:13,023][ INFO][PID:1727890] Checking for cancel request [2025-08-29 00:01:13,024][WARNING][PID:1727890] Canceling the build early [2025-08-29 00:01:13,025][ ERROR][PID:1727890] Build was canceled [2025-08-29 00:01:13,025][WARNING][PID:1727890] Switching not-finished job state to 'failed' [2025-08-29 00:01:13,025][ INFO][PID:1727890] Worker failed build, took 7213.409993886948 [2025-08-29 00:01:13,026][ INFO][PID:1727890] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": 1756425673.0254214, "started_on": 1756418459.6154275, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9500699", "build_id": 9500699, "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 test -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 test -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/fedora\\\"\\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\\\"\\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\": \"tmpa7k7y8_2\", \"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/beta--8374a318-8ee0-4bda-8165-80e2a76af3d3", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09500699", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9500699, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-08-29 00:01:13,062][ INFO][PID:1727890] Sending fedora-messaging bus message in build.end [2025-08-29 00:01:13,088][ INFO][PID:1727890] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/builder-live.log by gzip [2025-08-29 00:01:13,089][ INFO][PID:1727890] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/builder-live.log' as PID 2057471 [2025-08-29 00:01:13,111][ INFO][PID:1727890] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/builder-live.log) [2025-08-29 00:01:13,112][ INFO][PID:1727890] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/backend.log by gzip [2025-08-29 00:01:13,113][ INFO][PID:1727890] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09500699/backend.log' as PID 2057473