[2025-09-22 03:40:43,343][ INFO][PID:2216650] Marking build as starting [2025-09-22 03:40:43,364][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:40:43,365][ INFO][PID:2216650] VM allocation process starts [2025-09-22 03:40:43,379][ INFO][PID:2216650] Trying to allocate VM: ResallocHost, ticket_id=5202647, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-22 03:40:46,399][ INFO][PID:2216650] Allocated host ResallocHost, ticket_id=5202647, hostname=3.91.231.240, name=aws_x86_64_normalreserved_prod_06870124_20250922_033809, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-22 03:40:46,400][ INFO][PID:2216650] Allocating ssh connection to builder [2025-09-22 03:40:46,400][ INFO][PID:2216650] Checking that builder machine is OK [2025-09-22 03:40:46,739][ INFO][PID:2216650] Running remote command: copr-builder-ready srpm-builds [2025-09-22 03:40:46,950][ INFO][PID:2216650] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-22 03:40:46,950][ INFO][PID:2216650] Filling build.info file with builder info [2025-09-22 03:40:46,952][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:40:46,954][ INFO][PID:2216650] 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:4049", "submitter": null, "ended_on": null, "started_on": 1758512446.953961, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9588615", "build_id": 9588615, "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\": \"tmpt_nmgn_3\", \"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--495e57bd-2c1a-4c96-96ac-32ae77a9f897", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09588615", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9588615, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-22 03:40:46,982][ INFO][PID:2216650] Sending fedora-messaging bus message in build.start [2025-09-22 03:40:47,676][ INFO][PID:2216650] Sending fedora-messaging bus message in chroot.start [2025-09-22 03:40:47,701][ INFO][PID:2216650] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9588615 --detached [2025-09-22 03:40:48,038][ INFO][PID:2216650] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.91.231.240' (ED25519) to the list of known hosts. [2025-09-22 03:40:48,039][ INFO][PID:2216650] Downloading the builder-live.log file, attempt 1 [2025-09-22 03:40:48,040][ INFO][PID:2216650] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.91.231.240 copr-rpmbuild-log [2025-09-22 03:40:53,050][ INFO][PID:2216650] Periodic builder liveness probe: alive [2025-09-22 03:40:53,052][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:40:58,053][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:03,054][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:08,055][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:13,056][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:18,057][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:23,058][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:28,059][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:33,061][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:38,062][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:43,063][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:48,065][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:53,067][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:41:58,069][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:03,071][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:08,072][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:13,073][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:18,074][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:23,075][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:28,076][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:33,078][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:38,079][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:43,080][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:48,081][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:53,082][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:42:58,083][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:03,084][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:08,085][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:13,086][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:18,087][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:23,088][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:28,089][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:33,090][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:38,091][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:43,092][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:48,093][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:53,094][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:43:58,095][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:03,096][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:08,097][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:13,098][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:18,099][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:23,100][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:28,101][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:33,102][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:38,103][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:43,104][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:48,105][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:53,106][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:44:58,107][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:03,107][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:08,109][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:13,110][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:18,111][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:23,112][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:28,113][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:33,114][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:38,115][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:43,115][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:48,117][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:53,118][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:45:58,119][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:03,120][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:08,121][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:13,122][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:18,123][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:23,123][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:28,125][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:33,126][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:38,127][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:43,127][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:48,128][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:53,129][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:46:58,130][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:03,131][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:08,132][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:13,133][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:18,134][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:23,135][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:28,136][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:33,137][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:38,138][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:43,139][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:48,140][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:53,141][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:47:58,142][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:48:03,142][ INFO][PID:2216650] Checking for cancel request [2025-09-22 03:48:05,349][ INFO][PID:2216650] Downloading results from builder [2025-09-22 03:48:05,349][ INFO][PID:2216650] rsyncing of mockbuilder@3.91.231.240:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615 started [2025-09-22 03:48:05,350][ INFO][PID:2216650] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.91.231.240:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/build-09588615.rsync.log [2025-09-22 03:48:11,068][ INFO][PID:2216650] rsyncing finished. [2025-09-22 03:48:11,068][ INFO][PID:2216650] Releasing VM back to pool [2025-09-22 03:48:11,079][ INFO][PID:2216650] Searching for 'success' file in resultdir [2025-09-22 03:48:11,079][ INFO][PID:2216650] Getting build details [2025-09-22 03:48:11,080][ INFO][PID:2216650] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615 [2025-09-22 03:48:11,080][ INFO][PID:2216650] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/Sunshine-0.0.4049-1.src.rpm [2025-09-22 03:48:11,081][ INFO][PID:2216650] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-09-22 03:48:11,081][ INFO][PID:2216650] Finished build: id=9588615 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-09-22 03:48:11,082][ INFO][PID:2216650] Worker succeeded build, took 444.1290006637573 [2025-09-22 03:48:11,083][ INFO][PID:2216650] 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:4049", "submitter": null, "ended_on": 1758512891.0829616, "started_on": 1758512446.953961, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9588615", "build_id": 9588615, "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\": \"tmpt_nmgn_3\", \"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:4049/srpm-builds/09588615/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--495e57bd-2c1a-4c96-96ac-32ae77a9f897", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4049", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09588615", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9588615, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-22 03:48:11,112][ INFO][PID:2216650] Sending fedora-messaging bus message in build.end [2025-09-22 03:48:11,136][ INFO][PID:2216650] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/builder-live.log by gzip [2025-09-22 03:48:11,137][ INFO][PID:2216650] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/builder-live.log' as PID 2253363 [2025-09-22 03:48:11,143][ INFO][PID:2216650] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/builder-live.log) [2025-09-22 03:48:11,144][ INFO][PID:2216650] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/backend.log by gzip [2025-09-22 03:48:11,145][ INFO][PID:2216650] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09588615/backend.log' as PID 2253366