[2025-10-28 19:16:15,477][ INFO][PID:4035083] Marking build as starting [2025-10-28 19:16:15,503][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:15,504][ INFO][PID:4035083] VM allocation process starts [2025-10-28 19:16:15,570][ INFO][PID:4035083] Trying to allocate VM: ResallocHost, ticket_id=5895915, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-28 19:16:18,635][ INFO][PID:4035083] Allocated host ResallocHost, ticket_id=5895915, hostname=54.82.195.64, name=aws_x86_64_normalreserved_prod_07700275_20251028_190924, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-28 19:16:18,635][ INFO][PID:4035083] Allocating ssh connection to builder [2025-10-28 19:16:18,636][ INFO][PID:4035083] Checking that builder machine is OK [2025-10-28 19:16:18,942][ INFO][PID:4035083] Running remote command: copr-builder-ready srpm-builds [2025-10-28 19:16:19,133][ INFO][PID:4035083] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-28 19:16:19,134][ INFO][PID:4035083] Filling build.info file with builder info [2025-10-28 19:16:19,134][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:19,135][ INFO][PID:4035083] 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:4366", "submitter": null, "ended_on": null, "started_on": 1761678979.135516, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9740764", "build_id": 9740764, "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\": \"tmpy9u7z41u\", \"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--3e232b19-58b0-4c65-a8d4-6e1e9f7cbfdf", "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:4366", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4366", "result_dir": "09740764", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9740764, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-28 19:16:19,159][ INFO][PID:4035083] Sending fedora-messaging bus message in build.start [2025-10-28 19:16:19,943][ INFO][PID:4035083] Sending fedora-messaging bus message in chroot.start [2025-10-28 19:16:19,974][ INFO][PID:4035083] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9740764 --detached [2025-10-28 19:16:20,284][ INFO][PID:4035083] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.82.195.64' (ED25519) to the list of known hosts. [2025-10-28 19:16:20,285][ INFO][PID:4035083] Downloading the builder-live.log file, attempt 1 [2025-10-28 19:16:20,287][ INFO][PID:4035083] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.82.195.64 copr-rpmbuild-log [2025-10-28 19:16:25,291][ INFO][PID:4035083] Periodic builder liveness probe: alive [2025-10-28 19:16:25,291][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:30,292][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:35,293][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:40,294][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:45,295][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:50,296][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:16:55,297][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:00,298][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:05,299][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:10,300][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:15,301][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:20,301][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:25,303][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:30,304][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:35,304][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:40,305][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:45,307][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:50,308][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:17:55,309][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:00,310][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:05,311][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:10,312][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:15,313][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:20,314][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:25,315][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:30,316][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:35,317][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:40,318][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:45,319][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:50,320][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:18:55,320][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:00,321][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:05,322][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:10,323][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:15,324][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:20,325][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:25,326][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:30,327][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:35,328][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:40,329][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:45,330][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:50,331][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:19:55,331][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:00,332][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:05,333][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:10,334][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:15,335][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:20,336][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:25,337][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:30,338][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:35,339][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:40,340][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:45,341][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:50,341][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:20:55,342][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:21:00,343][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:21:05,344][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:21:10,349][ INFO][PID:4035083] Checking for cancel request [2025-10-28 19:21:14,183][ INFO][PID:4035083] Downloading results from builder [2025-10-28 19:21:14,184][ INFO][PID:4035083] rsyncing of mockbuilder@54.82.195.64:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764 started [2025-10-28 19:21:14,185][ INFO][PID:4035083] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.82.195.64:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764/build-09740764.rsync.log [2025-10-28 19:21:14,471][ INFO][PID:4035083] rsyncing finished. [2025-10-28 19:21:14,471][ INFO][PID:4035083] Releasing VM back to pool [2025-10-28 19:21:14,483][ INFO][PID:4035083] Searching for 'success' file in resultdir [2025-10-28 19:21:14,483][ ERROR][PID:4035083] Build failed: Backend process error: No success file => build failure [2025-10-28 19:21:14,484][ INFO][PID:4035083] Finished build: id=9740764 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366 chroot=srpm-builds [2025-10-28 19:21:14,486][ ERROR][PID:4035083] Backend process error: No success file => build failure [2025-10-28 19:21:14,486][ INFO][PID:4035083] Worker failed build, took 295.35100626945496 [2025-10-28 19:21:14,487][ INFO][PID:4035083] 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:4366", "submitter": null, "ended_on": 1761679274.4865222, "started_on": 1761678979.135516, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9740764", "build_id": 9740764, "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\": \"tmpy9u7z41u\", \"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--3e232b19-58b0-4c65-a8d4-6e1e9f7cbfdf", "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:4366", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4366", "result_dir": "09740764", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9740764, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-28 19:21:14,533][ INFO][PID:4035083] Sending fedora-messaging bus message in build.end [2025-10-28 19:21:14,557][ INFO][PID:4035083] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764/builder-live.log by gzip [2025-10-28 19:21:14,558][ INFO][PID:4035083] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764/builder-live.log' as PID 4053957 [2025-10-28 19:21:14,565][ INFO][PID:4035083] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764/builder-live.log) [2025-10-28 19:21:14,565][ INFO][PID:4035083] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764/backend.log by gzip [2025-10-28 19:21:14,566][ INFO][PID:4035083] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4366/srpm-builds/09740764/backend.log' as PID 4053964