[2025-09-19 01:46:12,121][ INFO][PID:1613911] Marking build as starting [2025-09-19 01:46:12,146][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:12,147][ INFO][PID:1613911] VM allocation process starts [2025-09-19 01:46:12,156][ INFO][PID:1613911] Trying to allocate VM: ResallocHost, ticket_id=5132130, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-19 01:46:15,183][ INFO][PID:1613911] Allocated host ResallocHost, ticket_id=5132130, hostname=52.87.254.103, name=aws_x86_64_normalreserved_prod_06825161_20250919_013407, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-19 01:46:15,183][ INFO][PID:1613911] Allocating ssh connection to builder [2025-09-19 01:46:15,184][ INFO][PID:1613911] Checking that builder machine is OK [2025-09-19 01:46:15,522][ INFO][PID:1613911] Running remote command: copr-builder-ready srpm-builds [2025-09-19 01:46:15,721][ INFO][PID:1613911] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-19 01:46:15,721][ INFO][PID:1613911] Filling build.info file with builder info [2025-09-19 01:46:15,722][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:15,723][ INFO][PID:1613911] 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:4049", "submitter": null, "ended_on": null, "started_on": 1758246375.7228508, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9571927", "build_id": 9571927, "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\": \"tmppms47iy_\", \"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--3a9f1815-1b9c-4526-ac03-053c2429648a", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09571927", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9571927, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-19 01:46:15,742][ INFO][PID:1613911] Sending fedora-messaging bus message in build.start [2025-09-19 01:46:16,344][ INFO][PID:1613911] Sending fedora-messaging bus message in chroot.start [2025-09-19 01:46:16,368][ INFO][PID:1613911] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9571927 --detached [2025-09-19 01:46:16,712][ INFO][PID:1613911] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.87.254.103' (ED25519) to the list of known hosts. [2025-09-19 01:46:16,713][ INFO][PID:1613911] Downloading the builder-live.log file, attempt 1 [2025-09-19 01:46:16,714][ INFO][PID:1613911] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.87.254.103 copr-rpmbuild-log [2025-09-19 01:46:21,718][ INFO][PID:1613911] Periodic builder liveness probe: alive [2025-09-19 01:46:21,718][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:26,719][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:31,720][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:36,721][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:41,722][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:46,723][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:51,724][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:46:56,725][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:01,726][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:06,727][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:11,727][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:16,729][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:21,730][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:26,731][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:31,732][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:36,733][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:41,734][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:46,735][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:51,735][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:47:56,736][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:01,737][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:06,738][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:11,739][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:16,740][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:21,741][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:26,742][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:31,743][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:36,744][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:41,745][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:46,746][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:51,747][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:48:56,748][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:01,749][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:06,750][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:11,752][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:16,752][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:21,753][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:26,755][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:31,758][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:36,759][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:41,760][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:46,761][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:51,762][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:49:56,763][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:01,764][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:06,766][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:11,770][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:16,778][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:21,779][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:26,780][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:31,781][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:36,783][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:41,788][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:46,789][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:51,791][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:50:56,793][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:01,795][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:06,796][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:11,797][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:16,800][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:21,801][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:26,804][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:31,806][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:36,817][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:41,818][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:46,820][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:51,823][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:51:56,824][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:01,828][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:06,829][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:11,830][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:16,864][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:21,867][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:26,871][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:31,873][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:36,874][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:41,880][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:46,885][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:51,887][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:52:56,891][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:01,893][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:06,896][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:11,897][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:16,906][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:21,911][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:26,917][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:31,919][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:36,921][ INFO][PID:1613911] Checking for cancel request [2025-09-19 01:53:39,751][ INFO][PID:1613911] Downloading results from builder [2025-09-19 01:53:39,752][ INFO][PID:1613911] rsyncing of mockbuilder@52.87.254.103:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927 started [2025-09-19 01:53:39,754][ INFO][PID:1613911] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.87.254.103:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/build-09571927.rsync.log [2025-09-19 01:53:49,391][ INFO][PID:1613911] rsyncing finished. [2025-09-19 01:53:49,392][ INFO][PID:1613911] Releasing VM back to pool [2025-09-19 01:53:49,406][ INFO][PID:1613911] Searching for 'success' file in resultdir [2025-09-19 01:53:49,408][ INFO][PID:1613911] Getting build details [2025-09-19 01:53:49,409][ INFO][PID:1613911] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927 [2025-09-19 01:53:49,410][ INFO][PID:1613911] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/Sunshine-0.0.4049-1.src.rpm [2025-09-19 01:53:49,411][ INFO][PID:1613911] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-09-19 01:53:49,412][ INFO][PID:1613911] Finished build: id=9571927 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-09-19 01:53:49,417][ INFO][PID:1613911] Worker succeeded build, took 453.6944282054901 [2025-09-19 01:53:49,418][ INFO][PID:1613911] 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:4049", "submitter": null, "ended_on": 1758246829.417279, "started_on": 1758246375.7228508, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9571927", "build_id": 9571927, "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\": \"tmppms47iy_\", \"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:4049/srpm-builds/09571927/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--3a9f1815-1b9c-4526-ac03-053c2429648a", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4049", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09571927", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9571927, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-19 01:53:49,450][ INFO][PID:1613911] Sending fedora-messaging bus message in build.end [2025-09-19 01:53:49,480][ INFO][PID:1613911] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/builder-live.log by gzip [2025-09-19 01:53:49,483][ INFO][PID:1613911] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/builder-live.log' as PID 1648781 [2025-09-19 01:53:49,490][ INFO][PID:1613911] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/builder-live.log) [2025-09-19 01:53:49,491][ INFO][PID:1613911] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/backend.log by gzip [2025-09-19 01:53:49,492][ INFO][PID:1613911] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09571927/backend.log' as PID 1648782