>>> py3-colander: Building testing/py3-colander 1.8.3-r4 (using abuild 3.11.0_rc13-r0) started Mon, 01 May 2023 06:58:01 +0000 >>> py3-colander: Checking sanity of /home/buildozer/aports/testing/py3-colander/APKBUILD... >>> py3-colander: Analyzing dependencies... >>> py3-colander: Installing for build: build-base python3 py3-iso8601 py3-translationstring py3-setuptools (1/21) Installing libbz2 (1.0.8-r5) (2/21) Installing gdbm (1.23-r1) (3/21) Installing mpdecimal (2.5.1-r2) (4/21) Installing libpanelw (6.4_p20230429-r0) (5/21) Installing readline (8.2.1-r1) (6/21) Installing sqlite-libs (3.41.2-r2) (7/21) Installing python3 (3.11.3-r10) (8/21) Installing python3-pycache-pyc0 (3.11.3-r10) (9/21) Installing pyc (0.1-r0) (10/21) Installing python3-pyc (3.11.3-r10) (11/21) Installing py3-iso8601 (1.1.0-r2) (12/21) Installing py3-iso8601-pyc (1.1.0-r2) (13/21) Installing py3-translationstring (1.4-r2) (14/21) Installing py3-translationstring-pyc (1.4-r2) (15/21) Installing py3-parsing (3.0.9-r2) (16/21) Installing py3-parsing-pyc (3.0.9-r2) (17/21) Installing py3-packaging (23.1-r1) (18/21) Installing py3-packaging-pyc (23.1-r1) (19/21) Installing py3-setuptools (67.7.2-r0) (20/21) Installing py3-setuptools-pyc (67.7.2-r0) (21/21) Installing .makedepends-py3-colander (20230501.065806) Executing busybox-1.36.0-r8.trigger OK: 1014 MiB in 124 packages >>> py3-colander: Cleaning up srcdir >>> py3-colander: Cleaning up pkgdir >>> py3-colander: Fetching https://distfiles.alpinelinux.org/distfiles/edge/colander-1.8.3.tar.gz >>> py3-colander: Fetching https://distfiles.alpinelinux.org/distfiles/edge/colander-1.8.3.tar.gz >>> py3-colander: Checking sha512sums... colander-1.8.3.tar.gz: OK >>> py3-colander: Unpacking /var/cache/distfiles/colander-1.8.3.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/expand.py:132: SetuptoolsWarning: File '/home/buildozer/aports/testing/py3-colander/src/colander-1.8.3/CHANGES.txt' cannot be found return '\n'.join( /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/colander copying src/colander/compat.py -> build/lib/colander copying src/colander/__init__.py -> build/lib/colander copying src/colander/interfaces.py -> build/lib/colander running egg_info writing src/colander.egg-info/PKG-INFO writing dependency_links to src/colander.egg-info/dependency_links.txt writing requirements to src/colander.egg-info/requires.txt writing top-level names to src/colander.egg-info/top_level.txt reading manifest file 'src/colander.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching 'CHANGES.txt' warning: no files found matching 'HISTORY.txt' warning: no previously-included files found matching 'TODO.txt' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[cod]' found under directory '*' adding license file 'LICENSE.txt' writing manifest file 'src/colander.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale' to be distributed and are already explicitly excluding 'colander.locale' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.cs.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.cs.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.cs.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.de.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.de.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.el.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.el.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.el.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.es.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.es.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.fi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.fi.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.fi.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.fi.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.fi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.fr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.fr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.it.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.it.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.ja.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.ja.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.ja.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.nl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.nl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.nl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.pl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.pl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.pl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.pt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.pt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.pt.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.pt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.pt_BR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.pt_BR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.pt_BR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.ro.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.ro.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.ro.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.ro.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.ro.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.ru.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.ru.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.sv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.sv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.sv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.zh_Hans.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.zh_Hans.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.zh_Hans.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.zh_Hans.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'colander.locale.zh_Hant.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'colander.locale.zh_Hant.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'colander.locale.zh_Hant.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'colander.locale.zh_Hant.LC_MESSAGES' to be distributed and are already explicitly excluding 'colander.locale.zh_Hant.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/colander/locale copying src/colander/locale/colander.pot -> build/lib/colander/locale creating build/lib/colander/locale/cs creating build/lib/colander/locale/cs/LC_MESSAGES copying src/colander/locale/cs/LC_MESSAGES/colander.mo -> build/lib/colander/locale/cs/LC_MESSAGES copying src/colander/locale/cs/LC_MESSAGES/colander.po -> build/lib/colander/locale/cs/LC_MESSAGES creating build/lib/colander/locale/de creating build/lib/colander/locale/de/LC_MESSAGES copying src/colander/locale/de/LC_MESSAGES/colander.mo -> build/lib/colander/locale/de/LC_MESSAGES copying src/colander/locale/de/LC_MESSAGES/colander.po -> build/lib/colander/locale/de/LC_MESSAGES creating build/lib/colander/locale/el creating build/lib/colander/locale/el/LC_MESSAGES copying src/colander/locale/el/LC_MESSAGES/colander.mo -> build/lib/colander/locale/el/LC_MESSAGES copying src/colander/locale/el/LC_MESSAGES/colander.po -> build/lib/colander/locale/el/LC_MESSAGES creating build/lib/colander/locale/es creating build/lib/colander/locale/es/LC_MESSAGES copying src/colander/locale/es/LC_MESSAGES/colander.mo -> build/lib/colander/locale/es/LC_MESSAGES copying src/colander/locale/es/LC_MESSAGES/colander.po -> build/lib/colander/locale/es/LC_MESSAGES creating build/lib/colander/locale/fi creating build/lib/colander/locale/fi/LC_MESSAGES copying src/colander/locale/fi/LC_MESSAGES/colander.mo -> build/lib/colander/locale/fi/LC_MESSAGES copying src/colander/locale/fi/LC_MESSAGES/colander.po -> build/lib/colander/locale/fi/LC_MESSAGES creating build/lib/colander/locale/fr creating build/lib/colander/locale/fr/LC_MESSAGES copying src/colander/locale/fr/LC_MESSAGES/colander.mo -> build/lib/colander/locale/fr/LC_MESSAGES copying src/colander/locale/fr/LC_MESSAGES/colander.po -> build/lib/colander/locale/fr/LC_MESSAGES creating build/lib/colander/locale/it creating build/lib/colander/locale/it/LC_MESSAGES copying src/colander/locale/it/LC_MESSAGES/colander.mo -> build/lib/colander/locale/it/LC_MESSAGES copying src/colander/locale/it/LC_MESSAGES/colander.po -> build/lib/colander/locale/it/LC_MESSAGES creating build/lib/colander/locale/ja creating build/lib/colander/locale/ja/LC_MESSAGES copying src/colander/locale/ja/LC_MESSAGES/colander.mo -> build/lib/colander/locale/ja/LC_MESSAGES copying src/colander/locale/ja/LC_MESSAGES/colander.po -> build/lib/colander/locale/ja/LC_MESSAGES creating build/lib/colander/locale/nl creating build/lib/colander/locale/nl/LC_MESSAGES copying src/colander/locale/nl/LC_MESSAGES/colander.mo -> build/lib/colander/locale/nl/LC_MESSAGES copying src/colander/locale/nl/LC_MESSAGES/colander.po -> build/lib/colander/locale/nl/LC_MESSAGES creating build/lib/colander/locale/pl creating build/lib/colander/locale/pl/LC_MESSAGES copying src/colander/locale/pl/LC_MESSAGES/colander.mo -> build/lib/colander/locale/pl/LC_MESSAGES copying src/colander/locale/pl/LC_MESSAGES/colander.po -> build/lib/colander/locale/pl/LC_MESSAGES creating build/lib/colander/locale/pt creating build/lib/colander/locale/pt/LC_MESSAGES copying src/colander/locale/pt/LC_MESSAGES/colander.mo -> build/lib/colander/locale/pt/LC_MESSAGES copying src/colander/locale/pt/LC_MESSAGES/colander.po -> build/lib/colander/locale/pt/LC_MESSAGES creating build/lib/colander/locale/pt_BR creating build/lib/colander/locale/pt_BR/LC_MESSAGES copying src/colander/locale/pt_BR/LC_MESSAGES/colander.mo -> build/lib/colander/locale/pt_BR/LC_MESSAGES copying src/colander/locale/pt_BR/LC_MESSAGES/colander.po -> build/lib/colander/locale/pt_BR/LC_MESSAGES creating build/lib/colander/locale/ro creating build/lib/colander/locale/ro/LC_MESSAGES copying src/colander/locale/ro/LC_MESSAGES/colander.mo -> build/lib/colander/locale/ro/LC_MESSAGES copying src/colander/locale/ro/LC_MESSAGES/colander.po -> build/lib/colander/locale/ro/LC_MESSAGES creating build/lib/colander/locale/ru creating build/lib/colander/locale/ru/LC_MESSAGES copying src/colander/locale/ru/LC_MESSAGES/colander.mo -> build/lib/colander/locale/ru/LC_MESSAGES copying src/colander/locale/ru/LC_MESSAGES/colander.po -> build/lib/colander/locale/ru/LC_MESSAGES creating build/lib/colander/locale/sv creating build/lib/colander/locale/sv/LC_MESSAGES copying src/colander/locale/sv/LC_MESSAGES/colander.mo -> build/lib/colander/locale/sv/LC_MESSAGES copying src/colander/locale/sv/LC_MESSAGES/colander.po -> build/lib/colander/locale/sv/LC_MESSAGES creating build/lib/colander/locale/zh_Hans creating build/lib/colander/locale/zh_Hans/LC_MESSAGES copying src/colander/locale/zh_Hans/LC_MESSAGES/colander.mo -> build/lib/colander/locale/zh_Hans/LC_MESSAGES copying src/colander/locale/zh_Hans/LC_MESSAGES/colander.po -> build/lib/colander/locale/zh_Hans/LC_MESSAGES creating build/lib/colander/locale/zh_Hant creating build/lib/colander/locale/zh_Hant/LC_MESSAGES copying src/colander/locale/zh_Hant/LC_MESSAGES/colander.mo -> build/lib/colander/locale/zh_Hant/LC_MESSAGES copying src/colander/locale/zh_Hant/LC_MESSAGES/colander.po -> build/lib/colander/locale/zh_Hant/LC_MESSAGES >>> py3-colander: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/expand.py:132: SetuptoolsWarning: File '/home/buildozer/aports/testing/py3-colander/src/colander-1.8.3/CHANGES.txt' cannot be found return '\n'.join( /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, pypa/build 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/testing/py3-colander/pkg creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander copying build/lib/colander/compat.py -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander copying build/lib/colander/__init__.py -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/sv creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/sv/LC_MESSAGES copying build/lib/colander/locale/sv/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/sv/LC_MESSAGES copying build/lib/colander/locale/sv/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/sv/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/el creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/el/LC_MESSAGES copying build/lib/colander/locale/el/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/el/LC_MESSAGES copying build/lib/colander/locale/el/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/el/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/de creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/de/LC_MESSAGES copying build/lib/colander/locale/de/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/de/LC_MESSAGES copying build/lib/colander/locale/de/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/de/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/nl creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/nl/LC_MESSAGES copying build/lib/colander/locale/nl/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/nl/LC_MESSAGES copying build/lib/colander/locale/nl/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/nl/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt_BR creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt_BR/LC_MESSAGES copying build/lib/colander/locale/pt_BR/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt_BR/LC_MESSAGES copying build/lib/colander/locale/pt_BR/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt_BR/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/es creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/es/LC_MESSAGES copying build/lib/colander/locale/es/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/es/LC_MESSAGES copying build/lib/colander/locale/es/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/es/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pl creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pl/LC_MESSAGES copying build/lib/colander/locale/pl/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pl/LC_MESSAGES copying build/lib/colander/locale/pl/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pl/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fr creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fr/LC_MESSAGES copying build/lib/colander/locale/fr/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fr/LC_MESSAGES copying build/lib/colander/locale/fr/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fr/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ro creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ro/LC_MESSAGES copying build/lib/colander/locale/ro/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ro/LC_MESSAGES copying build/lib/colander/locale/ro/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ro/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ja creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ja/LC_MESSAGES copying build/lib/colander/locale/ja/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ja/LC_MESSAGES copying build/lib/colander/locale/ja/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ja/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ru creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ru/LC_MESSAGES copying build/lib/colander/locale/ru/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ru/LC_MESSAGES copying build/lib/colander/locale/ru/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/ru/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hans creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hans/LC_MESSAGES copying build/lib/colander/locale/zh_Hans/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hans/LC_MESSAGES copying build/lib/colander/locale/zh_Hans/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hans/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/cs creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/cs/LC_MESSAGES copying build/lib/colander/locale/cs/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/cs/LC_MESSAGES copying build/lib/colander/locale/cs/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/cs/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hant creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hant/LC_MESSAGES copying build/lib/colander/locale/zh_Hant/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hant/LC_MESSAGES copying build/lib/colander/locale/zh_Hant/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/zh_Hant/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fi creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fi/LC_MESSAGES copying build/lib/colander/locale/fi/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fi/LC_MESSAGES copying build/lib/colander/locale/fi/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/fi/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/it creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/it/LC_MESSAGES copying build/lib/colander/locale/it/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/it/LC_MESSAGES copying build/lib/colander/locale/it/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/it/LC_MESSAGES creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt creating /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt/LC_MESSAGES copying build/lib/colander/locale/pt/LC_MESSAGES/colander.po -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt/LC_MESSAGES copying build/lib/colander/locale/pt/LC_MESSAGES/colander.mo -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale/pt/LC_MESSAGES copying build/lib/colander/locale/colander.pot -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/locale copying build/lib/colander/interfaces.py -> /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander byte-compiling /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/interfaces.py to interfaces.cpython-311.pyc running install_egg_info running egg_info writing src/colander.egg-info/PKG-INFO writing dependency_links to src/colander.egg-info/dependency_links.txt writing requirements to src/colander.egg-info/requires.txt writing top-level names to src/colander.egg-info/top_level.txt reading manifest file 'src/colander.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching 'CHANGES.txt' warning: no files found matching 'HISTORY.txt' warning: no previously-included files found matching 'TODO.txt' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[cod]' found under directory '*' adding license file 'LICENSE.txt' writing manifest file 'src/colander.egg-info/SOURCES.txt' Copying src/colander.egg-info to /home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander-1.8.3-py3.11.egg-info running install_scripts >>> py3-colander-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-colander/pkg/py3-colander/usr/lib/python3.11/site-packages/colander/__pycache__' -> '/home/buildozer/aports/testing/py3-colander/pkg/py3-colander-pyc/usr/lib/python3.11/site-packages/colander/__pycache__' >>> py3-colander-pyc*: Preparing subpackage py3-colander-pyc... >>> py3-colander-pyc*: Running postcheck for py3-colander-pyc >>> py3-colander*: Running postcheck for py3-colander >>> py3-colander*: Preparing package py3-colander... >>> py3-colander-pyc*: Tracing dependencies... python3 py3-iso8601 py3-translationstring python3~3.11 >>> py3-colander-pyc*: Package size: 156.0 KB >>> py3-colander-pyc*: Compressing data... >>> py3-colander-pyc*: Create checksum... >>> py3-colander-pyc*: Create py3-colander-pyc-1.8.3-r4.apk >>> py3-colander*: Tracing dependencies... python3 py3-iso8601 py3-translationstring python3~3.11 >>> py3-colander*: Package size: 492.0 KB >>> py3-colander*: Compressing data... >>> py3-colander*: Create checksum... >>> py3-colander*: Create py3-colander-1.8.3-r4.apk >>> py3-colander: Build complete at Mon, 01 May 2023 06:58:14 +0000 elapsed time 0h 0m 13s >>> py3-colander: Cleaning up srcdir >>> py3-colander: Cleaning up pkgdir >>> py3-colander: Uninstalling dependencies... (1/21) Purging .makedepends-py3-colander (20230501.065806) (2/21) Purging py3-iso8601-pyc (1.1.0-r2) (3/21) Purging py3-iso8601 (1.1.0-r2) (4/21) Purging py3-translationstring-pyc (1.4-r2) (5/21) Purging py3-translationstring (1.4-r2) (6/21) Purging py3-setuptools-pyc (67.7.2-r0) (7/21) Purging py3-setuptools (67.7.2-r0) (8/21) Purging py3-packaging-pyc (23.1-r1) (9/21) Purging py3-packaging (23.1-r1) (10/21) Purging py3-parsing-pyc (3.0.9-r2) (11/21) Purging py3-parsing (3.0.9-r2) (12/21) Purging python3-pyc (3.11.3-r10) (13/21) Purging python3-pycache-pyc0 (3.11.3-r10) (14/21) Purging pyc (0.1-r0) (15/21) Purging python3 (3.11.3-r10) (16/21) Purging gdbm (1.23-r1) (17/21) Purging libbz2 (1.0.8-r5) (18/21) Purging libpanelw (6.4_p20230429-r0) (19/21) Purging mpdecimal (2.5.1-r2) (20/21) Purging readline (8.2.1-r1) (21/21) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 966 MiB in 103 packages >>> py3-colander: Updating the testing/riscv64 repository index... >>> py3-colander: Signing the index...