[2025-12-08 21:14:58,153][ INFO][PID:1079322] Marking build as starting [2025-12-08 21:14:58,193][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:14:58,194][ INFO][PID:1079322] VM allocation process starts [2025-12-08 21:14:58,205][ INFO][PID:1079322] Trying to allocate VM: ResallocHost, ticket_id=224287, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-08 21:15:03,206][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:08,208][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:13,209][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:18,298][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:23,755][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:29,272][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:34,588][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:40,461][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:46,061][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:51,428][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:15:56,433][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:01,633][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:06,947][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:12,437][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:17,832][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:22,848][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:27,907][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:33,349][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:38,391][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:44,375][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:49,381][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:54,940][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:16:59,942][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:05,782][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:11,490][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:16,824][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:21,972][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:27,958][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:33,721][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:38,722][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:43,724][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:48,725][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:53,726][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:17:58,728][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:03,729][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:08,740][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:13,741][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:16,306][ INFO][PID:1079322] Allocated host ResallocHost, ticket_id=224287, hostname=52.90.10.102, name=aws_x86_64_normalreserved_prod_00230490_20251208_211555, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-08 21:18:16,307][ INFO][PID:1079322] Allocating ssh connection to builder [2025-12-08 21:18:16,307][ INFO][PID:1079322] Checking that builder machine is OK [2025-12-08 21:18:16,661][ INFO][PID:1079322] Running remote command: copr-builder-ready srpm-builds [2025-12-08 21:18:16,876][ INFO][PID:1079322] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-08 21:18:16,877][ INFO][PID:1079322] Filling build.info file with builder info [2025-12-08 21:18:16,997][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:16,998][ INFO][PID:1079322] 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:4481", "submitter": null, "ended_on": null, "started_on": 1765228696.9985137, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9887744", "build_id": 9887744, "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\": \"tmpu1gutc5q\", \"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--1fe9643f-9eb0-4ae9-942c-7da839c1817d", "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:4481", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4481", "result_dir": "09887744", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9887744, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-08 21:18:17,031][ INFO][PID:1079322] Sending fedora-messaging bus message in build.start [2025-12-08 21:18:17,705][ INFO][PID:1079322] Sending fedora-messaging bus message in chroot.start [2025-12-08 21:18:17,744][ INFO][PID:1079322] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9887744 --detached [2025-12-08 21:18:18,128][ INFO][PID:1079322] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.90.10.102' (ED25519) to the list of known hosts. [2025-12-08 21:18:18,129][ INFO][PID:1079322] Downloading the builder-live.log file, attempt 1 [2025-12-08 21:18:18,130][ INFO][PID:1079322] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.90.10.102 copr-rpmbuild-log [2025-12-08 21:18:23,136][ INFO][PID:1079322] Periodic builder liveness probe: alive [2025-12-08 21:18:23,136][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:28,137][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:33,138][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:38,139][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:43,141][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:48,143][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:53,144][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:18:58,145][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:03,151][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:08,152][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:13,154][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:18,155][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:23,156][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:28,159][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:33,163][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:38,164][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:43,165][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:48,166][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:53,170][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:19:58,171][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:03,573][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:09,512][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:14,895][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:19,898][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:24,965][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:30,066][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:35,145][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:40,146][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:45,218][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:50,221][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:20:55,223][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:00,495][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:05,614][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:10,616][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:15,617][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:20,618][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:25,846][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:30,954][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:36,733][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:42,187][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:47,747][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:52,837][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:21:57,844][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:03,747][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:09,285][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:14,472][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:20,247][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:25,823][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:31,575][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:36,576][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:41,580][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:46,583][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:51,584][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:22:56,595][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:01,596][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:06,598][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:11,599][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:16,600][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:21,601][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:27,004][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:32,859][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:38,394][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:43,674][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:49,750][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:23:55,217][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:00,971][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:06,218][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:11,818][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:18,057][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:24,374][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:30,226][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:35,579][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:41,345][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:46,651][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:52,573][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:24:58,467][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:04,499][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:10,093][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:15,922][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:21,508][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:26,882][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:32,297][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:38,118][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:43,902][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:49,994][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:25:55,988][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:01,195][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:07,032][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:13,166][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:19,082][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:24,610][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:30,407][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:36,361][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:42,500][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:48,641][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:54,733][ INFO][PID:1079322] Checking for cancel request [2025-12-08 21:26:56,466][ INFO][PID:1079322] Downloading results from builder [2025-12-08 21:26:56,467][ INFO][PID:1079322] rsyncing of mockbuilder@52.90.10.102:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744 started [2025-12-08 21:26:56,468][ INFO][PID:1079322] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.90.10.102:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/build-09887744.rsync.log [2025-12-08 21:27:03,680][ INFO][PID:1079322] rsyncing finished. [2025-12-08 21:27:03,681][ INFO][PID:1079322] Releasing VM back to pool [2025-12-08 21:27:03,688][ INFO][PID:1079322] Searching for 'success' file in resultdir [2025-12-08 21:27:03,689][ INFO][PID:1079322] Getting build details [2025-12-08 21:27:03,689][ INFO][PID:1079322] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744 [2025-12-08 21:27:03,691][ INFO][PID:1079322] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/Sunshine-0.0.4481-1.src.rpm [2025-12-08 21:27:03,691][ INFO][PID:1079322] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/Sunshine-0.0.4481-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4481-1'} [2025-12-08 21:27:03,691][ INFO][PID:1079322] Finished build: id=9887744 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481 chroot=srpm-builds [2025-12-08 21:27:03,693][ INFO][PID:1079322] Worker succeeded build, took 526.6947169303894 [2025-12-08 21:27:03,693][ INFO][PID:1079322] 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:4481", "submitter": null, "ended_on": 1765229223.6932306, "started_on": 1765228696.9985137, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9887744", "build_id": 9887744, "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\": \"tmpu1gutc5q\", \"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:4481/srpm-builds/09887744/Sunshine-0.0.4481-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--1fe9643f-9eb0-4ae9-942c-7da839c1817d", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4481", "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:4481", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4481", "result_dir": "09887744", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4481-1", "id": 9887744, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-08 21:27:03,733][ INFO][PID:1079322] Sending fedora-messaging bus message in build.end [2025-12-08 21:27:03,760][ INFO][PID:1079322] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/builder-live.log by gzip [2025-12-08 21:27:03,761][ INFO][PID:1079322] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/builder-live.log' as PID 1138984 [2025-12-08 21:27:03,768][ INFO][PID:1079322] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/builder-live.log) [2025-12-08 21:27:03,768][ INFO][PID:1079322] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/backend.log by gzip [2025-12-08 21:27:03,769][ INFO][PID:1079322] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4481/srpm-builds/09887744/backend.log' as PID 1138985