Building package "python-vdf" INFO: Starting build... INFO: Verifying bootstrap image /home/u726578/chaotic/cache/lower/20240501160409.sif WARNING: integrity: signature not found for object group 1 WARNING: Bootstrap image could not be verified, but build will continue. INFO: Creating sandbox directory... INFO: Build complete: /scratch/chaotic/sandbox/pkg6d3a4a10c2a :: Synchronizing package databases... core downloading... extra downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... there is nothing to do resolving dependencies... looking for conflicting packages... Packages (20) mpdecimal-4.0.0-2 python-autocommand-2.2.2-6 python-fastjsonschema-2.19.1-3 python-inflect-7.2.1-2 python-jaraco.context-4.3.0-4 python-jaraco.functools-4.0.0-3 python-jaraco.text-3.12.0-3 python-more-itertools-10.2.0-2 python-ordered-set-4.1.0-5 python-packaging-23.2-3 python-platformdirs-4.2.0-3 python-tomli-2.0.1-4 python-trove-classifiers-2024.4.10-1 python-typeguard-4.2.1-2 python-typing_extensions-4.11.0-1 python-validate-pyproject-0.16-1 python-3.12.3-1 python-coverage-7.4.4-1 python-nose-1.3.7-16 python-setuptools-1:69.0.3-6 Total Installed Size: 81.83 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending] python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-typing_extensions... installing python-typeguard... installing python-inflect... installing python-jaraco.text... installing python-ordered-set... installing python-packaging... installing python-platformdirs... installing python-tomli... installing python-fastjsonschema... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... installing python-nose... installing python-coverage... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: python-vdf 3.4-3 (Wed 01 May 2024 05:15:34 PM -03) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading python-vdf-3.4.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13168 0 13168 0 0 19591 0 --:--:-- --:--:-- --:--:-- 19591 100 17082 0 17082 0 0 24802 0 --:--:-- --:--:-- --:--:-- 238k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... python-vdf-3.4.tar.gz ... Passed ==> Extracting sources... -> Extracting python-vdf-3.4.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib creating build/lib/vdf copying vdf/vdict.py -> build/lib/vdf copying vdf/__init__.py -> build/lib/vdf ==> Starting check()... 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.12/site-packages/setuptools/command/test.py:193: _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) WARNING: The wheel package is not available. /usr/lib/python3.12/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`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/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`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating vdf.egg-info writing vdf.egg-info/PKG-INFO writing dependency_links to vdf.egg-info/dependency_links.txt writing top-level names to vdf.egg-info/top_level.txt writing manifest file 'vdf.egg-info/SOURCES.txt' reading manifest file 'vdf.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'vdf.egg-info/SOURCES.txt' running build_ext test_clear (tests.test_vdf_dict.VDFDictCase.test_clear) ... ok test_del (tests.test_vdf_dict.VDFDictCase.test_del) ... ok test_del_by_fullkey (tests.test_vdf_dict.VDFDictCase.test_del_by_fullkey) ... ok test_del_exception (tests.test_vdf_dict.VDFDictCase.test_del_exception) ... ok test_del_first_duplicate (tests.test_vdf_dict.VDFDictCase.test_del_first_duplicate) ... ok test_direct_access_get (tests.test_vdf_dict.VDFDictCase.test_direct_access_get) ... ok test_duplicate_keys (tests.test_vdf_dict.VDFDictCase.test_duplicate_keys) ... ok test_eq (tests.test_vdf_dict.VDFDictCase.test_eq) ... ok test_get (tests.test_vdf_dict.VDFDictCase.test_get) ... ok test_get_all_for (tests.test_vdf_dict.VDFDictCase.test_get_all_for) ... ok test_get_all_for_invalid_key (tests.test_vdf_dict.VDFDictCase.test_get_all_for_invalid_key) ... ok test_getitem (tests.test_vdf_dict.VDFDictCase.test_getitem) ... ok test_has_duplicates (tests.test_vdf_dict.VDFDictCase.test_has_duplicates) ... ok test_in (tests.test_vdf_dict.VDFDictCase.test_in) ... ok test_init (tests.test_vdf_dict.VDFDictCase.test_init) ... ok test_items (tests.test_vdf_dict.VDFDictCase.test_items) ... ok test_iter (tests.test_vdf_dict.VDFDictCase.test_iter) ... ok test_keys (tests.test_vdf_dict.VDFDictCase.test_keys) ... ok test_len (tests.test_vdf_dict.VDFDictCase.test_len) ... ok test_normalize_key (tests.test_vdf_dict.VDFDictCase.test_normalize_key) ... ok test_normalize_key_exception (tests.test_vdf_dict.VDFDictCase.test_normalize_key_exception) ... ok test_pop (tests.test_vdf_dict.VDFDictCase.test_pop) ... ok test_popitem (tests.test_vdf_dict.VDFDictCase.test_popitem) ... ok test_remove_all_for (tests.test_vdf_dict.VDFDictCase.test_remove_all_for) ... ok test_remove_all_for_invalid_key (tests.test_vdf_dict.VDFDictCase.test_remove_all_for_invalid_key) ... ok test_repr (tests.test_vdf_dict.VDFDictCase.test_repr) ... ok test_same_type_init (tests.test_vdf_dict.VDFDictCase.test_same_type_init) ... ok test_setdefault (tests.test_vdf_dict.VDFDictCase.test_setdefault) ... ok test_setitem (tests.test_vdf_dict.VDFDictCase.test_setitem) ... ok test_setitem_key_exceptions (tests.test_vdf_dict.VDFDictCase.test_setitem_key_exceptions) ... ok test_setitem_key_valid_types (tests.test_vdf_dict.VDFDictCase.test_setitem_key_valid_types) ... ok test_setitem_keyerror_fullkey (tests.test_vdf_dict.VDFDictCase.test_setitem_keyerror_fullkey) ... ok test_setitem_with_duplicates (tests.test_vdf_dict.VDFDictCase.test_setitem_with_duplicates) ... ok test_update (tests.test_vdf_dict.VDFDictCase.test_update) ... ok test_update_exceptions (tests.test_vdf_dict.VDFDictCase.test_update_exceptions) ... ok test_values (tests.test_vdf_dict.VDFDictCase.test_values) ... ok test_verify_key_tuple (tests.test_vdf_dict.VDFDictCase.test_verify_key_tuple) ... ok test_comments_and_blank_lines (tests.test_vdf.testcase_VDF.test_comments_and_blank_lines) ... ok test_deep_nesting (tests.test_vdf.testcase_VDF.test_deep_nesting) ... ok test_duplicate_key_with_value_from_str_to_mapper (tests.test_vdf.testcase_VDF.test_duplicate_key_with_value_from_str_to_mapper) ... ok test_empty (tests.test_vdf.testcase_VDF.test_empty) ... ok test_escape_before_last (tests.test_vdf.testcase_VDF.test_escape_before_last) ... ok test_escape_before_last_unescaped (tests.test_vdf.testcase_VDF.test_escape_before_last_unescaped) ... ok test_hash_key (tests.test_vdf.testcase_VDF.test_hash_key) ... ok test_inline_opening_bracker (tests.test_vdf.testcase_VDF.test_inline_opening_bracker) ... ok test_keyvalue_open_quoted (tests.test_vdf.testcase_VDF.test_keyvalue_open_quoted) ... ok test_keyvalue_pairs (tests.test_vdf.testcase_VDF.test_keyvalue_pairs) ... ok test_merge_multiple_keys_off (tests.test_vdf.testcase_VDF.test_merge_multiple_keys_off) ... ok test_merge_multiple_keys_on (tests.test_vdf.testcase_VDF.test_merge_multiple_keys_on) ... ok test_multi_keyvalue_pairs (tests.test_vdf.testcase_VDF.test_multi_keyvalue_pairs) ... ok test_single_line_empty_block (tests.test_vdf.testcase_VDF.test_single_line_empty_block) ... ok test_space_for_unquoted (tests.test_vdf.testcase_VDF.test_space_for_unquoted) ... ok test_wierd_symbols_for_unquoted (tests.test_vdf.testcase_VDF.test_wierd_symbols_for_unquoted) ... ok test_dumps_pretty_output (tests.test_vdf.testcase_VDF_other.test_dumps_pretty_output) ... ok test_parse_exceptions (tests.test_vdf.testcase_VDF_other.test_parse_exceptions) ... ok test_dump_params_invalid (tests.test_vdf.testcase_helpers_dump.test_dump_params_invalid) ... ok test_routine_dump_asserts (tests.test_vdf.testcase_helpers_dump.test_routine_dump_asserts) ... ok test_routine_dump_writing (tests.test_vdf.testcase_helpers_dump.test_routine_dump_writing) ... ok test_routine_dumps_asserts (tests.test_vdf.testcase_helpers_dump.test_routine_dumps_asserts) ... ok test_escape (tests.test_vdf.testcase_helpers_escapes.test_escape) ... ok test_escape_unescape (tests.test_vdf.testcase_helpers_escapes.test_escape_unescape) ... ok test_unescape (tests.test_vdf.testcase_helpers_escapes.test_unescape) ... ok test_routine_load (tests.test_vdf.testcase_helpers_load.test_routine_load) ... ok test_routine_load_assert (tests.test_vdf.testcase_helpers_load.test_routine_load_assert) ... ok test_routine_loads (tests.test_vdf.testcase_helpers_load.test_routine_loads) ... ok test_routine_loads_assert (tests.test_vdf.testcase_helpers_load.test_routine_loads_assert) ... ok test_routines_mapper_passing (tests.test_vdf.testcase_helpers_load.test_routines_mapper_passing) ... ok test_parse_bom_removal (tests.test_vdf.testcase_routine_parse.test_parse_bom_removal) ... ok test_parse_file_source (tests.test_vdf.testcase_routine_parse.test_parse_file_source) ... ok test_parse_mapper_assert (tests.test_vdf.testcase_routine_parse.test_parse_mapper_assert) ... ok test_parse_source_asserts (tests.test_vdf.testcase_routine_parse.test_parse_source_asserts) ... ok test_BASE_INT (tests.test_binary_vdf.BinaryVDF.test_BASE_INT) ... ok test_alternative_format (tests.test_binary_vdf.BinaryVDF.test_alternative_format) ... ok test_dump_params_invalid (tests.test_binary_vdf.BinaryVDF.test_dump_params_invalid) ... ok test_dumps_empty (tests.test_binary_vdf.BinaryVDF.test_dumps_empty) ... ok test_dumps_key_invalid_type (tests.test_binary_vdf.BinaryVDF.test_dumps_key_invalid_type) ... ok test_dumps_params_invalid (tests.test_binary_vdf.BinaryVDF.test_dumps_params_invalid) ... ok test_dumps_unicode (tests.test_binary_vdf.BinaryVDF.test_dumps_unicode) ... ok test_dumps_unicode_alternative (tests.test_binary_vdf.BinaryVDF.test_dumps_unicode_alternative) ... ok test_dumps_value_invalid_type (tests.test_binary_vdf.BinaryVDF.test_dumps_value_invalid_type) ... ok test_load_params_invalid (tests.test_binary_vdf.BinaryVDF.test_load_params_invalid) ... ok test_loads_empty (tests.test_binary_vdf.BinaryVDF.test_loads_empty) ... ok test_loads_params_invalid (tests.test_binary_vdf.BinaryVDF.test_loads_params_invalid) ... ok test_loads_type_checks (tests.test_binary_vdf.BinaryVDF.test_loads_type_checks) ... ok test_loads_unbalanced_nesting (tests.test_binary_vdf.BinaryVDF.test_loads_unbalanced_nesting) ... ok test_loads_unknown_type (tests.test_binary_vdf.BinaryVDF.test_loads_unknown_type) ... ok test_loads_unterminated_string (tests.test_binary_vdf.BinaryVDF.test_loads_unterminated_string) ... ok test_loads_utf16 (tests.test_binary_vdf.BinaryVDF.test_loads_utf16) ... ok test_loads_utf8_invalmid (tests.test_binary_vdf.BinaryVDF.test_loads_utf8_invalmid) ... ok test_merge_multiple_keys_off (tests.test_binary_vdf.BinaryVDF.test_merge_multiple_keys_off) ... ok test_merge_multiple_keys_on (tests.test_binary_vdf.BinaryVDF.test_merge_multiple_keys_on) ... ok test_raise_on_remaining (tests.test_binary_vdf.BinaryVDF.test_raise_on_remaining) ... ok test_raise_on_remaining_with_file (tests.test_binary_vdf.BinaryVDF.test_raise_on_remaining_with_file) ... ok test_simple (tests.test_binary_vdf.BinaryVDF.test_simple) ... ok test_vbkv_dumps_empty (tests.test_binary_vdf.BinaryVDF.test_vbkv_dumps_empty) ... ok test_vbkv_empty (tests.test_binary_vdf.BinaryVDF.test_vbkv_empty) ... ok test_vbkv_loads_empty (tests.test_binary_vdf.BinaryVDF.test_vbkv_loads_empty) ... ok test_vbkv_loads_invalid_checksum (tests.test_binary_vdf.BinaryVDF.test_vbkv_loads_invalid_checksum) ... ok test_vbkv_loads_invalid_header (tests.test_binary_vdf.BinaryVDF.test_vbkv_loads_invalid_header) ... ok ---------------------------------------------------------------------- Ran 99 tests in 0.010s OK ==> Entering fakeroot environment... ==> Starting package()... 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 install_lib creating /home/main-builder/pkgwork/pkg/python-vdf/usr creating /home/main-builder/pkgwork/pkg/python-vdf/usr/lib creating /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12 creating /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12/site-packages creating /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12/site-packages/vdf copying build/lib/vdf/__init__.py -> /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12/site-packages/vdf copying build/lib/vdf/vdict.py -> /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12/site-packages/vdf byte-compiling /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12/site-packages/vdf/__init__.py to __init__.cpython-312.pyc byte-compiling /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12/site-packages/vdf/vdict.py to vdict.cpython-312.pyc writing byte-compilation script '/tmp/tmp5xjuoc78.py' /usr/sbin/python /tmp/tmp5xjuoc78.py removing /tmp/tmp5xjuoc78.py running install_egg_info running egg_info writing vdf.egg-info/PKG-INFO writing dependency_links to vdf.egg-info/dependency_links.txt writing top-level names to vdf.egg-info/top_level.txt reading manifest file 'vdf.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'vdf.egg-info/SOURCES.txt' Copying vdf.egg-info to /home/main-builder/pkgwork/pkg/python-vdf/usr/lib/python3.12/site-packages/vdf-3.4-py3.12.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-vdf"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-vdf 3.4-3 (Wed 01 May 2024 05:15:37 PM -03) real 0m23.916s user 0m7.621s sys 0m17.658s