[2025-09-17 00:29:52,847][ INFO][PID:1271526] Marking build as starting [2025-09-17 00:29:52,871][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:29:52,872][ INFO][PID:1271526] VM allocation process starts [2025-09-17 00:29:52,889][ INFO][PID:1271526] Trying to allocate VM: ResallocHost, ticket_id=5088091, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-17 00:29:55,916][ INFO][PID:1271526] Allocated host ResallocHost, ticket_id=5088091, hostname=184.73.120.115, name=aws_x86_64_normalreserved_prod_06791401_20250917_002147, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-17 00:29:55,916][ INFO][PID:1271526] Allocating ssh connection to builder [2025-09-17 00:29:55,917][ INFO][PID:1271526] Checking that builder machine is OK [2025-09-17 00:29:56,225][ INFO][PID:1271526] Running remote command: copr-builder-ready srpm-builds [2025-09-17 00:29:56,423][ INFO][PID:1271526] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-17 00:29:56,423][ INFO][PID:1271526] Filling build.info file with builder info [2025-09-17 00:29:56,424][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:29:56,425][ INFO][PID:1271526] 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:4266", "submitter": null, "ended_on": null, "started_on": 1758068996.4248993, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9560880", "build_id": 9560880, "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 test -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 test -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/fedora\\\"\\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\\\"\\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_n1dmtoi\", \"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--dd4ea034-de6f-4961-b8a1-04a9f4aec5b9", "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:4266", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4266", "result_dir": "09560880", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9560880, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-17 00:29:56,445][ INFO][PID:1271526] Sending fedora-messaging bus message in build.start [2025-09-17 00:29:57,051][ INFO][PID:1271526] Sending fedora-messaging bus message in chroot.start [2025-09-17 00:29:57,074][ INFO][PID:1271526] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9560880 --detached [2025-09-17 00:29:57,436][ INFO][PID:1271526] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '184.73.120.115' (ED25519) to the list of known hosts. [2025-09-17 00:29:57,437][ INFO][PID:1271526] Downloading the builder-live.log file, attempt 1 [2025-09-17 00:29:57,438][ INFO][PID:1271526] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@184.73.120.115 copr-rpmbuild-log [2025-09-17 00:30:02,443][ INFO][PID:1271526] Periodic builder liveness probe: alive [2025-09-17 00:30:02,443][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:07,444][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:12,445][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:17,446][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:22,447][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:27,448][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:32,449][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:37,450][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:42,451][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:47,451][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:52,452][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:30:57,453][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:02,454][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:07,455][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:12,456][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:17,457][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:22,458][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:27,459][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:32,460][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:37,461][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:42,462][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:47,463][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:52,464][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:31:57,465][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:02,466][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:07,467][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:12,468][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:17,469][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:22,470][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:27,471][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:32,472][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:37,473][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:42,475][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:47,481][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:52,482][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:32:57,483][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:02,484][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:07,484][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:12,485][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:17,486][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:22,487][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:27,488][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:32,489][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:37,490][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:42,491][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:47,492][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:52,493][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:33:57,496][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:02,496][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:07,498][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:12,499][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:17,499][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:22,500][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:27,501][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:32,502][ INFO][PID:1271526] Checking for cancel request [2025-09-17 00:34:32,503][ INFO][PID:1271526] calling cancel callback, and waiting [2025-09-17 00:34:35,789][ INFO][PID:1271526] Cancel request succeeded out: success err: Warning: Permanently added '184.73.120.115' (ED25519) to the list of known hosts. [2025-09-17 00:34:35,791][ ERROR][PID:1271526] Build was canceled [2025-09-17 00:34:35,791][ INFO][PID:1271526] Releasing VM back to pool [2025-09-17 00:34:35,800][WARNING][PID:1271526] Switching not-finished job state to 'failed' [2025-09-17 00:34:35,801][ INFO][PID:1271526] Worker failed build, took 279.3755660057068 [2025-09-17 00:34:35,801][ INFO][PID:1271526] 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:4266", "submitter": null, "ended_on": 1758069275.8004653, "started_on": 1758068996.4248993, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9560880", "build_id": 9560880, "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 test -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 test -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/fedora\\\"\\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\\\"\\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_n1dmtoi\", \"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--dd4ea034-de6f-4961-b8a1-04a9f4aec5b9", "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:4266", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4266", "result_dir": "09560880", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9560880, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-17 00:34:35,830][ INFO][PID:1271526] Sending fedora-messaging bus message in build.end [2025-09-17 00:34:35,855][ INFO][PID:1271526] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560880/builder-live.log by gzip [2025-09-17 00:34:35,857][ INFO][PID:1271526] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560880/builder-live.log' as PID 1286201 [2025-09-17 00:34:35,863][ INFO][PID:1271526] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560880/builder-live.log) [2025-09-17 00:34:35,863][ INFO][PID:1271526] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560880/backend.log by gzip [2025-09-17 00:34:35,864][ INFO][PID:1271526] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560880/backend.log' as PID 1286202