[2025-11-08 15:44:57,301][ INFO][PID:3415166] Marking build as starting [2025-11-08 15:44:57,361][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:44:57,362][ INFO][PID:3415166] VM allocation process starts [2025-11-08 15:44:57,389][ INFO][PID:3415166] Trying to allocate VM: ResallocHost, ticket_id=6087097, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-08 15:45:00,457][ INFO][PID:3415166] Allocated host ResallocHost, ticket_id=6087097, hostname=54.158.12.229, name=aws_x86_64_normalreserved_prod_07896744_20251108_152642, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-08 15:45:00,457][ INFO][PID:3415166] Allocating ssh connection to builder [2025-11-08 15:45:00,458][ INFO][PID:3415166] Checking that builder machine is OK [2025-11-08 15:45:00,790][ INFO][PID:3415166] Running remote command: copr-builder-ready srpm-builds [2025-11-08 15:45:00,989][ INFO][PID:3415166] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-08 15:45:00,989][ INFO][PID:3415166] Filling build.info file with builder info [2025-11-08 15:45:00,990][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:00,991][ INFO][PID:3415166] 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:4049", "submitter": null, "ended_on": null, "started_on": 1762616700.991403, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9778899", "build_id": 9778899, "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\": \"tmpnyeaal0r\", \"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--ab96f4ab-4bb2-4db9-9701-6ce85ffcab8c", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09778899", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9778899, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-08 15:45:01,012][ INFO][PID:3415166] Sending fedora-messaging bus message in build.start [2025-11-08 15:45:01,735][ INFO][PID:3415166] Sending fedora-messaging bus message in chroot.start [2025-11-08 15:45:01,762][ INFO][PID:3415166] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9778899 --detached [2025-11-08 15:45:02,102][ INFO][PID:3415166] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.158.12.229' (ED25519) to the list of known hosts. [2025-11-08 15:45:02,102][ INFO][PID:3415166] Downloading the builder-live.log file, attempt 1 [2025-11-08 15:45:02,104][ INFO][PID:3415166] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.158.12.229 copr-rpmbuild-log [2025-11-08 15:45:07,108][ INFO][PID:3415166] Periodic builder liveness probe: alive [2025-11-08 15:45:07,109][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:12,110][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:17,111][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:22,112][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:27,113][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:32,114][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:37,115][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:42,116][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:47,117][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:52,117][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:45:57,118][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:02,119][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:07,120][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:12,121][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:17,122][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:22,123][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:27,124][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:32,125][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:37,126][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:42,127][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:47,128][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:52,129][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:46:57,130][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:02,130][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:07,131][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:12,132][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:17,133][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:22,134][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:27,135][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:32,136][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:37,137][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:42,138][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:47,139][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:52,140][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:47:57,141][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:48:02,142][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:48:07,143][ INFO][PID:3415166] Checking for cancel request [2025-11-08 15:48:07,144][ INFO][PID:3415166] calling cancel callback, and waiting [2025-11-08 15:48:10,437][ INFO][PID:3415166] Cancel request succeeded out: success err: Warning: Permanently added '54.158.12.229' (ED25519) to the list of known hosts. [2025-11-08 15:48:10,438][ ERROR][PID:3415166] Build was canceled [2025-11-08 15:48:10,439][ INFO][PID:3415166] Releasing VM back to pool [2025-11-08 15:48:10,447][WARNING][PID:3415166] Switching not-finished job state to 'failed' [2025-11-08 15:48:10,448][ INFO][PID:3415166] Worker failed build, took 189.45578336715698 [2025-11-08 15:48:10,448][ INFO][PID:3415166] 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:4049", "submitter": null, "ended_on": 1762616890.4471865, "started_on": 1762616700.991403, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9778899", "build_id": 9778899, "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\": \"tmpnyeaal0r\", \"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--ab96f4ab-4bb2-4db9-9701-6ce85ffcab8c", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09778899", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9778899, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-08 15:48:10,483][ INFO][PID:3415166] Sending fedora-messaging bus message in build.end [2025-11-08 15:48:10,508][ INFO][PID:3415166] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09778899/builder-live.log by gzip [2025-11-08 15:48:10,509][ INFO][PID:3415166] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09778899/builder-live.log' as PID 3421358 [2025-11-08 15:48:10,515][ INFO][PID:3415166] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09778899/builder-live.log) [2025-11-08 15:48:10,516][ INFO][PID:3415166] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09778899/backend.log by gzip [2025-11-08 15:48:10,517][ INFO][PID:3415166] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09778899/backend.log' as PID 3421359