[2025-09-23 19:00:46,386][ INFO][PID:2687585] Marking build as starting [2025-09-23 19:00:46,417][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:00:46,418][ INFO][PID:2687585] VM allocation process starts [2025-09-23 19:00:46,449][ INFO][PID:2687585] Trying to allocate VM: ResallocHost, ticket_id=5232786, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-23 19:00:49,481][ INFO][PID:2687585] Allocated host ResallocHost, ticket_id=5232786, hostname=2620:52:3:1:dead:beef:cafe:c111, name=copr_hv_x86_64_01_prod_06897067_20250923_185641, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-23 19:00:49,482][ INFO][PID:2687585] Allocating ssh connection to builder [2025-09-23 19:00:49,482][ INFO][PID:2687585] Checking that builder machine is OK [2025-09-23 19:00:50,093][ INFO][PID:2687585] Running remote command: copr-builder-ready srpm-builds [2025-09-23 19:00:50,416][ INFO][PID:2687585] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-23 19:00:50,417][ INFO][PID:2687585] Filling build.info file with builder info [2025-09-23 19:00:50,418][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:00:50,419][ INFO][PID:2687585] 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:4291", "submitter": null, "ended_on": null, "started_on": 1758654050.4192195, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9595115", "build_id": 9595115, "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\": \"tmp8vmlho_v\", \"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--30021505-32c8-4793-a11c-1fc038b9303f", "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:4291", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4291", "result_dir": "09595115", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9595115, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-23 19:00:50,444][ INFO][PID:2687585] Sending fedora-messaging bus message in build.start [2025-09-23 19:00:51,337][ INFO][PID:2687585] Sending fedora-messaging bus message in chroot.start [2025-09-23 19:00:51,361][ INFO][PID:2687585] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9595115 --detached [2025-09-23 19:00:52,081][ INFO][PID:2687585] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c111' (ED25519) to the list of known hosts. [2025-09-23 19:00:52,082][ INFO][PID:2687585] Downloading the builder-live.log file, attempt 1 [2025-09-23 19:00:52,084][ INFO][PID:2687585] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c111 copr-rpmbuild-log [2025-09-23 19:00:57,088][ INFO][PID:2687585] Periodic builder liveness probe: alive [2025-09-23 19:00:57,088][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:02,089][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:07,091][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:12,092][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:17,093][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:22,094][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:27,095][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:32,096][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:37,098][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:42,099][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:47,100][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:52,101][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:01:57,103][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:02,104][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:07,106][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:12,107][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:17,108][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:22,109][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:27,110][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:32,111][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:37,112][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:42,113][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:47,114][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:52,115][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:02:57,116][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:02,117][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:07,118][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:12,120][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:17,121][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:22,122][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:27,123][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:32,124][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:37,125][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:42,126][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:47,127][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:52,128][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:03:57,129][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:02,130][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:07,131][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:12,132][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:17,133][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:22,134][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:27,135][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:32,136][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:37,137][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:42,138][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:47,139][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:52,140][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:04:57,141][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:02,142][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:07,143][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:12,144][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:17,146][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:22,148][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:27,149][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:32,151][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:37,155][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:42,157][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:47,158][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:52,159][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:05:57,161][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:02,162][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:07,163][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:12,164][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:17,165][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:22,166][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:27,167][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:32,168][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:37,171][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:42,176][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:47,178][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:52,180][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:06:57,189][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:02,193][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:07,198][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:12,200][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:17,202][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:22,203][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:27,204][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:32,205][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:37,207][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:42,208][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:47,209][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:52,210][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:07:57,212][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:02,216][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:07,217][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:12,218][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:17,219][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:22,221][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:27,223][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:32,224][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:37,225][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:42,226][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:47,230][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:52,231][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:08:57,232][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:02,233][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:07,235][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:12,238][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:17,240][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:22,242][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:27,246][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:32,249][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:37,255][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:42,257][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:47,259][ INFO][PID:2687585] Checking for cancel request [2025-09-23 19:09:50,447][ INFO][PID:2687585] Downloading results from builder [2025-09-23 19:09:50,447][ INFO][PID:2687585] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c111]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115 started [2025-09-23 19:09:50,450][ INFO][PID:2687585] 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:c111]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/build-09595115.rsync.log [2025-09-23 19:10:25,590][ INFO][PID:2687585] rsyncing finished. [2025-09-23 19:10:25,590][ INFO][PID:2687585] Releasing VM back to pool [2025-09-23 19:10:25,605][ INFO][PID:2687585] Searching for 'success' file in resultdir [2025-09-23 19:10:25,606][ INFO][PID:2687585] Getting build details [2025-09-23 19:10:25,607][ INFO][PID:2687585] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115 [2025-09-23 19:10:25,609][ INFO][PID:2687585] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/Sunshine-0.0.4291-1.src.rpm [2025-09-23 19:10:25,610][ INFO][PID:2687585] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/Sunshine-0.0.4291-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4291-1'} [2025-09-23 19:10:25,611][ INFO][PID:2687585] Finished build: id=9595115 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291 chroot=srpm-builds [2025-09-23 19:10:25,613][ INFO][PID:2687585] Worker succeeded build, took 575.1945085525513 [2025-09-23 19:10:25,615][ INFO][PID:2687585] 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:4291", "submitter": null, "ended_on": 1758654625.613728, "started_on": 1758654050.4192195, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9595115", "build_id": 9595115, "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\": \"tmp8vmlho_v\", \"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:4291/srpm-builds/09595115/Sunshine-0.0.4291-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--30021505-32c8-4793-a11c-1fc038b9303f", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4291", "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:4291", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4291", "result_dir": "09595115", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4291-1", "id": 9595115, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-23 19:10:25,644][ INFO][PID:2687585] Sending fedora-messaging bus message in build.end [2025-09-23 19:10:25,676][ INFO][PID:2687585] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/builder-live.log by gzip [2025-09-23 19:10:25,679][ INFO][PID:2687585] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/builder-live.log' as PID 2762294 [2025-09-23 19:10:25,689][ INFO][PID:2687585] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/builder-live.log) [2025-09-23 19:10:25,691][ INFO][PID:2687585] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/backend.log by gzip [2025-09-23 19:10:25,693][ INFO][PID:2687585] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4291/srpm-builds/09595115/backend.log' as PID 2762295