[2025-09-22 03:48:57,046][ INFO][PID:2256112] Marking build as starting [2025-09-22 03:48:57,075][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:48:57,075][ INFO][PID:2256112] VM allocation process starts [2025-09-22 03:48:57,087][ INFO][PID:2256112] Trying to allocate VM: ResallocHost, ticket_id=5202684, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-22 03:49:00,100][ INFO][PID:2256112] Allocated host ResallocHost, ticket_id=5202684, hostname=44.211.216.168, name=aws_x86_64_normalreserved_prod_06870221_20250922_034147, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-22 03:49:00,101][ INFO][PID:2256112] Allocating ssh connection to builder [2025-09-22 03:49:00,101][ INFO][PID:2256112] Checking that builder machine is OK [2025-09-22 03:49:00,482][ INFO][PID:2256112] Running remote command: copr-builder-ready srpm-builds [2025-09-22 03:49:00,698][ INFO][PID:2256112] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-22 03:49:00,699][ INFO][PID:2256112] Filling build.info file with builder info [2025-09-22 03:49:00,699][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:00,700][ INFO][PID:2256112] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": null, "started_on": 1758512940.700247, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9588617", "build_id": 9588617, "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\": \"tmptutrpt_l\", \"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/beta--fee5f9e6-ab3f-4ae2-949e-539a6f9a1af1", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09588617", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9588617, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-22 03:49:00,728][ INFO][PID:2256112] Sending fedora-messaging bus message in build.start [2025-09-22 03:49:01,329][ INFO][PID:2256112] Sending fedora-messaging bus message in chroot.start [2025-09-22 03:49:01,558][ INFO][PID:2256112] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9588617 --detached [2025-09-22 03:49:01,939][ INFO][PID:2256112] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.211.216.168' (ED25519) to the list of known hosts. [2025-09-22 03:49:01,940][ INFO][PID:2256112] Downloading the builder-live.log file, attempt 1 [2025-09-22 03:49:01,941][ INFO][PID:2256112] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.211.216.168 copr-rpmbuild-log [2025-09-22 03:49:06,986][ INFO][PID:2256112] Periodic builder liveness probe: alive [2025-09-22 03:49:06,986][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:11,987][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:16,988][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:21,989][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:26,990][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:31,991][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:36,992][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:41,993][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:46,994][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:51,995][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:49:56,996][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:01,997][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:06,998][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:11,999][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:17,000][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:22,001][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:27,002][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:32,003][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:37,004][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:42,005][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:47,007][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:52,012][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:50:57,018][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:02,020][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:07,021][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:12,022][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:17,023][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:22,024][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:27,025][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:32,026][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:37,027][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:42,028][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:47,029][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:52,030][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:51:57,031][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:02,032][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:07,033][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:12,034][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:17,035][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:22,036][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:27,037][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:32,038][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:37,039][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:42,039][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:47,040][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:52,041][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:52:57,042][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:02,043][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:07,044][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:12,045][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:17,046][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:22,047][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:27,048][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:32,049][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:37,050][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:42,051][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:47,052][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:52,053][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:53:57,054][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:02,055][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:07,056][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:12,057][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:17,058][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:22,059][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:27,060][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:32,061][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:37,062][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:42,062][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:47,063][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:52,064][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:54:57,065][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:02,066][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:07,067][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:12,068][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:17,069][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:22,070][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:27,071][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:32,072][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:37,073][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:42,074][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:47,074][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:52,075][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:55:57,076][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:02,077][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:07,078][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:12,079][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:17,080][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:22,081][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:27,082][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:32,083][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:37,084][ INFO][PID:2256112] Checking for cancel request [2025-09-22 03:56:41,513][ INFO][PID:2256112] Downloading results from builder [2025-09-22 03:56:41,514][ INFO][PID:2256112] rsyncing of mockbuilder@44.211.216.168:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617 started [2025-09-22 03:56:41,515][ INFO][PID:2256112] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.211.216.168:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617/build-09588617.rsync.log [2025-09-22 03:56:47,278][ INFO][PID:2256112] rsyncing finished. [2025-09-22 03:56:47,279][ INFO][PID:2256112] Releasing VM back to pool [2025-09-22 03:56:47,288][ INFO][PID:2256112] Searching for 'success' file in resultdir [2025-09-22 03:56:47,289][ INFO][PID:2256112] Getting build details [2025-09-22 03:56:47,290][ INFO][PID:2256112] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617 [2025-09-22 03:56:47,290][ INFO][PID:2256112] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09588617/Sunshine-2025.922.1903-1.src.rpm [2025-09-22 03:56:47,291][ INFO][PID:2256112] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09588617/Sunshine-2025.922.1903-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '2025.922.1903-1'} [2025-09-22 03:56:47,291][ INFO][PID:2256112] Finished build: id=9588617 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/beta chroot=srpm-builds [2025-09-22 03:56:47,293][ INFO][PID:2256112] Worker succeeded build, took 466.59337162971497 [2025-09-22 03:56:47,294][ INFO][PID:2256112] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": 1758513407.2936187, "started_on": 1758512940.700247, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9588617", "build_id": 9588617, "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\": \"tmptutrpt_l\", \"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/beta/srpm-builds/09588617/Sunshine-2025.922.1903-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/beta--fee5f9e6-ab3f-4ae2-949e-539a6f9a1af1", "results": { "name": "Sunshine", "epoch": null, "version": "2025.922.1903", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09588617", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2025.922.1903-1", "id": 9588617, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-22 03:56:47,325][ INFO][PID:2256112] Sending fedora-messaging bus message in build.end [2025-09-22 03:56:47,350][ INFO][PID:2256112] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617/builder-live.log by gzip [2025-09-22 03:56:47,351][ INFO][PID:2256112] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617/builder-live.log' as PID 2289535 [2025-09-22 03:56:47,358][ INFO][PID:2256112] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617/builder-live.log) [2025-09-22 03:56:47,359][ INFO][PID:2256112] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617/backend.log by gzip [2025-09-22 03:56:47,360][ INFO][PID:2256112] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09588617/backend.log' as PID 2289536