[2025-11-03 14:50:39,509][ INFO][PID:624549] Marking build as starting [2025-11-03 14:50:39,537][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:50:39,538][ INFO][PID:624549] VM allocation process starts [2025-11-03 14:50:39,557][ INFO][PID:624549] Trying to allocate VM: ResallocHost, ticket_id=5994708, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-03 14:50:42,575][ INFO][PID:624549] Allocated host ResallocHost, ticket_id=5994708, hostname=2620:52:3:1:dead:beef:cafe:c18d, name=copr_hv_x86_64_03_prod_07799217_20251103_143221, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-03 14:50:42,575][ INFO][PID:624549] Allocating ssh connection to builder [2025-11-03 14:50:42,576][ INFO][PID:624549] Checking that builder machine is OK [2025-11-03 14:50:43,128][ INFO][PID:624549] Running remote command: copr-builder-ready srpm-builds [2025-11-03 14:50:43,457][ INFO][PID:624549] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-03 14:50:43,459][ INFO][PID:624549] Filling build.info file with builder info [2025-11-03 14:50:43,460][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:50:43,461][ INFO][PID:624549] 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:4387", "submitter": null, "ended_on": null, "started_on": 1762181443.4615269, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9761008", "build_id": 9761008, "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\": \"tmptup8u3v9\", \"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--07ccf492-5b76-41f7-b0bf-df6eed148a20", "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:4387", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4387", "result_dir": "09761008", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9761008, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-03 14:50:43,492][ INFO][PID:624549] Sending fedora-messaging bus message in build.start [2025-11-03 14:50:44,165][ INFO][PID:624549] Sending fedora-messaging bus message in chroot.start [2025-11-03 14:50:44,189][ INFO][PID:624549] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9761008 --detached [2025-11-03 14:50:44,745][ INFO][PID:624549] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c18d' (ED25519) to the list of known hosts. [2025-11-03 14:50:44,746][ INFO][PID:624549] Downloading the builder-live.log file, attempt 1 [2025-11-03 14:50:44,748][ INFO][PID:624549] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c18d copr-rpmbuild-log [2025-11-03 14:50:49,753][ INFO][PID:624549] Periodic builder liveness probe: alive [2025-11-03 14:50:49,753][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:50:54,754][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:50:59,756][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:04,760][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:09,768][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:14,769][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:19,771][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:24,772][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:29,773][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:34,774][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:39,775][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:44,776][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:49,780][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:54,781][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:51:59,783][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:04,784][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:09,785][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:14,785][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:19,787][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:24,788][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:29,789][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:34,790][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:39,791][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:44,792][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:49,795][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:54,798][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:52:59,799][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:04,801][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:09,802][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:14,803][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:19,804][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:24,805][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:29,809][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:34,811][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:39,812][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:44,814][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:49,816][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:54,817][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:53:59,818][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:04,819][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:09,820][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:14,821][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:19,823][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:24,824][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:29,825][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:34,826][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:39,827][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:44,828][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:49,829][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:54,830][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:54:59,841][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:04,842][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:09,843][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:14,844][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:19,845][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:24,846][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:29,847][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:34,848][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:39,849][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:44,850][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:49,851][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:54,852][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:55:59,853][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:04,854][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:09,855][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:14,856][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:19,857][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:24,858][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:29,859][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:34,860][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:39,861][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:44,862][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:49,862][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:54,863][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:56:59,864][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:04,865][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:09,866][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:14,867][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:19,868][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:24,869][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:29,870][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:34,871][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:39,871][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:44,873][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:49,873][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:54,874][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:57:59,876][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:04,876][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:09,877][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:14,878][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:19,879][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:24,880][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:29,882][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:34,882][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:39,883][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:44,884][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:49,885][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:54,886][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:58:59,887][ INFO][PID:624549] Checking for cancel request [2025-11-03 14:59:00,867][ INFO][PID:624549] Downloading results from builder [2025-11-03 14:59:00,867][ INFO][PID:624549] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c18d]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008 started [2025-11-03 14:59:00,868][ INFO][PID:624549] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:3:1:dead:beef:cafe:c18d]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/build-09761008.rsync.log [2025-11-03 14:59:15,530][ INFO][PID:624549] rsyncing finished. [2025-11-03 14:59:15,531][ INFO][PID:624549] Releasing VM back to pool [2025-11-03 14:59:15,539][ INFO][PID:624549] Searching for 'success' file in resultdir [2025-11-03 14:59:15,540][ INFO][PID:624549] Getting build details [2025-11-03 14:59:15,540][ INFO][PID:624549] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008 [2025-11-03 14:59:15,541][ INFO][PID:624549] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/Sunshine-0.0.4387-1.src.rpm [2025-11-03 14:59:15,541][ INFO][PID:624549] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/Sunshine-0.0.4387-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4387-1'} [2025-11-03 14:59:15,542][ INFO][PID:624549] Finished build: id=9761008 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387 chroot=srpm-builds [2025-11-03 14:59:15,543][ INFO][PID:624549] Worker succeeded build, took 512.0822854042053 [2025-11-03 14:59:15,544][ INFO][PID:624549] 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:4387", "submitter": null, "ended_on": 1762181955.5438123, "started_on": 1762181443.4615269, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9761008", "build_id": 9761008, "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\": \"tmptup8u3v9\", \"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:4387/srpm-builds/09761008/Sunshine-0.0.4387-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--07ccf492-5b76-41f7-b0bf-df6eed148a20", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4387", "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:4387", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4387", "result_dir": "09761008", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4387-1", "id": 9761008, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-03 14:59:15,586][ INFO][PID:624549] Sending fedora-messaging bus message in build.end [2025-11-03 14:59:15,610][ INFO][PID:624549] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/builder-live.log by gzip [2025-11-03 14:59:15,611][ INFO][PID:624549] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/builder-live.log' as PID 685381 [2025-11-03 14:59:15,618][ INFO][PID:624549] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/builder-live.log) [2025-11-03 14:59:15,619][ INFO][PID:624549] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/backend.log by gzip [2025-11-03 14:59:15,620][ INFO][PID:624549] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4387/srpm-builds/09761008/backend.log' as PID 685383