>>> py3-netjsonconfig: Building community/py3-netjsonconfig 1.0.2-r1 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 12:51:41 +0000 >>> py3-netjsonconfig: Checking sanity of /home/buildozer/aports/community/py3-netjsonconfig/APKBUILD... >>> py3-netjsonconfig: Analyzing dependencies... >>> py3-netjsonconfig: Installing for build: build-base py3-jinja2 py3-jsonschema py3-setuptools_scm (1/32) Installing libbz2 (1.0.8-r5) (2/32) Installing libffi (3.4.4-r2) (3/32) Installing gdbm (1.23-r1) (4/32) Installing xz-libs (5.4.2-r1) (5/32) Installing mpdecimal (2.5.1-r2) (6/32) Installing libpanelw (6.4_p20230401-r5) (7/32) Installing readline (8.2.1-r1) (8/32) Installing sqlite-libs (3.41.2-r2) (9/32) Installing python3 (3.11.3-r10) (10/32) Installing python3-pycache-pyc0 (3.11.3-r10) (11/32) Installing pyc (0.1-r0) (12/32) Installing py3-jinja2-pyc (3.1.2-r2) (13/32) Installing py3-markupsafe-pyc (2.1.2-r1) (14/32) Installing python3-pyc (3.11.3-r10) (15/32) Installing py3-markupsafe (2.1.2-r1) (16/32) Installing py3-jinja2 (3.1.2-r2) (17/32) Installing py3-pyrsistent (0.19.3-r1) (18/32) Installing py3-pyrsistent-pyc (0.19.3-r1) (19/32) Installing py3-attrs (23.1.0-r1) (20/32) Installing py3-attrs-pyc (23.1.0-r1) (21/32) Installing py3-jsonschema (4.7.2-r4) (22/32) Installing py3-jsonschema-pyc (4.7.2-r4) (23/32) Installing py3-parsing (3.0.9-r2) (24/32) Installing py3-parsing-pyc (3.0.9-r2) (25/32) Installing py3-packaging (23.1-r1) (26/32) Installing py3-packaging-pyc (23.1-r1) (27/32) Installing py3-setuptools (67.7.1-r0) (28/32) Installing py3-setuptools-pyc (67.7.1-r0) (29/32) Installing py3-typing-extensions (4.5.0-r1) (30/32) Installing py3-typing-extensions-pyc (4.5.0-r1) (31/32) Installing py3-setuptools_scm (7.1.0-r0) (32/32) Installing .makedepends-py3-netjsonconfig (20230422.125142) Executing busybox-1.36.0-r7.trigger OK: 465 MiB in 130 packages >>> py3-netjsonconfig: Cleaning up srcdir >>> py3-netjsonconfig: Cleaning up pkgdir >>> py3-netjsonconfig: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/netjsonconfig-1.0.2.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-netjsonconfig: Fetching https://files.pythonhosted.org/packages/source/n/netjsonconfig/netjsonconfig-1.0.2.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 100 78281 100 78281 0 0 180k 0 --:--:-- --:--:-- --:--:-- 180k >>> py3-netjsonconfig: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/netjsonconfig-1.0.2.tar.gz >>> py3-netjsonconfig: Checking sha512sums... netjsonconfig-1.0.2.tar.gz: OK >>> py3-netjsonconfig: Unpacking /var/cache/distfiles/v3.18/netjsonconfig-1.0.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/netjsonconfig copying netjsonconfig/__init__.py -> build/lib/netjsonconfig copying netjsonconfig/exceptions.py -> build/lib/netjsonconfig copying netjsonconfig/schema.py -> build/lib/netjsonconfig copying netjsonconfig/version.py -> build/lib/netjsonconfig copying netjsonconfig/countries.py -> build/lib/netjsonconfig copying netjsonconfig/channels.py -> build/lib/netjsonconfig copying netjsonconfig/utils.py -> build/lib/netjsonconfig creating build/lib/netjsonconfig/backends copying netjsonconfig/backends/__init__.py -> build/lib/netjsonconfig/backends creating build/lib/netjsonconfig/backends/base copying netjsonconfig/backends/base/__init__.py -> build/lib/netjsonconfig/backends/base copying netjsonconfig/backends/base/converter.py -> build/lib/netjsonconfig/backends/base copying netjsonconfig/backends/base/renderer.py -> build/lib/netjsonconfig/backends/base copying netjsonconfig/backends/base/parser.py -> build/lib/netjsonconfig/backends/base copying netjsonconfig/backends/base/backend.py -> build/lib/netjsonconfig/backends/base creating build/lib/netjsonconfig/backends/wireguard copying netjsonconfig/backends/wireguard/__init__.py -> build/lib/netjsonconfig/backends/wireguard copying netjsonconfig/backends/wireguard/converters.py -> build/lib/netjsonconfig/backends/wireguard copying netjsonconfig/backends/wireguard/schema.py -> build/lib/netjsonconfig/backends/wireguard copying netjsonconfig/backends/wireguard/renderer.py -> build/lib/netjsonconfig/backends/wireguard copying netjsonconfig/backends/wireguard/parser.py -> build/lib/netjsonconfig/backends/wireguard copying netjsonconfig/backends/wireguard/wireguard.py -> build/lib/netjsonconfig/backends/wireguard creating build/lib/netjsonconfig/backends/openwisp copying netjsonconfig/backends/openwisp/__init__.py -> build/lib/netjsonconfig/backends/openwisp copying netjsonconfig/backends/openwisp/schema.py -> build/lib/netjsonconfig/backends/openwisp copying netjsonconfig/backends/openwisp/renderer.py -> build/lib/netjsonconfig/backends/openwisp copying netjsonconfig/backends/openwisp/openwisp.py -> build/lib/netjsonconfig/backends/openwisp creating build/lib/netjsonconfig/backends/openvpn copying netjsonconfig/backends/openvpn/__init__.py -> build/lib/netjsonconfig/backends/openvpn copying netjsonconfig/backends/openvpn/converters.py -> build/lib/netjsonconfig/backends/openvpn copying netjsonconfig/backends/openvpn/schema.py -> build/lib/netjsonconfig/backends/openvpn copying netjsonconfig/backends/openvpn/renderer.py -> build/lib/netjsonconfig/backends/openvpn copying netjsonconfig/backends/openvpn/parser.py -> build/lib/netjsonconfig/backends/openvpn copying netjsonconfig/backends/openvpn/openvpn.py -> build/lib/netjsonconfig/backends/openvpn creating build/lib/netjsonconfig/backends/vxlan copying netjsonconfig/backends/vxlan/__init__.py -> build/lib/netjsonconfig/backends/vxlan copying netjsonconfig/backends/vxlan/vxlan_wireguard.py -> build/lib/netjsonconfig/backends/vxlan creating build/lib/netjsonconfig/backends/openwrt copying netjsonconfig/backends/openwrt/__init__.py -> build/lib/netjsonconfig/backends/openwrt copying netjsonconfig/backends/openwrt/schema.py -> build/lib/netjsonconfig/backends/openwrt copying netjsonconfig/backends/openwrt/renderer.py -> build/lib/netjsonconfig/backends/openwrt copying netjsonconfig/backends/openwrt/parser.py -> build/lib/netjsonconfig/backends/openwrt copying netjsonconfig/backends/openwrt/timezones.py -> build/lib/netjsonconfig/backends/openwrt copying netjsonconfig/backends/openwrt/openwrt.py -> build/lib/netjsonconfig/backends/openwrt creating build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/__init__.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/wireless.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/ntp.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/general.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/rules.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/led.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/default.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/switch.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/openvpn.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/interfaces.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/routes.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/wireguard_peers.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/base.py -> build/lib/netjsonconfig/backends/openwrt/converters copying netjsonconfig/backends/openwrt/converters/radios.py -> build/lib/netjsonconfig/backends/openwrt/converters running egg_info writing netjsonconfig.egg-info/PKG-INFO writing dependency_links to netjsonconfig.egg-info/dependency_links.txt writing requirements to netjsonconfig.egg-info/requires.txt writing top-level names to netjsonconfig.egg-info/top_level.txt reading manifest file 'netjsonconfig.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.swp' found under directory '*' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'netjsonconfig.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'netjsonconfig.backends.openvpn.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.openvpn.templates' 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 'netjsonconfig.backends.openvpn.templates' 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 'netjsonconfig.backends.openvpn.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.openvpn.templates' 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 'netjsonconfig.backends.openwisp.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.openwisp.templates' 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 'netjsonconfig.backends.openwisp.templates' 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 'netjsonconfig.backends.openwisp.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.openwisp.templates' 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 'netjsonconfig.backends.openwrt.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.openwrt.templates' 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 'netjsonconfig.backends.openwrt.templates' 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 'netjsonconfig.backends.openwrt.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.openwrt.templates' 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 'netjsonconfig.backends.wireguard.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.wireguard.templates' 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 'netjsonconfig.backends.wireguard.templates' 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 'netjsonconfig.backends.wireguard.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.wireguard.templates' 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/netjsonconfig/backends/wireguard/templates copying netjsonconfig/backends/wireguard/templates/wireguard.jinja2 -> build/lib/netjsonconfig/backends/wireguard/templates creating build/lib/netjsonconfig/backends/openwisp/templates copying netjsonconfig/backends/openwisp/templates/install.sh -> build/lib/netjsonconfig/backends/openwisp/templates copying netjsonconfig/backends/openwisp/templates/openwrt.jinja2 -> build/lib/netjsonconfig/backends/openwisp/templates copying netjsonconfig/backends/openwisp/templates/tc_script.sh -> build/lib/netjsonconfig/backends/openwisp/templates copying netjsonconfig/backends/openwisp/templates/uninstall.sh -> build/lib/netjsonconfig/backends/openwisp/templates copying netjsonconfig/backends/openwisp/templates/vpn_script_down.sh -> build/lib/netjsonconfig/backends/openwisp/templates copying netjsonconfig/backends/openwisp/templates/vpn_script_up.sh -> build/lib/netjsonconfig/backends/openwisp/templates creating build/lib/netjsonconfig/backends/openvpn/templates copying netjsonconfig/backends/openvpn/templates/openvpn.jinja2 -> build/lib/netjsonconfig/backends/openvpn/templates creating build/lib/netjsonconfig/backends/openwrt/templates copying netjsonconfig/backends/openwrt/templates/openwrt.jinja2 -> build/lib/netjsonconfig/backends/openwrt/templates running build_scripts creating build/scripts-3.11 copying and adjusting bin/netjsonconfig -> build/scripts-3.11 changing mode of build/scripts-3.11/netjsonconfig from 644 to 755 >>> py3-netjsonconfig: Entering fakeroot... 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 build running build_py running egg_info writing netjsonconfig.egg-info/PKG-INFO writing dependency_links to netjsonconfig.egg-info/dependency_links.txt writing requirements to netjsonconfig.egg-info/requires.txt writing top-level names to netjsonconfig.egg-info/top_level.txt reading manifest file 'netjsonconfig.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.swp' found under directory '*' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'netjsonconfig.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'netjsonconfig.backends.openvpn.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.openvpn.templates' 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 'netjsonconfig.backends.openvpn.templates' 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 'netjsonconfig.backends.openvpn.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.openvpn.templates' 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 'netjsonconfig.backends.openwisp.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.openwisp.templates' 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 'netjsonconfig.backends.openwisp.templates' 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 'netjsonconfig.backends.openwisp.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.openwisp.templates' 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 'netjsonconfig.backends.openwrt.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.openwrt.templates' 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 'netjsonconfig.backends.openwrt.templates' 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 'netjsonconfig.backends.openwrt.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.openwrt.templates' 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 'netjsonconfig.backends.wireguard.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'netjsonconfig.backends.wireguard.templates' 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 'netjsonconfig.backends.wireguard.templates' 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 'netjsonconfig.backends.wireguard.templates' to be distributed and are already explicitly excluding 'netjsonconfig.backends.wireguard.templates' 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) running build_scripts running install_lib creating /home/buildozer/aports/community/py3-netjsonconfig/pkg creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig copying build/lib/netjsonconfig/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig copying build/lib/netjsonconfig/exceptions.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig copying build/lib/netjsonconfig/schema.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig copying build/lib/netjsonconfig/version.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig copying build/lib/netjsonconfig/countries.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig copying build/lib/netjsonconfig/channels.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig copying build/lib/netjsonconfig/utils.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends copying build/lib/netjsonconfig/backends/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base copying build/lib/netjsonconfig/backends/base/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base copying build/lib/netjsonconfig/backends/base/converter.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base copying build/lib/netjsonconfig/backends/base/renderer.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base copying build/lib/netjsonconfig/backends/base/parser.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base copying build/lib/netjsonconfig/backends/base/backend.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard copying build/lib/netjsonconfig/backends/wireguard/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard copying build/lib/netjsonconfig/backends/wireguard/converters.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard copying build/lib/netjsonconfig/backends/wireguard/schema.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard copying build/lib/netjsonconfig/backends/wireguard/renderer.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard copying build/lib/netjsonconfig/backends/wireguard/parser.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/templates copying build/lib/netjsonconfig/backends/wireguard/templates/wireguard.jinja2 -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/templates copying build/lib/netjsonconfig/backends/wireguard/wireguard.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp copying build/lib/netjsonconfig/backends/openwisp/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp copying build/lib/netjsonconfig/backends/openwisp/schema.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp copying build/lib/netjsonconfig/backends/openwisp/renderer.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp copying build/lib/netjsonconfig/backends/openwisp/openwisp.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/templates copying build/lib/netjsonconfig/backends/openwisp/templates/vpn_script_up.sh -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/templates copying build/lib/netjsonconfig/backends/openwisp/templates/install.sh -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/templates copying build/lib/netjsonconfig/backends/openwisp/templates/uninstall.sh -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/templates copying build/lib/netjsonconfig/backends/openwisp/templates/vpn_script_down.sh -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/templates copying build/lib/netjsonconfig/backends/openwisp/templates/openwrt.jinja2 -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/templates copying build/lib/netjsonconfig/backends/openwisp/templates/tc_script.sh -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/templates creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn copying build/lib/netjsonconfig/backends/openvpn/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn copying build/lib/netjsonconfig/backends/openvpn/converters.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn copying build/lib/netjsonconfig/backends/openvpn/schema.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn copying build/lib/netjsonconfig/backends/openvpn/renderer.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn copying build/lib/netjsonconfig/backends/openvpn/parser.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn copying build/lib/netjsonconfig/backends/openvpn/openvpn.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/templates copying build/lib/netjsonconfig/backends/openvpn/templates/openvpn.jinja2 -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/templates creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/vxlan copying build/lib/netjsonconfig/backends/vxlan/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/vxlan copying build/lib/netjsonconfig/backends/vxlan/vxlan_wireguard.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/vxlan creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt copying build/lib/netjsonconfig/backends/openwrt/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/wireless.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/ntp.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/general.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/rules.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/led.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/default.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/switch.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/openvpn.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/interfaces.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/routes.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/wireguard_peers.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/base.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/converters/radios.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters copying build/lib/netjsonconfig/backends/openwrt/schema.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt copying build/lib/netjsonconfig/backends/openwrt/renderer.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt copying build/lib/netjsonconfig/backends/openwrt/parser.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt copying build/lib/netjsonconfig/backends/openwrt/timezones.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/templates copying build/lib/netjsonconfig/backends/openwrt/templates/openwrt.jinja2 -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/templates copying build/lib/netjsonconfig/backends/openwrt/openwrt.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/schema.py to schema.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/countries.py to countries.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/channels.py to channels.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base/converter.py to converter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base/renderer.py to renderer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base/backend.py to backend.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/converters.py to converters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/schema.py to schema.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/renderer.py to renderer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/wireguard.py to wireguard.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/schema.py to schema.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/renderer.py to renderer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/openwisp.py to openwisp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/converters.py to converters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/schema.py to schema.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/renderer.py to renderer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/openvpn.py to openvpn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/vxlan/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/vxlan/vxlan_wireguard.py to vxlan_wireguard.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/wireless.py to wireless.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/ntp.py to ntp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/general.py to general.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/rules.py to rules.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/led.py to led.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/default.py to default.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/switch.py to switch.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/openvpn.py to openvpn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/interfaces.py to interfaces.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/routes.py to routes.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/wireguard_peers.py to wireguard_peers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/radios.py to radios.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/schema.py to schema.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/renderer.py to renderer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/timezones.py to timezones.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/openwrt.py to openwrt.cpython-311.pyc running install_egg_info Copying netjsonconfig.egg-info to /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig-1.0.2-py3.11.egg-info running install_scripts creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/bin copying build/scripts-3.11/netjsonconfig -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/bin changing mode of /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/bin/netjsonconfig to 755 >>> py3-netjsonconfig-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/base/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/base/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/wireguard/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwisp/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/openvpn/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/vxlan/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/vxlan/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/converters/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.11/site-packages/netjsonconfig/backends/openwrt/__pycache__' >>> py3-netjsonconfig-pyc*: Preparing subpackage py3-netjsonconfig-pyc... >>> py3-netjsonconfig-pyc*: Running postcheck for py3-netjsonconfig-pyc >>> py3-netjsonconfig*: Running postcheck for py3-netjsonconfig >>> py3-netjsonconfig*: Preparing package py3-netjsonconfig... >>> py3-netjsonconfig-pyc*: Tracing dependencies... py3-jinja2 py3-jsonschema python3~3.11 >>> py3-netjsonconfig-pyc*: Package size: 456.0 KB >>> py3-netjsonconfig-pyc*: Compressing data... >>> py3-netjsonconfig-pyc*: Create checksum... >>> py3-netjsonconfig-pyc*: Create py3-netjsonconfig-pyc-1.0.2-r1.apk >>> py3-netjsonconfig*: Tracing dependencies... py3-jinja2 py3-jsonschema python3~3.11 >>> py3-netjsonconfig*: Package size: 540.0 KB >>> py3-netjsonconfig*: Compressing data... >>> py3-netjsonconfig*: Create checksum... >>> py3-netjsonconfig*: Create py3-netjsonconfig-1.0.2-r1.apk >>> py3-netjsonconfig: Build complete at Sat, 22 Apr 2023 12:51:46 +0000 elapsed time 0h 0m 5s >>> py3-netjsonconfig: Cleaning up srcdir >>> py3-netjsonconfig: Cleaning up pkgdir >>> py3-netjsonconfig: Uninstalling dependencies... (1/32) Purging .makedepends-py3-netjsonconfig (20230422.125142) (2/32) Purging py3-jinja2-pyc (3.1.2-r2) (3/32) Purging py3-jinja2 (3.1.2-r2) (4/32) Purging py3-markupsafe-pyc (2.1.2-r1) (5/32) Purging py3-markupsafe (2.1.2-r1) (6/32) Purging py3-jsonschema-pyc (4.7.2-r4) (7/32) Purging py3-jsonschema (4.7.2-r4) (8/32) Purging py3-pyrsistent-pyc (0.19.3-r1) (9/32) Purging py3-pyrsistent (0.19.3-r1) (10/32) Purging py3-attrs-pyc (23.1.0-r1) (11/32) Purging py3-attrs (23.1.0-r1) (12/32) Purging py3-setuptools_scm (7.1.0-r0) (13/32) Purging py3-setuptools-pyc (67.7.1-r0) (14/32) Purging py3-setuptools (67.7.1-r0) (15/32) Purging py3-packaging-pyc (23.1-r1) (16/32) Purging py3-packaging (23.1-r1) (17/32) Purging py3-parsing-pyc (3.0.9-r2) (18/32) Purging py3-parsing (3.0.9-r2) (19/32) Purging py3-typing-extensions-pyc (4.5.0-r1) (20/32) Purging py3-typing-extensions (4.5.0-r1) (21/32) Purging python3-pyc (3.11.3-r10) (22/32) Purging python3-pycache-pyc0 (3.11.3-r10) (23/32) Purging pyc (0.1-r0) (24/32) Purging python3 (3.11.3-r10) (25/32) Purging gdbm (1.23-r1) (26/32) Purging libbz2 (1.0.8-r5) (27/32) Purging libffi (3.4.4-r2) (28/32) Purging libpanelw (6.4_p20230401-r5) (29/32) Purging mpdecimal (2.5.1-r2) (30/32) Purging readline (8.2.1-r1) (31/32) Purging sqlite-libs (3.41.2-r2) (32/32) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 98 packages >>> py3-netjsonconfig: Updating the community/aarch64 repository index... >>> py3-netjsonconfig: Signing the index...