[2025-10-05 16:53:56,819][ INFO][PID:860569] Marking build as starting [2025-10-05 16:53:56,839][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:53:56,840][ INFO][PID:860569] VM allocation process starts [2025-10-05 16:53:56,850][ INFO][PID:860569] Trying to allocate VM: ResallocHost, ticket_id=5483646, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-05 16:53:59,903][ INFO][PID:860569] Allocated host ResallocHost, ticket_id=5483646, hostname=18.212.18.112, name=aws_x86_64_normalreserved_prod_07232752_20251005_164614, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-05 16:53:59,904][ INFO][PID:860569] Allocating ssh connection to builder [2025-10-05 16:53:59,904][ INFO][PID:860569] Checking that builder machine is OK [2025-10-05 16:54:00,236][ INFO][PID:860569] Running remote command: copr-builder-ready srpm-builds [2025-10-05 16:54:00,440][ INFO][PID:860569] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-05 16:54:00,441][ INFO][PID:860569] Filling build.info file with builder info [2025-10-05 16:54:00,442][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:00,442][ INFO][PID:860569] 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": 1759683240.4426286, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9646192", "build_id": 9646192, "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\": \"tmp43wl0m_c\", \"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--f3208135-0958-4510-97e2-55a4fdd985aa", "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": "09646192", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9646192, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-10-05 16:54:00,463][ INFO][PID:860569] Sending fedora-messaging bus message in build.start [2025-10-05 16:54:01,118][ INFO][PID:860569] Sending fedora-messaging bus message in chroot.start [2025-10-05 16:54:01,145][ INFO][PID:860569] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9646192 --detached [2025-10-05 16:54:01,482][ INFO][PID:860569] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '18.212.18.112' (ED25519) to the list of known hosts. [2025-10-05 16:54:01,483][ INFO][PID:860569] Downloading the builder-live.log file, attempt 1 [2025-10-05 16:54:01,489][ INFO][PID:860569] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@18.212.18.112 copr-rpmbuild-log [2025-10-05 16:54:06,488][ INFO][PID:860569] Periodic builder liveness probe: alive [2025-10-05 16:54:06,489][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:11,490][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:16,491][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:21,492][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:26,493][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:31,494][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:36,495][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:41,496][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:46,497][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:51,498][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:54:56,499][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:01,500][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:06,501][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:11,502][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:16,503][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:21,504][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:26,505][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:31,506][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:36,507][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:41,508][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:46,510][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:51,512][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:55:56,513][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:01,514][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:06,515][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:11,515][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:16,516][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:21,517][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:26,518][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:31,519][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:36,520][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:41,522][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:46,523][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:51,524][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:56:56,525][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:01,525][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:06,526][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:11,527][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:16,528][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:21,529][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:26,530][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:31,531][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:36,532][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:41,532][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:46,533][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:51,534][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:57:56,535][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:01,536][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:06,537][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:11,538][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:16,538][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:21,539][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:26,540][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:31,541][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:36,542][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:41,543][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:46,543][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:51,545][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:58:56,545][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:01,546][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:06,547][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:11,548][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:16,549][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:21,550][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:26,551][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:31,552][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:36,553][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:41,554][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:46,555][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:51,556][ INFO][PID:860569] Checking for cancel request [2025-10-05 16:59:56,557][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:01,558][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:06,559][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:11,559][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:16,560][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:21,561][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:26,562][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:31,563][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:36,564][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:41,565][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:46,566][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:51,567][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:00:56,568][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:01,569][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:06,570][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:11,571][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:16,572][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:21,573][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:26,574][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:31,575][ INFO][PID:860569] Checking for cancel request [2025-10-05 17:01:35,059][ INFO][PID:860569] Downloading results from builder [2025-10-05 17:01:35,059][ INFO][PID:860569] rsyncing of mockbuilder@18.212.18.112:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192 started [2025-10-05 17:01:35,060][ INFO][PID:860569] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@18.212.18.112:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192/build-09646192.rsync.log [2025-10-05 17:01:41,051][ INFO][PID:860569] rsyncing finished. [2025-10-05 17:01:41,052][ INFO][PID:860569] Releasing VM back to pool [2025-10-05 17:01:41,060][ INFO][PID:860569] Searching for 'success' file in resultdir [2025-10-05 17:01:41,061][ INFO][PID:860569] Getting build details [2025-10-05 17:01:41,061][ INFO][PID:860569] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192 [2025-10-05 17:01:41,062][ INFO][PID:860569] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09646192/Sunshine-2025.1005.140530-1.src.rpm [2025-10-05 17:01:41,062][ INFO][PID:860569] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09646192/Sunshine-2025.1005.140530-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '2025.1005.140530-1'} [2025-10-05 17:01:41,062][ INFO][PID:860569] Finished build: id=9646192 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/beta chroot=srpm-builds [2025-10-05 17:01:41,064][ INFO][PID:860569] Worker succeeded build, took 460.62171483039856 [2025-10-05 17:01:41,064][ INFO][PID:860569] 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": 1759683701.0643435, "started_on": 1759683240.4426286, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9646192", "build_id": 9646192, "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\": \"tmp43wl0m_c\", \"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/09646192/Sunshine-2025.1005.140530-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/beta--f3208135-0958-4510-97e2-55a4fdd985aa", "results": { "name": "Sunshine", "epoch": null, "version": "2025.1005.140530", "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": "09646192", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2025.1005.140530-1", "id": 9646192, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-10-05 17:01:41,102][ INFO][PID:860569] Sending fedora-messaging bus message in build.end [2025-10-05 17:01:41,127][ INFO][PID:860569] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192/builder-live.log by gzip [2025-10-05 17:01:41,128][ INFO][PID:860569] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192/builder-live.log' as PID 885303 [2025-10-05 17:01:41,135][ INFO][PID:860569] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192/builder-live.log) [2025-10-05 17:01:41,135][ INFO][PID:860569] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192/backend.log by gzip [2025-10-05 17:01:41,136][ INFO][PID:860569] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09646192/backend.log' as PID 885305