[2025-12-17 07:47:24,734][ INFO][PID:1881616] Marking build as starting [2025-12-17 07:47:24,782][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:47:24,783][ INFO][PID:1881616] VM allocation process starts [2025-12-17 07:47:24,796][ INFO][PID:1881616] Trying to allocate VM: ResallocHost, ticket_id=382385, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-17 07:47:27,813][ INFO][PID:1881616] Allocated host ResallocHost, ticket_id=382385, hostname=3.82.50.33, name=aws_x86_64_normalreserved_prod_00631454_20251217_074027, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-17 07:47:27,814][ INFO][PID:1881616] Allocating ssh connection to builder [2025-12-17 07:47:27,814][ INFO][PID:1881616] Checking that builder machine is OK [2025-12-17 07:47:28,147][ INFO][PID:1881616] Running remote command: copr-builder-ready srpm-builds [2025-12-17 07:47:28,358][ INFO][PID:1881616] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-17 07:47:28,360][ INFO][PID:1881616] Filling build.info file with builder info [2025-12-17 07:47:28,360][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:47:28,362][ INFO][PID:1881616] 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:4517", "submitter": null, "ended_on": null, "started_on": 1765957648.3619065, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9917661", "build_id": 9917661, "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\": \"tmp26wnbqwu\", \"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--0aa11ba0-4a1e-48be-a359-ce77b7c13f2f", "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:4517", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4517", "result_dir": "09917661", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9917661, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-17 07:47:28,416][ INFO][PID:1881616] Sending fedora-messaging bus message in build.start [2025-12-17 07:47:29,031][ INFO][PID:1881616] Sending fedora-messaging bus message in chroot.start [2025-12-17 07:47:29,058][ INFO][PID:1881616] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9917661 --detached [2025-12-17 07:47:29,401][ INFO][PID:1881616] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.82.50.33' (ED25519) to the list of known hosts. [2025-12-17 07:47:29,402][ INFO][PID:1881616] Downloading the builder-live.log file, attempt 1 [2025-12-17 07:47:29,404][ INFO][PID:1881616] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.82.50.33 copr-rpmbuild-log [2025-12-17 07:47:34,412][ INFO][PID:1881616] Periodic builder liveness probe: alive [2025-12-17 07:47:34,412][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:47:39,413][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:47:44,414][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:47:49,415][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:47:54,416][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:47:59,417][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:04,418][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:09,419][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:14,420][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:19,421][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:24,422][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:29,423][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:34,424][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:39,425][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:44,426][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:49,427][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:54,428][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:48:59,430][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:04,431][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:09,432][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:14,433][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:19,434][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:24,435][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:29,436][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:34,437][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:39,438][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:44,439][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:49,440][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:54,441][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:49:59,443][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:04,445][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:09,446][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:14,447][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:19,448][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:24,449][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:29,450][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:34,451][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:39,452][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:44,453][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:49,457][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:54,460][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:50:59,461][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:04,462][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:09,463][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:14,471][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:19,472][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:24,473][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:29,474][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:34,477][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:39,478][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:44,479][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:49,480][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:54,484][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:51:59,489][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:04,490][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:09,492][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:14,493][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:19,494][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:24,495][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:29,496][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:34,497][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:39,498][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:44,499][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:49,500][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:54,501][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:52:59,502][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:04,503][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:09,504][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:14,505][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:19,506][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:24,507][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:29,508][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:34,509][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:39,510][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:44,511][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:49,512][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:54,513][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:53:59,514][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:04,516][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:09,517][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:14,517][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:19,518][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:24,519][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:29,520][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:34,521][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:39,522][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:44,523][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:49,524][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:54,525][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:54:59,526][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:04,527][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:09,528][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:14,529][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:19,531][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:24,532][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:29,533][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:34,537][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:39,540][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:44,541][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:49,542][ INFO][PID:1881616] Checking for cancel request [2025-12-17 07:55:50,340][ INFO][PID:1881616] Downloading results from builder [2025-12-17 07:55:50,341][ INFO][PID:1881616] rsyncing of mockbuilder@3.82.50.33:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661 started [2025-12-17 07:55:50,342][ INFO][PID:1881616] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.82.50.33:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/build-09917661.rsync.log [2025-12-17 07:55:58,387][ INFO][PID:1881616] rsyncing finished. [2025-12-17 07:55:58,387][ INFO][PID:1881616] Releasing VM back to pool [2025-12-17 07:55:58,433][ INFO][PID:1881616] Searching for 'success' file in resultdir [2025-12-17 07:55:58,434][ INFO][PID:1881616] Getting build details [2025-12-17 07:55:58,435][ INFO][PID:1881616] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661 [2025-12-17 07:55:58,435][ INFO][PID:1881616] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/Sunshine-0.0.4517-1.src.rpm [2025-12-17 07:55:58,436][ INFO][PID:1881616] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/Sunshine-0.0.4517-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4517-1'} [2025-12-17 07:55:58,436][ INFO][PID:1881616] Finished build: id=9917661 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517 chroot=srpm-builds [2025-12-17 07:55:58,438][ INFO][PID:1881616] Worker succeeded build, took 510.07629227638245 [2025-12-17 07:55:58,438][ INFO][PID:1881616] 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:4517", "submitter": null, "ended_on": 1765958158.4381988, "started_on": 1765957648.3619065, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9917661", "build_id": 9917661, "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\": \"tmp26wnbqwu\", \"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:4517/srpm-builds/09917661/Sunshine-0.0.4517-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--0aa11ba0-4a1e-48be-a359-ce77b7c13f2f", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4517", "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:4517", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4517", "result_dir": "09917661", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4517-1", "id": 9917661, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-17 07:55:58,509][ INFO][PID:1881616] Sending fedora-messaging bus message in build.end [2025-12-17 07:55:58,538][ INFO][PID:1881616] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/builder-live.log by gzip [2025-12-17 07:55:58,539][ INFO][PID:1881616] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/builder-live.log' as PID 1924347 [2025-12-17 07:55:58,590][ INFO][PID:1881616] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/builder-live.log) [2025-12-17 07:55:58,591][ INFO][PID:1881616] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/backend.log by gzip [2025-12-17 07:55:58,592][ INFO][PID:1881616] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4517/srpm-builds/09917661/backend.log' as PID 1924364