[2025-09-16 18:12:38,848][ INFO][PID:3811982] Marking build as starting [2025-09-16 18:12:38,872][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:12:38,873][ INFO][PID:3811982] VM allocation process starts [2025-09-16 18:12:38,888][ INFO][PID:3811982] Trying to allocate VM: ResallocHost, ticket_id=5084670, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-16 18:12:41,938][ INFO][PID:3811982] Allocated host ResallocHost, ticket_id=5084670, hostname=107.22.68.38, name=aws_x86_64_normalreserved_prod_06788026_20250916_180734, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-16 18:12:41,939][ INFO][PID:3811982] Allocating ssh connection to builder [2025-09-16 18:12:41,939][ INFO][PID:3811982] Checking that builder machine is OK [2025-09-16 18:12:42,286][ INFO][PID:3811982] Running remote command: copr-builder-ready srpm-builds [2025-09-16 18:12:42,498][ INFO][PID:3811982] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-16 18:12:42,499][ INFO][PID:3811982] Filling build.info file with builder info [2025-09-16 18:12:42,499][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:12:42,500][ INFO][PID:3811982] 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:4264", "submitter": null, "ended_on": null, "started_on": 1758046362.5006223, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9560090", "build_id": 9560090, "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\": \"tmpzsdxpdpy\", \"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--8ea4efd3-dea5-43db-95ae-7240c1edbea2", "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:4264", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4264", "result_dir": "09560090", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9560090, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-16 18:12:42,521][ INFO][PID:3811982] Sending fedora-messaging bus message in build.start [2025-09-16 18:12:43,494][ INFO][PID:3811982] Sending fedora-messaging bus message in chroot.start [2025-09-16 18:12:43,546][ INFO][PID:3811982] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9560090 --detached [2025-09-16 18:12:43,954][ INFO][PID:3811982] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '107.22.68.38' (ED25519) to the list of known hosts. [2025-09-16 18:12:43,956][ INFO][PID:3811982] Downloading the builder-live.log file, attempt 1 [2025-09-16 18:12:43,957][ INFO][PID:3811982] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@107.22.68.38 copr-rpmbuild-log [2025-09-16 18:12:48,993][ INFO][PID:3811982] Periodic builder liveness probe: alive [2025-09-16 18:12:48,994][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:12:53,995][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:12:58,996][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:03,997][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:08,999][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:14,000][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:19,002][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:24,003][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:29,005][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:34,007][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:39,008][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:44,009][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:49,011][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:54,012][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:13:59,013][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:04,014][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:09,016][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:14,017][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:19,018][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:24,019][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:29,020][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:34,021][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:39,023][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:44,024][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:49,025][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:54,026][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:14:59,027][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:04,028][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:09,030][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:14,032][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:19,034][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:24,035][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:29,036][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:34,038][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:39,039][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:44,040][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:49,041][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:54,042][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:15:59,043][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:04,044][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:09,046][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:14,047][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:19,049][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:24,050][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:29,052][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:34,058][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:39,059][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:44,060][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:49,062][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:54,062][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:16:59,064][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:04,065][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:09,066][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:14,067][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:19,068][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:24,069][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:29,070][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:34,071][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:39,072][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:44,073][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:49,074][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:54,075][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:17:59,076][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:04,077][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:09,078][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:14,079][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:19,080][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:24,081][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:29,082][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:34,083][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:39,084][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:44,085][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:49,086][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:54,087][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:18:59,088][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:04,089][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:09,090][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:14,091][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:19,092][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:24,096][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:29,097][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:34,098][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:39,099][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:44,100][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:49,101][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:54,103][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:19:59,104][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:20:04,105][ INFO][PID:3811982] Checking for cancel request [2025-09-16 18:20:05,935][ INFO][PID:3811982] Downloading results from builder [2025-09-16 18:20:05,936][ INFO][PID:3811982] rsyncing of mockbuilder@107.22.68.38:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090 started [2025-09-16 18:20:05,937][ INFO][PID:3811982] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@107.22.68.38:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/build-09560090.rsync.log [2025-09-16 18:20:11,684][ INFO][PID:3811982] rsyncing finished. [2025-09-16 18:20:11,684][ INFO][PID:3811982] Releasing VM back to pool [2025-09-16 18:20:11,693][ INFO][PID:3811982] Searching for 'success' file in resultdir [2025-09-16 18:20:11,694][ INFO][PID:3811982] Getting build details [2025-09-16 18:20:11,694][ INFO][PID:3811982] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090 [2025-09-16 18:20:11,695][ INFO][PID:3811982] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/Sunshine-0.0.4264-1.src.rpm [2025-09-16 18:20:11,695][ INFO][PID:3811982] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/Sunshine-0.0.4264-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4264-1'} [2025-09-16 18:20:11,696][ INFO][PID:3811982] Finished build: id=9560090 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264 chroot=srpm-builds [2025-09-16 18:20:11,697][ INFO][PID:3811982] Worker succeeded build, took 449.1969475746155 [2025-09-16 18:20:11,698][ INFO][PID:3811982] 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:4264", "submitter": null, "ended_on": 1758046811.6975698, "started_on": 1758046362.5006223, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9560090", "build_id": 9560090, "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\": \"tmpzsdxpdpy\", \"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:4264/srpm-builds/09560090/Sunshine-0.0.4264-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--8ea4efd3-dea5-43db-95ae-7240c1edbea2", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4264", "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:4264", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4264", "result_dir": "09560090", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4264-1", "id": 9560090, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-16 18:20:11,725][ INFO][PID:3811982] Sending fedora-messaging bus message in build.end [2025-09-16 18:20:11,801][ INFO][PID:3811982] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/builder-live.log by gzip [2025-09-16 18:20:11,802][ INFO][PID:3811982] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/builder-live.log' as PID 3853486 [2025-09-16 18:20:11,809][ INFO][PID:3811982] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/builder-live.log) [2025-09-16 18:20:11,810][ INFO][PID:3811982] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/backend.log by gzip [2025-09-16 18:20:11,811][ INFO][PID:3811982] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4264/srpm-builds/09560090/backend.log' as PID 3853490