>>> py3-argcomplete: Building community/py3-argcomplete 3.1.1-r1 (using abuild 3.11.7-r0) started Wed, 14 Jun 2023 23:07:01 +0000 >>> py3-argcomplete: Checking sanity of /home/buildozer/aports/community/py3-argcomplete/APKBUILD... >>> py3-argcomplete: Analyzing dependencies... >>> py3-argcomplete: Installing for build: build-base py3-setuptools py3-gpep517 py3-wheel py3-installer py3-setuptools_scm (1/27) Installing libffi (3.4.4-r3) (2/27) Installing gdbm (1.23-r1) (3/27) Installing mpdecimal (2.5.1-r2) (4/27) Installing libpanelw (6.4_p20230610-r0) (5/27) Installing readline (8.2.1-r2) (6/27) Installing sqlite-libs (3.42.0-r2) (7/27) Installing python3 (3.11.4-r0) (8/27) Installing python3-pycache-pyc0 (3.11.4-r0) (9/27) Installing pyc (0.1-r0) (10/27) Installing py3-setuptools-pyc (67.8.0-r0) (11/27) Installing py3-parsing (3.0.9-r2) (12/27) Installing py3-parsing-pyc (3.0.9-r2) (13/27) Installing py3-packaging-pyc (23.1-r1) (14/27) Installing python3-pyc (3.11.4-r0) (15/27) Installing py3-packaging (23.1-r1) (16/27) Installing py3-setuptools (67.8.0-r0) (17/27) Installing py3-installer (0.7.0-r1) (18/27) Installing py3-installer-pyc (0.7.0-r1) (19/27) Installing py3-gpep517 (13-r2) (20/27) Installing py3-gpep517-pyc (13-r2) (21/27) Installing py3-wheel (0.40.0-r1) (22/27) Installing py3-wheel-pyc (0.40.0-r1) (23/27) Installing py3-typing-extensions (4.6.3-r0) (24/27) Installing py3-typing-extensions-pyc (4.6.3-r0) (25/27) Installing py3-setuptools_scm (7.1.0-r1) (26/27) Installing py3-setuptools_scm-pyc (7.1.0-r1) (27/27) Installing .makedepends-py3-argcomplete (20230614.230702) Executing busybox-1.36.1-r1.trigger OK: 426 MiB in 136 packages >>> py3-argcomplete: Cleaning up srcdir >>> py3-argcomplete: Cleaning up pkgdir >>> py3-argcomplete: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-argcomplete-3.1.1.tar.gz >>> py3-argcomplete: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-argcomplete-3.1.1.tar.gz >>> py3-argcomplete: Checking sha512sums... py3-argcomplete-3.1.1.tar.gz: OK disable-zsh-tests.patch: OK skip-pip.patch: OK >>> py3-argcomplete: Unpacking /var/cache/distfiles/edge/py3-argcomplete-3.1.1.tar.gz... >>> py3-argcomplete: disable-zsh-tests.patch patching file test/test.py >>> py3-argcomplete: skip-pip.patch patching file test/test.py 2023-06-14 23:07:03,589 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-06-14 23:07:03,765 root INFO running bdist_wheel 2023-06-14 23:07:03,774 root INFO running build 2023-06-14 23:07:03,774 root INFO running build_py 2023-06-14 23:07:03,777 root INFO creating build 2023-06-14 23:07:03,777 root INFO creating build/lib 2023-06-14 23:07:03,777 root INFO creating build/lib/argcomplete 2023-06-14 23:07:03,777 root INFO copying argcomplete/_check_module.py -> build/lib/argcomplete 2023-06-14 23:07:03,778 root INFO copying argcomplete/lexers.py -> build/lib/argcomplete 2023-06-14 23:07:03,778 root INFO copying argcomplete/completers.py -> build/lib/argcomplete 2023-06-14 23:07:03,779 root INFO copying argcomplete/__init__.py -> build/lib/argcomplete 2023-06-14 23:07:03,779 root INFO copying argcomplete/finders.py -> build/lib/argcomplete 2023-06-14 23:07:03,779 root INFO copying argcomplete/shell_integration.py -> build/lib/argcomplete 2023-06-14 23:07:03,780 root INFO copying argcomplete/_check_console_script.py -> build/lib/argcomplete 2023-06-14 23:07:03,780 root INFO copying argcomplete/io.py -> build/lib/argcomplete 2023-06-14 23:07:03,780 root INFO copying argcomplete/exceptions.py -> build/lib/argcomplete 2023-06-14 23:07:03,781 root INFO creating build/lib/argcomplete/packages 2023-06-14 23:07:03,781 root INFO copying argcomplete/packages/__init__.py -> build/lib/argcomplete/packages 2023-06-14 23:07:03,781 root INFO copying argcomplete/packages/_shlex.py -> build/lib/argcomplete/packages 2023-06-14 23:07:03,782 root INFO copying argcomplete/packages/_argparse.py -> build/lib/argcomplete/packages 2023-06-14 23:07:03,782 root INFO running egg_info 2023-06-14 23:07:03,785 root INFO creating argcomplete.egg-info 2023-06-14 23:07:03,787 root INFO writing argcomplete.egg-info/PKG-INFO 2023-06-14 23:07:03,788 root INFO writing dependency_links to argcomplete.egg-info/dependency_links.txt 2023-06-14 23:07:03,788 root INFO writing requirements to argcomplete.egg-info/requires.txt 2023-06-14 23:07:03,788 root INFO writing top-level names to argcomplete.egg-info/top_level.txt 2023-06-14 23:07:03,788 root INFO writing manifest file 'argcomplete.egg-info/SOURCES.txt' 2023-06-14 23:07:06,602 root INFO reading manifest file 'argcomplete.egg-info/SOURCES.txt' 2023-06-14 23:07:06,603 root INFO reading manifest template 'MANIFEST.in' 2023-06-14 23:07:06,604 root INFO adding license file 'LICENSE.rst' 2023-06-14 23:07:06,604 root INFO adding license file 'NOTICE' 2023-06-14 23:07:06,606 root INFO writing manifest file 'argcomplete.egg-info/SOURCES.txt' 2023-06-14 23:07:06,607 root INFO copying argcomplete/py.typed -> build/lib/argcomplete 2023-06-14 23:07:06,607 root INFO creating build/lib/argcomplete/bash_completion.d 2023-06-14 23:07:06,607 root INFO copying argcomplete/bash_completion.d/_python-argcomplete -> build/lib/argcomplete/bash_completion.d 2023-06-14 23:07:06,608 root INFO running build_scripts 2023-06-14 23:07:06,608 root INFO creating build/scripts-3.11 2023-06-14 23:07:06,608 root INFO copying and adjusting scripts/register-python-argcomplete -> build/scripts-3.11 2023-06-14 23:07:06,609 root INFO copying and adjusting scripts/activate-global-python-argcomplete -> build/scripts-3.11 2023-06-14 23:07:06,609 root INFO copying and adjusting scripts/python-argcomplete-check-easy-install-script -> build/scripts-3.11 2023-06-14 23:07:06,610 root INFO changing mode of build/scripts-3.11/register-python-argcomplete from 644 to 755 2023-06-14 23:07:06,610 root INFO changing mode of build/scripts-3.11/activate-global-python-argcomplete from 644 to 755 2023-06-14 23:07:06,610 root INFO changing mode of build/scripts-3.11/python-argcomplete-check-easy-install-script from 644 to 755 2023-06-14 23:07:06,614 wheel INFO installing to build/bdist.linux-i686/wheel 2023-06-14 23:07:06,615 root INFO running install 2023-06-14 23:07:06,628 root INFO running install_lib 2023-06-14 23:07:06,631 root INFO creating build/bdist.linux-i686 2023-06-14 23:07:06,631 root INFO creating build/bdist.linux-i686/wheel 2023-06-14 23:07:06,631 root INFO creating build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,632 root INFO copying build/lib/argcomplete/_check_module.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,632 root INFO creating build/bdist.linux-i686/wheel/argcomplete/packages 2023-06-14 23:07:06,632 root INFO copying build/lib/argcomplete/packages/__init__.py -> build/bdist.linux-i686/wheel/argcomplete/packages 2023-06-14 23:07:06,633 root INFO copying build/lib/argcomplete/packages/_shlex.py -> build/bdist.linux-i686/wheel/argcomplete/packages 2023-06-14 23:07:06,633 root INFO copying build/lib/argcomplete/packages/_argparse.py -> build/bdist.linux-i686/wheel/argcomplete/packages 2023-06-14 23:07:06,633 root INFO copying build/lib/argcomplete/lexers.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,634 root INFO copying build/lib/argcomplete/completers.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,634 root INFO copying build/lib/argcomplete/__init__.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,634 root INFO copying build/lib/argcomplete/py.typed -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,634 root INFO copying build/lib/argcomplete/finders.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,635 root INFO copying build/lib/argcomplete/shell_integration.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,635 root INFO copying build/lib/argcomplete/_check_console_script.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,635 root INFO copying build/lib/argcomplete/io.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,636 root INFO creating build/bdist.linux-i686/wheel/argcomplete/bash_completion.d 2023-06-14 23:07:06,636 root INFO copying build/lib/argcomplete/bash_completion.d/_python-argcomplete -> build/bdist.linux-i686/wheel/argcomplete/bash_completion.d 2023-06-14 23:07:06,636 root INFO copying build/lib/argcomplete/exceptions.py -> build/bdist.linux-i686/wheel/argcomplete 2023-06-14 23:07:06,636 root INFO running install_egg_info 2023-06-14 23:07:06,639 root INFO Copying argcomplete.egg-info to build/bdist.linux-i686/wheel/argcomplete-3.1.1-py3.11.egg-info 2023-06-14 23:07:06,641 root INFO running install_scripts 2023-06-14 23:07:06,641 root INFO creating build/bdist.linux-i686/wheel/argcomplete-3.1.1.data 2023-06-14 23:07:06,641 root INFO creating build/bdist.linux-i686/wheel/argcomplete-3.1.1.data/scripts 2023-06-14 23:07:06,641 root INFO copying build/scripts-3.11/register-python-argcomplete -> build/bdist.linux-i686/wheel/argcomplete-3.1.1.data/scripts 2023-06-14 23:07:06,641 root INFO copying build/scripts-3.11/activate-global-python-argcomplete -> build/bdist.linux-i686/wheel/argcomplete-3.1.1.data/scripts 2023-06-14 23:07:06,642 root INFO copying build/scripts-3.11/python-argcomplete-check-easy-install-script -> build/bdist.linux-i686/wheel/argcomplete-3.1.1.data/scripts 2023-06-14 23:07:06,642 root INFO changing mode of build/bdist.linux-i686/wheel/argcomplete-3.1.1.data/scripts/register-python-argcomplete to 755 2023-06-14 23:07:06,642 root INFO changing mode of build/bdist.linux-i686/wheel/argcomplete-3.1.1.data/scripts/activate-global-python-argcomplete to 755 2023-06-14 23:07:06,642 root INFO changing mode of build/bdist.linux-i686/wheel/argcomplete-3.1.1.data/scripts/python-argcomplete-check-easy-install-script to 755 2023-06-14 23:07:06,647 wheel INFO creating build/bdist.linux-i686/wheel/argcomplete-3.1.1.dist-info/WHEEL 2023-06-14 23:07:06,648 wheel INFO creating '/home/buildozer/aports/community/py3-argcomplete/src/argcomplete-3.1.1/.dist/.tmp-d70few7l/argcomplete-3.1.1-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-06-14 23:07:06,648 wheel INFO adding 'argcomplete/__init__.py' 2023-06-14 23:07:06,649 wheel INFO adding 'argcomplete/_check_console_script.py' 2023-06-14 23:07:06,649 wheel INFO adding 'argcomplete/_check_module.py' 2023-06-14 23:07:06,649 wheel INFO adding 'argcomplete/completers.py' 2023-06-14 23:07:06,650 wheel INFO adding 'argcomplete/exceptions.py' 2023-06-14 23:07:06,650 wheel INFO adding 'argcomplete/finders.py' 2023-06-14 23:07:06,651 wheel INFO adding 'argcomplete/io.py' 2023-06-14 23:07:06,651 wheel INFO adding 'argcomplete/lexers.py' 2023-06-14 23:07:06,651 wheel INFO adding 'argcomplete/py.typed' 2023-06-14 23:07:06,652 wheel INFO adding 'argcomplete/shell_integration.py' 2023-06-14 23:07:06,652 wheel INFO adding 'argcomplete/bash_completion.d/_python-argcomplete' 2023-06-14 23:07:06,652 wheel INFO adding 'argcomplete/packages/__init__.py' 2023-06-14 23:07:06,653 wheel INFO adding 'argcomplete/packages/_argparse.py' 2023-06-14 23:07:06,653 wheel INFO adding 'argcomplete/packages/_shlex.py' 2023-06-14 23:07:06,654 wheel INFO adding 'argcomplete-3.1.1.data/scripts/activate-global-python-argcomplete' 2023-06-14 23:07:06,654 wheel INFO adding 'argcomplete-3.1.1.data/scripts/python-argcomplete-check-easy-install-script' 2023-06-14 23:07:06,654 wheel INFO adding 'argcomplete-3.1.1.data/scripts/register-python-argcomplete' 2023-06-14 23:07:06,655 wheel INFO adding 'argcomplete-3.1.1.dist-info/LICENSE.rst' 2023-06-14 23:07:06,655 wheel INFO adding 'argcomplete-3.1.1.dist-info/METADATA' 2023-06-14 23:07:06,656 wheel INFO adding 'argcomplete-3.1.1.dist-info/NOTICE' 2023-06-14 23:07:06,656 wheel INFO adding 'argcomplete-3.1.1.dist-info/WHEEL' 2023-06-14 23:07:06,656 wheel INFO adding 'argcomplete-3.1.1.dist-info/top_level.txt' 2023-06-14 23:07:06,656 wheel INFO adding 'argcomplete-3.1.1.dist-info/RECORD' 2023-06-14 23:07:06,657 wheel INFO removing build/bdist.linux-i686/wheel 2023-06-14 23:07:06,658 gpep517 INFO The backend produced .dist/argcomplete-3.1.1-py3-none-any.whl argcomplete-3.1.1-py3-none-any.whl >>> py3-argcomplete: Entering fakeroot... >>> py3-argcomplete-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-argcomplete/pkg/py3-argcomplete/usr/lib/python3.11/site-packages/argcomplete/__pycache__' -> '/home/buildozer/aports/community/py3-argcomplete/pkg/py3-argcomplete-pyc/usr/lib/python3.11/site-packages/argcomplete/__pycache__' '/home/buildozer/aports/community/py3-argcomplete/pkg/py3-argcomplete/usr/lib/python3.11/site-packages/argcomplete/packages/__pycache__' -> '/home/buildozer/aports/community/py3-argcomplete/pkg/py3-argcomplete-pyc/usr/lib/python3.11/site-packages/argcomplete/packages/__pycache__' >>> py3-argcomplete-pyc*: Preparing subpackage py3-argcomplete-pyc... >>> py3-argcomplete-pyc*: Running postcheck for py3-argcomplete-pyc >>> py3-argcomplete*: Running postcheck for py3-argcomplete >>> py3-argcomplete*: Preparing package py3-argcomplete... >>> py3-argcomplete-pyc*: Tracing dependencies... python3~3.11 >>> py3-argcomplete-pyc*: Package size: 144.0 KB >>> py3-argcomplete-pyc*: Compressing data... >>> py3-argcomplete-pyc*: Create checksum... >>> py3-argcomplete-pyc*: Create py3-argcomplete-pyc-3.1.1-r1.apk >>> py3-argcomplete*: Tracing dependencies... python3~3.11 >>> py3-argcomplete*: Package size: 212.0 KB >>> py3-argcomplete*: Compressing data... >>> py3-argcomplete*: Create checksum... >>> py3-argcomplete*: Create py3-argcomplete-3.1.1-r1.apk >>> py3-argcomplete: Build complete at Wed, 14 Jun 2023 23:07:07 +0000 elapsed time 0h 0m 6s >>> py3-argcomplete: Cleaning up srcdir >>> py3-argcomplete: Cleaning up pkgdir >>> py3-argcomplete: Uninstalling dependencies... (1/27) Purging .makedepends-py3-argcomplete (20230614.230702) (2/27) Purging py3-gpep517-pyc (13-r2) (3/27) Purging py3-gpep517 (13-r2) (4/27) Purging py3-wheel-pyc (0.40.0-r1) (5/27) Purging py3-wheel (0.40.0-r1) (6/27) Purging py3-installer-pyc (0.7.0-r1) (7/27) Purging py3-installer (0.7.0-r1) (8/27) Purging py3-setuptools_scm-pyc (7.1.0-r1) (9/27) Purging py3-setuptools_scm (7.1.0-r1) (10/27) Purging py3-setuptools-pyc (67.8.0-r0) (11/27) Purging py3-setuptools (67.8.0-r0) (12/27) Purging py3-packaging-pyc (23.1-r1) (13/27) Purging py3-packaging (23.1-r1) (14/27) Purging py3-parsing-pyc (3.0.9-r2) (15/27) Purging py3-parsing (3.0.9-r2) (16/27) Purging py3-typing-extensions-pyc (4.6.3-r0) (17/27) Purging py3-typing-extensions (4.6.3-r0) (18/27) Purging python3-pyc (3.11.4-r0) (19/27) Purging python3-pycache-pyc0 (3.11.4-r0) (20/27) Purging pyc (0.1-r0) (21/27) Purging python3 (3.11.4-r0) (22/27) Purging gdbm (1.23-r1) (23/27) Purging libffi (3.4.4-r3) (24/27) Purging libpanelw (6.4_p20230610-r0) (25/27) Purging mpdecimal (2.5.1-r2) (26/27) Purging readline (8.2.1-r2) (27/27) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r1.trigger OK: 376 MiB in 109 packages >>> py3-argcomplete: Updating the community/x86 repository index... >>> py3-argcomplete: Signing the index...