[2025-12-29 23:10:15,384][ INFO][PID:2628984] Marking build as starting [2025-12-29 23:10:15,460][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:15,468][ INFO][PID:2628984] VM allocation process starts [2025-12-29 23:10:15,496][ INFO][PID:2628984] Trying to allocate VM: ResallocHost, ticket_id=564965, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-29 23:10:18,556][ INFO][PID:2628984] Allocated host ResallocHost, ticket_id=564965, hostname=52.90.60.63, name=aws_x86_64_normalreserved_prod_00833200_20251229_230738, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-29 23:10:18,557][ INFO][PID:2628984] Allocating ssh connection to builder [2025-12-29 23:10:18,557][ INFO][PID:2628984] Checking that builder machine is OK [2025-12-29 23:10:18,900][ INFO][PID:2628984] Running remote command: copr-builder-ready srpm-builds [2025-12-29 23:10:19,121][ INFO][PID:2628984] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-29 23:10:19,122][ INFO][PID:2628984] Filling build.info file with builder info [2025-12-29 23:10:19,124][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:19,125][ INFO][PID:2628984] 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:4546", "submitter": null, "ended_on": null, "started_on": 1767049819.1255426, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9959352", "build_id": 9959352, "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\": \"tmpob3__h4b\", \"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--8c8866fa-63ca-4ff6-90dc-b382aeeb5cd0", "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:4546", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4546", "result_dir": "09959352", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9959352, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-29 23:10:19,170][ INFO][PID:2628984] Sending fedora-messaging bus message in build.start [2025-12-29 23:10:19,823][ INFO][PID:2628984] Sending fedora-messaging bus message in chroot.start [2025-12-29 23:10:19,856][ INFO][PID:2628984] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9959352 --detached [2025-12-29 23:10:20,210][ INFO][PID:2628984] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.90.60.63' (ED25519) to the list of known hosts. [2025-12-29 23:10:20,211][ INFO][PID:2628984] Downloading the builder-live.log file, attempt 1 [2025-12-29 23:10:20,213][ INFO][PID:2628984] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.90.60.63 copr-rpmbuild-log [2025-12-29 23:10:25,263][ INFO][PID:2628984] Periodic builder liveness probe: alive [2025-12-29 23:10:25,263][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:30,264][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:35,268][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:40,272][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:45,273][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:50,274][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:10:55,276][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:00,279][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:05,280][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:10,281][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:15,283][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:20,285][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:25,287][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:30,288][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:35,289][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:40,290][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:45,292][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:50,293][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:11:55,294][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:00,295][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:05,296][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:10,297][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:15,298][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:20,300][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:25,302][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:30,305][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:35,306][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:40,307][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:45,308][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:50,309][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:12:55,310][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:00,310][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:05,311][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:10,312][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:15,313][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:20,314][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:25,315][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:30,317][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:35,318][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:40,319][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:45,320][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:50,321][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:13:55,322][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:00,324][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:05,326][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:10,326][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:15,328][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:20,329][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:25,330][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:30,331][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:35,332][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:40,333][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:45,334][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:50,335][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:14:55,336][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:00,337][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:05,338][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:10,339][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:15,340][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:20,341][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:25,342][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:30,343][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:35,344][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:40,345][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:45,346][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:50,347][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:15:55,348][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:16:00,349][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:16:05,350][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:16:10,459][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:16:15,460][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:16:20,461][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:16:25,461][ INFO][PID:2628984] Checking for cancel request [2025-12-29 23:16:25,462][ INFO][PID:2628984] calling cancel callback, and waiting [2025-12-29 23:16:28,763][ INFO][PID:2628984] Cancel request succeeded out: success err: Warning: Permanently added '52.90.60.63' (ED25519) to the list of known hosts. [2025-12-29 23:16:28,764][ ERROR][PID:2628984] Build was canceled [2025-12-29 23:16:28,764][ INFO][PID:2628984] Releasing VM back to pool [2025-12-29 23:16:28,772][WARNING][PID:2628984] Switching not-finished job state to 'failed' [2025-12-29 23:16:28,773][ INFO][PID:2628984] Worker failed build, took 369.64727759361267 [2025-12-29 23:16:28,773][ INFO][PID:2628984] 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:4546", "submitter": null, "ended_on": 1767050188.7728202, "started_on": 1767049819.1255426, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9959352", "build_id": 9959352, "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\": \"tmpob3__h4b\", \"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--8c8866fa-63ca-4ff6-90dc-b382aeeb5cd0", "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:4546", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4546", "result_dir": "09959352", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9959352, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-29 23:16:28,833][ INFO][PID:2628984] Sending fedora-messaging bus message in build.end [2025-12-29 23:16:28,861][ INFO][PID:2628984] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4546/srpm-builds/09959352/builder-live.log by gzip [2025-12-29 23:16:28,862][ INFO][PID:2628984] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4546/srpm-builds/09959352/builder-live.log' as PID 2656178 [2025-12-29 23:16:28,868][ INFO][PID:2628984] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4546/srpm-builds/09959352/builder-live.log) [2025-12-29 23:16:28,869][ INFO][PID:2628984] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4546/srpm-builds/09959352/backend.log by gzip [2025-12-29 23:16:28,870][ INFO][PID:2628984] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4546/srpm-builds/09959352/backend.log' as PID 2656180