[2025-11-02 20:42:06,174][ INFO][PID:3343158] Marking build as starting [2025-11-02 20:42:06,200][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:06,201][ INFO][PID:3343158] VM allocation process starts [2025-11-02 20:42:06,273][ INFO][PID:3343158] Trying to allocate VM: ResallocHost, ticket_id=5984149, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-02 20:42:09,300][ INFO][PID:3343158] Allocated host ResallocHost, ticket_id=5984149, hostname=3.237.201.88, name=aws_x86_64_normalreserved_prod_07787476_20251102_202934, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-02 20:42:09,301][ INFO][PID:3343158] Allocating ssh connection to builder [2025-11-02 20:42:09,301][ INFO][PID:3343158] Checking that builder machine is OK [2025-11-02 20:42:09,687][ INFO][PID:3343158] Running remote command: copr-builder-ready srpm-builds [2025-11-02 20:42:09,896][ INFO][PID:3343158] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-02 20:42:09,896][ INFO][PID:3343158] Filling build.info file with builder info [2025-11-02 20:42:09,897][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:09,898][ INFO][PID:3343158] 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:4386", "submitter": null, "ended_on": null, "started_on": 1762116129.898041, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9758593", "build_id": 9758593, "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\": \"tmph68yznlo\", \"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--1063f51a-5119-4c70-ae16-f0c6858c453f", "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:4386", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4386", "result_dir": "09758593", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9758593, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-02 20:42:09,920][ INFO][PID:3343158] Sending fedora-messaging bus message in build.start [2025-11-02 20:42:10,587][ INFO][PID:3343158] Sending fedora-messaging bus message in chroot.start [2025-11-02 20:42:10,610][ INFO][PID:3343158] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9758593 --detached [2025-11-02 20:42:10,957][ INFO][PID:3343158] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.237.201.88' (ED25519) to the list of known hosts. [2025-11-02 20:42:10,957][ INFO][PID:3343158] Downloading the builder-live.log file, attempt 1 [2025-11-02 20:42:10,958][ INFO][PID:3343158] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.237.201.88 copr-rpmbuild-log [2025-11-02 20:42:15,964][ INFO][PID:3343158] Periodic builder liveness probe: alive [2025-11-02 20:42:15,964][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:20,965][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:25,967][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:30,968][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:35,970][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:40,972][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:45,973][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:50,974][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:42:55,975][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:00,976][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:05,977][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:10,979][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:15,983][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:20,984][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:25,985][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:30,986][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:35,987][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:40,988][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:45,988][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:50,990][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:43:55,990][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:00,992][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:05,993][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:10,994][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:15,994][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:20,995][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:25,996][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:30,997][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:35,998][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:40,999][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:46,000][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:51,001][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:44:56,002][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:01,003][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:06,004][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:11,005][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:16,006][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:21,007][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:26,008][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:31,009][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:36,010][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:41,011][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:46,012][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:51,013][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:45:56,014][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:01,015][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:06,016][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:11,017][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:16,018][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:21,019][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:26,020][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:31,021][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:36,022][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:41,023][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:46,024][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:51,025][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:46:56,026][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:01,026][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:06,027][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:11,028][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:16,029][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:21,030][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:26,031][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:31,032][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:36,033][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:41,034][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:46,035][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:51,036][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:47:56,037][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:01,038][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:06,038][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:11,039][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:16,040][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:21,041][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:26,042][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:31,043][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:36,044][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:41,045][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:46,046][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:51,047][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:48:56,048][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:01,049][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:06,050][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:11,050][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:16,051][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:21,052][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:26,053][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:31,054][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:36,055][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:41,056][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:46,057][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:51,058][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:49:56,059][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:50:01,060][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:50:06,061][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:50:11,061][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:50:16,062][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:50:21,063][ INFO][PID:3343158] Checking for cancel request [2025-11-02 20:50:23,397][ INFO][PID:3343158] Downloading results from builder [2025-11-02 20:50:23,398][ INFO][PID:3343158] rsyncing of mockbuilder@3.237.201.88:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593 started [2025-11-02 20:50:23,399][ INFO][PID:3343158] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.237.201.88:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/build-09758593.rsync.log [2025-11-02 20:50:28,514][ INFO][PID:3343158] rsyncing finished. [2025-11-02 20:50:28,514][ INFO][PID:3343158] Releasing VM back to pool [2025-11-02 20:50:28,523][ INFO][PID:3343158] Searching for 'success' file in resultdir [2025-11-02 20:50:28,524][ INFO][PID:3343158] Getting build details [2025-11-02 20:50:28,524][ INFO][PID:3343158] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593 [2025-11-02 20:50:28,525][ INFO][PID:3343158] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/Sunshine-0.0.4386-1.src.rpm [2025-11-02 20:50:28,525][ INFO][PID:3343158] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/Sunshine-0.0.4386-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4386-1'} [2025-11-02 20:50:28,525][ INFO][PID:3343158] Finished build: id=9758593 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386 chroot=srpm-builds [2025-11-02 20:50:28,526][ INFO][PID:3343158] Worker succeeded build, took 498.6289222240448 [2025-11-02 20:50:28,527][ INFO][PID:3343158] 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:4386", "submitter": null, "ended_on": 1762116628.5269632, "started_on": 1762116129.898041, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9758593", "build_id": 9758593, "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\": \"tmph68yznlo\", \"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:4386/srpm-builds/09758593/Sunshine-0.0.4386-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--1063f51a-5119-4c70-ae16-f0c6858c453f", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4386", "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:4386", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4386", "result_dir": "09758593", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4386-1", "id": 9758593, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-02 20:50:28,572][ INFO][PID:3343158] Sending fedora-messaging bus message in build.end [2025-11-02 20:50:28,662][ INFO][PID:3343158] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/builder-live.log by gzip [2025-11-02 20:50:28,664][ INFO][PID:3343158] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/builder-live.log' as PID 3369436 [2025-11-02 20:50:28,670][ INFO][PID:3343158] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/builder-live.log) [2025-11-02 20:50:28,670][ INFO][PID:3343158] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/backend.log by gzip [2025-11-02 20:50:28,671][ INFO][PID:3343158] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4386/srpm-builds/09758593/backend.log' as PID 3369437