[2025-09-24 07:36:02,128][ INFO][PID:1983252] Marking build as starting [2025-09-24 07:36:02,158][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:02,158][ INFO][PID:1983252] VM allocation process starts [2025-09-24 07:36:02,170][ INFO][PID:1983252] Trying to allocate VM: ResallocHost, ticket_id=5239522, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-24 07:36:05,188][ INFO][PID:1983252] Allocated host ResallocHost, ticket_id=5239522, hostname=2620:52:3:1:dead:beef:cafe:c113, name=copr_hv_x86_64_01_prod_06902132_20250924_060001, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-24 07:36:05,188][ INFO][PID:1983252] Allocating ssh connection to builder [2025-09-24 07:36:05,188][ INFO][PID:1983252] Checking that builder machine is OK [2025-09-24 07:36:06,010][ INFO][PID:1983252] Running remote command: copr-builder-ready srpm-builds [2025-09-24 07:36:06,340][ INFO][PID:1983252] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-24 07:36:06,341][ INFO][PID:1983252] Filling build.info file with builder info [2025-09-24 07:36:06,341][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:06,342][ INFO][PID:1983252] 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:4286", "submitter": null, "ended_on": null, "started_on": 1758699366.3421838, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9596278", "build_id": 9596278, "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\": \"tmpbk8hw4zf\", \"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--4bbfc44a-2a8d-433f-870f-56b396358147", "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:4286", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286", "result_dir": "09596278", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9596278, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-24 07:36:06,363][ INFO][PID:1983252] Sending fedora-messaging bus message in build.start [2025-09-24 07:36:07,015][ INFO][PID:1983252] Sending fedora-messaging bus message in chroot.start [2025-09-24 07:36:07,042][ INFO][PID:1983252] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9596278 --detached [2025-09-24 07:36:07,900][ INFO][PID:1983252] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c113' (ED25519) to the list of known hosts. [2025-09-24 07:36:07,901][ INFO][PID:1983252] Downloading the builder-live.log file, attempt 1 [2025-09-24 07:36:07,902][ INFO][PID:1983252] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c113 copr-rpmbuild-log [2025-09-24 07:36:12,906][ INFO][PID:1983252] Periodic builder liveness probe: alive [2025-09-24 07:36:12,907][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:17,908][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:22,909][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:27,910][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:32,911][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:37,912][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:42,913][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:47,914][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:52,915][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:36:57,916][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:02,917][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:07,918][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:12,919][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:17,920][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:22,921][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:27,922][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:32,923][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:37,924][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:42,925][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:47,926][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:52,927][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:37:57,928][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:02,928][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:07,929][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:12,930][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:17,931][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:22,932][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:27,933][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:32,934][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:37,936][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:42,937][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:47,938][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:52,939][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:38:57,941][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:02,942][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:07,943][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:12,944][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:17,945][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:22,945][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:27,946][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:32,947][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:37,948][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:42,949][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:47,951][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:52,951][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:39:57,952][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:02,954][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:07,955][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:12,957][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:17,958][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:22,959][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:27,959][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:32,960][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:37,961][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:42,963][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:47,964][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:52,965][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:40:57,966][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:02,967][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:07,970][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:12,972][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:17,974][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:22,981][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:27,983][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:32,984][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:37,985][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:42,988][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:47,990][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:52,991][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:41:57,992][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:02,993][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:07,994][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:12,995][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:17,996][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:22,997][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:27,999][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:33,000][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:38,001][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:43,002][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:48,003][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:53,004][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:42:58,005][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:03,007][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:08,007][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:13,008][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:18,009][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:23,011][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:28,011][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:33,012][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:38,014][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:43,016][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:48,017][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:53,018][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:43:58,019][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:44:03,020][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:44:08,021][ INFO][PID:1983252] Checking for cancel request [2025-09-24 07:44:09,187][ INFO][PID:1983252] Downloading results from builder [2025-09-24 07:44:09,188][ INFO][PID:1983252] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c113]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278 started [2025-09-24 07:44:09,190][ INFO][PID:1983252] 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:c113]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/build-09596278.rsync.log [2025-09-24 07:44:22,884][ INFO][PID:1983252] rsyncing finished. [2025-09-24 07:44:22,884][ INFO][PID:1983252] Releasing VM back to pool [2025-09-24 07:44:22,895][ INFO][PID:1983252] Searching for 'success' file in resultdir [2025-09-24 07:44:22,896][ INFO][PID:1983252] Getting build details [2025-09-24 07:44:22,897][ INFO][PID:1983252] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278 [2025-09-24 07:44:22,897][ INFO][PID:1983252] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/Sunshine-0.0.4286-1.src.rpm [2025-09-24 07:44:22,898][ INFO][PID:1983252] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/Sunshine-0.0.4286-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4286-1'} [2025-09-24 07:44:22,898][ INFO][PID:1983252] Finished build: id=9596278 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286 chroot=srpm-builds [2025-09-24 07:44:22,900][ INFO][PID:1983252] Worker succeeded build, took 496.55822825431824 [2025-09-24 07:44:22,901][ INFO][PID:1983252] 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:4286", "submitter": null, "ended_on": 1758699862.900412, "started_on": 1758699366.3421838, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9596278", "build_id": 9596278, "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\": \"tmpbk8hw4zf\", \"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:4286/srpm-builds/09596278/Sunshine-0.0.4286-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--4bbfc44a-2a8d-433f-870f-56b396358147", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4286", "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:4286", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286", "result_dir": "09596278", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4286-1", "id": 9596278, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-24 07:44:22,929][ INFO][PID:1983252] Sending fedora-messaging bus message in build.end [2025-09-24 07:44:22,954][ INFO][PID:1983252] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/builder-live.log by gzip [2025-09-24 07:44:22,955][ INFO][PID:1983252] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/builder-live.log' as PID 2030813 [2025-09-24 07:44:22,962][ INFO][PID:1983252] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/builder-live.log) [2025-09-24 07:44:22,962][ INFO][PID:1983252] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/backend.log by gzip [2025-09-24 07:44:22,963][ INFO][PID:1983252] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09596278/backend.log' as PID 2030814