>>> py3-fs: Building community/py3-fs 2.4.16-r3 (using abuild 3.12.0-r0) started Mon, 23 Oct 2023 22:51:56 +0000
>>> py3-fs: Checking sanity of /home/buildozer/aports/community/py3-fs/APKBUILD...
>>> py3-fs: Analyzing dependencies...
>>> py3-fs: Installing for build: build-base python3 py3-appdirs py3-six py3-setuptools py3-tz
(1/25) Installing libbz2 (1.0.8-r6)
(2/25) Installing libffi (3.4.4-r3)
(3/25) Installing gdbm (1.23-r1)
(4/25) Installing xz-libs (5.4.4-r0)
(5/25) Installing mpdecimal (2.5.1-r2)
(6/25) Installing libpanelw (6.4_p20231007-r0)
(7/25) Installing readline (8.2.1-r2)
(8/25) Installing sqlite-libs (3.43.2-r0)
(9/25) Installing python3 (3.11.6-r1)
(10/25) Installing python3-pycache-pyc0 (3.11.6-r1)
(11/25) Installing pyc (3.11.6-r1)
(12/25) Installing python3-pyc (3.11.6-r1)
(13/25) Installing py3-appdirs (1.4.4-r6)
(14/25) Installing py3-appdirs-pyc (1.4.4-r6)
(15/25) Installing py3-six (1.16.0-r7)
(16/25) Installing py3-six-pyc (1.16.0-r7)
(17/25) Installing py3-parsing (3.1.1-r0)
(18/25) Installing py3-parsing-pyc (3.1.1-r0)
(19/25) Installing py3-packaging (23.2-r0)
(20/25) Installing py3-packaging-pyc (23.2-r0)
(21/25) Installing py3-setuptools (68.2.2-r0)
(22/25) Installing py3-setuptools-pyc (68.2.2-r0)
(23/25) Installing py3-tz (2023.3-r1)
(24/25) Installing py3-tz-pyc (2023.3-r1)
(25/25) Installing .makedepends-py3-fs (20231023.225204)
Executing busybox-1.36.1-r13.trigger
OK: 488 MiB in 130 packages
>>> py3-fs: Cleaning up srcdir
>>> py3-fs: Cleaning up pkgdir
>>> py3-fs: Cleaning up tmpdir
>>> py3-fs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/fs-2.4.16.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
>>> py3-fs: Fetching https://files.pythonhosted.org/packages/source/f/fs/fs-2.4.16.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:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0

100  183k  100  183k    0     0  91440      0  0:00:02  0:00:02 --:--:-- 91440
>>> py3-fs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/fs-2.4.16.tar.gz
>>> py3-fs: Checking sha512sums...
fs-2.4.16.tar.gz: OK
>>> py3-fs: Unpacking /var/cache/distfiles/v3.19/fs-2.4.16.tar.gz...
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
/usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running build
running build_py
creating build
creating build/lib
creating build/lib/fs
copying fs/iotools.py -> build/lib/fs
copying fs/move.py -> build/lib/fs
copying fs/_pathcompat.py -> build/lib/fs
copying fs/_repr.py -> build/lib/fs
copying fs/_version.py -> build/lib/fs
copying fs/error_tools.py -> build/lib/fs
copying fs/_url_tools.py -> build/lib/fs
copying fs/__init__.py -> build/lib/fs
copying fs/tree.py -> build/lib/fs
copying fs/memoryfs.py -> build/lib/fs
copying fs/filesize.py -> build/lib/fs
copying fs/compress.py -> build/lib/fs
copying fs/constants.py -> build/lib/fs
copying fs/tarfs.py -> build/lib/fs
copying fs/lrucache.py -> build/lib/fs
copying fs/path.py -> build/lib/fs
copying fs/_fscompat.py -> build/lib/fs
copying fs/errors.py -> build/lib/fs
copying fs/permissions.py -> build/lib/fs
copying fs/_bulk.py -> build/lib/fs
copying fs/copy.py -> build/lib/fs
copying fs/zipfs.py -> build/lib/fs
copying fs/osfs.py -> build/lib/fs
copying fs/_tzcompat.py -> build/lib/fs
copying fs/subfs.py -> build/lib/fs
copying fs/_ftp_parse.py -> build/lib/fs
copying fs/_typing.py -> build/lib/fs
copying fs/info.py -> build/lib/fs
copying fs/tools.py -> build/lib/fs
copying fs/time.py -> build/lib/fs
copying fs/tempfs.py -> build/lib/fs
copying fs/test.py -> build/lib/fs
copying fs/glob.py -> build/lib/fs
copying fs/multifs.py -> build/lib/fs
copying fs/wildcard.py -> build/lib/fs
copying fs/wrap.py -> build/lib/fs
copying fs/enums.py -> build/lib/fs
copying fs/base.py -> build/lib/fs
copying fs/ftpfs.py -> build/lib/fs
copying fs/walk.py -> build/lib/fs
copying fs/mirror.py -> build/lib/fs
copying fs/wrapfs.py -> build/lib/fs
copying fs/mountfs.py -> build/lib/fs
copying fs/mode.py -> build/lib/fs
copying fs/appfs.py -> build/lib/fs
creating build/lib/fs/opener
copying fs/opener/__init__.py -> build/lib/fs/opener
copying fs/opener/memoryfs.py -> build/lib/fs/opener
copying fs/opener/tarfs.py -> build/lib/fs/opener
copying fs/opener/errors.py -> build/lib/fs/opener
copying fs/opener/registry.py -> build/lib/fs/opener
copying fs/opener/zipfs.py -> build/lib/fs/opener
copying fs/opener/parse.py -> build/lib/fs/opener
copying fs/opener/osfs.py -> build/lib/fs/opener
copying fs/opener/tempfs.py -> build/lib/fs/opener
copying fs/opener/base.py -> build/lib/fs/opener
copying fs/opener/ftpfs.py -> build/lib/fs/opener
copying fs/opener/appfs.py -> build/lib/fs/opener
copying fs/py.typed -> build/lib/fs
>>> py3-fs: Entering fakeroot...
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
/usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running install
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/buildozer/aports/community/py3-fs/pkg
creating /home/buildozer/aports/community/py3-fs/pkg/py3-fs
creating /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr
creating /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib
creating /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11
creating /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages
creating /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/iotools.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/move.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_pathcompat.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_repr.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_version.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/error_tools.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_url_tools.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/__init__.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/tree.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/memoryfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/filesize.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/compress.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/constants.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/tarfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/lrucache.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/path.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_fscompat.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/errors.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/permissions.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_bulk.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/copy.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/zipfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/osfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/py.typed -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_tzcompat.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/subfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_ftp_parse.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/_typing.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/info.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/tools.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/time.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/tempfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/test.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/glob.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/multifs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/wildcard.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/wrap.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/enums.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/base.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/ftpfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/walk.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
creating /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/__init__.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/memoryfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/tarfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/errors.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/registry.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/zipfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/parse.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/osfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/tempfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/base.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/ftpfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/opener/appfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener
copying build/lib/fs/mirror.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/wrapfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/mountfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/mode.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
copying build/lib/fs/appfs.py -> /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/iotools.py to iotools.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/move.py to move.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_pathcompat.py to _pathcompat.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_repr.py to _repr.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_version.py to _version.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/error_tools.py to error_tools.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_url_tools.py to _url_tools.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/tree.py to tree.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/memoryfs.py to memoryfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/filesize.py to filesize.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/compress.py to compress.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/constants.py to constants.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/tarfs.py to tarfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/lrucache.py to lrucache.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/path.py to path.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_fscompat.py to _fscompat.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/errors.py to errors.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/permissions.py to permissions.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_bulk.py to _bulk.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/copy.py to copy.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/zipfs.py to zipfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/osfs.py to osfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_tzcompat.py to _tzcompat.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/subfs.py to subfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_ftp_parse.py to _ftp_parse.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/_typing.py to _typing.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/info.py to info.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/tools.py to tools.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/time.py to time.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/tempfs.py to tempfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/test.py to test.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/glob.py to glob.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/multifs.py to multifs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/wildcard.py to wildcard.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/wrap.py to wrap.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/enums.py to enums.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/base.py to base.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/ftpfs.py to ftpfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/walk.py to walk.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/memoryfs.py to memoryfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/tarfs.py to tarfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/errors.py to errors.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/registry.py to registry.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/zipfs.py to zipfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/parse.py to parse.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/osfs.py to osfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/tempfs.py to tempfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/base.py to base.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/ftpfs.py to ftpfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/appfs.py to appfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/mirror.py to mirror.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/wrapfs.py to wrapfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/mountfs.py to mountfs.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/mode.py to mode.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/appfs.py to appfs.cpython-311.pyc
running install_egg_info
running egg_info
writing fs.egg-info/PKG-INFO
writing dependency_links to fs.egg-info/dependency_links.txt
writing requirements to fs.egg-info/requires.txt
writing top-level names to fs.egg-info/top_level.txt
reading manifest file 'fs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'fs.egg-info/SOURCES.txt'
Copying fs.egg-info to /home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs-2.4.16-py3.11.egg-info
running install_scripts
>>> py3-fs-pyc*: Running split function pyc...
'/home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/__pycache__' -> '/home/buildozer/aports/community/py3-fs/pkg/py3-fs-pyc/usr/lib/python3.11/site-packages/fs/__pycache__'
'/home/buildozer/aports/community/py3-fs/pkg/py3-fs/usr/lib/python3.11/site-packages/fs/opener/__pycache__' -> '/home/buildozer/aports/community/py3-fs/pkg/py3-fs-pyc/usr/lib/python3.11/site-packages/fs/opener/__pycache__'
>>> py3-fs-pyc*: Preparing subpackage py3-fs-pyc...
>>> py3-fs-pyc*: Running postcheck for py3-fs-pyc
>>> py3-fs*: Running postcheck for py3-fs
>>> py3-fs*: Preparing package py3-fs...
>>> py3-fs-pyc*: Tracing dependencies...
	python3
	py3-appdirs
	py3-six
	py3-setuptools
	py3-tz
	python3~3.11
>>> py3-fs-pyc*: Package size: 892.0 KB
>>> py3-fs-pyc*: Compressing data...
>>> py3-fs-pyc*: Create checksum...
>>> py3-fs-pyc*: Create py3-fs-pyc-2.4.16-r3.apk
>>> py3-fs*: Tracing dependencies...
	python3
	py3-appdirs
	py3-six
	py3-setuptools
	py3-tz
	python3~3.11
>>> py3-fs*: Package size: 700.0 KB
>>> py3-fs*: Compressing data...
>>> py3-fs*: Create checksum...
>>> py3-fs*: Create py3-fs-2.4.16-r3.apk
>>> py3-fs: Build complete at Mon, 23 Oct 2023 22:52:07 +0000 elapsed time 0h 0m 11s
>>> py3-fs: Cleaning up srcdir
>>> py3-fs: Cleaning up pkgdir
>>> py3-fs: Uninstalling dependencies...
(1/25) Purging .makedepends-py3-fs (20231023.225204)
(2/25) Purging py3-appdirs-pyc (1.4.4-r6)
(3/25) Purging py3-appdirs (1.4.4-r6)
(4/25) Purging py3-six-pyc (1.16.0-r7)
(5/25) Purging py3-six (1.16.0-r7)
(6/25) Purging py3-setuptools-pyc (68.2.2-r0)
(7/25) Purging py3-setuptools (68.2.2-r0)
(8/25) Purging py3-packaging-pyc (23.2-r0)
(9/25) Purging py3-packaging (23.2-r0)
(10/25) Purging py3-parsing-pyc (3.1.1-r0)
(11/25) Purging py3-parsing (3.1.1-r0)
(12/25) Purging py3-tz-pyc (2023.3-r1)
(13/25) Purging py3-tz (2023.3-r1)
(14/25) Purging python3-pyc (3.11.6-r1)
(15/25) Purging python3-pycache-pyc0 (3.11.6-r1)
(16/25) Purging pyc (3.11.6-r1)
(17/25) Purging python3 (3.11.6-r1)
(18/25) Purging gdbm (1.23-r1)
(19/25) Purging libbz2 (1.0.8-r6)
(20/25) Purging libffi (3.4.4-r3)
(21/25) Purging libpanelw (6.4_p20231007-r0)
(22/25) Purging mpdecimal (2.5.1-r2)
(23/25) Purging readline (8.2.1-r2)
(24/25) Purging sqlite-libs (3.43.2-r0)
(25/25) Purging xz-libs (5.4.4-r0)
Executing busybox-1.36.1-r13.trigger
OK: 435 MiB in 105 packages
>>> py3-fs: Updating the community/s390x repository index...
>>> py3-fs: Signing the index...