[2025-09-24 18:29:16,711][ INFO][PID:2156281] Marking build as starting [2025-09-24 18:29:16,826][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:16,827][ INFO][PID:2156281] VM allocation process starts [2025-09-24 18:29:16,844][ INFO][PID:2156281] Trying to allocate VM: ResallocHost, ticket_id=5249376, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-24 18:29:19,872][ INFO][PID:2156281] Allocated host ResallocHost, ticket_id=5249376, hostname=3.239.22.90, name=aws_x86_64_normalreserved_prod_06919518_20250924_181609, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-24 18:29:19,872][ INFO][PID:2156281] Allocating ssh connection to builder [2025-09-24 18:29:19,873][ INFO][PID:2156281] Checking that builder machine is OK [2025-09-24 18:29:20,232][ INFO][PID:2156281] Running remote command: copr-builder-ready srpm-builds [2025-09-24 18:29:20,438][ INFO][PID:2156281] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-24 18:29:20,439][ INFO][PID:2156281] Filling build.info file with builder info [2025-09-24 18:29:20,440][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:20,441][ INFO][PID:2156281] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": null, "started_on": 1758738560.4410408, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9598096", "build_id": 9598096, "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\": \"tmp9gi3__dh\", \"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/beta--62072d87-464b-46e0-a564-bed1761a6b9c", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09598096", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9598096, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-24 18:29:20,464][ INFO][PID:2156281] Sending fedora-messaging bus message in build.start [2025-09-24 18:29:21,251][ INFO][PID:2156281] Sending fedora-messaging bus message in chroot.start [2025-09-24 18:29:21,276][ INFO][PID:2156281] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9598096 --detached [2025-09-24 18:29:21,621][ INFO][PID:2156281] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.239.22.90' (ED25519) to the list of known hosts. [2025-09-24 18:29:21,622][ INFO][PID:2156281] Downloading the builder-live.log file, attempt 1 [2025-09-24 18:29:21,623][ INFO][PID:2156281] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.239.22.90 copr-rpmbuild-log [2025-09-24 18:29:26,631][ INFO][PID:2156281] Periodic builder liveness probe: alive [2025-09-24 18:29:26,632][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:31,633][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:36,636][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:41,639][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:46,640][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:51,641][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:29:56,642][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:01,643][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:06,644][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:11,645][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:16,646][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:21,647][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:26,648][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:31,649][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:36,650][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:41,651][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:46,652][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:51,653][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:30:56,654][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:01,655][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:06,656][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:11,657][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:16,658][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:21,659][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:26,660][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:31,661][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:36,662][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:41,663][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:46,664][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:51,665][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:31:56,666][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:01,667][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:06,668][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:11,669][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:16,670][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:21,671][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:26,720][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:31,721][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:36,722][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:41,723][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:46,724][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:51,725][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:32:56,726][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:01,727][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:06,728][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:11,729][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:16,729][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:21,730][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:26,731][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:31,732][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:36,733][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:41,735][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:46,736][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:51,737][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:33:56,739][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:02,112][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:09,157][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:14,205][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:19,613][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:24,762][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:29,765][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:34,767][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:39,782][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:44,785][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:49,788][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:54,790][ INFO][PID:2156281] Checking for cancel request [2025-09-24 18:34:54,791][ INFO][PID:2156281] calling cancel callback, and waiting [2025-09-24 18:34:58,102][ INFO][PID:2156281] Cancel request succeeded out: success err: Warning: Permanently added '3.239.22.90' (ED25519) to the list of known hosts. [2025-09-24 18:34:58,103][ ERROR][PID:2156281] Build was canceled [2025-09-24 18:34:58,103][ INFO][PID:2156281] Releasing VM back to pool [2025-09-24 18:34:58,112][WARNING][PID:2156281] Switching not-finished job state to 'failed' [2025-09-24 18:34:58,113][ INFO][PID:2156281] Worker failed build, took 337.6716558933258 [2025-09-24 18:34:58,114][ INFO][PID:2156281] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": 1758738898.1126966, "started_on": 1758738560.4410408, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9598096", "build_id": 9598096, "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\": \"tmp9gi3__dh\", \"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/beta--62072d87-464b-46e0-a564-bed1761a6b9c", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09598096", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9598096, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-24 18:34:58,141][ INFO][PID:2156281] Sending fedora-messaging bus message in build.end [2025-09-24 18:34:58,167][ INFO][PID:2156281] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09598096/builder-live.log by gzip [2025-09-24 18:34:58,168][ INFO][PID:2156281] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09598096/builder-live.log' as PID 2181676 [2025-09-24 18:34:58,175][ INFO][PID:2156281] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09598096/builder-live.log) [2025-09-24 18:34:58,176][ INFO][PID:2156281] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09598096/backend.log by gzip [2025-09-24 18:34:58,177][ INFO][PID:2156281] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09598096/backend.log' as PID 2181677