>>> py3-pylspci: Building community/py3-pylspci 0.4.3-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 19:32:46 +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/16) Installing libbz2 (1.0.8-r4) (2/16) Installing libffi (3.4.4-r0) (3/16) Installing gdbm (1.23-r0) (4/16) Installing xz-libs (5.2.8-r0) (5/16) Installing mpdecimal (2.5.1-r1) (6/16) Installing readline (8.2.0-r0) (7/16) Installing sqlite-libs (3.40.0-r0) (8/16) Installing python3 (3.11.0-r2) (9/16) Installing py3-cached-property (1.5.2-r3) (10/16) Installing hwdata-pci (0.364-r0) (11/16) Installing pciutils-libs (3.9.0-r0) (12/16) Installing pciutils (3.9.0-r0) (13/16) Installing py3-parsing (3.0.9-r1) (14/16) Installing py3-packaging (21.3-r3) (15/16) Installing py3-setuptools (65.6.2-r0) (16/16) Installing .makedepends-py3-pylspci (20221123.193247) Executing busybox-1.35.0-r29.trigger OK: 408 MiB in 112 packages >>> py3-pylspci: Cleaning up srcdir >>> py3-pylspci: Cleaning up pkgdir >>> py3-pylspci: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pylspci-0.4.3.tar.gz >>> py3-pylspci: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-pylspci-0.4.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pylspci copying pylspci/fields.py -> build/lib/pylspci copying pylspci/__main__.py -> build/lib/pylspci copying pylspci/filters.py -> build/lib/pylspci copying pylspci/device.py -> build/lib/pylspci copying pylspci/__init__.py -> build/lib/pylspci copying pylspci/command.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/simple.py -> build/lib/pylspci/parsers copying pylspci/parsers/__init__.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. 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_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 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_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 ---------------------------------------------------------------------- Ran 87 tests in 0.030s OK >>> py3-pylspci: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py 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/fields.py -> /home/buildozer/aports/community/py3-pylspci/pkg/py3-pylspci/usr/lib/python3.11/site-packages/pylspci 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/__main__.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/simple.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/filters.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 copying build/lib/pylspci/command.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/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/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/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/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/filters.py to filters.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/command.py to command.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*: Running postcheck for py3-pylspci >>> py3-pylspci*: Preparing package py3-pylspci... >>> py3-pylspci*: Tracing dependencies... >>> py3-pylspci*: Package size: 232.0 KB >>> py3-pylspci*: Compressing data... >>> py3-pylspci*: Create checksum... >>> py3-pylspci*: Create py3-pylspci-0.4.3-r1.apk >>> py3-pylspci: Build complete at Wed, 23 Nov 2022 19:32:49 +0000 elapsed time 0h 0m 3s >>> py3-pylspci: Cleaning up srcdir >>> py3-pylspci: Cleaning up pkgdir >>> py3-pylspci: Uninstalling dependencies... (1/16) Purging .makedepends-py3-pylspci (20221123.193247) (2/16) Purging py3-cached-property (1.5.2-r3) (3/16) Purging pciutils (3.9.0-r0) (4/16) Purging hwdata-pci (0.364-r0) (5/16) Purging py3-setuptools (65.6.2-r0) (6/16) Purging py3-packaging (21.3-r3) (7/16) Purging py3-parsing (3.0.9-r1) (8/16) Purging python3 (3.11.0-r2) (9/16) Purging libbz2 (1.0.8-r4) (10/16) Purging libffi (3.4.4-r0) (11/16) Purging gdbm (1.23-r0) (12/16) Purging xz-libs (5.2.8-r0) (13/16) Purging mpdecimal (2.5.1-r1) (14/16) Purging readline (8.2.0-r0) (15/16) Purging sqlite-libs (3.40.0-r0) (16/16) Purging pciutils-libs (3.9.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-pylspci: Updating the community/armhf repository index... >>> py3-pylspci: Signing the index...