>>> kconfig-hardened-check: Building testing/kconfig-hardened-check 0.6.1-r1 (using abuild 3.11.0_rc13-r0) started Sun, 23 Apr 2023 18:45:02 +0000 >>> kconfig-hardened-check: Checking sanity of /home/buildozer/aports/testing/kconfig-hardened-check/APKBUILD... >>> kconfig-hardened-check: Analyzing dependencies... >>> kconfig-hardened-check: Installing for build: build-base py3-setuptools (1/19) Installing libbz2 (1.0.8-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r5) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing python3-pycache-pyc0 (3.11.3-r10) (11/19) Installing pyc (0.1-r0) (12/19) Installing py3-setuptools-pyc (67.7.1-r0) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging-pyc (23.1-r1) (16/19) Installing python3-pyc (3.11.3-r10) (17/19) Installing py3-packaging (23.1-r1) (18/19) Installing py3-setuptools (67.7.1-r0) (19/19) Installing .makedepends-kconfig-hardened-check (20230423.184503) Executing busybox-1.36.0-r7.trigger OK: 373 MiB in 118 packages >>> kconfig-hardened-check: Cleaning up srcdir >>> kconfig-hardened-check: Cleaning up pkgdir >>> kconfig-hardened-check: Fetching https://distfiles.alpinelinux.org/distfiles/edge/kconfig-hardened-check-0.6.1.tar.gz >>> kconfig-hardened-check: Fetching https://distfiles.alpinelinux.org/distfiles/edge/kconfig-hardened-check-0.6.1.tar.gz >>> kconfig-hardened-check: Checking sha512sums... kconfig-hardened-check-0.6.1.tar.gz: OK >>> kconfig-hardened-check: Unpacking /var/cache/distfiles/edge/kconfig-hardened-check-0.6.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) v: "0.6.1" running build running build_py creating build creating build/lib creating build/lib/kconfig_hardened_check copying kconfig_hardened_check/__init__.py -> build/lib/kconfig_hardened_check copying kconfig_hardened_check/__about__.py -> build/lib/kconfig_hardened_check running egg_info creating kconfig_hardened_check.egg-info writing kconfig_hardened_check.egg-info/PKG-INFO writing dependency_links to kconfig_hardened_check.egg-info/dependency_links.txt writing entry points to kconfig_hardened_check.egg-info/entry_points.txt writing top-level names to kconfig_hardened_check.egg-info/top_level.txt writing manifest file 'kconfig_hardened_check.egg-info/SOURCES.txt' reading manifest file 'kconfig_hardened_check.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'kconfig_hardened_check.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'kconfig_hardened_check.config_files' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'kconfig_hardened_check.config_files' 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 'kconfig_hardened_check.config_files' 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 'kconfig_hardened_check.config_files' to be distributed and are already explicitly excluding 'kconfig_hardened_check.config_files' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'kconfig_hardened_check.config_files.defconfigs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'kconfig_hardened_check.config_files.defconfigs' 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 'kconfig_hardened_check.config_files.defconfigs' 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 'kconfig_hardened_check.config_files.defconfigs' to be distributed and are already explicitly excluding 'kconfig_hardened_check.config_files.defconfigs' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'kconfig_hardened_check.config_files.distros' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'kconfig_hardened_check.config_files.distros' 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 'kconfig_hardened_check.config_files.distros' 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 'kconfig_hardened_check.config_files.distros' to be distributed and are already explicitly excluding 'kconfig_hardened_check.config_files.distros' 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/kconfig_hardened_check/config_files copying kconfig_hardened_check/config_files/links.txt -> build/lib/kconfig_hardened_check/config_files creating build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_4.20.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.0.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.10.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.14.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.14_clang.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.17.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.17_clang.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.4.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.5.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.7.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.9.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_6.1.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_6.1_clang.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_4.20.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.0.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.10.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.14.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.17.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.4.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.5.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.7.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.9.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/arm_defconfig_6.1.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_4.20.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.0.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.10.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.14.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.17.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.4.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.5.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.7.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.9.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_6.1.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_4.20.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.0.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.10.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.14.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.17.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.4.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.5.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.7.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.9.config -> build/lib/kconfig_hardened_check/config_files/defconfigs copying kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_6.1.config -> build/lib/kconfig_hardened_check/config_files/defconfigs creating build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/Alpinelinux-edge.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/AmazonLinux2.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/Archlinux-hardened.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/SLE15.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/aosp_gki_android13-5.10.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/aosp_pixel3a.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/cbl-mariner.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/clearlinux-master.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/clipos_kernel_doc.txt -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/debian-buster.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/fedora_34.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/get-nixos-kconfig.nix -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/nixpkgs-linux_hardened.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/nixpkgs-linux_latest.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/nixpkgs-linux_lts.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/openSUSE-15.1.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/oracle-uek6.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/pentoo-livecd.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/rhel-8.0.config -> build/lib/kconfig_hardened_check/config_files/distros copying kconfig_hardened_check/config_files/distros/ubuntu-focal.config -> build/lib/kconfig_hardened_check/config_files/distros creating build/lib/kconfig_hardened_check/config_files/kspp-recommendations copying kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.txt -> build/lib/kconfig_hardened_check/config_files/kspp-recommendations copying kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-arm.config -> build/lib/kconfig_hardened_check/config_files/kspp-recommendations copying kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-arm64.config -> build/lib/kconfig_hardened_check/config_files/kspp-recommendations copying kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-x86-32.config -> build/lib/kconfig_hardened_check/config_files/kspp-recommendations copying kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-x86-64.config -> build/lib/kconfig_hardened_check/config_files/kspp-recommendations >>> kconfig-hardened-check: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) v: "0.6.1" running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11 creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check copying build/lib/kconfig_hardened_check/__init__.py -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files copying build/lib/kconfig_hardened_check/config_files/links.txt -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/pentoo-livecd.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/AmazonLinux2.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/aosp_pixel3a.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/clearlinux-master.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/oracle-uek6.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/clipos_kernel_doc.txt -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/SLE15.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/nixpkgs-linux_hardened.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/ubuntu-focal.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/nixpkgs-linux_latest.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/nixpkgs-linux_lts.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/cbl-mariner.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/rhel-8.0.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/Alpinelinux-edge.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/aosp_gki_android13-5.10.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/openSUSE-15.1.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/get-nixos-kconfig.nix -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/Archlinux-hardened.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/fedora_34.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros copying build/lib/kconfig_hardened_check/config_files/distros/debian-buster.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/distros creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.7.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.10.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_6.1.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.0.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.14.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.17.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.14_clang.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.14.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.17.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.9.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_4.20.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_6.1.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.5.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.4.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_4.20.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.14.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.5.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.5.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.14.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.0.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_4.20.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_6.1.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.5.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.4.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.17_clang.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.0.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.10.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.7.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.9.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.10.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_6.1_clang.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.17.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.4.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_6.1.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.9.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.4.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.0.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_4.20.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.7.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.10.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.17.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.9.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs copying build/lib/kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.7.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/defconfigs creating /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/kspp-recommendations copying build/lib/kconfig_hardened_check/config_files/kspp-recommendations/kspp-cmdline-x86-64.txt -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/kspp-recommendations copying build/lib/kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-x86-32.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/kspp-recommendations copying build/lib/kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-arm64.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/kspp-recommendations copying build/lib/kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-x86-64.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/kspp-recommendations copying build/lib/kconfig_hardened_check/config_files/kspp-recommendations/kspp-kconfig-arm.config -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/config_files/kspp-recommendations copying build/lib/kconfig_hardened_check/__about__.py -> /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check byte-compiling /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/__about__.py to __about__.cpython-311.pyc running install_egg_info running egg_info writing kconfig_hardened_check.egg-info/PKG-INFO writing dependency_links to kconfig_hardened_check.egg-info/dependency_links.txt writing entry points to kconfig_hardened_check.egg-info/entry_points.txt writing top-level names to kconfig_hardened_check.egg-info/top_level.txt reading manifest file 'kconfig_hardened_check.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'kconfig_hardened_check.egg-info/SOURCES.txt' Copying kconfig_hardened_check.egg-info to /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check-0.6.1-py3.11.egg-info running install_scripts Installing kconfig-hardened-check script to /home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/bin >>> kconfig-hardened-check-pyc*: Running split function pyc... '/home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check/usr/lib/python3.11/site-packages/kconfig_hardened_check/__pycache__' -> '/home/buildozer/aports/testing/kconfig-hardened-check/pkg/kconfig-hardened-check-pyc/usr/lib/python3.11/site-packages/kconfig_hardened_check/__pycache__' >>> kconfig-hardened-check-pyc*: Preparing subpackage kconfig-hardened-check-pyc... >>> kconfig-hardened-check-pyc*: Running postcheck for kconfig-hardened-check-pyc >>> kconfig-hardened-check*: Running postcheck for kconfig-hardened-check >>> kconfig-hardened-check*: Preparing package kconfig-hardened-check... >>> kconfig-hardened-check*: Stripping binaries >>> WARNING: kconfig-hardened-check*: No arch specific binaries found so arch should probably be set to "noarch" >>> kconfig-hardened-check-pyc*: Scanning shared objects >>> kconfig-hardened-check*: Scanning shared objects >>> kconfig-hardened-check-pyc*: Tracing dependencies... python3~3.11 >>> kconfig-hardened-check-pyc*: Package size: 100.0 KB >>> kconfig-hardened-check-pyc*: Compressing data... >>> kconfig-hardened-check-pyc*: Create checksum... >>> kconfig-hardened-check-pyc*: Create kconfig-hardened-check-pyc-0.6.1-r1.apk >>> kconfig-hardened-check*: Tracing dependencies... python3~3.11 >>> kconfig-hardened-check*: Package size: 11.4 MB >>> kconfig-hardened-check*: Compressing data... >>> kconfig-hardened-check*: Create checksum... >>> kconfig-hardened-check*: Create kconfig-hardened-check-0.6.1-r1.apk >>> kconfig-hardened-check: Build complete at Sun, 23 Apr 2023 18:45:04 +0000 elapsed time 0h 0m 2s >>> kconfig-hardened-check: Cleaning up srcdir >>> kconfig-hardened-check: Cleaning up pkgdir >>> kconfig-hardened-check: Uninstalling dependencies... (1/19) Purging .makedepends-kconfig-hardened-check (20230423.184503) (2/19) Purging py3-setuptools-pyc (67.7.1-r0) (3/19) Purging py3-setuptools (67.7.1-r0) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging python3-pyc (3.11.3-r10) (9/19) Purging python3-pycache-pyc0 (3.11.3-r10) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r5) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> kconfig-hardened-check: Updating the testing/armhf repository index... >>> kconfig-hardened-check: Signing the index...