[2025-09-01 17:04:20,905][ INFO][PID:1182065] Marking build as starting [2025-09-01 17:04:20,950][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:04:20,951][ INFO][PID:1182065] VM allocation process starts [2025-09-01 17:04:20,964][ INFO][PID:1182065] Trying to allocate VM: ResallocHost, ticket_id=4862255, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-01 17:04:23,979][ INFO][PID:1182065] Allocated host ResallocHost, ticket_id=4862255, hostname=3.93.218.178, name=aws_x86_64_normalreserved_prod_06529298_20250901_170158, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-01 17:04:23,980][ INFO][PID:1182065] Allocating ssh connection to builder [2025-09-01 17:04:23,980][ INFO][PID:1182065] Checking that builder machine is OK [2025-09-01 17:04:24,343][ INFO][PID:1182065] Running remote command: copr-builder-ready srpm-builds [2025-09-01 17:04:24,544][ INFO][PID:1182065] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-01 17:04:24,545][ INFO][PID:1182065] Filling build.info file with builder info [2025-09-01 17:04:24,546][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:04:24,547][ INFO][PID:1182065] 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:4208", "submitter": null, "ended_on": null, "started_on": 1756746264.5472631, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9513161", "build_id": 9513161, "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\": \"tmpaeebagca\", \"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--483ef9fe-a4e9-4f2b-b987-3ae60595e0e2", "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:4208", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208", "result_dir": "09513161", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9513161, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-01 17:04:24,566][ INFO][PID:1182065] Sending fedora-messaging bus message in build.start [2025-09-01 17:04:25,243][ INFO][PID:1182065] Sending fedora-messaging bus message in chroot.start [2025-09-01 17:04:25,266][ INFO][PID:1182065] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9513161 --detached [2025-09-01 17:04:25,575][ INFO][PID:1182065] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.93.218.178' (ED25519) to the list of known hosts. [2025-09-01 17:04:25,576][ INFO][PID:1182065] Downloading the builder-live.log file, attempt 1 [2025-09-01 17:04:25,577][ INFO][PID:1182065] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.93.218.178 copr-rpmbuild-log [2025-09-01 17:04:30,582][ INFO][PID:1182065] Periodic builder liveness probe: alive [2025-09-01 17:04:30,583][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:04:35,584][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:04:40,585][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:04:45,591][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:04:50,795][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:04:56,406][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:02,103][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:07,963][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:15,873][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:22,086][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:29,078][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:35,258][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:40,260][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:45,715][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:52,089][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:05:58,117][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:03,134][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:08,181][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:14,339][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:19,559][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:25,034][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:31,177][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:36,389][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:42,169][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:47,987][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:54,276][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:06:59,621][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:06,400][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:11,402][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:18,150][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:23,152][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:28,163][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:33,620][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:41,045][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:46,516][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:53,691][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:07:58,949][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:03,952][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:10,288][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:15,290][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:21,352][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:26,370][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:31,398][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:37,615][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:42,723][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:49,431][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:54,433][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:08:59,909][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:05,474][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:10,484][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:15,496][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:20,978][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:26,172][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:31,502][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:37,013][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:42,564][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:47,566][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:53,171][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:09:58,859][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:03,863][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:08,972][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:14,524][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:20,394][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:26,748][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:32,424][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:37,426][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:43,334][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:50,112][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:10:56,560][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:01,614][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:06,626][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:11,860][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:17,499][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:23,345][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:29,236][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:34,805][ INFO][PID:1182065] Checking for cancel request [2025-09-01 17:11:36,105][ INFO][PID:1182065] Downloading results from builder [2025-09-01 17:11:36,106][ INFO][PID:1182065] rsyncing of mockbuilder@3.93.218.178:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161 started [2025-09-01 17:11:36,107][ INFO][PID:1182065] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.93.218.178:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/build-09513161.rsync.log [2025-09-01 17:11:49,143][ INFO][PID:1182065] rsyncing finished. [2025-09-01 17:11:49,144][ INFO][PID:1182065] Releasing VM back to pool [2025-09-01 17:11:49,173][ INFO][PID:1182065] Searching for 'success' file in resultdir [2025-09-01 17:11:49,174][ INFO][PID:1182065] Getting build details [2025-09-01 17:11:49,175][ INFO][PID:1182065] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161 [2025-09-01 17:11:49,176][ INFO][PID:1182065] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/Sunshine-0.0.4208-1.src.rpm [2025-09-01 17:11:49,176][ INFO][PID:1182065] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/Sunshine-0.0.4208-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4208-1'} [2025-09-01 17:11:49,177][ INFO][PID:1182065] Finished build: id=9513161 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208 chroot=srpm-builds [2025-09-01 17:11:49,181][ INFO][PID:1182065] Worker succeeded build, took 444.6339452266693 [2025-09-01 17:11:49,181][ INFO][PID:1182065] 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:4208", "submitter": null, "ended_on": 1756746709.1812084, "started_on": 1756746264.5472631, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9513161", "build_id": 9513161, "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\": \"tmpaeebagca\", \"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:4208/srpm-builds/09513161/Sunshine-0.0.4208-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--483ef9fe-a4e9-4f2b-b987-3ae60595e0e2", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4208", "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:4208", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208", "result_dir": "09513161", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4208-1", "id": 9513161, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-01 17:11:49,221][ INFO][PID:1182065] Sending fedora-messaging bus message in build.end [2025-09-01 17:11:49,275][ INFO][PID:1182065] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/builder-live.log by gzip [2025-09-01 17:11:49,277][ INFO][PID:1182065] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/builder-live.log' as PID 1245670 [2025-09-01 17:11:49,303][ INFO][PID:1182065] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/builder-live.log) [2025-09-01 17:11:49,306][ INFO][PID:1182065] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/backend.log by gzip [2025-09-01 17:11:49,312][ INFO][PID:1182065] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09513161/backend.log' as PID 1245680