[2025-10-11 06:29:02,174][ INFO][PID:4034916] Marking build as starting [2025-10-11 06:29:02,199][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:02,200][ INFO][PID:4034916] VM allocation process starts [2025-10-11 06:29:02,291][ INFO][PID:4034916] Trying to allocate VM: ResallocHost, ticket_id=5610955, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-11 06:29:05,328][ INFO][PID:4034916] Allocated host ResallocHost, ticket_id=5610955, hostname=44.208.30.189, name=aws_x86_64_normalreserved_prod_07332192_20251011_061128, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-11 06:29:05,329][ INFO][PID:4034916] Allocating ssh connection to builder [2025-10-11 06:29:05,329][ INFO][PID:4034916] Checking that builder machine is OK [2025-10-11 06:29:05,649][ INFO][PID:4034916] Running remote command: copr-builder-ready srpm-builds [2025-10-11 06:29:05,845][ INFO][PID:4034916] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-11 06:29:05,846][ INFO][PID:4034916] Filling build.info file with builder info [2025-10-11 06:29:05,846][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:05,847][ INFO][PID:4034916] 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:4326", "submitter": null, "ended_on": null, "started_on": 1760164145.847371, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9679221", "build_id": 9679221, "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\": \"tmpbgxukq2c\", \"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--20416da3-8d2b-451a-b31e-7d7d85553341", "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:4326", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4326", "result_dir": "09679221", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9679221, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-11 06:29:05,871][ INFO][PID:4034916] Sending fedora-messaging bus message in build.start [2025-10-11 06:29:06,602][ INFO][PID:4034916] Sending fedora-messaging bus message in chroot.start [2025-10-11 06:29:06,626][ INFO][PID:4034916] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9679221 --detached [2025-10-11 06:29:06,958][ INFO][PID:4034916] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.208.30.189' (ED25519) to the list of known hosts. [2025-10-11 06:29:06,959][ INFO][PID:4034916] Downloading the builder-live.log file, attempt 1 [2025-10-11 06:29:06,960][ INFO][PID:4034916] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.208.30.189 copr-rpmbuild-log [2025-10-11 06:29:11,985][ INFO][PID:4034916] Periodic builder liveness probe: alive [2025-10-11 06:29:11,985][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:16,986][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:21,987][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:26,988][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:31,989][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:36,990][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:41,991][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:46,992][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:51,993][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:29:56,994][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:01,995][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:06,997][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:11,998][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:16,999][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:22,000][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:27,001][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:32,002][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:37,003][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:42,004][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:47,005][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:52,006][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:30:57,007][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:02,008][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:07,009][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:12,010][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:17,011][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:22,012][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:27,013][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:32,015][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:37,016][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:42,017][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:47,018][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:52,019][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:31:57,021][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:02,023][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:07,024][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:12,025][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:17,026][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:22,027][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:27,028][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:32,030][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:37,031][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:42,033][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:47,034][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:52,035][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:32:57,037][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:02,039][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:07,040][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:12,042][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:17,043][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:22,044][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:27,045][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:32,047][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:37,048][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:42,049][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:47,051][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:52,052][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:33:57,053][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:02,054][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:07,055][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:12,056][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:17,057][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:22,059][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:27,060][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:32,061][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:37,062][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:42,064][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:47,066][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:52,068][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:34:57,069][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:02,070][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:07,071][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:12,072][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:17,073][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:22,075][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:27,076][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:32,077][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:37,079][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:42,080][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:47,081][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:52,082][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:35:57,083][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:36:02,084][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:36:07,085][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:36:12,086][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:36:17,087][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:36:22,089][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:36:27,090][ INFO][PID:4034916] Checking for cancel request [2025-10-11 06:36:28,721][ INFO][PID:4034916] Downloading results from builder [2025-10-11 06:36:28,722][ INFO][PID:4034916] rsyncing of mockbuilder@44.208.30.189:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221 started [2025-10-11 06:36:28,723][ INFO][PID:4034916] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.208.30.189:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/build-09679221.rsync.log [2025-10-11 06:36:34,905][ INFO][PID:4034916] rsyncing finished. [2025-10-11 06:36:34,905][ INFO][PID:4034916] Releasing VM back to pool [2025-10-11 06:36:34,915][ INFO][PID:4034916] Searching for 'success' file in resultdir [2025-10-11 06:36:34,916][ INFO][PID:4034916] Getting build details [2025-10-11 06:36:34,917][ INFO][PID:4034916] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221 [2025-10-11 06:36:34,918][ INFO][PID:4034916] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/Sunshine-0.0.4326-1.src.rpm [2025-10-11 06:36:34,918][ INFO][PID:4034916] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/Sunshine-0.0.4326-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4326-1'} [2025-10-11 06:36:34,919][ INFO][PID:4034916] Finished build: id=9679221 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326 chroot=srpm-builds [2025-10-11 06:36:34,921][ INFO][PID:4034916] Worker succeeded build, took 449.07366490364075 [2025-10-11 06:36:34,921][ INFO][PID:4034916] 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:4326", "submitter": null, "ended_on": 1760164594.921036, "started_on": 1760164145.847371, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9679221", "build_id": 9679221, "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\": \"tmpbgxukq2c\", \"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:4326/srpm-builds/09679221/Sunshine-0.0.4326-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--20416da3-8d2b-451a-b31e-7d7d85553341", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4326", "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:4326", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4326", "result_dir": "09679221", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4326-1", "id": 9679221, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-11 06:36:34,955][ INFO][PID:4034916] Sending fedora-messaging bus message in build.end [2025-10-11 06:36:34,979][ INFO][PID:4034916] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/builder-live.log by gzip [2025-10-11 06:36:34,980][ INFO][PID:4034916] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/builder-live.log' as PID 4075312 [2025-10-11 06:36:34,987][ INFO][PID:4034916] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/builder-live.log) [2025-10-11 06:36:34,987][ INFO][PID:4034916] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/backend.log by gzip [2025-10-11 06:36:34,988][ INFO][PID:4034916] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4326/srpm-builds/09679221/backend.log' as PID 4075313