[2025-10-06 21:33:14,966][ INFO][PID:3816701] Marking build as starting [2025-10-06 21:33:14,988][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:14,989][ INFO][PID:3816701] VM allocation process starts [2025-10-06 21:33:15,003][ INFO][PID:3816701] Trying to allocate VM: ResallocHost, ticket_id=5498209, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-06 21:33:20,005][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:21,047][ INFO][PID:3816701] Allocated host ResallocHost, ticket_id=5498209, hostname=54.164.51.39, name=aws_x86_64_normalreserved_prod_07250052_20251006_212922, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-06 21:33:21,048][ INFO][PID:3816701] Allocating ssh connection to builder [2025-10-06 21:33:21,048][ INFO][PID:3816701] Checking that builder machine is OK [2025-10-06 21:33:21,369][ INFO][PID:3816701] Running remote command: copr-builder-ready srpm-builds [2025-10-06 21:33:21,567][ INFO][PID:3816701] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-06 21:33:21,567][ INFO][PID:3816701] Filling build.info file with builder info [2025-10-06 21:33:21,569][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:21,570][ INFO][PID:3816701] 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:4049", "submitter": null, "ended_on": null, "started_on": 1759786401.5698278, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9649032", "build_id": 9649032, "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\": \"tmpi1w77vee\", \"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--870d50e1-555f-441f-9568-3c54b0f40127", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09649032", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9649032, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-06 21:33:21,592][ INFO][PID:3816701] Sending fedora-messaging bus message in build.start [2025-10-06 21:33:22,250][ INFO][PID:3816701] Sending fedora-messaging bus message in chroot.start [2025-10-06 21:33:22,276][ INFO][PID:3816701] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9649032 --detached [2025-10-06 21:33:22,591][ INFO][PID:3816701] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.164.51.39' (ED25519) to the list of known hosts. [2025-10-06 21:33:22,591][ INFO][PID:3816701] Downloading the builder-live.log file, attempt 1 [2025-10-06 21:33:22,593][ INFO][PID:3816701] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.164.51.39 copr-rpmbuild-log [2025-10-06 21:33:27,601][ INFO][PID:3816701] Periodic builder liveness probe: alive [2025-10-06 21:33:27,602][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:32,603][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:37,604][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:42,605][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:47,606][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:52,607][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:33:57,607][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:02,608][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:07,609][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:12,610][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:17,611][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:22,612][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:27,613][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:32,614][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:37,615][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:42,616][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:47,616][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:52,617][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:34:57,618][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:02,619][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:07,620][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:12,621][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:17,622][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:22,622][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:27,623][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:32,624][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:37,625][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:42,626][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:47,627][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:52,628][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:35:57,629][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:02,630][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:07,631][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:12,632][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:17,633][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:22,634][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:27,635][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:32,636][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:37,637][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:42,638][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:47,639][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:52,640][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:36:57,641][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:02,642][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:07,643][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:12,644][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:17,645][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:22,645][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:27,646][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:32,647][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:37,648][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:42,649][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:47,650][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:52,651][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:37:57,652][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:02,653][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:07,654][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:12,656][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:17,656][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:22,658][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:27,658][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:32,660][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:37,661][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:42,662][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:47,663][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:52,663][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:38:57,664][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:02,665][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:07,666][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:12,667][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:17,668][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:22,669][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:27,670][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:32,671][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:37,672][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:42,673][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:47,674][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:52,674][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:39:57,675][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:02,676][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:07,677][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:12,678][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:17,679][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:22,680][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:27,681][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:32,682][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:37,682][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:42,683][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:47,684][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:52,685][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:40:57,686][ INFO][PID:3816701] Checking for cancel request [2025-10-06 21:41:00,255][ INFO][PID:3816701] Downloading results from builder [2025-10-06 21:41:00,255][ INFO][PID:3816701] rsyncing of mockbuilder@54.164.51.39:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032 started [2025-10-06 21:41:00,256][ INFO][PID:3816701] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.164.51.39:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/build-09649032.rsync.log [2025-10-06 21:41:05,990][ INFO][PID:3816701] rsyncing finished. [2025-10-06 21:41:05,991][ INFO][PID:3816701] Releasing VM back to pool [2025-10-06 21:41:06,002][ INFO][PID:3816701] Searching for 'success' file in resultdir [2025-10-06 21:41:06,003][ INFO][PID:3816701] Getting build details [2025-10-06 21:41:06,003][ INFO][PID:3816701] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032 [2025-10-06 21:41:06,004][ INFO][PID:3816701] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/Sunshine-0.0.4049-1.src.rpm [2025-10-06 21:41:06,004][ INFO][PID:3816701] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-10-06 21:41:06,005][ INFO][PID:3816701] Finished build: id=9649032 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-10-06 21:41:06,006][ INFO][PID:3816701] Worker succeeded build, took 464.4370527267456 [2025-10-06 21:41:06,007][ INFO][PID:3816701] 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:4049", "submitter": null, "ended_on": 1759786866.0068805, "started_on": 1759786401.5698278, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9649032", "build_id": 9649032, "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\": \"tmpi1w77vee\", \"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:4049/srpm-builds/09649032/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--870d50e1-555f-441f-9568-3c54b0f40127", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4049", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09649032", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9649032, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-06 21:41:06,038][ INFO][PID:3816701] Sending fedora-messaging bus message in build.end [2025-10-06 21:41:06,066][ INFO][PID:3816701] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/builder-live.log by gzip [2025-10-06 21:41:06,067][ INFO][PID:3816701] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/builder-live.log' as PID 3839185 [2025-10-06 21:41:06,073][ INFO][PID:3816701] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/builder-live.log) [2025-10-06 21:41:06,074][ INFO][PID:3816701] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/backend.log by gzip [2025-10-06 21:41:06,075][ INFO][PID:3816701] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09649032/backend.log' as PID 3839188