[2025-09-07 16:53:59,106][ INFO][PID:2824648] Marking build as starting [2025-09-07 16:53:59,127][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:53:59,128][ INFO][PID:2824648] VM allocation process starts [2025-09-07 16:53:59,140][ INFO][PID:2824648] Trying to allocate VM: ResallocHost, ticket_id=4955306, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-07 16:54:02,159][ INFO][PID:2824648] Allocated host ResallocHost, ticket_id=4955306, hostname=52.202.141.42, name=aws_x86_64_normalreserved_prod_06633793_20250907_165124, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-07 16:54:02,160][ INFO][PID:2824648] Allocating ssh connection to builder [2025-09-07 16:54:02,160][ INFO][PID:2824648] Checking that builder machine is OK [2025-09-07 16:54:02,580][ INFO][PID:2824648] Running remote command: copr-builder-ready srpm-builds [2025-09-07 16:54:02,770][ INFO][PID:2824648] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-07 16:54:02,771][ INFO][PID:2824648] Filling build.info file with builder info [2025-09-07 16:54:02,771][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:02,772][ INFO][PID:2824648] 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:4247", "submitter": null, "ended_on": null, "started_on": 1757264042.7726338, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9532264", "build_id": 9532264, "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\": \"tmpz3zae6e1\", \"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--212b751f-3fb7-44b6-9fec-54acd75233ce", "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:4247", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4247", "result_dir": "09532264", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9532264, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-07 16:54:02,791][ INFO][PID:2824648] Sending fedora-messaging bus message in build.start [2025-09-07 16:54:03,420][ INFO][PID:2824648] Sending fedora-messaging bus message in chroot.start [2025-09-07 16:54:03,444][ INFO][PID:2824648] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9532264 --detached [2025-09-07 16:54:03,753][ INFO][PID:2824648] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.202.141.42' (ED25519) to the list of known hosts. [2025-09-07 16:54:03,753][ INFO][PID:2824648] Downloading the builder-live.log file, attempt 1 [2025-09-07 16:54:03,755][ INFO][PID:2824648] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.202.141.42 copr-rpmbuild-log [2025-09-07 16:54:08,759][ INFO][PID:2824648] Periodic builder liveness probe: alive [2025-09-07 16:54:08,759][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:13,760][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:19,092][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:24,093][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:29,094][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:34,095][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:39,096][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:44,097][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:49,098][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:54,099][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:54:59,704][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:04,705][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:09,706][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:14,707][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:19,709][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:24,710][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:29,711][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:34,712][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:39,713][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:44,714][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:49,715][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:54,716][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:55:59,717][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:04,719][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:09,720][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:14,720][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:19,722][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:24,763][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:29,804][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:34,838][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:39,839][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:44,840][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:49,841][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:54,842][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:56:59,843][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:04,844][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:09,845][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:14,847][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:19,848][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:24,849][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:29,850][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:34,851][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:39,852][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:44,853][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:49,854][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:54,855][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:57:59,856][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:04,857][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:09,858][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:14,860][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:19,860][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:24,862][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:29,863][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:34,864][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:39,865][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:44,866][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:49,867][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:54,868][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:58:59,869][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:04,871][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:09,872][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:14,873][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:19,875][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:24,876][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:29,877][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:34,878][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:39,879][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:44,880][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:49,881][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:54,883][ INFO][PID:2824648] Checking for cancel request [2025-09-07 16:59:59,884][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:04,885][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:09,886][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:14,887][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:19,888][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:24,889][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:30,110][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:35,111][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:40,112][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:45,113][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:50,114][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:00:55,115][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:01:00,116][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:01:05,118][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:01:10,119][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:01:15,119][ INFO][PID:2824648] Checking for cancel request [2025-09-07 17:01:30,775][ INFO][PID:2824648] Downloading results from builder [2025-09-07 17:01:30,776][ INFO][PID:2824648] rsyncing of mockbuilder@52.202.141.42:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264 started [2025-09-07 17:01:30,777][ INFO][PID:2824648] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.202.141.42:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/build-09532264.rsync.log [2025-09-08 03:23:59,906][ INFO][PID:2824648] rsyncing finished. [2025-09-08 03:24:00,267][ INFO][PID:2824648] Releasing VM back to pool [2025-09-08 03:24:00,637][ INFO][PID:2824648] Searching for 'success' file in resultdir [2025-09-08 03:24:01,071][ INFO][PID:2824648] Getting build details [2025-09-08 03:24:01,074][ INFO][PID:2824648] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264 [2025-09-08 03:24:01,275][ INFO][PID:2824648] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/Sunshine-0.0.4247-1.src.rpm [2025-09-08 03:24:01,276][ INFO][PID:2824648] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/Sunshine-0.0.4247-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4247-1'} [2025-09-08 03:24:01,312][ INFO][PID:2824648] Finished build: id=9532264 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247 chroot=srpm-builds [2025-09-08 03:24:01,558][ INFO][PID:2824648] Worker succeeded build, took 37798.78511095047 [2025-09-08 03:24:01,583][ INFO][PID:2824648] 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:4247", "submitter": null, "ended_on": 1757301841.5577447, "started_on": 1757264042.7726338, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9532264", "build_id": 9532264, "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\": \"tmpz3zae6e1\", \"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:4247/srpm-builds/09532264/Sunshine-0.0.4247-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--212b751f-3fb7-44b6-9fec-54acd75233ce", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4247", "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:4247", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4247", "result_dir": "09532264", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4247-1", "id": 9532264, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-08 03:24:03,217][ INFO][PID:2824648] Sending fedora-messaging bus message in build.end [2025-09-08 03:24:04,141][ INFO][PID:2824648] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/builder-live.log by gzip [2025-09-08 03:24:04,191][ INFO][PID:2824648] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/builder-live.log' as PID 563045 [2025-09-08 03:24:04,711][ INFO][PID:2824648] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/builder-live.log) [2025-09-08 03:24:04,735][ INFO][PID:2824648] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/backend.log by gzip [2025-09-08 03:24:04,741][ INFO][PID:2824648] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4247/srpm-builds/09532264/backend.log' as PID 563130