[2025-09-29 06:46:23,618][ INFO][PID:2930416] Marking build as starting [2025-09-29 06:46:23,638][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:46:23,640][ INFO][PID:2930416] VM allocation process starts [2025-09-29 06:46:23,653][ INFO][PID:2930416] Trying to allocate VM: ResallocHost, ticket_id=5360982, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 06:46:26,703][ INFO][PID:2930416] Allocated host ResallocHost, ticket_id=5360982, hostname=54.160.255.193, name=aws_x86_64_normalreserved_prod_06996003_20250929_064408, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 06:46:26,703][ INFO][PID:2930416] Allocating ssh connection to builder [2025-09-29 06:46:26,703][ INFO][PID:2930416] Checking that builder machine is OK [2025-09-29 06:46:27,022][ INFO][PID:2930416] Running remote command: copr-builder-ready srpm-builds [2025-09-29 06:46:27,225][ INFO][PID:2930416] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-29 06:46:27,226][ INFO][PID:2930416] Filling build.info file with builder info [2025-09-29 06:46:27,226][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:46:27,227][ INFO][PID:2930416] 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:4306", "submitter": null, "ended_on": null, "started_on": 1759128387.2272332, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9626554", "build_id": 9626554, "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\": \"tmpr0a83a0g\", \"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--02b8dc37-bdfa-4f5f-b633-4efab85dd827", "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:4306", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4306", "result_dir": "09626554", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9626554, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-29 06:46:27,275][ INFO][PID:2930416] Sending fedora-messaging bus message in build.start [2025-09-29 06:46:27,881][ INFO][PID:2930416] Sending fedora-messaging bus message in chroot.start [2025-09-29 06:46:27,904][ INFO][PID:2930416] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9626554 --detached [2025-09-29 06:46:28,235][ INFO][PID:2930416] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.160.255.193' (ED25519) to the list of known hosts. [2025-09-29 06:46:28,236][ INFO][PID:2930416] Downloading the builder-live.log file, attempt 1 [2025-09-29 06:46:28,237][ INFO][PID:2930416] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.160.255.193 copr-rpmbuild-log [2025-09-29 06:46:33,240][ INFO][PID:2930416] Periodic builder liveness probe: alive [2025-09-29 06:46:33,241][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:46:38,242][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:46:43,243][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:46:48,244][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:46:53,245][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:46:58,246][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:03,246][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:08,247][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:13,248][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:18,249][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:23,250][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:28,251][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:33,252][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:38,253][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:43,254][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:48,254][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:53,255][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:47:58,256][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:03,257][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:08,258][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:13,259][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:18,260][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:23,261][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:28,262][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:33,263][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:38,264][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:43,265][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:48,266][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:53,267][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:48:58,268][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:03,269][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:08,270][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:13,271][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:18,271][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:23,272][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:28,273][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:33,274][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:38,275][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:43,276][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:48,277][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:53,278][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:49:58,280][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:03,281][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:08,282][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:13,282][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:18,284][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:23,285][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:28,286][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:33,287][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:38,287][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:43,288][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:48,290][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:53,291][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:50:58,291][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:03,292][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:08,293][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:13,294][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:18,295][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:23,296][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:28,297][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:33,298][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:38,299][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:43,300][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:48,301][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:53,302][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:51:58,303][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:03,304][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:08,305][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:13,306][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:18,307][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:23,308][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:28,309][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:33,310][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:38,311][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:43,312][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:48,313][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:53,313][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:52:58,314][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:03,315][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:08,316][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:13,317][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:18,318][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:23,319][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:28,320][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:33,321][ INFO][PID:2930416] Checking for cancel request [2025-09-29 06:53:34,806][ INFO][PID:2930416] Downloading results from builder [2025-09-29 06:53:34,807][ INFO][PID:2930416] rsyncing of mockbuilder@54.160.255.193:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554 started [2025-09-29 06:53:34,808][ INFO][PID:2930416] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.160.255.193:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/build-09626554.rsync.log [2025-09-29 06:53:40,091][ INFO][PID:2930416] rsyncing finished. [2025-09-29 06:53:40,091][ INFO][PID:2930416] Releasing VM back to pool [2025-09-29 06:53:40,141][ INFO][PID:2930416] Searching for 'success' file in resultdir [2025-09-29 06:53:40,142][ INFO][PID:2930416] Getting build details [2025-09-29 06:53:40,143][ INFO][PID:2930416] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554 [2025-09-29 06:53:40,144][ INFO][PID:2930416] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/Sunshine-0.0.4306-1.src.rpm [2025-09-29 06:53:40,144][ INFO][PID:2930416] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/Sunshine-0.0.4306-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4306-1'} [2025-09-29 06:53:40,144][ INFO][PID:2930416] Finished build: id=9626554 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306 chroot=srpm-builds [2025-09-29 06:53:40,146][ INFO][PID:2930416] Worker succeeded build, took 432.91933393478394 [2025-09-29 06:53:40,147][ INFO][PID:2930416] 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:4306", "submitter": null, "ended_on": 1759128820.146567, "started_on": 1759128387.2272332, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9626554", "build_id": 9626554, "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\": \"tmpr0a83a0g\", \"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:4306/srpm-builds/09626554/Sunshine-0.0.4306-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--02b8dc37-bdfa-4f5f-b633-4efab85dd827", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4306", "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:4306", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4306", "result_dir": "09626554", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4306-1", "id": 9626554, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-29 06:53:40,182][ INFO][PID:2930416] Sending fedora-messaging bus message in build.end [2025-09-29 06:53:40,207][ INFO][PID:2930416] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/builder-live.log by gzip [2025-09-29 06:53:40,208][ INFO][PID:2930416] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/builder-live.log' as PID 2953094 [2025-09-29 06:53:40,214][ INFO][PID:2930416] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/builder-live.log) [2025-09-29 06:53:40,215][ INFO][PID:2930416] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/backend.log by gzip [2025-09-29 06:53:40,216][ INFO][PID:2930416] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4306/srpm-builds/09626554/backend.log' as PID 2953096