>>> py3-pylspci: Building community/py3-pylspci 0.4.3-r2 (using abuild 3.11.0_rc13-r0) started Thu, 27 Apr 2023 15:15:18 +0000 >>> py3-pylspci: Checking sanity of /home/buildozer/aports/community/py3-pylspci/APKBUILD... >>> py3-pylspci: Analyzing dependencies... >>> py3-pylspci: Installing for build: build-base py3-cached-property>=1.5.1 pciutils py3-setuptools (1/6) Installing py3-cached-property-pyc (1.5.2-r4) (2/6) Installing py3-cached-property (1.5.2-r4) (3/6) Installing hwdata-pci (0.369-r0) (4/6) Installing pciutils-libs (3.9.0-r2) (5/6) Installing pciutils (3.9.0-r2) (6/6) Installing .makedepends-py3-pylspci (20230427.151520) Executing busybox-1.36.0-r8.trigger OK: 502 MiB in 149 packages >>> py3-pylspci: Cleaning up srcdir >>> py3-pylspci: Cleaning up pkgdir >>> py3-pylspci: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-pylspci-0.4.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36440 100 36440 0 0 438k 0 --:--:-- --:--:-- --:--:-- 439k >>> py3-pylspci: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-pylspci-0.4.3.tar.gz >>> py3-pylspci: Checking sha512sums... py3-pylspci-0.4.3.tar.gz: OK >>> py3-pylspci: Unpacking /var/cache/distfiles/v3.18/py3-pylspci-0.4.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pylspci copying pylspci/command.py -> build/lib/pylspci copying pylspci/device.py -> build/lib/pylspci copying pylspci/__init__.py -> build/lib/pylspci copying pylspci/fields.py -> build/lib/pylspci copying pylspci/__main__.py -> build/lib/pylspci copying pylspci/filters.py -> build/lib/pylspci creating build/lib/pylspci/parsers copying pylspci/parsers/base.py -> build/lib/pylspci/parsers copying pylspci/parsers/verbose.py -> build/lib/pylspci/parsers copying pylspci/parsers/__init__.py -> build/lib/pylspci/parsers copying pylspci/parsers/simple.py -> build/lib/pylspci/parsers copying pylspci/py.typed -> build/lib/pylspci running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _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`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _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`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _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`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( running egg_info creating pylspci.egg-info writing pylspci.egg-info/PKG-INFO writing dependency_links to pylspci.egg-info/dependency_links.txt writing entry points to pylspci.egg-info/entry_points.txt writing requirements to pylspci.egg-info/requires.txt writing top-level names to pylspci.egg-info/top_level.txt writing manifest file 'pylspci.egg-info/SOURCES.txt' reading manifest file 'pylspci.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pylspci.egg-info/SOURCES.txt' running build_ext test_as_dict (pylspci.tests.test_device.TestDevice.test_as_dict) ... ok test_empty (pylspci.tests.test_filters.TestDeviceFilter.test_empty) ... ok test_eq (pylspci.tests.test_filters.TestDeviceFilter.test_eq) ... ok test_parse (pylspci.tests.test_filters.TestDeviceFilter.test_parse) ... ok test_str (pylspci.tests.test_filters.TestDeviceFilter.test_str) ... ok test_empty (pylspci.tests.test_filters.TestSlotFilter.test_empty) ... ok test_eq (pylspci.tests.test_filters.TestSlotFilter.test_eq) ... ok test_parse (pylspci.tests.test_filters.TestSlotFilter.test_parse) ... ok test_str (pylspci.tests.test_filters.TestSlotFilter.test_str) ... ok test_access_method (pylspci.tests.command.test_lspci.TestCommand.test_access_method) ... ok test_bridge_paths (pylspci.tests.command.test_lspci.TestCommand.test_bridge_paths) ... ok test_default (pylspci.tests.command.test_lspci.TestCommand.test_default) ... ok test_device_filter (pylspci.tests.command.test_lspci.TestCommand.test_device_filter) ... ok test_everything (pylspci.tests.command.test_lspci.TestCommand.test_everything) ... ok test_file (pylspci.tests.command.test_lspci.TestCommand.test_file) ... ok test_file_missing (pylspci.tests.command.test_lspci.TestCommand.test_file_missing) ... ok test_hide_single_domain (pylspci.tests.command.test_lspci.TestCommand.test_hide_single_domain) ... ok test_id_resolve_option_id_only (pylspci.tests.command.test_lspci.TestCommand.test_id_resolve_option_id_only) ... ok test_id_resolve_option_name_only (pylspci.tests.command.test_lspci.TestCommand.test_id_resolve_option_name_only) ... ok test_kernel_drivers (pylspci.tests.command.test_lspci.TestCommand.test_kernel_drivers) ... ok test_list_access_methods (pylspci.tests.command.test_lspci.TestCommand.test_list_access_methods) ... ok test_list_pcilib_params (pylspci.tests.command.test_lspci.TestCommand.test_list_pcilib_params) ... ok test_pciids (pylspci.tests.command.test_lspci.TestCommand.test_pciids) ... ok test_pciids_missing (pylspci.tests.command.test_lspci.TestCommand.test_pciids_missing) ... ok test_pcilib_params (pylspci.tests.command.test_lspci.TestCommand.test_pcilib_params) ... ok test_pcimap (pylspci.tests.command.test_lspci.TestCommand.test_pcimap) ... ok test_pcimap_missing (pylspci.tests.command.test_lspci.TestCommand.test_pcimap_missing) ... ok test_slot_filter (pylspci.tests.command.test_lspci.TestCommand.test_slot_filter) ... ok test_verbose (pylspci.tests.command.test_lspci.TestCommand.test_verbose) ... ok test_default (pylspci.tests.command.test_builder.TestCommandBuilder.test_default) ... ok test_device_filter_kwargs (pylspci.tests.command.test_builder.TestCommandBuilder.test_device_filter_kwargs) ... ok test_device_filter_str (pylspci.tests.command.test_builder.TestCommandBuilder.test_device_filter_str) ... ok test_from_file (pylspci.tests.command.test_builder.TestCommandBuilder.test_from_file) ... ok test_from_file_check (pylspci.tests.command.test_builder.TestCommandBuilder.test_from_file_check) ... ok test_from_file_no_check (pylspci.tests.command.test_builder.TestCommandBuilder.test_from_file_no_check) ... ok test_hide_single_domain (pylspci.tests.command.test_builder.TestCommandBuilder.test_hide_single_domain) ... ok test_include_bridge_paths (pylspci.tests.command.test_builder.TestCommandBuilder.test_include_bridge_paths) ... ok test_include_kernel_drivers (pylspci.tests.command.test_builder.TestCommandBuilder.test_include_kernel_drivers) ... ok test_iter_str (pylspci.tests.command.test_builder.TestCommandBuilder.test_iter_str) Test iterating the CommandBuilder when lspci returns a single string ... ok test_list_access_methods (pylspci.tests.command.test_builder.TestCommandBuilder.test_list_access_methods) ... ok test_list_pcilib_params (pylspci.tests.command.test_builder.TestCommandBuilder.test_list_pcilib_params) ... ok test_list_pcilib_params_raw (pylspci.tests.command.test_builder.TestCommandBuilder.test_list_pcilib_params_raw) ... ok test_slot_filter_kwargs (pylspci.tests.command.test_builder.TestCommandBuilder.test_slot_filter_kwargs) ... ok test_slot_filter_str (pylspci.tests.command.test_builder.TestCommandBuilder.test_slot_filter_str) ... ok test_use_access_method (pylspci.tests.command.test_builder.TestCommandBuilder.test_use_access_method) ... ok test_use_pciids (pylspci.tests.command.test_builder.TestCommandBuilder.test_use_pciids) ... ok test_use_pciids_check (pylspci.tests.command.test_builder.TestCommandBuilder.test_use_pciids_check) ... ok test_use_pciids_no_check (pylspci.tests.command.test_builder.TestCommandBuilder.test_use_pciids_no_check) ... ok test_use_pcimap (pylspci.tests.command.test_builder.TestCommandBuilder.test_use_pcimap) ... ok test_use_pcimap_check (pylspci.tests.command.test_builder.TestCommandBuilder.test_use_pcimap_check) ... ok test_use_pcimap_no_check (pylspci.tests.command.test_builder.TestCommandBuilder.test_use_pcimap_no_check) ... ok test_verbose (pylspci.tests.command.test_builder.TestCommandBuilder.test_verbose) ... ok test_with_default_parser (pylspci.tests.command.test_builder.TestCommandBuilder.test_with_default_parser) ... ok test_with_ids (pylspci.tests.command.test_builder.TestCommandBuilder.test_with_ids) ... ok test_with_names (pylspci.tests.command.test_builder.TestCommandBuilder.test_with_names) ... ok test_with_parser (pylspci.tests.command.test_builder.TestCommandBuilder.test_with_parser) ... ok test_with_pcilib_params_dict (pylspci.tests.command.test_builder.TestCommandBuilder.test_with_pcilib_params_dict) ... ok test_with_pcilib_params_kwargs (pylspci.tests.command.test_builder.TestCommandBuilder.test_with_pcilib_params_kwargs) ... ok test_command (pylspci.tests.parsers.test_simple.TestSimpleParser.test_command) ... ok test_parse_list (pylspci.tests.parsers.test_simple.TestSimpleParser.test_parse_list) ... ok test_parse_nothing (pylspci.tests.parsers.test_simple.TestSimpleParser.test_parse_nothing) ... ok test_parse_str (pylspci.tests.parsers.test_simple.TestSimpleParser.test_parse_str) ... ok test_verbose_error (pylspci.tests.parsers.test_simple.TestSimpleParser.test_verbose_error) ... ok test_command (pylspci.tests.parsers.test_verbose.TestVerboseParser.test_command) ... ok test_parse_list (pylspci.tests.parsers.test_verbose.TestVerboseParser.test_parse_list) ... ok test_parse_str (pylspci.tests.parsers.test_verbose.TestVerboseParser.test_parse_str) ... ok test_unknown_field (pylspci.tests.parsers.test_verbose.TestVerboseParser.test_unknown_field) ... ok test_as_dict (pylspci.tests.test_fields.TestNameWithID.test_as_dict) ... ok test_bad_format (pylspci.tests.test_fields.TestNameWithID.test_bad_format) ... ok test_double_brackets (pylspci.tests.test_fields.TestNameWithID.test_double_brackets) Some device names have extra info in brackets ... ok test_full (pylspci.tests.test_fields.TestNameWithID.test_full) ... ok test_none (pylspci.tests.test_fields.TestNameWithID.test_none) ... ok test_only_id (pylspci.tests.test_fields.TestNameWithID.test_only_id) Depending on the lspci arguments, we might only have an hexadecimal ID ... ok test_only_name (pylspci.tests.test_fields.TestNameWithID.test_only_name) Depending on the lspci arguments, we might only have a name ... ok test_as_dict (pylspci.tests.test_fields.TestPCIAccessParameter.test_as_dict) ... ok test_bad_format (pylspci.tests.test_fields.TestPCIAccessParameter.test_bad_format) ... ok test_equal (pylspci.tests.test_fields.TestPCIAccessParameter.test_equal) ... ok test_no_default (pylspci.tests.test_fields.TestPCIAccessParameter.test_no_default) ... ok test_normal (pylspci.tests.test_fields.TestPCIAccessParameter.test_normal) ... ok test_as_dict (pylspci.tests.test_fields.TestSlot.test_as_dict) ... ok test_device_limit_32 (pylspci.tests.test_fields.TestSlot.test_device_limit_32) There cannot be more than 32 devices on each bus ... ok test_full_slot (pylspci.tests.test_fields.TestSlot.test_full_slot) ... ok test_function_limit_8 (pylspci.tests.test_fields.TestSlot.test_function_limit_8) Function numbers are from 0 to 7 ... ok test_optional_domain (pylspci.tests.test_fields.TestSlot.test_optional_domain) lspci can hide the domain ID when there is only one domain ... ok test_parent (pylspci.tests.test_fields.TestSlot.test_parent) ... ok test_repr (pylspci.tests.test_fields.TestSlot.test_repr) ... ok test_str (pylspci.tests.test_fields.TestSlot.test_str) ... ok ---------------------------------------------------------------------- Ran 87 tests in 0.044s OK >>> py3-pylspci: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-pylspci/pkg creating /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci creating /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr creating /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib creating /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci copying build/lib/pylspci/command.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci copying build/lib/pylspci/device.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci copying build/lib/pylspci/__init__.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci creating /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers copying build/lib/pylspci/parsers/base.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers copying build/lib/pylspci/parsers/verbose.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers copying build/lib/pylspci/parsers/__init__.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers copying build/lib/pylspci/parsers/simple.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers copying build/lib/pylspci/py.typed -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci copying build/lib/pylspci/fields.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci copying build/lib/pylspci/__main__.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci copying build/lib/pylspci/filters.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/command.py to command.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/device.py to device.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers/verbose.py to verbose.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers/simple.py to simple.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/filters.py to filters.cpython-311.pyc running install_egg_info running egg_info writing pylspci.egg-info/PKG-INFO writing dependency_links to pylspci.egg-info/dependency_links.txt writing entry points to pylspci.egg-info/entry_points.txt writing requirements to pylspci.egg-info/requires.txt writing top-level names to pylspci.egg-info/top_level.txt reading manifest file 'pylspci.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pylspci.egg-info/SOURCES.txt' Copying pylspci.egg-info to /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci-0.4.3-py3.11.egg-info running install_scripts Installing pylspci script to /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/bin >>> py3-pylspci-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/parsers/__pycache__' -> '/home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci-pyc/usr/lib/python3.11/site-packages/pylspci/parsers/__pycache__' '/home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci/__pycache__' -> '/home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci-pyc/usr/lib/python3.11/site-packages/pylspci/__pycache__' >>> py3-pylspci-pyc*: Preparing subpackage py3-pylspci-pyc... >>> py3-pylspci-pyc*: Running postcheck for py3-pylspci-pyc >>> py3-pylspci*: Running postcheck for py3-pylspci >>> py3-pylspci*: Preparing package py3-pylspci... >>> py3-pylspci-pyc*: Tracing dependencies... py3-cached-property>=1.5.1 pciutils python3~3.11 >>> py3-pylspci-pyc*: Package size: 124.0 KB >>> py3-pylspci-pyc*: Compressing data... >>> py3-pylspci-pyc*: Create checksum... >>> py3-pylspci-pyc*: Create py3-pylspci-pyc-0.4.3-r2.apk >>> py3-pylspci*: Tracing dependencies... py3-cached-property>=1.5.1 pciutils python3~3.11 >>> py3-pylspci*: Package size: 136.0 KB >>> py3-pylspci*: Compressing data... >>> py3-pylspci*: Create checksum... >>> py3-pylspci*: Create py3-pylspci-0.4.3-r2.apk >>> py3-pylspci: Build complete at Thu, 27 Apr 2023 15:15:25 +0000 elapsed time 0h 0m 7s >>> py3-pylspci: Cleaning up srcdir >>> py3-pylspci: Cleaning up pkgdir >>> py3-pylspci: Uninstalling dependencies... (1/6) Purging .makedepends-py3-pylspci (20230427.151520) (2/6) Purging py3-cached-property-pyc (1.5.2-r4) (3/6) Purging py3-cached-property (1.5.2-r4) (4/6) Purging pciutils (3.9.0-r2) (5/6) Purging hwdata-pci (0.369-r0) (6/6) Purging pciutils-libs (3.9.0-r2) Executing busybox-1.36.0-r8.trigger OK: 500 MiB in 143 packages >>> py3-pylspci: Updating the community/x86_64 repository index... >>> py3-pylspci: Signing the index...