>>> yamllint: Building community/yamllint 1.31.0-r0 (using abuild 3.11.0_rc13-r0) started Sat, 29 Apr 2023 17:30:31 +0000 >>> yamllint: Checking sanity of /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/28) Installing libffi (3.4.4-r2) (2/28) Installing gdbm (1.23-r1) (3/28) Installing mpdecimal (2.5.1-r2) (4/28) Installing libpanelw (6.4_p20230424-r0) (5/28) Installing readline (8.2.1-r1) (6/28) Installing sqlite-libs (3.41.2-r2) (7/28) Installing python3 (3.11.3-r10) (8/28) Installing python3-pycache-pyc0 (3.11.3-r10) (9/28) Installing pyc (0.1-r0) (10/28) Installing python3-pyc (3.11.3-r10) (11/28) Installing py3-pathspec (0.11.1-r1) (12/28) Installing py3-pathspec-pyc (0.11.1-r1) (13/28) Installing yaml (0.2.5-r1) (14/28) Installing py3-yaml (6.0-r3) (15/28) Installing py3-yaml-pyc (6.0-r3) (16/28) Installing py3-installer (0.7.0-r1) (17/28) Installing py3-installer-pyc (0.7.0-r1) (18/28) Installing py3-gpep517 (13-r2) (19/28) Installing py3-gpep517-pyc (13-r2) (20/28) Installing py3-parsing (3.0.9-r2) (21/28) Installing py3-parsing-pyc (3.0.9-r2) (22/28) Installing py3-packaging (23.1-r1) (23/28) Installing py3-packaging-pyc (23.1-r1) (24/28) Installing py3-setuptools (67.7.2-r0) (25/28) Installing py3-setuptools-pyc (67.7.2-r0) (26/28) Installing py3-wheel (0.40.0-r1) (27/28) Installing py3-wheel-pyc (0.40.0-r1) (28/28) Installing .makedepends-yamllint (20230429.173031) Executing busybox-1.36.0-r8.trigger OK: 498 MiB in 131 packages >>> yamllint: Cleaning up srcdir >>> yamllint: Cleaning up pkgdir >>> yamllint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/yamllint-1.31.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> yamllint: Fetching https://github.com/adrienverge/yamllint/archive/v1.31.0/yamllint-1.31.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 113k 0 113k 0 0 60645 0 --:--:-- 0:00:01 --:--:-- 109k 100 120k 0 120k 0 0 60233 0 --:--:-- 0:00:02 --:--:-- 102k >>> yamllint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/yamllint-1.31.0.tar.gz >>> yamllint: Checking sha512sums... yamllint-1.31.0.tar.gz: OK skip-locale-tests.patch: OK >>> yamllint: Unpacking /var/cache/distfiles/v3.18/yamllint-1.31.0.tar.gz... >>> yamllint: skip-locale-tests.patch patching file tests/test_cli.py Hunk #1 succeeded at 363 (offset 23 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). 2023-04-29 17:30:35,305 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) 2023-04-29 17:30:35,411 root INFO running bdist_wheel 2023-04-29 17:30:35,417 root INFO running build 2023-04-29 17:30:35,417 root INFO running build_py 2023-04-29 17:30:35,418 root INFO creating build 2023-04-29 17:30:35,418 root INFO creating build/lib 2023-04-29 17:30:35,419 root INFO creating build/lib/yamllint 2023-04-29 17:30:35,419 root INFO copying yamllint/config.py -> build/lib/yamllint 2023-04-29 17:30:35,419 root INFO copying yamllint/parser.py -> build/lib/yamllint 2023-04-29 17:30:35,419 root INFO copying yamllint/cli.py -> build/lib/yamllint 2023-04-29 17:30:35,419 root INFO copying yamllint/linter.py -> build/lib/yamllint 2023-04-29 17:30:35,420 root INFO copying yamllint/__main__.py -> build/lib/yamllint 2023-04-29 17:30:35,420 root INFO copying yamllint/__init__.py -> build/lib/yamllint 2023-04-29 17:30:35,420 root INFO creating build/lib/yamllint/rules 2023-04-29 17:30:35,421 root INFO copying yamllint/rules/key_ordering.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,421 root INFO copying yamllint/rules/new_lines.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,421 root INFO copying yamllint/rules/key_duplicates.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,421 root INFO copying yamllint/rules/trailing_spaces.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,421 root INFO copying yamllint/rules/new_line_at_end_of_file.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,421 root INFO copying yamllint/rules/braces.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,422 root INFO copying yamllint/rules/colons.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,422 root INFO copying yamllint/rules/comments_indentation.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,422 root INFO copying yamllint/rules/brackets.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,422 root INFO copying yamllint/rules/document_start.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,422 root INFO copying yamllint/rules/float_values.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,423 root INFO copying yamllint/rules/document_end.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,423 root INFO copying yamllint/rules/commas.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,423 root INFO copying yamllint/rules/indentation.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,423 root INFO copying yamllint/rules/comments.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,423 root INFO copying yamllint/rules/line_length.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,423 root INFO copying yamllint/rules/anchors.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,424 root INFO copying yamllint/rules/hyphens.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,424 root INFO copying yamllint/rules/empty_values.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,424 root INFO copying yamllint/rules/__init__.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,424 root INFO copying yamllint/rules/common.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,424 root INFO copying yamllint/rules/quoted_strings.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,425 root INFO copying yamllint/rules/octal_values.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,425 root INFO copying yamllint/rules/empty_lines.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,425 root INFO copying yamllint/rules/truthy.py -> build/lib/yamllint/rules 2023-04-29 17:30:35,425 root INFO running egg_info 2023-04-29 17:30:35,427 root INFO creating yamllint.egg-info 2023-04-29 17:30:35,428 root INFO writing yamllint.egg-info/PKG-INFO 2023-04-29 17:30:35,428 root INFO writing dependency_links to yamllint.egg-info/dependency_links.txt 2023-04-29 17:30:35,428 root INFO writing entry points to yamllint.egg-info/entry_points.txt 2023-04-29 17:30:35,429 root INFO writing requirements to yamllint.egg-info/requires.txt 2023-04-29 17:30:35,429 root INFO writing top-level names to yamllint.egg-info/top_level.txt 2023-04-29 17:30:35,429 root INFO writing manifest file 'yamllint.egg-info/SOURCES.txt' 2023-04-29 17:30:35,432 root INFO reading manifest file 'yamllint.egg-info/SOURCES.txt' 2023-04-29 17:30:35,432 root INFO adding license file 'LICENSE' 2023-04-29 17:30:35,433 root INFO writing manifest file 'yamllint.egg-info/SOURCES.txt' 2023-04-29 17:30:35,434 root INFO creating build/lib/yamllint/conf 2023-04-29 17:30:35,434 root INFO copying yamllint/conf/relaxed.yaml -> build/lib/yamllint/conf 2023-04-29 17:30:35,434 root INFO copying yamllint/conf/default.yaml -> build/lib/yamllint/conf 2023-04-29 17:30:35,438 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2023-04-29 17:30:35,438 root INFO running install 2023-04-29 17:30:35,454 root INFO running install_lib 2023-04-29 17:30:35,456 root INFO creating build/bdist.linux-ppc64le 2023-04-29 17:30:35,456 root INFO creating build/bdist.linux-ppc64le/wheel 2023-04-29 17:30:35,456 root INFO creating build/bdist.linux-ppc64le/wheel/yamllint 2023-04-29 17:30:35,456 root INFO copying build/lib/yamllint/config.py -> build/bdist.linux-ppc64le/wheel/yamllint 2023-04-29 17:30:35,456 root INFO copying build/lib/yamllint/parser.py -> build/bdist.linux-ppc64le/wheel/yamllint 2023-04-29 17:30:35,456 root INFO copying build/lib/yamllint/cli.py -> build/bdist.linux-ppc64le/wheel/yamllint 2023-04-29 17:30:35,456 root INFO creating build/bdist.linux-ppc64le/wheel/yamllint/conf 2023-04-29 17:30:35,457 root INFO copying build/lib/yamllint/conf/relaxed.yaml -> build/bdist.linux-ppc64le/wheel/yamllint/conf 2023-04-29 17:30:35,457 root INFO copying build/lib/yamllint/conf/default.yaml -> build/bdist.linux-ppc64le/wheel/yamllint/conf 2023-04-29 17:30:35,457 root INFO creating build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,457 root INFO copying build/lib/yamllint/rules/key_ordering.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,457 root INFO copying build/lib/yamllint/rules/new_lines.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,457 root INFO copying build/lib/yamllint/rules/key_duplicates.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,458 root INFO copying build/lib/yamllint/rules/trailing_spaces.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,458 root INFO copying build/lib/yamllint/rules/new_line_at_end_of_file.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,458 root INFO copying build/lib/yamllint/rules/braces.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,458 root INFO copying build/lib/yamllint/rules/colons.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,458 root INFO copying build/lib/yamllint/rules/comments_indentation.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,458 root INFO copying build/lib/yamllint/rules/brackets.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,459 root INFO copying build/lib/yamllint/rules/document_start.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,459 root INFO copying build/lib/yamllint/rules/float_values.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,459 root INFO copying build/lib/yamllint/rules/document_end.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,459 root INFO copying build/lib/yamllint/rules/commas.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,459 root INFO copying build/lib/yamllint/rules/indentation.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,460 root INFO copying build/lib/yamllint/rules/comments.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,460 root INFO copying build/lib/yamllint/rules/line_length.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,460 root INFO copying build/lib/yamllint/rules/anchors.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,460 root INFO copying build/lib/yamllint/rules/hyphens.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,460 root INFO copying build/lib/yamllint/rules/empty_values.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,460 root INFO copying build/lib/yamllint/rules/__init__.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,461 root INFO copying build/lib/yamllint/rules/common.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,461 root INFO copying build/lib/yamllint/rules/quoted_strings.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,461 root INFO copying build/lib/yamllint/rules/octal_values.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,461 root INFO copying build/lib/yamllint/rules/empty_lines.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,461 root INFO copying build/lib/yamllint/rules/truthy.py -> build/bdist.linux-ppc64le/wheel/yamllint/rules 2023-04-29 17:30:35,461 root INFO copying build/lib/yamllint/linter.py -> build/bdist.linux-ppc64le/wheel/yamllint 2023-04-29 17:30:35,462 root INFO copying build/lib/yamllint/__main__.py -> build/bdist.linux-ppc64le/wheel/yamllint 2023-04-29 17:30:35,462 root INFO copying build/lib/yamllint/__init__.py -> build/bdist.linux-ppc64le/wheel/yamllint 2023-04-29 17:30:35,462 root INFO running install_egg_info 2023-04-29 17:30:35,463 root INFO Copying yamllint.egg-info to build/bdist.linux-ppc64le/wheel/yamllint-1.31.0-py3.11.egg-info 2023-04-29 17:30:35,464 root INFO running install_scripts 2023-04-29 17:30:35,467 wheel INFO creating build/bdist.linux-ppc64le/wheel/yamllint-1.31.0.dist-info/WHEEL 2023-04-29 17:30:35,468 wheel INFO creating '/home/buildozer/aports/community/yamllint/src/yamllint-1.31.0/dist/.tmp-n2ypvd9m/yamllint-1.31.0-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2023-04-29 17:30:35,468 wheel INFO adding 'yamllint/__init__.py' 2023-04-29 17:30:35,468 wheel INFO adding 'yamllint/__main__.py' 2023-04-29 17:30:35,468 wheel INFO adding 'yamllint/cli.py' 2023-04-29 17:30:35,468 wheel INFO adding 'yamllint/config.py' 2023-04-29 17:30:35,469 wheel INFO adding 'yamllint/linter.py' 2023-04-29 17:30:35,469 wheel INFO adding 'yamllint/parser.py' 2023-04-29 17:30:35,469 wheel INFO adding 'yamllint/conf/default.yaml' 2023-04-29 17:30:35,469 wheel INFO adding 'yamllint/conf/relaxed.yaml' 2023-04-29 17:30:35,470 wheel INFO adding 'yamllint/rules/__init__.py' 2023-04-29 17:30:35,470 wheel INFO adding 'yamllint/rules/anchors.py' 2023-04-29 17:30:35,470 wheel INFO adding 'yamllint/rules/braces.py' 2023-04-29 17:30:35,470 wheel INFO adding 'yamllint/rules/brackets.py' 2023-04-29 17:30:35,470 wheel INFO adding 'yamllint/rules/colons.py' 2023-04-29 17:30:35,471 wheel INFO adding 'yamllint/rules/commas.py' 2023-04-29 17:30:35,471 wheel INFO adding 'yamllint/rules/comments.py' 2023-04-29 17:30:35,471 wheel INFO adding 'yamllint/rules/comments_indentation.py' 2023-04-29 17:30:35,471 wheel INFO adding 'yamllint/rules/common.py' 2023-04-29 17:30:35,471 wheel INFO adding 'yamllint/rules/document_end.py' 2023-04-29 17:30:35,472 wheel INFO adding 'yamllint/rules/document_start.py' 2023-04-29 17:30:35,472 wheel INFO adding 'yamllint/rules/empty_lines.py' 2023-04-29 17:30:35,472 wheel INFO adding 'yamllint/rules/empty_values.py' 2023-04-29 17:30:35,472 wheel INFO adding 'yamllint/rules/float_values.py' 2023-04-29 17:30:35,472 wheel INFO adding 'yamllint/rules/hyphens.py' 2023-04-29 17:30:35,472 wheel INFO adding 'yamllint/rules/indentation.py' 2023-04-29 17:30:35,473 wheel INFO adding 'yamllint/rules/key_duplicates.py' 2023-04-29 17:30:35,473 wheel INFO adding 'yamllint/rules/key_ordering.py' 2023-04-29 17:30:35,473 wheel INFO adding 'yamllint/rules/line_length.py' 2023-04-29 17:30:35,473 wheel INFO adding 'yamllint/rules/new_line_at_end_of_file.py' 2023-04-29 17:30:35,473 wheel INFO adding 'yamllint/rules/new_lines.py' 2023-04-29 17:30:35,474 wheel INFO adding 'yamllint/rules/octal_values.py' 2023-04-29 17:30:35,474 wheel INFO adding 'yamllint/rules/quoted_strings.py' 2023-04-29 17:30:35,474 wheel INFO adding 'yamllint/rules/trailing_spaces.py' 2023-04-29 17:30:35,474 wheel INFO adding 'yamllint/rules/truthy.py' 2023-04-29 17:30:35,475 wheel INFO adding 'yamllint-1.31.0.dist-info/LICENSE' 2023-04-29 17:30:35,475 wheel INFO adding 'yamllint-1.31.0.dist-info/METADATA' 2023-04-29 17:30:35,475 wheel INFO adding 'yamllint-1.31.0.dist-info/WHEEL' 2023-04-29 17:30:35,475 wheel INFO adding 'yamllint-1.31.0.dist-info/entry_points.txt' 2023-04-29 17:30:35,475 wheel INFO adding 'yamllint-1.31.0.dist-info/top_level.txt' 2023-04-29 17:30:35,476 wheel INFO adding 'yamllint-1.31.0.dist-info/RECORD' 2023-04-29 17:30:35,476 wheel INFO removing build/bdist.linux-ppc64le/wheel 2023-04-29 17:30:35,477 gpep517 INFO The backend produced dist/yamllint-1.31.0-py3-none-any.whl yamllint-1.31.0-py3-none-any.whl ...........................................................................................................................................................ss......................................................................s................................................................................................................................................................. ---------------------------------------------------------------------- Ran 389 tests in 9.834s OK (skipped=3) >>> yamllint: Entering fakeroot... >>> yamllint-pyc*: Running split function pyc... '/home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.11/site-packages/yamllint/rules/__pycache__' -> '/home/buildozer/aports/community/yamllint/pkg/yamllint-pyc/usr/lib/python3.11/site-packages/yamllint/rules/__pycache__' '/home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.11/site-packages/yamllint/__pycache__' -> '/home/buildozer/aports/community/yamllint/pkg/yamllint-pyc/usr/lib/python3.11/site-packages/yamllint/__pycache__' >>> yamllint-pyc*: Preparing subpackage yamllint-pyc... >>> yamllint-pyc*: Running postcheck for yamllint-pyc >>> yamllint*: Running postcheck for yamllint >>> yamllint*: Preparing package yamllint... >>> yamllint-pyc*: Tracing dependencies... python3 py3-pathspec py3-yaml python3~3.11 >>> yamllint-pyc*: Package size: 248.0 KB >>> yamllint-pyc*: Compressing data... >>> yamllint-pyc*: Create checksum... >>> yamllint-pyc*: Create yamllint-pyc-1.31.0-r0.apk >>> yamllint*: Tracing dependencies... python3 py3-pathspec py3-yaml python3~3.11 >>> yamllint*: Package size: 308.0 KB >>> yamllint*: Compressing data... >>> yamllint*: Create checksum... >>> yamllint*: Create yamllint-1.31.0-r0.apk >>> yamllint: Build complete at Sat, 29 Apr 2023 17:30:46 +0000 elapsed time 0h 0m 15s >>> yamllint: Cleaning up srcdir >>> yamllint: Cleaning up pkgdir >>> yamllint: Uninstalling dependencies... (1/28) Purging .makedepends-yamllint (20230429.173031) (2/28) Purging py3-pathspec-pyc (0.11.1-r1) (3/28) Purging py3-pathspec (0.11.1-r1) (4/28) Purging py3-yaml-pyc (6.0-r3) (5/28) Purging py3-yaml (6.0-r3) (6/28) Purging py3-gpep517-pyc (13-r2) (7/28) Purging py3-gpep517 (13-r2) (8/28) Purging py3-installer-pyc (0.7.0-r1) (9/28) Purging py3-installer (0.7.0-r1) (10/28) Purging py3-setuptools-pyc (67.7.2-r0) (11/28) Purging py3-setuptools (67.7.2-r0) (12/28) Purging py3-wheel-pyc (0.40.0-r1) (13/28) Purging py3-wheel (0.40.0-r1) (14/28) Purging py3-packaging-pyc (23.1-r1) (15/28) Purging py3-packaging (23.1-r1) (16/28) Purging py3-parsing-pyc (3.0.9-r2) (17/28) Purging py3-parsing (3.0.9-r2) (18/28) Purging python3-pyc (3.11.3-r10) (19/28) Purging python3-pycache-pyc0 (3.11.3-r10) (20/28) Purging pyc (0.1-r0) (21/28) Purging yaml (0.2.5-r1) (22/28) Purging python3 (3.11.3-r10) (23/28) Purging gdbm (1.23-r1) (24/28) Purging libffi (3.4.4-r2) (25/28) Purging libpanelw (6.4_p20230424-r0) (26/28) Purging mpdecimal (2.5.1-r2) (27/28) Purging readline (8.2.1-r1) (28/28) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 443 MiB in 103 packages >>> yamllint: Updating the community/ppc64le repository index... >>> yamllint: Signing the index...