>>> py3-ruamel.yaml: Building community/py3-ruamel.yaml 0.17.28-r1 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 19:42:46 +0000 >>> py3-ruamel.yaml: Checking sanity of /home/buildozer/aports/community/py3-ruamel.yaml/APKBUILD... >>> py3-ruamel.yaml: Analyzing dependencies... >>> py3-ruamel.yaml: Installing for build: build-base py3-ruamel.yaml.clib py3-gpep517 py3-setuptools py3-wheel (1/24) Installing libffi (3.4.6-r0) (2/24) Installing gdbm (1.23-r1) (3/24) Installing mpdecimal (4.0.0-r0) (4/24) Installing libpanelw (6.4_p20240330-r0) (5/24) Installing readline (8.2.10-r0) (6/24) Installing sqlite-libs (3.45.2-r0) (7/24) Installing python3 (3.12.2-r1) (8/24) Installing python3-pycache-pyc0 (3.12.2-r1) (9/24) Installing pyc (3.12.2-r1) (10/24) Installing python3-pyc (3.12.2-r1) (11/24) Installing py3-ruamel.yaml.clib (0.2.8-r1) (12/24) Installing py3-installer (0.7.0-r2) (13/24) Installing py3-installer-pyc (0.7.0-r2) (14/24) Installing py3-gpep517 (15-r2) (15/24) Installing py3-gpep517-pyc (15-r2) (16/24) Installing py3-parsing (3.1.2-r1) (17/24) Installing py3-parsing-pyc (3.1.2-r1) (18/24) Installing py3-packaging (24.0-r1) (19/24) Installing py3-packaging-pyc (24.0-r1) (20/24) Installing py3-setuptools (69.2.0-r2) (21/24) Installing py3-setuptools-pyc (69.2.0-r2) (22/24) Installing py3-wheel (0.42.0-r1) (23/24) Installing py3-wheel-pyc (0.42.0-r1) (24/24) Installing .makedepends-py3-ruamel.yaml (20240412.194247) Executing busybox-1.36.1-r25.trigger OK: 317 MiB in 134 packages >>> py3-ruamel.yaml: Cleaning up srcdir >>> py3-ruamel.yaml: Cleaning up pkgdir >>> py3-ruamel.yaml: Cleaning up tmpdir >>> py3-ruamel.yaml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruamel.yaml-0.17.28.tar.gz >>> py3-ruamel.yaml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruamel.yaml-0.17.28.tar.gz >>> py3-ruamel.yaml: Checking sha512sums... ruamel.yaml-0.17.28.tar.gz: OK >>> py3-ruamel.yaml: Unpacking /var/cache/distfiles/ruamel.yaml-0.17.28.tar.gz... 2024-04-12 19:42:48,198 gpep517 INFO Building wheel via backend setuptools.build_meta :79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead :101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead :105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead :107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead :117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead :104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead :108: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead 2024-04-12 19:42:48,245 root INFO running bdist_wheel 2024-04-12 19:42:48,263 root INFO running build 2024-04-12 19:42:48,263 root INFO running build_py 2024-04-12 19:42:48,267 root INFO creating build 2024-04-12 19:42:48,267 root INFO creating build/lib 2024-04-12 19:42:48,267 root INFO creating build/lib/ruamel 2024-04-12 19:42:48,267 root INFO creating build/lib/ruamel/yaml 2024-04-12 19:42:48,267 root INFO copying ./scalarint.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,267 root INFO copying ./parser.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,268 root INFO copying ./main.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,268 root INFO copying ./tokens.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,268 root INFO copying ./representer.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,268 root INFO copying ./scalarfloat.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,268 root INFO copying ./util.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,269 root INFO copying ./scalarstring.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,269 root INFO copying ./configobjwalker.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,269 root INFO copying ./timestamp.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,269 root INFO copying ./comments.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,269 root INFO copying ./error.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,270 root INFO copying ./nodes.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,270 root INFO copying ./constructor.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,270 root INFO copying ./dumper.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,270 root INFO copying ./loader.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,271 root INFO copying ./cyaml.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,271 root INFO copying ./scalarbool.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,271 root INFO copying ./reader.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,271 root INFO copying ./events.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,271 root INFO copying ./scanner.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,272 root INFO copying ./serializer.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,272 root INFO copying ./composer.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,272 root INFO copying ./__init__.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,272 root INFO copying ./emitter.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,272 root INFO copying ./compat.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,273 root INFO copying ./resolver.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,273 root INFO copying ./anchor.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,273 root INFO copying ./setup.py -> build/lib/ruamel/yaml 2024-04-12 19:42:48,274 root INFO copying ./py.typed -> build/lib/ruamel/yaml 2024-04-12 19:42:48,274 root INFO copying ./LICENSE -> build/lib/ruamel/yaml 2024-04-12 19:42:48,281 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2024-04-12 19:42:48,281 root INFO running install 2024-04-12 19:42:48,305 root INFO running install_lib 2024-04-12 19:42:48,305 root INFO creating build/bdist.linux-ppc64le 2024-04-12 19:42:48,305 root INFO creating build/bdist.linux-ppc64le/wheel 2024-04-12 19:42:48,306 root INFO creating build/bdist.linux-ppc64le/wheel/ruamel 2024-04-12 19:42:48,306 root INFO creating build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,306 root INFO copying build/lib/ruamel/yaml/scalarint.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,306 root INFO copying build/lib/ruamel/yaml/parser.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,306 root INFO copying build/lib/ruamel/yaml/main.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,307 root INFO copying build/lib/ruamel/yaml/tokens.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,307 root INFO copying build/lib/ruamel/yaml/representer.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,307 root INFO copying build/lib/ruamel/yaml/scalarfloat.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,307 root INFO copying build/lib/ruamel/yaml/util.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,307 root INFO copying build/lib/ruamel/yaml/scalarstring.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,308 root INFO copying build/lib/ruamel/yaml/configobjwalker.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,308 root INFO copying build/lib/ruamel/yaml/LICENSE -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,308 root INFO copying build/lib/ruamel/yaml/timestamp.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,308 root INFO copying build/lib/ruamel/yaml/comments.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,308 root INFO copying build/lib/ruamel/yaml/error.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,309 root INFO copying build/lib/ruamel/yaml/nodes.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,309 root INFO copying build/lib/ruamel/yaml/constructor.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,309 root INFO copying build/lib/ruamel/yaml/dumper.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,309 root INFO copying build/lib/ruamel/yaml/loader.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,309 root INFO copying build/lib/ruamel/yaml/cyaml.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,310 root INFO copying build/lib/ruamel/yaml/scalarbool.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,310 root INFO copying build/lib/ruamel/yaml/reader.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,310 root INFO copying build/lib/ruamel/yaml/events.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,310 root INFO copying build/lib/ruamel/yaml/scanner.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,310 root INFO copying build/lib/ruamel/yaml/serializer.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,311 root INFO copying build/lib/ruamel/yaml/py.typed -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,311 root INFO copying build/lib/ruamel/yaml/composer.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,311 root INFO copying build/lib/ruamel/yaml/__init__.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,311 root INFO copying build/lib/ruamel/yaml/emitter.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,311 root INFO copying build/lib/ruamel/yaml/compat.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,312 root INFO copying build/lib/ruamel/yaml/resolver.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,312 root INFO copying build/lib/ruamel/yaml/anchor.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,312 root INFO copying build/lib/ruamel/yaml/setup.py -> build/bdist.linux-ppc64le/wheel/ruamel/yaml 2024-04-12 19:42:48,312 root INFO running install_egg_info 2024-04-12 19:42:48,317 root INFO running egg_info 2024-04-12 19:42:48,319 root INFO writing ruamel.yaml.egg-info/PKG-INFO 2024-04-12 19:42:48,321 root INFO writing dependency_links to ruamel.yaml.egg-info/dependency_links.txt 2024-04-12 19:42:48,321 root INFO writing requirements to ruamel.yaml.egg-info/requires.txt 2024-04-12 19:42:48,322 root INFO writing top-level names to ruamel.yaml.egg-info/top_level.txt 2024-04-12 19:42:48,325 root INFO reading manifest file 'ruamel.yaml.egg-info/SOURCES.txt' 2024-04-12 19:42:48,326 root INFO reading manifest template 'MANIFEST.in' 2024-04-12 19:42:48,327 root WARNING no previously-included directories found matching 'ext*' 2024-04-12 19:42:48,327 root WARNING no previously-included directories found matching 'clib*' 2024-04-12 19:42:48,327 root INFO adding license file 'LICENSE' 2024-04-12 19:42:48,329 root INFO writing manifest file 'ruamel.yaml.egg-info/SOURCES.txt' 2024-04-12 19:42:48,329 root INFO Copying ruamel.yaml.egg-info to build/bdist.linux-ppc64le/wheel/ruamel.yaml-0.17.28-py3.12.egg-info 2024-04-12 19:42:48,330 root INFO running install_scripts 2024-04-12 19:42:48,334 wheel INFO creating build/bdist.linux-ppc64le/wheel/ruamel.yaml-0.17.28.dist-info/WHEEL 2024-04-12 19:42:48,335 wheel INFO creating '/home/buildozer/aports/community/py3-ruamel.yaml/src/ruamel.yaml-0.17.28/.dist/.tmp-f6z69ko3/ruamel.yaml-0.17.28-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-04-12 19:42:48,335 wheel INFO adding 'ruamel/yaml/__init__.py' 2024-04-12 19:42:48,335 wheel INFO adding 'ruamel/yaml/anchor.py' 2024-04-12 19:42:48,335 wheel INFO adding 'ruamel/yaml/comments.py' 2024-04-12 19:42:48,336 wheel INFO adding 'ruamel/yaml/compat.py' 2024-04-12 19:42:48,336 wheel INFO adding 'ruamel/yaml/composer.py' 2024-04-12 19:42:48,336 wheel INFO adding 'ruamel/yaml/configobjwalker.py' 2024-04-12 19:42:48,337 wheel INFO adding 'ruamel/yaml/constructor.py' 2024-04-12 19:42:48,337 wheel INFO adding 'ruamel/yaml/cyaml.py' 2024-04-12 19:42:48,337 wheel INFO adding 'ruamel/yaml/dumper.py' 2024-04-12 19:42:48,338 wheel INFO adding 'ruamel/yaml/emitter.py' 2024-04-12 19:42:48,338 wheel INFO adding 'ruamel/yaml/error.py' 2024-04-12 19:42:48,338 wheel INFO adding 'ruamel/yaml/events.py' 2024-04-12 19:42:48,338 wheel INFO adding 'ruamel/yaml/loader.py' 2024-04-12 19:42:48,339 wheel INFO adding 'ruamel/yaml/main.py' 2024-04-12 19:42:48,339 wheel INFO adding 'ruamel/yaml/nodes.py' 2024-04-12 19:42:48,339 wheel INFO adding 'ruamel/yaml/parser.py' 2024-04-12 19:42:48,340 wheel INFO adding 'ruamel/yaml/py.typed' 2024-04-12 19:42:48,340 wheel INFO adding 'ruamel/yaml/reader.py' 2024-04-12 19:42:48,340 wheel INFO adding 'ruamel/yaml/representer.py' 2024-04-12 19:42:48,341 wheel INFO adding 'ruamel/yaml/resolver.py' 2024-04-12 19:42:48,341 wheel INFO adding 'ruamel/yaml/scalarbool.py' 2024-04-12 19:42:48,341 wheel INFO adding 'ruamel/yaml/scalarfloat.py' 2024-04-12 19:42:48,341 wheel INFO adding 'ruamel/yaml/scalarint.py' 2024-04-12 19:42:48,341 wheel INFO adding 'ruamel/yaml/scalarstring.py' 2024-04-12 19:42:48,342 wheel INFO adding 'ruamel/yaml/scanner.py' 2024-04-12 19:42:48,342 wheel INFO adding 'ruamel/yaml/serializer.py' 2024-04-12 19:42:48,342 wheel INFO adding 'ruamel/yaml/timestamp.py' 2024-04-12 19:42:48,343 wheel INFO adding 'ruamel/yaml/tokens.py' 2024-04-12 19:42:48,343 wheel INFO adding 'ruamel/yaml/util.py' 2024-04-12 19:42:48,343 wheel INFO adding 'ruamel.yaml-0.17.28.dist-info/LICENSE' 2024-04-12 19:42:48,344 wheel INFO adding 'ruamel.yaml-0.17.28.dist-info/METADATA' 2024-04-12 19:42:48,344 wheel INFO adding 'ruamel.yaml-0.17.28.dist-info/WHEEL' 2024-04-12 19:42:48,344 wheel INFO adding 'ruamel.yaml-0.17.28.dist-info/top_level.txt' 2024-04-12 19:42:48,344 wheel INFO adding 'ruamel.yaml-0.17.28.dist-info/RECORD' 2024-04-12 19:42:48,345 wheel INFO removing build/bdist.linux-ppc64le/wheel 2024-04-12 19:42:48,346 gpep517 INFO The backend produced .dist/ruamel.yaml-0.17.28-py3-none-any.whl ruamel.yaml-0.17.28-py3-none-any.whl >>> py3-ruamel.yaml: Entering fakeroot... >>> py3-ruamel.yaml-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-ruamel.yaml/pkg/py3-ruamel.yaml/usr/lib/python3.12/site-packages/ruamel/yaml/__pycache__' -> '/home/buildozer/aports/community/py3-ruamel.yaml/pkg/py3-ruamel.yaml-pyc/usr/lib/python3.12/site-packages/ruamel/yaml/__pycache__' >>> py3-ruamel.yaml-pyc*: Preparing subpackage py3-ruamel.yaml-pyc... >>> py3-ruamel.yaml-pyc*: Running postcheck for py3-ruamel.yaml-pyc >>> py3-ruamel.yaml*: Running postcheck for py3-ruamel.yaml >>> py3-ruamel.yaml*: Preparing package py3-ruamel.yaml... >>> py3-ruamel.yaml-pyc*: Tracing dependencies... py3-ruamel.yaml.clib python3~3.12 >>> py3-ruamel.yaml-pyc*: Package size: 692.0 KB >>> py3-ruamel.yaml-pyc*: Compressing data... >>> py3-ruamel.yaml-pyc*: Create checksum... >>> py3-ruamel.yaml-pyc*: Create py3-ruamel.yaml-pyc-0.17.28-r1.apk >>> py3-ruamel.yaml*: Tracing dependencies... py3-ruamel.yaml.clib python3~3.12 >>> py3-ruamel.yaml*: Package size: 636.0 KB >>> py3-ruamel.yaml*: Compressing data... >>> py3-ruamel.yaml*: Create checksum... >>> py3-ruamel.yaml*: Create py3-ruamel.yaml-0.17.28-r1.apk >>> py3-ruamel.yaml: Build complete at Fri, 12 Apr 2024 19:42:49 +0000 elapsed time 0h 0m 3s >>> py3-ruamel.yaml: Cleaning up srcdir >>> py3-ruamel.yaml: Cleaning up pkgdir >>> py3-ruamel.yaml: Uninstalling dependencies... (1/24) Purging .makedepends-py3-ruamel.yaml (20240412.194247) (2/24) Purging py3-ruamel.yaml.clib (0.2.8-r1) (3/24) Purging py3-gpep517-pyc (15-r2) (4/24) Purging py3-gpep517 (15-r2) (5/24) Purging py3-installer-pyc (0.7.0-r2) (6/24) Purging py3-installer (0.7.0-r2) (7/24) Purging py3-setuptools-pyc (69.2.0-r2) (8/24) Purging py3-setuptools (69.2.0-r2) (9/24) Purging py3-wheel-pyc (0.42.0-r1) (10/24) Purging py3-wheel (0.42.0-r1) (11/24) Purging py3-packaging-pyc (24.0-r1) (12/24) Purging py3-packaging (24.0-r1) (13/24) Purging py3-parsing-pyc (3.1.2-r1) (14/24) Purging py3-parsing (3.1.2-r1) (15/24) Purging python3-pyc (3.12.2-r1) (16/24) Purging python3-pycache-pyc0 (3.12.2-r1) (17/24) Purging pyc (3.12.2-r1) (18/24) Purging python3 (3.12.2-r1) (19/24) Purging gdbm (1.23-r1) (20/24) Purging libffi (3.4.6-r0) (21/24) Purging libpanelw (6.4_p20240330-r0) (22/24) Purging mpdecimal (4.0.0-r0) (23/24) Purging readline (8.2.10-r0) (24/24) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-ruamel.yaml: Updating the community/ppc64le repository index... >>> py3-ruamel.yaml: Signing the index...