>>> py3-netjsonconfig: Building community/py3-netjsonconfig 1.0.2-r3 (using abuild 3.14.1-r1) started Sat, 09 Nov 2024 01:12:05 +0000
>>> py3-netjsonconfig: Validating /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/34) Installing libbz2 (1.0.8-r6)
(2/34) Installing libffi (3.4.6-r0)
(3/34) Installing gdbm (1.24-r0)
(4/34) Installing xz-libs (5.6.3-r0)
(5/34) Installing mpdecimal (4.0.0-r0)
(6/34) Installing libpanelw (6.5_p20241006-r2)
(7/34) Installing sqlite-libs (3.47.0-r0)
(8/34) Installing python3 (3.12.7-r1)
(9/34) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/34) Installing pyc (3.12.7-r1)
(11/34) Installing py3-jinja2-pyc (3.1.4-r0)
(12/34) Installing py3-markupsafe-pyc (3.0.2-r0)
(13/34) Installing python3-pyc (3.12.7-r1)
(14/34) Installing py3-markupsafe (3.0.2-r0)
(15/34) Installing py3-jinja2 (3.1.4-r0)
(16/34) Installing py3-attrs (24.2.0-r0)
(17/34) Installing py3-attrs-pyc (24.2.0-r0)
(18/34) Installing py3-rpds-py (0.21.0-r0)
(19/34) Installing py3-rpds-py-pyc (0.21.0-r0)
(20/34) Installing py3-referencing (0.35.1-r0)
(21/34) Installing py3-referencing-pyc (0.35.1-r0)
(22/34) Installing py3-jsonschema-specifications (2024.10.1-r0)
(23/34) Installing py3-jsonschema-specifications-pyc (2024.10.1-r0)
(24/34) Installing py3-jsonschema (4.23.0-r0)
(25/34) Installing py3-jsonschema-pyc (4.23.0-r0)
(26/34) Installing py3-parsing (3.1.4-r0)
(27/34) Installing py3-parsing-pyc (3.1.4-r0)
(28/34) Installing py3-packaging (24.1-r0)
(29/34) Installing py3-packaging-pyc (24.1-r0)
(30/34) Installing py3-setuptools (70.3.0-r0)
(31/34) Installing py3-setuptools-pyc (70.3.0-r0)
(32/34) Installing py3-setuptools_scm (8.1.0-r0)
(33/34) Installing py3-setuptools_scm-pyc (8.1.0-r0)
(34/34) Installing .makedepends-py3-netjsonconfig (20241109.011228)
Executing busybox-1.37.0-r6.trigger
OK: 378 MiB in 132 packages
>>> py3-netjsonconfig: Cleaning up srcdir
>>> py3-netjsonconfig: Cleaning up pkgdir
>>> py3-netjsonconfig: Cleaning up tmpdir
>>> py3-netjsonconfig: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/netjsonconfig-1.0.2.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/netjsonconfig-1.0.2.tar.gz.part'
netjsonconfig-1.0.2. 100% |********************************| 78281  0:00:00 ETA
'/var/cache/distfiles/v3.21/netjsonconfig-1.0.2.tar.gz.part' saved
>>> py3-netjsonconfig: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/netjsonconfig-1.0.2.tar.gz
>>> py3-netjsonconfig: Checking sha512sums...
netjsonconfig-1.0.2.tar.gz: OK
>>> py3-netjsonconfig: Unpacking /var/cache/distfiles/v3.21/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/schema.py -> build/lib/netjsonconfig
copying netjsonconfig/exceptions.py -> build/lib/netjsonconfig
copying netjsonconfig/countries.py -> build/lib/netjsonconfig
copying netjsonconfig/version.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/openwrt
copying netjsonconfig/backends/openwrt/__init__.py -> build/lib/netjsonconfig/backends/openwrt
copying netjsonconfig/backends/openwrt/openwrt.py -> build/lib/netjsonconfig/backends/openwrt
copying netjsonconfig/backends/openwrt/schema.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/renderer.py -> build/lib/netjsonconfig/backends/openwrt
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/wireguard
copying netjsonconfig/backends/wireguard/__init__.py -> build/lib/netjsonconfig/backends/wireguard
copying netjsonconfig/backends/wireguard/schema.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
copying netjsonconfig/backends/wireguard/renderer.py -> build/lib/netjsonconfig/backends/wireguard
copying netjsonconfig/backends/wireguard/converters.py -> build/lib/netjsonconfig/backends/wireguard
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/openvpn
copying netjsonconfig/backends/openvpn/__init__.py -> build/lib/netjsonconfig/backends/openvpn
copying netjsonconfig/backends/openvpn/schema.py -> build/lib/netjsonconfig/backends/openvpn
copying netjsonconfig/backends/openvpn/parser.py -> build/lib/netjsonconfig/backends/openvpn
copying netjsonconfig/backends/openvpn/renderer.py -> build/lib/netjsonconfig/backends/openvpn
copying netjsonconfig/backends/openvpn/openvpn.py -> build/lib/netjsonconfig/backends/openvpn
copying netjsonconfig/backends/openvpn/converters.py -> build/lib/netjsonconfig/backends/openvpn
creating build/lib/netjsonconfig/backends/base
copying netjsonconfig/backends/base/__init__.py -> build/lib/netjsonconfig/backends/base
copying netjsonconfig/backends/base/parser.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/backend.py -> build/lib/netjsonconfig/backends/base
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/wireguard_peers.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/radios.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/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/led.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/openvpn.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/interfaces.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/switch.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:215: _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:215: _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:215: _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:215: _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/openwrt/templates
copying netjsonconfig/backends/openwrt/templates/openwrt.jinja2 -> build/lib/netjsonconfig/backends/openwrt/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/wireguard/templates
copying netjsonconfig/backends/wireguard/templates/wireguard.jinja2 -> build/lib/netjsonconfig/backends/wireguard/templates
creating build/lib/netjsonconfig/backends/openvpn/templates
copying netjsonconfig/backends/openvpn/templates/openvpn.jinja2 -> build/lib/netjsonconfig/backends/openvpn/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:215: _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:215: _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:215: _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:215: _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/schema.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/countries.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/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/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/__init__.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/openwrt.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/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/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
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
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/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/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/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/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/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/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/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/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/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/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/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/switch.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/openwrt/converters
creating /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/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/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/tc_script.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/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/__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/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/__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/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/parser.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/wireguard.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/converters.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/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/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
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/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/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/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/openvpn.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
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/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/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/backend.py -> /home/buildozer/aports/community/py3-netjsonconfig/pkg/py3-netjsonconfig/usr/lib/python3.12/site-packages/netjsonconfig/backends/base
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/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/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/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/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/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/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/openwrt.py to openwrt.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/backend.py to backend.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...
'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__'
'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__'
'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__'
'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__'
'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__'
'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__'
'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__'
'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__'
'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__'
>>> 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: 216.7 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: 299.5 KB
>>> py3-netjsonconfig*: Compressing data...
>>> py3-netjsonconfig*: Create checksum...
>>> py3-netjsonconfig*: Create py3-netjsonconfig-1.0.2-r3.apk
>>> py3-netjsonconfig: Build complete at Sat, 09 Nov 2024 01:12:52 +0000 elapsed time 0h 0m 47s
>>> py3-netjsonconfig: Cleaning up srcdir
>>> py3-netjsonconfig: Cleaning up pkgdir
>>> py3-netjsonconfig: Uninstalling dependencies...
(1/34) Purging .makedepends-py3-netjsonconfig (20241109.011228)
(2/34) Purging py3-jinja2-pyc (3.1.4-r0)
(3/34) Purging py3-jinja2 (3.1.4-r0)
(4/34) Purging py3-markupsafe-pyc (3.0.2-r0)
(5/34) Purging py3-markupsafe (3.0.2-r0)
(6/34) Purging py3-jsonschema-pyc (4.23.0-r0)
(7/34) Purging py3-jsonschema (4.23.0-r0)
(8/34) Purging py3-jsonschema-specifications-pyc (2024.10.1-r0)
(9/34) Purging py3-jsonschema-specifications (2024.10.1-r0)
(10/34) Purging py3-referencing-pyc (0.35.1-r0)
(11/34) Purging py3-referencing (0.35.1-r0)
(12/34) Purging py3-attrs-pyc (24.2.0-r0)
(13/34) Purging py3-attrs (24.2.0-r0)
(14/34) Purging py3-rpds-py-pyc (0.21.0-r0)
(15/34) Purging py3-rpds-py (0.21.0-r0)
(16/34) Purging py3-setuptools_scm-pyc (8.1.0-r0)
(17/34) Purging py3-setuptools_scm (8.1.0-r0)
(18/34) Purging py3-setuptools-pyc (70.3.0-r0)
(19/34) Purging py3-setuptools (70.3.0-r0)
(20/34) Purging py3-packaging-pyc (24.1-r0)
(21/34) Purging py3-packaging (24.1-r0)
(22/34) Purging py3-parsing-pyc (3.1.4-r0)
(23/34) Purging py3-parsing (3.1.4-r0)
(24/34) Purging python3-pyc (3.12.7-r1)
(25/34) Purging python3-pycache-pyc0 (3.12.7-r1)
(26/34) Purging pyc (3.12.7-r1)
(27/34) Purging python3 (3.12.7-r1)
(28/34) Purging gdbm (1.24-r0)
(29/34) Purging libbz2 (1.0.8-r6)
(30/34) Purging libffi (3.4.6-r0)
(31/34) Purging libpanelw (6.5_p20241006-r2)
(32/34) Purging mpdecimal (4.0.0-r0)
(33/34) Purging sqlite-libs (3.47.0-r0)
(34/34) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r6.trigger
OK: 333 MiB in 98 packages
>>> py3-netjsonconfig: Updating the community/riscv64 repository index...
>>> py3-netjsonconfig: Signing the index...