>>> py3-netjsonconfig: Building community/py3-netjsonconfig 1.0.2-r3 (using abuild 3.12.0-r5) started Sun, 14 Apr 2024 10:50:53 +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 py3-setuptools_scm (1/35) Installing libbz2 (1.0.8-r6) (2/35) Installing libffi (3.4.6-r0) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.6.1-r3) (5/35) Installing mpdecimal (4.0.0-r0) (6/35) Installing libpanelw (6.4_p20240330-r0) (7/35) Installing readline (8.2.10-r0) (8/35) Installing sqlite-libs (3.45.2-r0) (9/35) Installing python3 (3.12.3-r0) (10/35) Installing python3-pycache-pyc0 (3.12.3-r0) (11/35) Installing pyc (3.12.3-r0) (12/35) Installing py3-jinja2-pyc (3.1.3-r1) (13/35) Installing py3-markupsafe-pyc (2.1.5-r1) (14/35) Installing python3-pyc (3.12.3-r0) (15/35) Installing py3-markupsafe (2.1.5-r1) (16/35) Installing py3-jinja2 (3.1.3-r1) (17/35) Installing py3-attrs (23.2.0-r1) (18/35) Installing py3-attrs-pyc (23.2.0-r1) (19/35) Installing py3-rpds-py (0.10.6-r1) (20/35) Installing py3-rpds-py-pyc (0.10.6-r1) (21/35) Installing py3-referencing (0.34.0-r1) (22/35) Installing py3-referencing-pyc (0.34.0-r1) (23/35) Installing py3-jsonschema-specifications (2023.12.1-r1) (24/35) Installing py3-jsonschema-specifications-pyc (2023.12.1-r1) (25/35) Installing py3-jsonschema (4.21.1-r1) (26/35) Installing py3-jsonschema-pyc (4.21.1-r1) (27/35) Installing py3-parsing (3.1.2-r1) (28/35) Installing py3-parsing-pyc (3.1.2-r1) (29/35) Installing py3-packaging (24.0-r1) (30/35) Installing py3-packaging-pyc (24.0-r1) (31/35) Installing py3-setuptools (69.2.0-r2) (32/35) Installing py3-setuptools-pyc (69.2.0-r2) (33/35) Installing py3-setuptools_scm (8.0.4-r2) (34/35) Installing py3-setuptools_scm-pyc (8.0.4-r2) (35/35) Installing .makedepends-py3-netjsonconfig (20240414.105054) Executing busybox-1.36.1-r25.trigger OK: 435 MiB in 140 packages >>> py3-netjsonconfig: Cleaning up srcdir >>> py3-netjsonconfig: Cleaning up pkgdir >>> py3-netjsonconfig: Cleaning up tmpdir >>> py3-netjsonconfig: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 100 78281 100 78281 0 0 1322k 0 --:--:-- --:--:-- --:--:-- 1341k >>> py3-netjsonconfig: Fetching https://distfiles.alpinelinux.org/distfiles/edge/netjsonconfig-1.0.2.tar.gz >>> py3-netjsonconfig: Checking sha512sums... netjsonconfig-1.0.2.tar.gz: OK >>> py3-netjsonconfig: Unpacking /var/cache/distfiles/netjsonconfig-1.0.2.tar.gz... /home/buildozer/aports/community/py3-netjsonconfig/src/netjsonconfig-1.0.2/setup.py:17: SyntaxWarning: invalid escape sequence '\.' os.system('find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf') 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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12 copying and adjusting bin/netjsonconfig -> build/scripts-3.12 changing mode of build/scripts-3.12/netjsonconfig from 644 to 755 >>> py3-netjsonconfig: Entering fakeroot... /home/buildozer/aports/community/py3-netjsonconfig/src/netjsonconfig-1.0.2/setup.py:17: SyntaxWarning: invalid escape sequence '\.' os.system('find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf') running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running 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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12/site-packages/setuptools/command/build_py.py:207: _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.12 creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig copying build/lib/netjsonconfig/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig copying build/lib/netjsonconfig/exceptions.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig copying build/lib/netjsonconfig/schema.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig copying build/lib/netjsonconfig/version.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig copying build/lib/netjsonconfig/countries.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig copying build/lib/netjsonconfig/channels.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig copying build/lib/netjsonconfig/utils.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends copying build/lib/netjsonconfig/backends/__init__.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/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.12/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.12/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.12/site-packages/netjsonconfig/backends/base creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/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.12/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.12/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.12/site-packages/netjsonconfig/backends/wireguard creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/site-packages/netjsonconfig/backends/wireguard creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/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.12/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.12/site-packages/netjsonconfig/backends/openwisp creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/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.12/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.12/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.12/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.12/site-packages/netjsonconfig/backends/openwisp/templates creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/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.12/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.12/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.12/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.12/site-packages/netjsonconfig/backends/openvpn creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/site-packages/netjsonconfig/backends/openvpn/templates creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/site-packages/netjsonconfig/backends/vxlan creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/site-packages/netjsonconfig/backends/openwrt creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/site-packages/netjsonconfig/backends/openwrt creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/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.12/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.12/site-packages/netjsonconfig/backends/openwrt byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/schema.py to schema.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/version.py to version.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/countries.py to countries.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/channels.py to channels.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/base/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/base/converter.py to converter.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/base/renderer.py to renderer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/base/parser.py to parser.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/base/backend.py to backend.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/converters.py to converters.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/schema.py to schema.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/renderer.py to renderer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/parser.py to parser.cpython-312.pyc /usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/parser.py:5: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/parser.py:6: SyntaxWarning: invalid escape sequence '\s' byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/wireguard.py to wireguard.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwisp/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwisp/schema.py to schema.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwisp/renderer.py to renderer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwisp/openwisp.py to openwisp.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/converters.py to converters.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/schema.py to schema.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/renderer.py to renderer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/parser.py to parser.cpython-312.pyc /usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/parser.py:7: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/parser.py:8: SyntaxWarning: invalid escape sequence '\s' byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/openvpn.py to openvpn.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/vxlan/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/vxlan/vxlan_wireguard.py to vxlan_wireguard.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/wireless.py to wireless.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/ntp.py to ntp.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/general.py to general.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/rules.py to rules.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/led.py to led.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/default.py to default.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/switch.py to switch.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/openvpn.py to openvpn.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/interfaces.py to interfaces.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/routes.py to routes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/wireguard_peers.py to wireguard_peers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/base.py to base.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/radios.py to radios.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/schema.py to schema.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/renderer.py to renderer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/parser.py to parser.cpython-312.pyc /usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/parser.py:8: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/parser.py:9: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/parser.py:10: SyntaxWarning: invalid escape sequence '\s' byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/timezones.py to timezones.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/openwrt.py to openwrt.cpython-312.pyc running install_egg_info Copying netjsonconfig.egg-info to /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig-1.0.2-py3.12.egg-info running install_scripts creating /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/bin copying build/scripts-3.12/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.12/site-packages/netjsonconfig/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/backends/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/base/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/backends/base/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/backends/wireguard/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwisp/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwisp/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/backends/openvpn/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/vxlan/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/backends/vxlan/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters/__pycache__' '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/__pycache__' -> '/home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig-pyc/usr/lib/python3.12/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 py3-setuptools python3~3.12 >>> py3-netjsonconfig-pyc*: Package size: 440.0 KB >>> py3-netjsonconfig-pyc*: Compressing data... >>> py3-netjsonconfig-pyc*: Create checksum... >>> py3-netjsonconfig-pyc*: Create py3-netjsonconfig-pyc-1.0.2-r3.apk >>> py3-netjsonconfig*: Tracing dependencies... py3-jinja2 py3-jsonschema py3-setuptools python3~3.12 >>> py3-netjsonconfig*: Package size: 540.0 KB >>> py3-netjsonconfig*: Compressing data... >>> py3-netjsonconfig*: Create checksum... >>> py3-netjsonconfig*: Create py3-netjsonconfig-1.0.2-r3.apk >>> py3-netjsonconfig: Build complete at Sun, 14 Apr 2024 10:50:58 +0000 elapsed time 0h 0m 5s >>> py3-netjsonconfig: Cleaning up srcdir >>> py3-netjsonconfig: Cleaning up pkgdir >>> py3-netjsonconfig: Uninstalling dependencies... (1/35) Purging .makedepends-py3-netjsonconfig (20240414.105054) (2/35) Purging py3-jinja2-pyc (3.1.3-r1) (3/35) Purging py3-jinja2 (3.1.3-r1) (4/35) Purging py3-markupsafe-pyc (2.1.5-r1) (5/35) Purging py3-markupsafe (2.1.5-r1) (6/35) Purging py3-jsonschema-pyc (4.21.1-r1) (7/35) Purging py3-jsonschema (4.21.1-r1) (8/35) Purging py3-jsonschema-specifications-pyc (2023.12.1-r1) (9/35) Purging py3-jsonschema-specifications (2023.12.1-r1) (10/35) Purging py3-referencing-pyc (0.34.0-r1) (11/35) Purging py3-referencing (0.34.0-r1) (12/35) Purging py3-attrs-pyc (23.2.0-r1) (13/35) Purging py3-attrs (23.2.0-r1) (14/35) Purging py3-rpds-py-pyc (0.10.6-r1) (15/35) Purging py3-rpds-py (0.10.6-r1) (16/35) Purging py3-setuptools_scm-pyc (8.0.4-r2) (17/35) Purging py3-setuptools_scm (8.0.4-r2) (18/35) Purging py3-setuptools-pyc (69.2.0-r2) (19/35) Purging py3-setuptools (69.2.0-r2) (20/35) Purging py3-packaging-pyc (24.0-r1) (21/35) Purging py3-packaging (24.0-r1) (22/35) Purging py3-parsing-pyc (3.1.2-r1) (23/35) Purging py3-parsing (3.1.2-r1) (24/35) Purging python3-pyc (3.12.3-r0) (25/35) Purging python3-pycache-pyc0 (3.12.3-r0) (26/35) Purging pyc (3.12.3-r0) (27/35) Purging python3 (3.12.3-r0) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r6) (30/35) Purging libffi (3.4.6-r0) (31/35) Purging libpanelw (6.4_p20240330-r0) (32/35) Purging mpdecimal (4.0.0-r0) (33/35) Purging readline (8.2.10-r0) (34/35) Purging sqlite-libs (3.45.2-r0) (35/35) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-netjsonconfig: Updating the community/aarch64 repository index... >>> py3-netjsonconfig: Signing the index...