[2025-09-13 13:35:57,882][ INFO][PID:3975424] Marking build as starting [2025-09-13 13:35:57,905][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:35:57,906][ INFO][PID:3975424] VM allocation process starts [2025-09-13 13:35:57,916][ INFO][PID:3975424] Trying to allocate VM: ResallocHost, ticket_id=5046212, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-13 13:36:00,964][ INFO][PID:3975424] Allocated host ResallocHost, ticket_id=5046212, hostname=13.219.235.57, name=aws_x86_64_normalreserved_prod_06740412_20250913_132157, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-13 13:36:00,965][ INFO][PID:3975424] Allocating ssh connection to builder [2025-09-13 13:36:00,965][ INFO][PID:3975424] Checking that builder machine is OK [2025-09-13 13:36:01,295][ INFO][PID:3975424] Running remote command: copr-builder-ready srpm-builds [2025-09-13 13:36:01,501][ INFO][PID:3975424] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-13 13:36:01,502][ INFO][PID:3975424] Filling build.info file with builder info [2025-09-13 13:36:01,502][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:01,503][ INFO][PID:3975424] 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:4253", "submitter": null, "ended_on": null, "started_on": 1757770561.5033398, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9553228", "build_id": 9553228, "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\": \"tmputhjz50t\", \"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--16b9527d-dbbf-47e8-ab80-22c955a3f27f", "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:4253", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4253", "result_dir": "09553228", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9553228, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-13 13:36:01,525][ INFO][PID:3975424] Sending fedora-messaging bus message in build.start [2025-09-13 13:36:02,151][ INFO][PID:3975424] Sending fedora-messaging bus message in chroot.start [2025-09-13 13:36:02,175][ INFO][PID:3975424] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9553228 --detached [2025-09-13 13:36:02,510][ INFO][PID:3975424] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.219.235.57' (ED25519) to the list of known hosts. [2025-09-13 13:36:02,510][ INFO][PID:3975424] Downloading the builder-live.log file, attempt 1 [2025-09-13 13:36:02,512][ INFO][PID:3975424] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.219.235.57 copr-rpmbuild-log [2025-09-13 13:36:07,516][ INFO][PID:3975424] Periodic builder liveness probe: alive [2025-09-13 13:36:07,517][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:12,517][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:17,518][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:22,519][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:27,520][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:32,521][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:37,522][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:42,523][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:47,524][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:52,525][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:36:57,526][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:02,527][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:07,528][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:12,529][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:17,530][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:22,531][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:27,532][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:32,534][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:37,535][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:42,536][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:47,537][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:52,538][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:37:57,539][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:02,540][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:07,540][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:12,541][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:17,542][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:22,543][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:27,544][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:32,545][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:37,546][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:42,547][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:47,548][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:52,549][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:38:57,550][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:02,551][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:07,552][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:12,553][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:17,553][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:22,554][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:27,555][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:32,556][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:37,557][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:42,558][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:47,559][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:52,560][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:39:57,561][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:02,562][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:07,563][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:12,564][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:17,565][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:22,565][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:27,566][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:32,567][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:37,568][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:42,569][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:47,570][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:52,571][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:40:57,572][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:02,573][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:07,574][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:12,575][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:17,576][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:22,577][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:27,578][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:32,579][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:37,580][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:42,581][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:47,582][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:52,583][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:41:57,584][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:02,585][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:07,586][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:12,587][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:17,588][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:22,589][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:27,590][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:32,591][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:37,592][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:42,593][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:47,594][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:52,595][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:42:57,596][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:43:02,597][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:43:07,598][ INFO][PID:3975424] Checking for cancel request [2025-09-13 13:43:10,130][ INFO][PID:3975424] Downloading results from builder [2025-09-13 13:43:10,130][ INFO][PID:3975424] rsyncing of mockbuilder@13.219.235.57:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228 started [2025-09-13 13:43:10,131][ INFO][PID:3975424] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.219.235.57:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/build-09553228.rsync.log [2025-09-13 13:43:15,448][ INFO][PID:3975424] rsyncing finished. [2025-09-13 13:43:15,449][ INFO][PID:3975424] Releasing VM back to pool [2025-09-13 13:43:15,458][ INFO][PID:3975424] Searching for 'success' file in resultdir [2025-09-13 13:43:15,458][ INFO][PID:3975424] Getting build details [2025-09-13 13:43:15,459][ INFO][PID:3975424] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228 [2025-09-13 13:43:15,460][ INFO][PID:3975424] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/Sunshine-0.0.4253-1.src.rpm [2025-09-13 13:43:15,460][ INFO][PID:3975424] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/Sunshine-0.0.4253-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4253-1'} [2025-09-13 13:43:15,460][ INFO][PID:3975424] Finished build: id=9553228 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253 chroot=srpm-builds [2025-09-13 13:43:15,462][ INFO][PID:3975424] Worker succeeded build, took 433.9590847492218 [2025-09-13 13:43:15,463][ INFO][PID:3975424] 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:4253", "submitter": null, "ended_on": 1757770995.4624245, "started_on": 1757770561.5033398, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9553228", "build_id": 9553228, "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\": \"tmputhjz50t\", \"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:4253/srpm-builds/09553228/Sunshine-0.0.4253-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--16b9527d-dbbf-47e8-ab80-22c955a3f27f", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4253", "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:4253", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4253", "result_dir": "09553228", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4253-1", "id": 9553228, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-13 13:43:15,492][ INFO][PID:3975424] Sending fedora-messaging bus message in build.end [2025-09-13 13:43:15,520][ INFO][PID:3975424] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/builder-live.log by gzip [2025-09-13 13:43:15,521][ INFO][PID:3975424] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/builder-live.log' as PID 3991365 [2025-09-13 13:43:15,528][ INFO][PID:3975424] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/builder-live.log) [2025-09-13 13:43:15,529][ INFO][PID:3975424] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/backend.log by gzip [2025-09-13 13:43:15,530][ INFO][PID:3975424] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4253/srpm-builds/09553228/backend.log' as PID 3991366