[2025-09-16 23:46:35,227][ INFO][PID:1104848] Marking build as starting [2025-09-16 23:46:35,251][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:46:35,252][ INFO][PID:1104848] VM allocation process starts [2025-09-16 23:46:35,261][ INFO][PID:1104848] Trying to allocate VM: ResallocHost, ticket_id=5087867, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-16 23:46:38,313][ INFO][PID:1104848] Allocated host ResallocHost, ticket_id=5087867, hostname=13.221.199.7, name=aws_x86_64_normalreserved_prod_06791122_20250916_233944, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-16 23:46:38,314][ INFO][PID:1104848] Allocating ssh connection to builder [2025-09-16 23:46:38,314][ INFO][PID:1104848] Checking that builder machine is OK [2025-09-16 23:46:38,645][ INFO][PID:1104848] Running remote command: copr-builder-ready srpm-builds [2025-09-16 23:46:38,847][ INFO][PID:1104848] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-16 23:46:38,847][ INFO][PID:1104848] Filling build.info file with builder info [2025-09-16 23:46:38,848][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:46:38,848][ INFO][PID:1104848] 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:4266", "submitter": null, "ended_on": null, "started_on": 1758066398.8487742, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9560833", "build_id": 9560833, "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\": \"tmpbvdyllg8\", \"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--9d9e0e4c-7584-46c1-8cb3-eb92a05a458a", "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:4266", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4266", "result_dir": "09560833", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9560833, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-16 23:46:38,868][ INFO][PID:1104848] Sending fedora-messaging bus message in build.start [2025-09-16 23:46:39,477][ INFO][PID:1104848] Sending fedora-messaging bus message in chroot.start [2025-09-16 23:46:39,500][ INFO][PID:1104848] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9560833 --detached [2025-09-16 23:46:39,864][ INFO][PID:1104848] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.221.199.7' (ED25519) to the list of known hosts. [2025-09-16 23:46:39,865][ INFO][PID:1104848] Downloading the builder-live.log file, attempt 1 [2025-09-16 23:46:39,866][ INFO][PID:1104848] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.221.199.7 copr-rpmbuild-log [2025-09-16 23:46:44,870][ INFO][PID:1104848] Periodic builder liveness probe: alive [2025-09-16 23:46:44,871][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:46:49,872][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:46:54,872][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:46:59,873][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:04,874][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:09,875][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:14,876][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:19,877][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:24,878][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:29,879][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:34,880][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:39,881][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:44,882][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:49,883][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:54,884][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:47:59,885][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:04,886][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:09,886][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:14,888][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:19,889][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:24,890][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:29,890][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:34,891][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:39,892][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:44,893][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:49,894][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:54,895][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:48:59,896][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:04,897][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:09,898][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:14,899][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:19,900][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:24,901][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:29,902][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:34,903][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:39,903][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:44,904][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:49,905][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:54,906][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:49:59,907][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:04,908][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:09,909][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:14,910][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:19,911][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:24,912][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:29,913][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:34,914][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:39,915][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:44,915][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:49,916][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:54,917][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:50:59,918][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:04,919][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:09,920][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:14,921][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:19,922][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:24,923][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:29,924][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:34,925][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:39,926][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:44,927][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:49,929][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:54,930][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:51:59,931][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:04,932][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:09,933][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:14,934][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:19,935][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:24,936][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:29,936][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:34,937][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:39,938][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:44,939][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:49,940][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:54,941][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:52:59,942][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:53:04,943][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:53:09,944][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:53:14,945][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:53:19,946][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:53:24,947][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:53:29,948][ INFO][PID:1104848] Checking for cancel request [2025-09-16 23:53:32,050][ INFO][PID:1104848] Downloading results from builder [2025-09-16 23:53:32,051][ INFO][PID:1104848] rsyncing of mockbuilder@13.221.199.7:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833 started [2025-09-16 23:53:32,052][ INFO][PID:1104848] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.221.199.7:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/build-09560833.rsync.log [2025-09-16 23:53:37,038][ INFO][PID:1104848] rsyncing finished. [2025-09-16 23:53:37,038][ INFO][PID:1104848] Releasing VM back to pool [2025-09-16 23:53:37,045][ INFO][PID:1104848] Searching for 'success' file in resultdir [2025-09-16 23:53:37,046][ INFO][PID:1104848] Getting build details [2025-09-16 23:53:37,046][ INFO][PID:1104848] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833 [2025-09-16 23:53:37,047][ INFO][PID:1104848] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/Sunshine-0.0.4266-1.src.rpm [2025-09-16 23:53:37,047][ INFO][PID:1104848] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/Sunshine-0.0.4266-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4266-1'} [2025-09-16 23:53:37,048][ INFO][PID:1104848] Finished build: id=9560833 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266 chroot=srpm-builds [2025-09-16 23:53:37,049][ INFO][PID:1104848] Worker succeeded build, took 418.20102524757385 [2025-09-16 23:53:37,050][ INFO][PID:1104848] 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:4266", "submitter": null, "ended_on": 1758066817.0497994, "started_on": 1758066398.8487742, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9560833", "build_id": 9560833, "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\": \"tmpbvdyllg8\", \"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:4266/srpm-builds/09560833/Sunshine-0.0.4266-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--9d9e0e4c-7584-46c1-8cb3-eb92a05a458a", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4266", "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:4266", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4266", "result_dir": "09560833", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4266-1", "id": 9560833, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-16 23:53:37,080][ INFO][PID:1104848] Sending fedora-messaging bus message in build.end [2025-09-16 23:53:37,107][ INFO][PID:1104848] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/builder-live.log by gzip [2025-09-16 23:53:37,108][ INFO][PID:1104848] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/builder-live.log' as PID 1121891 [2025-09-16 23:53:37,114][ INFO][PID:1104848] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/builder-live.log) [2025-09-16 23:53:37,115][ INFO][PID:1104848] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/backend.log by gzip [2025-09-16 23:53:37,116][ INFO][PID:1104848] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4266/srpm-builds/09560833/backend.log' as PID 1121893