[2025-08-28 08:02:32,058][ INFO][PID:1486045] Marking build as starting [2025-08-28 08:02:32,077][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:02:32,078][ INFO][PID:1486045] VM allocation process starts [2025-08-28 08:02:32,089][ INFO][PID:1486045] Trying to allocate VM: ResallocHost, ticket_id=4796635, requested_tags=['copr_builder', 'arch_x86_64'] [2025-08-28 08:02:35,129][ INFO][PID:1486045] Allocated host ResallocHost, ticket_id=4796635, hostname=13.223.89.141, name=aws_x86_64_normalreserved_prod_06469999_20250828_075952, requested_tags=['copr_builder', 'arch_x86_64'] [2025-08-28 08:02:35,130][ INFO][PID:1486045] Allocating ssh connection to builder [2025-08-28 08:02:35,130][ INFO][PID:1486045] Checking that builder machine is OK [2025-08-28 08:02:35,560][ INFO][PID:1486045] Running remote command: copr-builder-ready srpm-builds [2025-08-28 08:02:35,751][ INFO][PID:1486045] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-08-28 08:02:35,752][ INFO][PID:1486045] Filling build.info file with builder info [2025-08-28 08:02:35,752][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:02:35,753][ INFO][PID:1486045] 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:4202", "submitter": null, "ended_on": null, "started_on": 1756368155.7530665, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9498890", "build_id": 9498890, "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\": \"tmpen_k7sue\", \"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--b8ee61fb-a013-4c87-a1f8-2c13a3731216", "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:4202", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4202", "result_dir": "09498890", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9498890, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-08-28 08:02:35,773][ INFO][PID:1486045] Sending fedora-messaging bus message in build.start [2025-08-28 08:02:36,379][ INFO][PID:1486045] Sending fedora-messaging bus message in chroot.start [2025-08-28 08:02:36,402][ INFO][PID:1486045] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9498890 --detached [2025-08-28 08:02:36,712][ INFO][PID:1486045] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.223.89.141' (ED25519) to the list of known hosts. [2025-08-28 08:02:36,713][ INFO][PID:1486045] Downloading the builder-live.log file, attempt 1 [2025-08-28 08:02:36,714][ INFO][PID:1486045] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.223.89.141 copr-rpmbuild-log [2025-08-28 08:02:41,718][ INFO][PID:1486045] Periodic builder liveness probe: alive [2025-08-28 08:02:41,718][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:02:46,719][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:02:51,720][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:02:56,721][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:01,722][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:06,723][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:11,724][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:16,725][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:21,726][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:26,727][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:31,728][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:36,729][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:41,730][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:46,730][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:51,731][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:03:56,732][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:01,733][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:06,734][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:11,735][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:16,736][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:21,737][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:26,738][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:31,739][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:36,740][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:41,741][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:46,742][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:51,743][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:04:56,744][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:01,745][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:06,747][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:11,748][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:16,749][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:21,750][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:26,751][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:31,752][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:36,753][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:41,754][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:46,755][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:51,756][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:05:56,757][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:01,758][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:06,759][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:11,761][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:16,764][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:21,765][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:26,767][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:31,769][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:36,770][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:41,771][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:46,773][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:51,774][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:06:56,775][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:01,777][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:06,778][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:11,782][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:16,783][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:21,784][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:26,785][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:31,786][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:36,788][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:41,795][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:46,796][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:51,797][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:07:56,798][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:01,800][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:06,801][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:11,802][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:16,803][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:21,804][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:26,805][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:31,806][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:36,808][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:41,809][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:46,810][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:51,813][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:08:56,815][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:01,818][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:06,824][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:11,827][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:16,828][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:21,830][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:26,831][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:31,833][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:36,840][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:41,843][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:46,844][ INFO][PID:1486045] Checking for cancel request [2025-08-28 08:09:51,837][ INFO][PID:1486045] Downloading results from builder [2025-08-28 08:09:51,839][ INFO][PID:1486045] rsyncing of mockbuilder@13.223.89.141:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890 started [2025-08-28 08:09:51,841][ INFO][PID:1486045] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.223.89.141:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/build-09498890.rsync.log [2025-08-28 08:10:03,356][ INFO][PID:1486045] rsyncing finished. [2025-08-28 08:10:03,357][ INFO][PID:1486045] Releasing VM back to pool [2025-08-28 08:10:03,389][ INFO][PID:1486045] Searching for 'success' file in resultdir [2025-08-28 08:10:03,391][ INFO][PID:1486045] Getting build details [2025-08-28 08:10:03,392][ INFO][PID:1486045] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890 [2025-08-28 08:10:03,393][ INFO][PID:1486045] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/Sunshine-0.0.4202-1.src.rpm [2025-08-28 08:10:03,394][ INFO][PID:1486045] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/Sunshine-0.0.4202-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4202-1'} [2025-08-28 08:10:03,395][ INFO][PID:1486045] Finished build: id=9498890 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202 chroot=srpm-builds [2025-08-28 08:10:03,401][ INFO][PID:1486045] Worker succeeded build, took 447.648476600647 [2025-08-28 08:10:03,403][ INFO][PID:1486045] 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:4202", "submitter": null, "ended_on": 1756368603.4015431, "started_on": 1756368155.7530665, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9498890", "build_id": 9498890, "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\": \"tmpen_k7sue\", \"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:4202/srpm-builds/09498890/Sunshine-0.0.4202-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--b8ee61fb-a013-4c87-a1f8-2c13a3731216", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4202", "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:4202", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4202", "result_dir": "09498890", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4202-1", "id": 9498890, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-08-28 08:10:03,437][ INFO][PID:1486045] Sending fedora-messaging bus message in build.end [2025-08-28 08:10:03,469][ INFO][PID:1486045] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/builder-live.log by gzip [2025-08-28 08:10:03,472][ INFO][PID:1486045] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/builder-live.log' as PID 1529067 [2025-08-28 08:10:03,497][ INFO][PID:1486045] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/builder-live.log) [2025-08-28 08:10:03,498][ INFO][PID:1486045] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/backend.log by gzip [2025-08-28 08:10:03,500][ INFO][PID:1486045] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4202/srpm-builds/09498890/backend.log' as PID 1529076