[2025-09-29 03:44:07,493][ INFO][PID:2055353] Marking build as starting [2025-09-29 03:44:07,513][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:07,514][ INFO][PID:2055353] VM allocation process starts [2025-09-29 03:44:07,525][ INFO][PID:2055353] Trying to allocate VM: ResallocHost, ticket_id=5359845, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 03:44:10,569][ INFO][PID:2055353] Allocated host ResallocHost, ticket_id=5359845, hostname=3.239.40.170, name=aws_x86_64_normalreserved_prod_06994845_20250929_033424, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-29 03:44:10,570][ INFO][PID:2055353] Allocating ssh connection to builder [2025-09-29 03:44:10,570][ INFO][PID:2055353] Checking that builder machine is OK [2025-09-29 03:44:10,919][ INFO][PID:2055353] Running remote command: copr-builder-ready srpm-builds [2025-09-29 03:44:11,132][ INFO][PID:2055353] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-29 03:44:11,133][ INFO][PID:2055353] Filling build.info file with builder info [2025-09-29 03:44:11,133][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:11,134][ INFO][PID:2055353] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": null, "started_on": 1759117451.1342607, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9626357", "build_id": 9626357, "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\": \"tmp16unlggq\", \"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/beta--24c5ed6f-3321-45b4-ab8c-0d98d523f509", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09626357", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9626357, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-29 03:44:11,158][ INFO][PID:2055353] Sending fedora-messaging bus message in build.start [2025-09-29 03:44:11,759][ INFO][PID:2055353] Sending fedora-messaging bus message in chroot.start [2025-09-29 03:44:11,782][ INFO][PID:2055353] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9626357 --detached [2025-09-29 03:44:12,188][ INFO][PID:2055353] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.239.40.170' (ED25519) to the list of known hosts. [2025-09-29 03:44:12,189][ INFO][PID:2055353] Downloading the builder-live.log file, attempt 1 [2025-09-29 03:44:12,190][ INFO][PID:2055353] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.239.40.170 copr-rpmbuild-log [2025-09-29 03:44:17,194][ INFO][PID:2055353] Periodic builder liveness probe: alive [2025-09-29 03:44:17,195][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:22,196][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:27,204][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:32,205][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:37,206][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:42,207][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:47,208][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:52,209][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:44:57,210][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:02,211][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:07,212][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:12,213][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:17,214][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:22,215][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:27,216][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:32,218][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:37,219][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:42,220][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:47,221][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:52,222][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:45:57,329][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:02,330][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:07,341][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:12,966][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:17,968][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:23,503][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:28,505][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:33,506][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:38,506][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:43,507][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:48,508][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:53,509][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:46:58,510][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:03,511][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:08,512][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:13,513][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:18,514][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:23,514][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:28,516][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:33,516][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:38,517][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:43,518][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:48,519][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:53,520][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:47:58,521][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:03,522][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:08,523][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:13,524][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:18,525][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:23,526][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:28,527][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:33,528][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:38,544][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:43,545][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:48,599][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:53,673][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:48:58,677][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:03,680][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:08,684][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:13,686][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:18,688][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:23,689][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:28,690][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:33,692][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:38,693][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:43,694][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:48,695][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:53,696][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:49:58,697][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:03,698][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:09,063][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:14,064][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:19,065][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:24,066][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:29,067][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:34,068][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:39,069][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:44,070][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:49,071][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:54,072][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:50:59,073][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:04,074][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:09,075][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:14,076][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:19,077][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:24,078][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:29,079][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:34,080][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:39,081][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:44,082][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:49,083][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:54,195][ INFO][PID:2055353] Checking for cancel request [2025-09-29 03:51:56,268][ INFO][PID:2055353] Downloading results from builder [2025-09-29 03:51:56,269][ INFO][PID:2055353] rsyncing of mockbuilder@3.239.40.170:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357 started [2025-09-29 03:51:56,270][ INFO][PID:2055353] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.239.40.170:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357/build-09626357.rsync.log [2025-09-29 03:52:01,791][ INFO][PID:2055353] rsyncing finished. [2025-09-29 03:52:01,792][ INFO][PID:2055353] Releasing VM back to pool [2025-09-29 03:52:01,800][ INFO][PID:2055353] Searching for 'success' file in resultdir [2025-09-29 03:52:01,801][ INFO][PID:2055353] Getting build details [2025-09-29 03:52:01,801][ INFO][PID:2055353] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357 [2025-09-29 03:52:01,802][ INFO][PID:2055353] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09626357/Sunshine-2025.929.5023-1.src.rpm [2025-09-29 03:52:01,802][ INFO][PID:2055353] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09626357/Sunshine-2025.929.5023-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '2025.929.5023-1'} [2025-09-29 03:52:01,803][ INFO][PID:2055353] Finished build: id=9626357 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/beta chroot=srpm-builds [2025-09-29 03:52:01,804][ INFO][PID:2055353] Worker succeeded build, took 470.6703095436096 [2025-09-29 03:52:01,805][ INFO][PID:2055353] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": 1759117921.8045702, "started_on": 1759117451.1342607, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9626357", "build_id": 9626357, "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\": \"tmp16unlggq\", \"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/beta/srpm-builds/09626357/Sunshine-2025.929.5023-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/beta--24c5ed6f-3321-45b4-ab8c-0d98d523f509", "results": { "name": "Sunshine", "epoch": null, "version": "2025.929.5023", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09626357", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2025.929.5023-1", "id": 9626357, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-29 03:52:01,834][ INFO][PID:2055353] Sending fedora-messaging bus message in build.end [2025-09-29 03:52:01,860][ INFO][PID:2055353] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357/builder-live.log by gzip [2025-09-29 03:52:01,861][ INFO][PID:2055353] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357/builder-live.log' as PID 2078772 [2025-09-29 03:52:01,868][ INFO][PID:2055353] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357/builder-live.log) [2025-09-29 03:52:01,868][ INFO][PID:2055353] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357/backend.log by gzip [2025-09-29 03:52:01,869][ INFO][PID:2055353] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09626357/backend.log' as PID 2078774