[2025-09-17 21:42:25,016][ INFO][PID:388739] Marking build as starting [2025-09-17 21:42:25,038][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:42:25,039][ INFO][PID:388739] VM allocation process starts [2025-09-17 21:42:25,049][ INFO][PID:388739] Trying to allocate VM: ResallocHost, ticket_id=5104802, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-17 21:42:28,062][ INFO][PID:388739] Allocated host ResallocHost, ticket_id=5104802, hostname=18.212.132.230, name=aws_x86_64_normalreserved_prod_06806976_20250917_214001, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-17 21:42:28,063][ INFO][PID:388739] Allocating ssh connection to builder [2025-09-17 21:42:28,063][ INFO][PID:388739] Checking that builder machine is OK [2025-09-17 21:42:28,413][ INFO][PID:388739] Running remote command: copr-builder-ready srpm-builds [2025-09-17 21:42:28,613][ INFO][PID:388739] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-17 21:42:28,614][ INFO][PID:388739] Filling build.info file with builder info [2025-09-17 21:42:28,614][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:42:28,615][ INFO][PID:388739] 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": 1758145348.6153095, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9564037", "build_id": 9564037, "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\": \"tmp29eprdmn\", \"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--98ff1146-913d-40fa-8aaf-49fc1d84fb56", "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": "09564037", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9564037, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-17 21:42:28,633][ INFO][PID:388739] Sending fedora-messaging bus message in build.start [2025-09-17 21:42:29,256][ INFO][PID:388739] Sending fedora-messaging bus message in chroot.start [2025-09-17 21:42:29,280][ INFO][PID:388739] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9564037 --detached [2025-09-17 21:42:29,634][ INFO][PID:388739] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '18.212.132.230' (ED25519) to the list of known hosts. [2025-09-17 21:42:29,635][ INFO][PID:388739] Downloading the builder-live.log file, attempt 1 [2025-09-17 21:42:29,636][ INFO][PID:388739] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@18.212.132.230 copr-rpmbuild-log [2025-09-17 21:42:34,640][ INFO][PID:388739] Periodic builder liveness probe: alive [2025-09-17 21:42:34,641][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:42:39,641][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:42:44,642][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:42:49,643][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:42:54,644][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:42:59,645][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:04,646][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:09,647][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:14,648][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:19,649][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:24,650][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:29,651][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:34,652][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:39,653][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:44,654][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:49,655][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:54,656][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:43:59,657][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:04,658][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:09,659][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:14,660][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:19,661][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:24,662][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:29,663][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:34,664][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:39,665][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:44,666][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:49,666][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:54,667][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:44:59,668][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:04,669][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:09,670][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:14,671][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:19,672][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:24,673][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:29,674][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:34,675][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:39,676][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:44,677][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:49,678][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:54,679][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:45:59,680][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:04,681][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:09,681][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:14,682][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:19,683][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:24,684][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:29,685][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:34,686][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:39,687][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:44,688][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:49,689][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:54,690][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:46:59,691][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:04,692][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:09,693][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:14,693][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:19,695][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:24,696][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:29,696][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:34,697][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:39,698][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:44,699][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:49,700][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:54,701][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:47:59,702][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:04,703][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:09,704][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:14,705][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:19,706][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:24,707][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:29,708][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:34,709][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:39,710][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:44,711][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:49,712][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:54,713][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:48:59,714][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:04,715][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:09,716][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:14,717][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:19,718][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:24,719][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:29,720][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:34,721][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:39,722][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:44,723][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:49,724][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:54,725][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:49:59,725][ INFO][PID:388739] Checking for cancel request [2025-09-17 21:50:01,237][ INFO][PID:388739] Downloading results from builder [2025-09-17 21:50:01,237][ INFO][PID:388739] rsyncing of mockbuilder@18.212.132.230:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037 started [2025-09-17 21:50:01,239][ INFO][PID:388739] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@18.212.132.230:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/build-09564037.rsync.log [2025-09-17 21:50:06,195][ INFO][PID:388739] rsyncing finished. [2025-09-17 21:50:06,196][ INFO][PID:388739] Releasing VM back to pool [2025-09-17 21:50:06,204][ INFO][PID:388739] Searching for 'success' file in resultdir [2025-09-17 21:50:06,205][ INFO][PID:388739] Getting build details [2025-09-17 21:50:06,205][ INFO][PID:388739] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037 [2025-09-17 21:50:06,206][ INFO][PID:388739] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/Sunshine-0.0.4049-1.src.rpm [2025-09-17 21:50:06,206][ INFO][PID:388739] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-09-17 21:50:06,207][ INFO][PID:388739] Finished build: id=9564037 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-09-17 21:50:06,208][ INFO][PID:388739] Worker succeeded build, took 457.5931885242462 [2025-09-17 21:50:06,208][ INFO][PID:388739] 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": 1758145806.208498, "started_on": 1758145348.6153095, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9564037", "build_id": 9564037, "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\": \"tmp29eprdmn\", \"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/09564037/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--98ff1146-913d-40fa-8aaf-49fc1d84fb56", "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": "09564037", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9564037, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-17 21:50:06,246][ INFO][PID:388739] Sending fedora-messaging bus message in build.end [2025-09-17 21:50:06,277][ INFO][PID:388739] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/builder-live.log by gzip [2025-09-17 21:50:06,278][ INFO][PID:388739] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/builder-live.log' as PID 411556 [2025-09-17 21:50:06,304][ INFO][PID:388739] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/builder-live.log) [2025-09-17 21:50:06,306][ INFO][PID:388739] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/backend.log by gzip [2025-09-17 21:50:06,307][ INFO][PID:388739] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564037/backend.log' as PID 411557