[2025-12-16 07:55:13,962][ INFO][PID:2858128] Marking build as starting [2025-12-16 07:55:14,003][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:14,005][ INFO][PID:2858128] VM allocation process starts [2025-12-16 07:55:14,016][ INFO][PID:2858128] Trying to allocate VM: ResallocHost, ticket_id=367048, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-16 07:55:17,030][ INFO][PID:2858128] Allocated host ResallocHost, ticket_id=367048, hostname=3.87.7.52, name=aws_x86_64_normalreserved_prod_00593263_20251216_075052, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-16 07:55:17,031][ INFO][PID:2858128] Allocating ssh connection to builder [2025-12-16 07:55:17,031][ INFO][PID:2858128] Checking that builder machine is OK [2025-12-16 07:55:17,358][ INFO][PID:2858128] Running remote command: copr-builder-ready srpm-builds [2025-12-16 07:55:17,558][ INFO][PID:2858128] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-16 07:55:17,559][ INFO][PID:2858128] Filling build.info file with builder info [2025-12-16 07:55:17,559][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:17,560][ INFO][PID:2858128] 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:4512", "submitter": null, "ended_on": null, "started_on": 1765871717.5605822, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9914520", "build_id": 9914520, "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\": \"tmpnns4rk35\", \"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--86f49a8b-b8f4-4b46-a243-cb4686809ea4", "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:4512", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4512", "result_dir": "09914520", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9914520, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-16 07:55:17,603][ INFO][PID:2858128] Sending fedora-messaging bus message in build.start [2025-12-16 07:55:18,256][ INFO][PID:2858128] Sending fedora-messaging bus message in chroot.start [2025-12-16 07:55:18,289][ INFO][PID:2858128] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9914520 --detached [2025-12-16 07:55:18,604][ INFO][PID:2858128] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.87.7.52' (ED25519) to the list of known hosts. [2025-12-16 07:55:18,605][ INFO][PID:2858128] Downloading the builder-live.log file, attempt 1 [2025-12-16 07:55:18,607][ INFO][PID:2858128] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.87.7.52 copr-rpmbuild-log [2025-12-16 07:55:23,615][ INFO][PID:2858128] Periodic builder liveness probe: alive [2025-12-16 07:55:23,616][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:28,617][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:33,618][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:38,620][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:43,621][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:48,622][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:53,623][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:55:58,625][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:03,626][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:08,627][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:13,629][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:18,631][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:23,632][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:28,633][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:33,634][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:38,777][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:43,859][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:48,860][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:53,966][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:56:58,968][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:03,971][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:08,974][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:13,976][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:18,978][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:23,983][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:28,986][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:33,989][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:38,990][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:43,991][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:48,998][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:54,001][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:57:59,004][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:04,005][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:09,132][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:14,134][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:19,139][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:24,142][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:29,143][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:34,144][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:39,145][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:44,153][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:49,155][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:54,163][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:58:59,177][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:04,178][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:09,179][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:14,180][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:19,181][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:24,182][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:29,184][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:34,185][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:39,498][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:44,509][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:49,646][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:54,647][ INFO][PID:2858128] Checking for cancel request [2025-12-16 07:59:59,650][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:04,652][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:09,654][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:14,655][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:19,656][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:24,658][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:29,660][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:34,661][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:39,801][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:44,803][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:49,804][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:54,863][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:00:59,864][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:04,866][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:09,868][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:14,869][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:19,871][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:24,873][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:29,874][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:34,876][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:39,877][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:44,878][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:49,879][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:54,990][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:01:59,991][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:04,992][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:09,993][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:15,090][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:20,091][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:25,092][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:30,093][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:35,094][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:40,096][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:45,097][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:50,099][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:02:55,100][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:03:00,101][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:03:05,102][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:03:10,103][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:03:15,104][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:03:20,105][ INFO][PID:2858128] Checking for cancel request [2025-12-16 08:03:23,829][ INFO][PID:2858128] Downloading results from builder [2025-12-16 08:03:23,831][ INFO][PID:2858128] rsyncing of mockbuilder@3.87.7.52:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520 started [2025-12-16 08:03:23,833][ INFO][PID:2858128] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.87.7.52:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/build-09914520.rsync.log [2025-12-16 08:03:31,593][ INFO][PID:2858128] rsyncing finished. [2025-12-16 08:03:31,593][ INFO][PID:2858128] Releasing VM back to pool [2025-12-16 08:03:31,605][ INFO][PID:2858128] Searching for 'success' file in resultdir [2025-12-16 08:03:31,606][ INFO][PID:2858128] Getting build details [2025-12-16 08:03:31,606][ INFO][PID:2858128] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520 [2025-12-16 08:03:31,607][ INFO][PID:2858128] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/Sunshine-0.0.4512-1.src.rpm [2025-12-16 08:03:31,608][ INFO][PID:2858128] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/Sunshine-0.0.4512-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4512-1'} [2025-12-16 08:03:31,608][ INFO][PID:2858128] Finished build: id=9914520 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512 chroot=srpm-builds [2025-12-16 08:03:31,610][ INFO][PID:2858128] Worker succeeded build, took 494.04968643188477 [2025-12-16 08:03:31,611][ INFO][PID:2858128] 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:4512", "submitter": null, "ended_on": 1765872211.6102686, "started_on": 1765871717.5605822, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9914520", "build_id": 9914520, "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\": \"tmpnns4rk35\", \"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:4512/srpm-builds/09914520/Sunshine-0.0.4512-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--86f49a8b-b8f4-4b46-a243-cb4686809ea4", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4512", "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:4512", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4512", "result_dir": "09914520", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4512-1", "id": 9914520, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-16 08:03:31,675][ INFO][PID:2858128] Sending fedora-messaging bus message in build.end [2025-12-16 08:03:31,705][ INFO][PID:2858128] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/builder-live.log by gzip [2025-12-16 08:03:31,707][ INFO][PID:2858128] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/builder-live.log' as PID 2915383 [2025-12-16 08:03:31,713][ INFO][PID:2858128] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/builder-live.log) [2025-12-16 08:03:31,714][ INFO][PID:2858128] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/backend.log by gzip [2025-12-16 08:03:31,715][ INFO][PID:2858128] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4512/srpm-builds/09914520/backend.log' as PID 2915386