>>> py3-pathspec: Building community/py3-pathspec 0.10.2-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 00:45:15 +0000 >>> py3-pathspec: Checking sanity of /home/buildozer/aports/community/py3-pathspec/APKBUILD... >>> py3-pathspec: Analyzing dependencies... >>> py3-pathspec: Installing for build: build-base python3 py3-setuptools (1/12) Installing libbz2 (1.0.8-r4) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.8-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.40.0-r0) (8/12) Installing python3 (3.11.0-r2) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (21.3-r3) (11/12) Installing py3-setuptools (65.6.0-r1) (12/12) Installing .makedepends-py3-pathspec (20221123.004516) Executing busybox-1.35.0-r29.trigger OK: 407 MiB in 108 packages >>> py3-pathspec: Cleaning up srcdir >>> py3-pathspec: Cleaning up pkgdir >>> py3-pathspec: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pathspec-0.10.2.tar.gz >>> py3-pathspec: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pathspec-0.10.2.tar.gz >>> py3-pathspec: Checking sha512sums... pathspec-0.10.2.tar.gz: OK >>> py3-pathspec: Unpacking /var/cache/distfiles/edge/pathspec-0.10.2.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running build running build_py creating build creating build/lib creating build/lib/pathspec copying pathspec/gitignore.py -> build/lib/pathspec copying pathspec/pathspec.py -> build/lib/pathspec copying pathspec/util.py -> build/lib/pathspec copying pathspec/pattern.py -> build/lib/pathspec copying pathspec/_meta.py -> build/lib/pathspec copying pathspec/__init__.py -> build/lib/pathspec creating build/lib/pathspec/patterns copying pathspec/patterns/gitwildmatch.py -> build/lib/pathspec/patterns copying pathspec/patterns/__init__.py -> build/lib/pathspec/patterns running egg_info writing pathspec.egg-info/PKG-INFO writing dependency_links to pathspec.egg-info/dependency_links.txt writing top-level names to pathspec.egg-info/top_level.txt reading manifest file 'pathspec.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'dev' no previously-included directories found matching 'doc/build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pathspec.egg-info/SOURCES.txt' .......................................................................................... ---------------------------------------------------------------------- Ran 90 tests in 0.029s OK >>> py3-pathspec: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-pathspec/pkg creating /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec creating /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr creating /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib creating /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/gitignore.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/pathspec.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/util.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/pattern.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec creating /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/patterns copying build/lib/pathspec/patterns/gitwildmatch.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/patterns copying build/lib/pathspec/patterns/__init__.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/patterns copying build/lib/pathspec/_meta.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/__init__.py -> /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/gitignore.py to gitignore.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/pathspec.py to pathspec.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/pattern.py to pattern.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/patterns/gitwildmatch.py to gitwildmatch.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/patterns/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/_meta.py to _meta.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing pathspec.egg-info/PKG-INFO writing dependency_links to pathspec.egg-info/dependency_links.txt writing top-level names to pathspec.egg-info/top_level.txt reading manifest file 'pathspec.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'dev' no previously-included directories found matching 'doc/build' adding license file 'LICENSE' writing manifest file 'pathspec.egg-info/SOURCES.txt' Copying pathspec.egg-info to /home/buildozer/aports/community/py3-pathspec/pkg/py3-pathspec/usr/lib/python3.11/site-packages/pathspec-0.10.2-py3.11.egg-info running install_scripts >>> py3-pathspec*: Running postcheck for py3-pathspec >>> py3-pathspec*: Preparing package py3-pathspec... >>> py3-pathspec*: Tracing dependencies... >>> py3-pathspec*: Package size: 220.0 KB >>> py3-pathspec*: Compressing data... >>> py3-pathspec*: Create checksum... >>> py3-pathspec*: Create py3-pathspec-0.10.2-r1.apk >>> py3-pathspec: Build complete at Wed, 23 Nov 2022 00:45:18 +0000 elapsed time 0h 0m 3s >>> py3-pathspec: Cleaning up srcdir >>> py3-pathspec: Cleaning up pkgdir >>> py3-pathspec: Uninstalling dependencies... (1/12) Purging .makedepends-py3-pathspec (20221123.004516) (2/12) Purging py3-setuptools (65.6.0-r1) (3/12) Purging py3-packaging (21.3-r3) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3 (3.11.0-r2) (6/12) Purging libbz2 (1.0.8-r4) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.8-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-pathspec: Updating the community/armhf repository index... >>> py3-pathspec: Signing the index...