[2025-11-12 05:27:33,395][ INFO][PID:2406501] Marking build as starting [2025-11-12 05:27:33,419][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:27:33,420][ INFO][PID:2406501] VM allocation process starts [2025-11-12 05:27:33,433][ INFO][PID:2406501] Trying to allocate VM: ResallocHost, ticket_id=6137884, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-12 05:27:36,478][ INFO][PID:2406501] Allocated host ResallocHost, ticket_id=6137884, hostname=13.221.144.39, name=aws_x86_64_normalreserved_prod_07949710_20251112_051227, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-12 05:27:36,478][ INFO][PID:2406501] Allocating ssh connection to builder [2025-11-12 05:27:36,478][ INFO][PID:2406501] Checking that builder machine is OK [2025-11-12 05:27:36,791][ INFO][PID:2406501] Running remote command: copr-builder-ready srpm-builds [2025-11-12 05:27:36,994][ INFO][PID:2406501] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-12 05:27:36,995][ INFO][PID:2406501] Filling build.info file with builder info [2025-11-12 05:27:36,996][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:27:36,997][ INFO][PID:2406501] 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:4412", "submitter": null, "ended_on": null, "started_on": 1762925256.997279, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9789315", "build_id": 9789315, "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\": \"tmp_9psoy80\", \"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--5fc54fe8-f4f7-49df-a44f-ea2eb25367dd", "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:4412", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4412", "result_dir": "09789315", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9789315, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-12 05:27:37,032][ INFO][PID:2406501] Sending fedora-messaging bus message in build.start [2025-11-12 05:27:37,850][ INFO][PID:2406501] Sending fedora-messaging bus message in chroot.start [2025-11-12 05:27:37,891][ INFO][PID:2406501] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9789315 --detached [2025-11-12 05:27:38,226][ INFO][PID:2406501] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.221.144.39' (ED25519) to the list of known hosts. [2025-11-12 05:27:38,227][ INFO][PID:2406501] Downloading the builder-live.log file, attempt 1 [2025-11-12 05:27:38,228][ INFO][PID:2406501] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.221.144.39 copr-rpmbuild-log [2025-11-12 05:27:43,232][ INFO][PID:2406501] Periodic builder liveness probe: alive [2025-11-12 05:27:43,232][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:27:48,233][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:27:53,234][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:27:58,235][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:03,236][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:08,237][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:13,237][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:18,238][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:23,239][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:28,240][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:33,241][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:38,242][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:43,244][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:48,245][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:53,245][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:28:58,246][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:03,247][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:08,248][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:13,249][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:18,250][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:23,251][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:28,252][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:33,253][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:38,254][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:43,255][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:48,256][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:53,257][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:29:58,258][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:03,259][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:08,260][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:13,261][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:18,262][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:23,263][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:28,264][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:33,265][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:38,266][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:43,267][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:48,268][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:53,269][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:30:58,270][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:03,271][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:08,272][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:13,273][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:18,274][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:23,275][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:28,276][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:33,277][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:38,278][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:43,278][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:48,279][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:53,281][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:31:58,282][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:03,283][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:08,283][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:13,284][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:18,285][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:23,286][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:28,287][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:33,288][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:38,289][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:43,290][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:48,291][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:53,292][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:32:58,293][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:03,293][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:08,294][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:13,295][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:18,296][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:23,298][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:28,298][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:33,299][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:38,300][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:43,301][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:48,302][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:53,303][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:33:58,304][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:03,305][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:08,306][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:13,307][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:18,308][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:23,309][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:28,310][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:33,310][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:38,311][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:43,312][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:48,313][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:53,314][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:34:58,315][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:03,316][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:08,317][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:13,318][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:18,319][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:23,320][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:28,321][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:33,322][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:38,323][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:43,324][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:48,324][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:53,325][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:35:58,326][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:03,327][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:08,328][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:13,329][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:18,330][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:23,331][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:28,332][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:33,333][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:38,334][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:43,335][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:48,336][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:53,337][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:36:58,338][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:03,339][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:08,340][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:13,341][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:18,342][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:23,343][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:28,344][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:33,345][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:38,346][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:43,351][ INFO][PID:2406501] Periodic builder liveness probe: alive [2025-11-12 05:37:43,352][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:48,352][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:53,353][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:37:58,354][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:03,355][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:08,356][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:13,357][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:18,358][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:23,359][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:28,360][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:33,360][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:38,361][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:43,362][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:48,363][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:53,364][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:38:58,365][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:03,366][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:08,367][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:13,368][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:18,369][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:23,370][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:28,371][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:33,372][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:38,373][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:43,374][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:48,375][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:53,376][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:39:58,377][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:03,378][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:08,379][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:13,380][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:18,381][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:23,382][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:28,383][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:33,384][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:38,385][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:43,386][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:48,387][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:53,432][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:40:58,538][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:03,539][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:08,594][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:13,594][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:18,595][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:23,639][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:28,675][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:33,676][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:38,677][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:43,678][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:48,679][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:53,680][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:41:58,704][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:42:03,714][ INFO][PID:2406501] Checking for cancel request [2025-11-12 05:42:04,970][ INFO][PID:2406501] Downloading results from builder [2025-11-12 05:42:04,970][ INFO][PID:2406501] rsyncing of mockbuilder@13.221.144.39:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315 started [2025-11-12 05:42:04,972][ INFO][PID:2406501] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.221.144.39:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/build-09789315.rsync.log [2025-11-12 05:42:10,665][ INFO][PID:2406501] rsyncing finished. [2025-11-12 05:42:10,665][ INFO][PID:2406501] Releasing VM back to pool [2025-11-12 05:42:10,676][ INFO][PID:2406501] Searching for 'success' file in resultdir [2025-11-12 05:42:10,677][ INFO][PID:2406501] Getting build details [2025-11-12 05:42:10,677][ INFO][PID:2406501] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315 [2025-11-12 05:42:10,678][ INFO][PID:2406501] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/Sunshine-0.0.4412-1.src.rpm [2025-11-12 05:42:10,679][ INFO][PID:2406501] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/Sunshine-0.0.4412-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4412-1'} [2025-11-12 05:42:10,679][ INFO][PID:2406501] Finished build: id=9789315 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412 chroot=srpm-builds [2025-11-12 05:42:10,681][ INFO][PID:2406501] Worker succeeded build, took 873.6841404438019 [2025-11-12 05:42:10,682][ INFO][PID:2406501] 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:4412", "submitter": null, "ended_on": 1762926130.6814194, "started_on": 1762925256.997279, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9789315", "build_id": 9789315, "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\": \"tmp_9psoy80\", \"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:4412/srpm-builds/09789315/Sunshine-0.0.4412-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--5fc54fe8-f4f7-49df-a44f-ea2eb25367dd", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4412", "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:4412", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4412", "result_dir": "09789315", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4412-1", "id": 9789315, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-12 05:42:10,733][ INFO][PID:2406501] Sending fedora-messaging bus message in build.end [2025-11-12 05:42:10,775][ INFO][PID:2406501] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/builder-live.log by gzip [2025-11-12 05:42:10,776][ INFO][PID:2406501] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/builder-live.log' as PID 2446838 [2025-11-12 05:42:10,783][ INFO][PID:2406501] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/builder-live.log) [2025-11-12 05:42:10,783][ INFO][PID:2406501] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/backend.log by gzip [2025-11-12 05:42:10,784][ INFO][PID:2406501] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4412/srpm-builds/09789315/backend.log' as PID 2446839