[2025-09-26 07:49:52,361][ INFO][PID:2751505] Marking build as starting [2025-09-26 07:49:52,408][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:49:52,409][ INFO][PID:2751505] VM allocation process starts [2025-09-26 07:49:52,422][ INFO][PID:2751505] Trying to allocate VM: ResallocHost, ticket_id=5278250, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-26 07:49:55,478][ INFO][PID:2751505] Allocated host ResallocHost, ticket_id=5278250, hostname=54.159.19.204, name=aws_x86_64_normalreserved_prod_06945125_20250926_074408, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-26 07:49:55,478][ INFO][PID:2751505] Allocating ssh connection to builder [2025-09-26 07:49:55,479][ INFO][PID:2751505] Checking that builder machine is OK [2025-09-26 07:49:55,815][ INFO][PID:2751505] Running remote command: copr-builder-ready srpm-builds [2025-09-26 07:49:56,016][ INFO][PID:2751505] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-26 07:49:56,016][ INFO][PID:2751505] Filling build.info file with builder info [2025-09-26 07:49:56,017][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:49:56,018][ INFO][PID:2751505] 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:4294", "submitter": null, "ended_on": null, "started_on": 1758872996.0179284, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9602773", "build_id": 9602773, "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\": \"tmphmyc9fmm\", \"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--f81ba538-38e5-4e87-92aa-5b25c278310d", "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:4294", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4294", "result_dir": "09602773", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9602773, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-26 07:49:56,038][ INFO][PID:2751505] Sending fedora-messaging bus message in build.start [2025-09-26 07:49:56,688][ INFO][PID:2751505] Sending fedora-messaging bus message in chroot.start [2025-09-26 07:49:56,717][ INFO][PID:2751505] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9602773 --detached [2025-09-26 07:49:57,118][ INFO][PID:2751505] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.159.19.204' (ED25519) to the list of known hosts. [2025-09-26 07:49:57,119][ INFO][PID:2751505] Downloading the builder-live.log file, attempt 1 [2025-09-26 07:49:57,121][ INFO][PID:2751505] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.159.19.204 copr-rpmbuild-log [2025-09-26 07:50:02,137][ INFO][PID:2751505] Periodic builder liveness probe: alive [2025-09-26 07:50:02,138][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:07,139][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:12,140][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:17,141][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:22,142][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:27,143][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:32,144][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:37,145][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:42,146][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:47,147][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:52,148][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:50:57,149][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:02,150][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:07,151][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:12,153][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:17,154][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:22,155][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:27,156][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:32,157][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:37,158][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:42,159][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:47,160][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:52,161][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:51:57,162][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:02,163][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:07,164][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:12,165][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:17,166][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:22,167][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:27,168][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:32,169][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:37,170][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:42,171][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:47,173][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:52,175][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:52:57,176][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:02,177][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:07,178][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:12,180][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:17,181][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:22,182][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:27,183][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:32,184][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:37,184][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:42,186][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:47,186][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:52,187][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:53:57,188][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:02,189][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:07,190][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:12,191][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:17,192][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:22,193][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:27,194][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:32,195][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:37,196][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:42,197][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:47,198][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:52,199][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:54:57,200][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:02,201][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:07,202][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:12,203][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:17,204][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:22,205][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:27,206][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:32,210][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:37,211][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:42,213][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:47,214][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:52,215][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:55:57,216][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:02,218][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:07,219][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:12,222][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:17,223][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:22,226][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:27,227][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:32,228][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:37,230][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:42,231][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:47,232][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:52,233][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:56:57,233][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:57:02,235][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:57:07,236][ INFO][PID:2751505] Checking for cancel request [2025-09-26 07:57:09,185][ INFO][PID:2751505] Downloading results from builder [2025-09-26 07:57:09,186][ INFO][PID:2751505] rsyncing of mockbuilder@54.159.19.204:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773 started [2025-09-26 07:57:09,186][ INFO][PID:2751505] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.159.19.204:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/build-09602773.rsync.log [2025-09-26 07:57:14,704][ INFO][PID:2751505] rsyncing finished. [2025-09-26 07:57:14,705][ INFO][PID:2751505] Releasing VM back to pool [2025-09-26 07:57:14,713][ INFO][PID:2751505] Searching for 'success' file in resultdir [2025-09-26 07:57:14,714][ INFO][PID:2751505] Getting build details [2025-09-26 07:57:14,715][ INFO][PID:2751505] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773 [2025-09-26 07:57:14,716][ INFO][PID:2751505] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/Sunshine-0.0.4294-1.src.rpm [2025-09-26 07:57:14,716][ INFO][PID:2751505] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/Sunshine-0.0.4294-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4294-1'} [2025-09-26 07:57:14,717][ INFO][PID:2751505] Finished build: id=9602773 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294 chroot=srpm-builds [2025-09-26 07:57:14,718][ INFO][PID:2751505] Worker succeeded build, took 438.70082664489746 [2025-09-26 07:57:14,719][ INFO][PID:2751505] 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:4294", "submitter": null, "ended_on": 1758873434.718755, "started_on": 1758872996.0179284, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9602773", "build_id": 9602773, "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\": \"tmphmyc9fmm\", \"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:4294/srpm-builds/09602773/Sunshine-0.0.4294-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--f81ba538-38e5-4e87-92aa-5b25c278310d", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4294", "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:4294", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4294", "result_dir": "09602773", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4294-1", "id": 9602773, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-26 07:57:14,748][ INFO][PID:2751505] Sending fedora-messaging bus message in build.end [2025-09-26 07:57:14,771][ INFO][PID:2751505] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/builder-live.log by gzip [2025-09-26 07:57:14,773][ INFO][PID:2751505] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/builder-live.log' as PID 2795063 [2025-09-26 07:57:14,779][ INFO][PID:2751505] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/builder-live.log) [2025-09-26 07:57:14,780][ INFO][PID:2751505] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/backend.log by gzip [2025-09-26 07:57:14,781][ INFO][PID:2751505] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4294/srpm-builds/09602773/backend.log' as PID 2795064