[2025-12-09 08:11:15,678][ INFO][PID:4066705] Marking build as starting [2025-12-09 08:11:15,710][ INFO][PID:4066705] Checking for cancel request [2025-12-09 08:11:15,711][ INFO][PID:4066705] VM allocation process starts [2025-12-09 09:04:58,587][ INFO][PID:4066705] Trying to allocate VM: ResallocHost, ticket_id=232065, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-09 09:05:03,595][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:08,605][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:13,612][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:16,797][ INFO][PID:4066705] Allocated host ResallocHost, ticket_id=232065, hostname=3.86.243.246, name=aws_x86_64_normalreserved_prod_00249132_20251209_072447, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-09 09:05:16,799][ INFO][PID:4066705] Allocating ssh connection to builder [2025-12-09 09:05:16,801][ INFO][PID:4066705] Checking that builder machine is OK [2025-12-09 09:05:17,216][ INFO][PID:4066705] Running remote command: copr-builder-ready srpm-builds [2025-12-09 09:05:17,479][ INFO][PID:4066705] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-09 09:05:17,480][ INFO][PID:4066705] Filling build.info file with builder info [2025-12-09 09:05:17,526][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:17,529][ INFO][PID:4066705] 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:4462", "submitter": null, "ended_on": null, "started_on": 1765271117.5288184, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9889168", "build_id": 9889168, "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\": \"tmprcuzud_h\", \"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--0046c71a-6ea8-4848-9995-7ecaa3683e68", "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:4462", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4462", "result_dir": "09889168", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9889168, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-09 09:05:17,599][ INFO][PID:4066705] Sending fedora-messaging bus message in build.start [2025-12-09 09:05:18,320][ INFO][PID:4066705] Sending fedora-messaging bus message in chroot.start [2025-12-09 09:05:18,353][ INFO][PID:4066705] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9889168 --detached [2025-12-09 09:05:18,719][ INFO][PID:4066705] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.86.243.246' (ED25519) to the list of known hosts. [2025-12-09 09:05:18,725][ INFO][PID:4066705] Downloading the builder-live.log file, attempt 1 [2025-12-09 09:05:18,727][ INFO][PID:4066705] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.86.243.246 copr-rpmbuild-log [2025-12-09 09:05:23,758][ INFO][PID:4066705] Periodic builder liveness probe: alive [2025-12-09 09:05:23,760][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:28,767][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:33,769][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:38,771][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:43,794][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:48,796][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:53,799][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:05:58,801][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:03,842][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:08,847][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:13,860][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:18,870][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:23,881][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:28,882][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:33,886][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:38,905][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:43,952][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:48,956][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:53,959][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:06:58,977][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:03,995][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:09,004][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:14,008][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:19,012][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:24,015][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:29,017][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:34,027][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:39,037][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:44,046][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:49,049][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:54,051][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:07:59,052][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:04,055][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:09,061][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:14,069][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:19,074][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:24,078][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:29,080][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:34,085][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:39,089][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:44,096][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:49,102][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:54,108][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:08:59,113][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:04,119][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:09,122][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:14,124][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:19,130][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:24,136][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:29,146][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:34,148][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:39,151][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:44,153][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:49,164][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:54,168][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:09:59,169][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:04,170][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:09,171][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:14,218][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:19,420][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:24,422][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:29,430][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:34,436][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:39,437][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:44,438][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:49,441][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:54,447][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:10:59,449][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:04,453][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:09,462][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:14,464][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:19,466][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:24,474][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:29,475][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:34,476][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:39,477][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:44,478][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:49,480][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:54,487][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:11:59,497][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:04,499][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:09,501][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:14,503][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:19,504][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:24,505][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:29,508][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:34,530][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:39,549][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:44,551][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:49,552][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:54,555][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:12:59,561][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:04,566][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:09,569][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:14,571][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:19,572][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:24,573][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:29,574][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:34,577][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:39,579][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:44,580][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:49,582][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:54,583][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:13:59,592][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:14:04,601][ INFO][PID:4066705] Checking for cancel request [2025-12-09 09:14:08,181][ INFO][PID:4066705] Downloading results from builder [2025-12-09 09:14:08,218][ INFO][PID:4066705] rsyncing of mockbuilder@3.86.243.246:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168 started [2025-12-09 09:14:08,274][ INFO][PID:4066705] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.86.243.246:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/build-09889168.rsync.log [2025-12-09 09:14:26,811][ INFO][PID:4066705] rsyncing finished. [2025-12-09 09:14:26,849][ INFO][PID:4066705] Releasing VM back to pool [2025-12-09 09:14:28,287][ INFO][PID:4066705] Searching for 'success' file in resultdir [2025-12-09 09:14:28,795][ INFO][PID:4066705] Getting build details [2025-12-09 09:14:28,814][ INFO][PID:4066705] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168 [2025-12-09 09:14:29,272][ INFO][PID:4066705] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/Sunshine-0.0.4462-1.src.rpm [2025-12-09 09:14:29,279][ INFO][PID:4066705] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/Sunshine-0.0.4462-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4462-1'} [2025-12-09 09:14:29,400][ INFO][PID:4066705] Finished build: id=9889168 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462 chroot=srpm-builds [2025-12-09 09:14:30,126][ INFO][PID:4066705] Worker succeeded build, took 552.5851471424103 [2025-12-09 09:14:30,248][ INFO][PID:4066705] 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:4462", "submitter": null, "ended_on": 1765271670.1139655, "started_on": 1765271117.5288184, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9889168", "build_id": 9889168, "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\": \"tmprcuzud_h\", \"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:4462/srpm-builds/09889168/Sunshine-0.0.4462-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--0046c71a-6ea8-4848-9995-7ecaa3683e68", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4462", "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:4462", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4462", "result_dir": "09889168", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4462-1", "id": 9889168, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-09 09:14:36,395][ INFO][PID:4066705] Sending fedora-messaging bus message in build.end [2025-12-09 09:14:37,855][ INFO][PID:4066705] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/builder-live.log by gzip [2025-12-09 09:14:37,908][ INFO][PID:4066705] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/builder-live.log' as PID 76888 [2025-12-09 09:14:37,961][ INFO][PID:4066705] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/builder-live.log) [2025-12-09 09:14:37,978][ INFO][PID:4066705] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/backend.log by gzip [2025-12-09 09:14:37,980][ INFO][PID:4066705] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4462/srpm-builds/09889168/backend.log' as PID 76897