[2025-09-14 03:27:20,511][ INFO][PID:2564132] Marking build as starting [2025-09-14 03:27:20,531][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:27:20,532][ INFO][PID:2564132] VM allocation process starts [2025-09-14 03:27:20,544][ INFO][PID:2564132] Trying to allocate VM: ResallocHost, ticket_id=5051156, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-14 03:27:23,563][ INFO][PID:2564132] Allocated host ResallocHost, ticket_id=5051156, hostname=44.192.23.253, name=aws_x86_64_normalreserved_prod_06745210_20250914_031141, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-14 03:27:23,563][ INFO][PID:2564132] Allocating ssh connection to builder [2025-09-14 03:27:23,563][ INFO][PID:2564132] Checking that builder machine is OK [2025-09-14 03:27:23,884][ INFO][PID:2564132] Running remote command: copr-builder-ready srpm-builds [2025-09-14 03:27:24,087][ INFO][PID:2564132] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-14 03:27:24,088][ INFO][PID:2564132] Filling build.info file with builder info [2025-09-14 03:27:24,088][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:27:24,089][ INFO][PID:2564132] 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:4257", "submitter": null, "ended_on": null, "started_on": 1757820444.0892296, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9554097", "build_id": 9554097, "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\": \"tmpa_gwz5gr\", \"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--dcb0c7eb-5ac0-4808-9995-aeac3691e206", "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:4257", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4257", "result_dir": "09554097", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9554097, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-14 03:27:24,107][ INFO][PID:2564132] Sending fedora-messaging bus message in build.start [2025-09-14 03:27:24,718][ INFO][PID:2564132] Sending fedora-messaging bus message in chroot.start [2025-09-14 03:27:24,741][ INFO][PID:2564132] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9554097 --detached [2025-09-14 03:27:25,072][ INFO][PID:2564132] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.192.23.253' (ED25519) to the list of known hosts. [2025-09-14 03:27:25,073][ INFO][PID:2564132] Downloading the builder-live.log file, attempt 1 [2025-09-14 03:27:25,074][ INFO][PID:2564132] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.192.23.253 copr-rpmbuild-log [2025-09-14 03:27:30,079][ INFO][PID:2564132] Periodic builder liveness probe: alive [2025-09-14 03:27:30,080][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:27:35,081][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:27:40,082][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:27:45,082][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:27:50,083][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:27:55,084][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:00,085][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:05,086][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:10,087][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:15,088][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:20,089][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:25,090][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:30,091][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:35,092][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:40,095][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:45,096][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:50,097][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:28:55,098][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:00,099][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:05,100][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:10,101][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:15,102][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:20,103][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:25,104][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:30,105][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:35,106][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:40,108][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:45,109][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:50,110][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:29:55,110][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:00,111][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:05,112][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:10,113][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:15,115][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:20,116][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:25,117][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:30,117][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:35,118][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:40,119][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:45,120][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:50,121][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:30:55,122][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:00,123][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:05,124][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:10,126][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:15,127][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:20,128][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:25,129][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:30,130][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:35,130][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:40,132][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:45,133][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:50,134][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:31:55,135][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:00,136][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:05,137][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:10,138][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:15,139][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:20,140][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:25,141][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:30,142][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:35,143][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:40,144][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:45,145][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:50,147][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:32:55,148][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:00,149][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:05,150][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:10,151][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:15,152][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:20,154][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:25,155][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:30,156][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:35,157][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:40,158][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:45,159][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:50,160][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:33:55,161][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:34:00,162][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:34:05,163][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:34:10,164][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:34:15,165][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:34:20,166][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:34:25,167][ INFO][PID:2564132] Checking for cancel request [2025-09-14 03:34:28,018][ INFO][PID:2564132] Downloading results from builder [2025-09-14 03:34:28,019][ INFO][PID:2564132] rsyncing of mockbuilder@44.192.23.253:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097 started [2025-09-14 03:34:28,019][ INFO][PID:2564132] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.192.23.253:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/build-09554097.rsync.log [2025-09-14 03:34:33,528][ INFO][PID:2564132] rsyncing finished. [2025-09-14 03:34:33,528][ INFO][PID:2564132] Releasing VM back to pool [2025-09-14 03:34:33,580][ INFO][PID:2564132] Searching for 'success' file in resultdir [2025-09-14 03:34:33,581][ INFO][PID:2564132] Getting build details [2025-09-14 03:34:33,582][ INFO][PID:2564132] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097 [2025-09-14 03:34:33,583][ INFO][PID:2564132] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/Sunshine-0.0.4257-1.src.rpm [2025-09-14 03:34:33,583][ INFO][PID:2564132] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/Sunshine-0.0.4257-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4257-1'} [2025-09-14 03:34:33,583][ INFO][PID:2564132] Finished build: id=9554097 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257 chroot=srpm-builds [2025-09-14 03:34:33,585][ INFO][PID:2564132] Worker succeeded build, took 429.49643564224243 [2025-09-14 03:34:33,586][ INFO][PID:2564132] 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:4257", "submitter": null, "ended_on": 1757820873.5856652, "started_on": 1757820444.0892296, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9554097", "build_id": 9554097, "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\": \"tmpa_gwz5gr\", \"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:4257/srpm-builds/09554097/Sunshine-0.0.4257-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--dcb0c7eb-5ac0-4808-9995-aeac3691e206", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4257", "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:4257", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4257", "result_dir": "09554097", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4257-1", "id": 9554097, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-14 03:34:33,617][ INFO][PID:2564132] Sending fedora-messaging bus message in build.end [2025-09-14 03:34:33,641][ INFO][PID:2564132] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/builder-live.log by gzip [2025-09-14 03:34:33,642][ INFO][PID:2564132] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/builder-live.log' as PID 2579189 [2025-09-14 03:34:33,649][ INFO][PID:2564132] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/builder-live.log) [2025-09-14 03:34:33,650][ INFO][PID:2564132] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/backend.log by gzip [2025-09-14 03:34:33,651][ INFO][PID:2564132] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4257/srpm-builds/09554097/backend.log' as PID 2579190