>>> yamllint: Building community/yamllint 1.38.0-r0 (using abuild 3.17.0_rc1-r2) started Sun, 26 Apr 2026 06:52:39 +0000 >>> yamllint: Validating /home/buildozer/aports/community/yamllint/APKBUILD... >>> yamllint: Analyzing dependencies... >>> yamllint: Installing for build: build-base python3 py3-pathspec py3-yaml py3-gpep517 py3-setuptools py3-wheel ( 1/30) Installing libbz2 (1.0.8-r6) ( 2/30) Installing libffi (3.5.2-r1) ( 3/30) Installing gdbm (1.26-r0) ( 4/30) Installing xz-libs (5.8.3-r0) ( 5/30) Installing mpdecimal (4.0.1-r0) ( 6/30) Installing libpanelw (6.6_p20260404-r0) ( 7/30) Installing readline (8.3.3-r1) ( 8/30) Installing sqlite-libs (3.53.0-r0) ( 9/30) Installing python3 (3.14.3-r0) (10/30) Installing python3-pycache-pyc0 (3.14.3-r0) (11/30) Installing pyc (3.14.3-r0) (12/30) Installing python3-pyc (3.14.3-r0) (13/30) Installing py3-pathspec (1.0.4-r1) (14/30) Installing py3-pathspec-pyc (1.0.4-r1) (15/30) Installing yaml (0.2.5-r2) (16/30) Installing py3-yaml (6.0.3-r2) (17/30) Installing py3-yaml-pyc (6.0.3-r2) (18/30) Installing py3-installer (1.0.0-r0) (19/30) Installing py3-installer-pyc (1.0.0-r0) (20/30) Installing py3-gpep517 (19-r2) (21/30) Installing py3-gpep517-pyc (19-r2) (22/30) Installing py3-parsing (3.3.2-r1) (23/30) Installing py3-parsing-pyc (3.3.2-r1) (24/30) Installing py3-packaging (26.2-r0) (25/30) Installing py3-packaging-pyc (26.2-r0) (26/30) Installing py3-setuptools (82.0.1-r1) (27/30) Installing py3-setuptools-pyc (82.0.1-r1) (28/30) Installing py3-wheel (0.47.0-r0) (29/30) Installing py3-wheel-pyc (0.47.0-r0) (30/30) Installing .makedepends-yamllint (20260426.065252) Executing busybox-1.37.0-r31.trigger OK: 870.6 MiB in 134 packages >>> yamllint: Cleaning up srcdir >>> yamllint: Cleaning up pkgdir >>> yamllint: Cleaning up tmpdir >>> yamllint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/yamllint-1.38.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/yamllint-1.38.0.tar.gz.part' yamllint-1.38.0.tar. 100% |********************************| 136k 0:00:00 ETA '/var/cache/distfiles/v3.24/yamllint-1.38.0.tar.gz.part' saved /var/cache/distfiles/v3.24/yamllint-1.38.0.tar.gz: OK /home/buildozer/aports/community/yamllint/skip-locale-tests.patch: OK >>> yamllint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/yamllint-1.38.0.tar.gz /var/cache/distfiles/v3.24/yamllint-1.38.0.tar.gz: OK /home/buildozer/aports/community/yamllint/skip-locale-tests.patch: OK >>> yamllint: Unpacking /var/cache/distfiles/v3.24/yamllint-1.38.0.tar.gz... >>> yamllint: skip-locale-tests.patch patching file tests/test_cli.py Hunk #1 succeeded at 354 (offset 14 lines). patching file tests/rules/test_key_ordering.py Hunk #1 succeeded at 113 (offset -1 lines). Hunk #2 succeeded at 133 (offset -1 lines). 2026-04-26 06:52:55,609 gpep517 INFO Building wheel via backend setuptools.build_meta 2026-04-26 06:52:55,816 root INFO running bdist_wheel 2026-04-26 06:52:55,857 root INFO running build 2026-04-26 06:52:55,858 root INFO running build_py 2026-04-26 06:52:55,867 root INFO creating build/lib/yamllint 2026-04-26 06:52:55,869 root INFO copying yamllint/parser.py -> build/lib/yamllint 2026-04-26 06:52:55,871 root INFO copying yamllint/__init__.py -> build/lib/yamllint 2026-04-26 06:52:55,872 root INFO copying yamllint/__main__.py -> build/lib/yamllint 2026-04-26 06:52:55,873 root INFO copying yamllint/cli.py -> build/lib/yamllint 2026-04-26 06:52:55,875 root INFO copying yamllint/decoder.py -> build/lib/yamllint 2026-04-26 06:52:55,876 root INFO copying yamllint/config.py -> build/lib/yamllint 2026-04-26 06:52:55,878 root INFO copying yamllint/linter.py -> build/lib/yamllint 2026-04-26 06:52:55,881 root INFO creating build/lib/yamllint/rules 2026-04-26 06:52:55,881 root INFO copying yamllint/rules/octal_values.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,883 root INFO copying yamllint/rules/quoted_strings.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,884 root INFO copying yamllint/rules/indentation.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,886 root INFO copying yamllint/rules/trailing_spaces.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,888 root INFO copying yamllint/rules/float_values.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,889 root INFO copying yamllint/rules/__init__.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,890 root INFO copying yamllint/rules/empty_lines.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,891 root INFO copying yamllint/rules/braces.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,893 root INFO copying yamllint/rules/comments.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,894 root INFO copying yamllint/rules/commas.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,896 root INFO copying yamllint/rules/new_lines.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,897 root INFO copying yamllint/rules/key_duplicates.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,898 root INFO copying yamllint/rules/document_end.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,899 root INFO copying yamllint/rules/colons.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,901 root INFO copying yamllint/rules/document_start.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,902 root INFO copying yamllint/rules/line_length.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,903 root INFO copying yamllint/rules/truthy.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,905 root INFO copying yamllint/rules/new_line_at_end_of_file.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,906 root INFO copying yamllint/rules/hyphens.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,907 root INFO copying yamllint/rules/common.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,908 root INFO copying yamllint/rules/empty_values.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,910 root INFO copying yamllint/rules/comments_indentation.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,911 root INFO copying yamllint/rules/anchors.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,912 root INFO copying yamllint/rules/key_ordering.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,913 root INFO copying yamllint/rules/brackets.py -> build/lib/yamllint/rules 2026-04-26 06:52:55,915 root INFO running egg_info 2026-04-26 06:52:55,923 root INFO creating yamllint.egg-info 2026-04-26 06:52:55,924 root INFO writing yamllint.egg-info/PKG-INFO 2026-04-26 06:52:55,928 root INFO writing dependency_links to yamllint.egg-info/dependency_links.txt 2026-04-26 06:52:55,929 root INFO writing entry points to yamllint.egg-info/entry_points.txt 2026-04-26 06:52:55,931 root INFO writing requirements to yamllint.egg-info/requires.txt 2026-04-26 06:52:55,932 root INFO writing top-level names to yamllint.egg-info/top_level.txt 2026-04-26 06:52:55,933 root INFO writing manifest file 'yamllint.egg-info/SOURCES.txt' 2026-04-26 06:52:55,949 root INFO reading manifest file 'yamllint.egg-info/SOURCES.txt' 2026-04-26 06:52:55,950 root INFO reading manifest template 'MANIFEST.in' 2026-04-26 06:52:55,961 root INFO adding license file 'LICENSE' 2026-04-26 06:52:55,971 root INFO writing manifest file 'yamllint.egg-info/SOURCES.txt' 2026-04-26 06:52:55,978 root INFO creating build/lib/yamllint/conf 2026-04-26 06:52:55,979 root INFO copying yamllint/conf/default.yaml -> build/lib/yamllint/conf 2026-04-26 06:52:55,980 root INFO copying yamllint/conf/relaxed.yaml -> build/lib/yamllint/conf 2026-04-26 06:52:56,000 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-26 06:52:56,000 root INFO running install 2026-04-26 06:52:56,037 root INFO running install_lib 2026-04-26 06:52:56,045 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-26 06:52:56,047 root INFO creating build/bdist.linux-riscv64/wheel/yamllint 2026-04-26 06:52:56,048 root INFO copying build/lib/yamllint/parser.py -> build/bdist.linux-riscv64/wheel/./yamllint 2026-04-26 06:52:56,049 root INFO copying build/lib/yamllint/__init__.py -> build/bdist.linux-riscv64/wheel/./yamllint 2026-04-26 06:52:56,050 root INFO creating build/bdist.linux-riscv64/wheel/yamllint/conf 2026-04-26 06:52:56,051 root INFO copying build/lib/yamllint/conf/default.yaml -> build/bdist.linux-riscv64/wheel/./yamllint/conf 2026-04-26 06:52:56,052 root INFO copying build/lib/yamllint/conf/relaxed.yaml -> build/bdist.linux-riscv64/wheel/./yamllint/conf 2026-04-26 06:52:56,053 root INFO copying build/lib/yamllint/__main__.py -> build/bdist.linux-riscv64/wheel/./yamllint 2026-04-26 06:52:56,054 root INFO copying build/lib/yamllint/cli.py -> build/bdist.linux-riscv64/wheel/./yamllint 2026-04-26 06:52:56,055 root INFO copying build/lib/yamllint/decoder.py -> build/bdist.linux-riscv64/wheel/./yamllint 2026-04-26 06:52:56,057 root INFO copying build/lib/yamllint/config.py -> build/bdist.linux-riscv64/wheel/./yamllint 2026-04-26 06:52:56,058 root INFO creating build/bdist.linux-riscv64/wheel/yamllint/rules 2026-04-26 06:52:56,059 root INFO copying build/lib/yamllint/rules/octal_values.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,060 root INFO copying build/lib/yamllint/rules/quoted_strings.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,061 root INFO copying build/lib/yamllint/rules/indentation.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,063 root INFO copying build/lib/yamllint/rules/trailing_spaces.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,064 root INFO copying build/lib/yamllint/rules/float_values.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,065 root INFO copying build/lib/yamllint/rules/__init__.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,066 root INFO copying build/lib/yamllint/rules/empty_lines.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,067 root INFO copying build/lib/yamllint/rules/braces.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,068 root INFO copying build/lib/yamllint/rules/comments.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,069 root INFO copying build/lib/yamllint/rules/commas.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,070 root INFO copying build/lib/yamllint/rules/new_lines.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,071 root INFO copying build/lib/yamllint/rules/key_duplicates.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,072 root INFO copying build/lib/yamllint/rules/document_end.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,073 root INFO copying build/lib/yamllint/rules/colons.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,075 root INFO copying build/lib/yamllint/rules/document_start.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,076 root INFO copying build/lib/yamllint/rules/line_length.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,077 root INFO copying build/lib/yamllint/rules/truthy.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,078 root INFO copying build/lib/yamllint/rules/new_line_at_end_of_file.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,079 root INFO copying build/lib/yamllint/rules/hyphens.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,080 root INFO copying build/lib/yamllint/rules/common.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,081 root INFO copying build/lib/yamllint/rules/empty_values.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,083 root INFO copying build/lib/yamllint/rules/comments_indentation.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,084 root INFO copying build/lib/yamllint/rules/anchors.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,085 root INFO copying build/lib/yamllint/rules/key_ordering.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,086 root INFO copying build/lib/yamllint/rules/brackets.py -> build/bdist.linux-riscv64/wheel/./yamllint/rules 2026-04-26 06:52:56,087 root INFO copying build/lib/yamllint/linter.py -> build/bdist.linux-riscv64/wheel/./yamllint 2026-04-26 06:52:56,088 root INFO running install_egg_info 2026-04-26 06:52:56,097 root INFO Copying yamllint.egg-info to build/bdist.linux-riscv64/wheel/./yamllint-1.38.0-py3.14.egg-info 2026-04-26 06:52:56,103 root INFO running install_scripts 2026-04-26 06:52:56,110 root INFO creating build/bdist.linux-riscv64/wheel/yamllint-1.38.0.dist-info/WHEEL 2026-04-26 06:52:56,112 wheel INFO creating '/home/buildozer/aports/community/yamllint/src/yamllint-1.38.0/.dist/.tmp-1mbw0rhe/yamllint-1.38.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-26 06:52:56,114 wheel INFO adding 'yamllint/__init__.py' 2026-04-26 06:52:56,115 wheel INFO adding 'yamllint/__main__.py' 2026-04-26 06:52:56,116 wheel INFO adding 'yamllint/cli.py' 2026-04-26 06:52:56,118 wheel INFO adding 'yamllint/config.py' 2026-04-26 06:52:56,119 wheel INFO adding 'yamllint/decoder.py' 2026-04-26 06:52:56,120 wheel INFO adding 'yamllint/linter.py' 2026-04-26 06:52:56,121 wheel INFO adding 'yamllint/parser.py' 2026-04-26 06:52:56,123 wheel INFO adding 'yamllint/conf/default.yaml' 2026-04-26 06:52:56,124 wheel INFO adding 'yamllint/conf/relaxed.yaml' 2026-04-26 06:52:56,125 wheel INFO adding 'yamllint/rules/__init__.py' 2026-04-26 06:52:56,126 wheel INFO adding 'yamllint/rules/anchors.py' 2026-04-26 06:52:56,127 wheel INFO adding 'yamllint/rules/braces.py' 2026-04-26 06:52:56,129 wheel INFO adding 'yamllint/rules/brackets.py' 2026-04-26 06:52:56,130 wheel INFO adding 'yamllint/rules/colons.py' 2026-04-26 06:52:56,131 wheel INFO adding 'yamllint/rules/commas.py' 2026-04-26 06:52:56,132 wheel INFO adding 'yamllint/rules/comments.py' 2026-04-26 06:52:56,133 wheel INFO adding 'yamllint/rules/comments_indentation.py' 2026-04-26 06:52:56,134 wheel INFO adding 'yamllint/rules/common.py' 2026-04-26 06:52:56,135 wheel INFO adding 'yamllint/rules/document_end.py' 2026-04-26 06:52:56,136 wheel INFO adding 'yamllint/rules/document_start.py' 2026-04-26 06:52:56,137 wheel INFO adding 'yamllint/rules/empty_lines.py' 2026-04-26 06:52:56,138 wheel INFO adding 'yamllint/rules/empty_values.py' 2026-04-26 06:52:56,139 wheel INFO adding 'yamllint/rules/float_values.py' 2026-04-26 06:52:56,141 wheel INFO adding 'yamllint/rules/hyphens.py' 2026-04-26 06:52:56,142 wheel INFO adding 'yamllint/rules/indentation.py' 2026-04-26 06:52:56,143 wheel INFO adding 'yamllint/rules/key_duplicates.py' 2026-04-26 06:52:56,144 wheel INFO adding 'yamllint/rules/key_ordering.py' 2026-04-26 06:52:56,146 wheel INFO adding 'yamllint/rules/line_length.py' 2026-04-26 06:52:56,147 wheel INFO adding 'yamllint/rules/new_line_at_end_of_file.py' 2026-04-26 06:52:56,148 wheel INFO adding 'yamllint/rules/new_lines.py' 2026-04-26 06:52:56,149 wheel INFO adding 'yamllint/rules/octal_values.py' 2026-04-26 06:52:56,150 wheel INFO adding 'yamllint/rules/quoted_strings.py' 2026-04-26 06:52:56,151 wheel INFO adding 'yamllint/rules/trailing_spaces.py' 2026-04-26 06:52:56,152 wheel INFO adding 'yamllint/rules/truthy.py' 2026-04-26 06:52:56,155 wheel INFO adding 'yamllint-1.38.0.dist-info/licenses/LICENSE' 2026-04-26 06:52:56,156 wheel INFO adding 'yamllint-1.38.0.dist-info/METADATA' 2026-04-26 06:52:56,157 wheel INFO adding 'yamllint-1.38.0.dist-info/WHEEL' 2026-04-26 06:52:56,158 wheel INFO adding 'yamllint-1.38.0.dist-info/entry_points.txt' 2026-04-26 06:52:56,159 wheel INFO adding 'yamllint-1.38.0.dist-info/top_level.txt' 2026-04-26 06:52:56,160 wheel INFO adding 'yamllint-1.38.0.dist-info/RECORD' 2026-04-26 06:52:56,161 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-26 06:52:56,167 gpep517 INFO The backend produced .dist/yamllint-1.38.0-py3-none-any.whl yamllint-1.38.0-py3-none-any.whl ...................................................................................................................................................................ss........................................................................................s........................................./home/buildozer/aports/community/yamllint/src/yamllint-1.38.0/yamllint/decoder.py:44: UserWarning: YAMLLINT_FILE_ENCODING is meant for temporary workarounds. It may be removed in a future version of yamllint. warnings.warn("YAMLLINT_FILE_ENCODING is meant for temporary " ....................................................................................................................................... ---------------------------------------------------------------------- Ran 430 tests in 27.179s OK (skipped=3) >>> yamllint: Entering fakeroot... >>> yamllint-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/yamllint/__pycache__' -> '/home/buildozer/aports/community/yamllint/pkg/yamllint-pyc/usr/lib/python3.14/site-packages/yamllint/__pycache__' 'usr/lib/python3.14/site-packages/yamllint/rules/__pycache__' -> '/home/buildozer/aports/community/yamllint/pkg/yamllint-pyc/usr/lib/python3.14/site-packages/yamllint/rules/__pycache__' >>> yamllint-pyc*: Preparing subpackage yamllint-pyc... Please specify at least one package name on the command line. >>> yamllint-pyc*: Running postcheck for yamllint-pyc >>> yamllint*: Running postcheck for yamllint >>> yamllint*: Preparing package yamllint... Please specify at least one package name on the command line. >>> yamllint-pyc*: Tracing dependencies... python3~3.14 >>> yamllint-pyc*: Package size: 164.9 KB >>> yamllint-pyc*: Compressing data... >>> yamllint-pyc*: Create checksum... >>> yamllint-pyc*: Create yamllint-pyc-1.38.0-r0.apk >>> yamllint*: Tracing dependencies... python3 py3-pathspec py3-yaml python3~3.14 >>> yamllint*: Package size: 190.9 KB >>> yamllint*: Compressing data... >>> yamllint*: Create checksum... >>> yamllint*: Create yamllint-1.38.0-r0.apk >>> yamllint: Build complete at Sun, 26 Apr 2026 06:53:27 +0000 elapsed time 0h 0m 48s >>> yamllint: Cleaning up srcdir >>> yamllint: Cleaning up pkgdir >>> yamllint: Cleaning up tmpdir >>> yamllint: Uninstalling dependencies... ( 1/30) Purging .makedepends-yamllint (20260426.065252) ( 2/30) Purging py3-pathspec-pyc (1.0.4-r1) ( 3/30) Purging py3-pathspec (1.0.4-r1) ( 4/30) Purging py3-yaml-pyc (6.0.3-r2) ( 5/30) Purging py3-yaml (6.0.3-r2) ( 6/30) Purging py3-gpep517-pyc (19-r2) ( 7/30) Purging py3-gpep517 (19-r2) ( 8/30) Purging py3-installer-pyc (1.0.0-r0) ( 9/30) Purging py3-installer (1.0.0-r0) (10/30) Purging py3-setuptools-pyc (82.0.1-r1) (11/30) Purging py3-setuptools (82.0.1-r1) (12/30) Purging py3-wheel-pyc (0.47.0-r0) (13/30) Purging py3-wheel (0.47.0-r0) (14/30) Purging py3-packaging-pyc (26.2-r0) (15/30) Purging py3-packaging (26.2-r0) (16/30) Purging py3-parsing-pyc (3.3.2-r1) (17/30) Purging py3-parsing (3.3.2-r1) (18/30) Purging python3-pyc (3.14.3-r0) (19/30) Purging python3-pycache-pyc0 (3.14.3-r0) (20/30) Purging pyc (3.14.3-r0) (21/30) Purging python3 (3.14.3-r0) (22/30) Purging gdbm (1.26-r0) (23/30) Purging libbz2 (1.0.8-r6) (24/30) Purging libffi (3.5.2-r1) (25/30) Purging libpanelw (6.6_p20260404-r0) (26/30) Purging mpdecimal (4.0.1-r0) (27/30) Purging readline (8.3.3-r1) (28/30) Purging sqlite-libs (3.53.0-r0) (29/30) Purging xz-libs (5.8.3-r0) (30/30) Purging yaml (0.2.5-r2) Executing busybox-1.37.0-r31.trigger OK: 824.7 MiB in 104 packages >>> yamllint: Updating the community/riscv64 repository index... >>> yamllint: Signing the index...