==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: vint 0.3.21-5 (Sun Jan 11 11:45:42 2026)
==> Retrieving sources...
  -> Updating vint git repo...
  -> Found fix-tests.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    vint ... Passed
    fix-tests.patch ... Passed
==> Making package: vint 0.3.21-5 (Sun Jan 11 11:45:45 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (16) libyaml-0.2.5-3  mpdecimal-4.0.1-1  python-3.14.2-2  python-autocommand-2.2.2-9  python-jaraco.collections-5.1.0-3  python-jaraco.context-6.0.1-3  python-jaraco.functools-4.1.0-3  python-jaraco.text-4.0.0-4  python-more-itertools-10.8.0-2  python-packaging-25.0-4  python-platformdirs-4.5.1-3  python-wheel-0.45.1-4  python-ansicolor-0.3.2-8  python-chardet-5.2.0-7  python-setuptools-1:80.9.0-4  python-yaml-6.0.3-2

Total Download Size:    0.19 MiB
Total Installed Size:  92.59 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-yaml-6.0.3-2-aarch64 downloading...
 python-ansicolor-0.3.2-8-any downloading...
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-ansicolor...
installing python-chardet...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
installing libyaml...
installing python-yaml...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (8) perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.33-9  python-pyproject-hooks-1.2.0-6  zlib-ng-2.3.2-1  git-2.52.0-2  python-build-1.3.0-4  python-installer-0.7.0-14

Total Installed Size:  45.56 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 perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
    python-pip: to use as the Python package installer (default)
    python-uv: to use as the Python package installer
    python-virtualenv: to use virtualenv for build isolation
installing python-installer...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found fix-tests.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of vint git repo...
Cloning into 'vint'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
patching file test/acceptance/test_cli.py
==> Starting build()...
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        (Affected: vim-vint).

        By 2026-Mar-03, 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/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: MIT License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/vint
copying vint/bootstrap.py -> build/lib/vint
copying vint/asset.py -> build/lib/vint
copying vint/__init__.py -> build/lib/vint
creating build/lib/vint/utils
copying vint/utils/__init__.py -> build/lib/vint/utils
copying vint/utils/array.py -> build/lib/vint/utils
creating build/lib/vint/compat
copying vint/compat/__init__.py -> build/lib/vint/compat
creating build/lib/vint/encodings
copying vint/encodings/__init__.py -> build/lib/vint/encodings
copying vint/encodings/decoder.py -> build/lib/vint/encodings
copying vint/encodings/decoding_strategy.py -> build/lib/vint/encodings
creating build/lib/vint/linting
copying vint/linting/level.py -> build/lib/vint/linting
copying vint/linting/policy_registry.py -> build/lib/vint/linting
copying vint/linting/cli.py -> build/lib/vint/linting
copying vint/linting/__init__.py -> build/lib/vint/linting
copying vint/linting/linter.py -> build/lib/vint/linting
copying vint/linting/file_filter.py -> build/lib/vint/linting
copying vint/linting/env.py -> build/lib/vint/linting
copying vint/linting/policy_set.py -> build/lib/vint/linting
creating build/lib/vint/ast
copying vint/ast/node_type.py -> build/lib/vint/ast
copying vint/ast/__init__.py -> build/lib/vint/ast
copying vint/ast/traversing.py -> build/lib/vint/ast
copying vint/ast/parsing.py -> build/lib/vint/ast
creating build/lib/vint/_bundles
copying vint/_bundles/__init__.py -> build/lib/vint/_bundles
copying vint/_bundles/vimlparser.py -> build/lib/vint/_bundles
creating build/lib/vint/compat/unittest
copying vint/compat/unittest/__init__.py -> build/lib/vint/compat/unittest
creating build/lib/vint/compat/itertools
copying vint/compat/itertools/__init__.py -> build/lib/vint/compat/itertools
creating build/lib/vint/linting/formatter
copying vint/linting/formatter/json_formatter.py -> build/lib/vint/linting/formatter
copying vint/linting/formatter/__init__.py -> build/lib/vint/linting/formatter
copying vint/linting/formatter/statistic_formatter.py -> build/lib/vint/linting/formatter
copying vint/linting/formatter/formatter.py -> build/lib/vint/linting/formatter
creating build/lib/vint/linting/config
copying vint/linting/config/config_project_source.py -> build/lib/vint/linting/config
copying vint/linting/config/config_default_source.py -> build/lib/vint/linting/config
copying vint/linting/config/config_file_source.py -> build/lib/vint/linting/config
copying vint/linting/config/config_util.py -> build/lib/vint/linting/config
copying vint/linting/config/config_dict_source.py -> build/lib/vint/linting/config
copying vint/linting/config/__init__.py -> build/lib/vint/linting/config
copying vint/linting/config/config_global_source.py -> build/lib/vint/linting/config
copying vint/linting/config/config_container.py -> build/lib/vint/linting/config
copying vint/linting/config/config_cmdargs_source.py -> build/lib/vint/linting/config
copying vint/linting/config/config_source.py -> build/lib/vint/linting/config
copying vint/linting/config/config_comment_source.py -> build/lib/vint/linting/config
copying vint/linting/config/config_filenames.py -> build/lib/vint/linting/config
creating build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_command_rely_on_user.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_unnecessary_double_quote.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_invalid_map_call.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_no_abort_function.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_encoding_opt_after_scriptencoding.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_autocmd_with_no_group.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_implicit_scope_builtin_variable.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_unused_variable.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_missing_scriptencoding.py -> build/lib/vint/linting/policy
copying vint/linting/policy/__init__.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_implicit_scope_variable.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_set_nocompatible.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_equal_tilde_operator.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_abbreviation_option.py -> build/lib/vint/linting/policy
copying vint/linting/policy/abstract_policy.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_command_with_unintended_side_effect.py -> build/lib/vint/linting/policy
copying vint/linting/policy/prohibit_using_undeclared_variable.py -> build/lib/vint/linting/policy
creating build/lib/vint/linting/policy/reference
copying vint/linting/policy/reference/__init__.py -> build/lib/vint/linting/policy/reference
copying vint/linting/policy/reference/googlevimscriptstyleguide.py -> build/lib/vint/linting/policy/reference
creating build/lib/vint/ast/dictionary
copying vint/ast/dictionary/builtins.py -> build/lib/vint/ast/dictionary
copying vint/ast/dictionary/__init__.py -> build/lib/vint/ast/dictionary
copying vint/ast/dictionary/abbreviations.py -> build/lib/vint/ast/dictionary
copying vint/ast/dictionary/autocmd_events.py -> build/lib/vint/ast/dictionary
creating build/lib/vint/ast/plugin
copying vint/ast/plugin/abstract_ast_plugin.py -> build/lib/vint/ast/plugin
copying vint/ast/plugin/__init__.py -> build/lib/vint/ast/plugin
copying vint/ast/plugin/builtin_identifiers.py -> build/lib/vint/ast/plugin
creating build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/scope_linker.py -> build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/identifier_classifier.py -> build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/reference_reachability_tester.py -> build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/two_way_scope_reference_attacher.py -> build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/__init__.py -> build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/scope_detector.py -> build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/redir_assignment_parser.py -> build/lib/vint/ast/plugin/scope_plugin
copying vint/ast/plugin/scope_plugin/map_and_filter_parser.py -> build/lib/vint/ast/plugin/scope_plugin
creating build/lib/vint/asset
copying vint/asset/default_config.yaml -> build/lib/vint/asset
copying vint/asset/void_config.yaml -> build/lib/vint/asset
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/vint
creating build/bdist.linux-aarch64/wheel/vint/utils
copying build/lib/vint/utils/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/utils
copying build/lib/vint/utils/array.py -> build/bdist.linux-aarch64/wheel/./vint/utils
copying build/lib/vint/bootstrap.py -> build/bdist.linux-aarch64/wheel/./vint
copying build/lib/vint/asset.py -> build/bdist.linux-aarch64/wheel/./vint
creating build/bdist.linux-aarch64/wheel/vint/asset
copying build/lib/vint/asset/void_config.yaml -> build/bdist.linux-aarch64/wheel/./vint/asset
copying build/lib/vint/asset/default_config.yaml -> build/bdist.linux-aarch64/wheel/./vint/asset
creating build/bdist.linux-aarch64/wheel/vint/compat
creating build/bdist.linux-aarch64/wheel/vint/compat/unittest
copying build/lib/vint/compat/unittest/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/compat/unittest
copying build/lib/vint/compat/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/compat
creating build/bdist.linux-aarch64/wheel/vint/compat/itertools
copying build/lib/vint/compat/itertools/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/compat/itertools
creating build/bdist.linux-aarch64/wheel/vint/encodings
copying build/lib/vint/encodings/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/encodings
copying build/lib/vint/encodings/decoder.py -> build/bdist.linux-aarch64/wheel/./vint/encodings
copying build/lib/vint/encodings/decoding_strategy.py -> build/bdist.linux-aarch64/wheel/./vint/encodings
copying build/lib/vint/__init__.py -> build/bdist.linux-aarch64/wheel/./vint
creating build/bdist.linux-aarch64/wheel/vint/linting
copying build/lib/vint/linting/level.py -> build/bdist.linux-aarch64/wheel/./vint/linting
creating build/bdist.linux-aarch64/wheel/vint/linting/formatter
copying build/lib/vint/linting/formatter/json_formatter.py -> build/bdist.linux-aarch64/wheel/./vint/linting/formatter
copying build/lib/vint/linting/formatter/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/linting/formatter
copying build/lib/vint/linting/formatter/statistic_formatter.py -> build/bdist.linux-aarch64/wheel/./vint/linting/formatter
copying build/lib/vint/linting/formatter/formatter.py -> build/bdist.linux-aarch64/wheel/./vint/linting/formatter
copying build/lib/vint/linting/policy_registry.py -> build/bdist.linux-aarch64/wheel/./vint/linting
copying build/lib/vint/linting/cli.py -> build/bdist.linux-aarch64/wheel/./vint/linting
creating build/bdist.linux-aarch64/wheel/vint/linting/config
copying build/lib/vint/linting/config/config_project_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_default_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_file_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_util.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_dict_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_global_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_container.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_cmdargs_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_comment_source.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
copying build/lib/vint/linting/config/config_filenames.py -> build/bdist.linux-aarch64/wheel/./vint/linting/config
creating build/bdist.linux-aarch64/wheel/vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_command_rely_on_user.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_unnecessary_double_quote.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
creating build/bdist.linux-aarch64/wheel/vint/linting/policy/reference
copying build/lib/vint/linting/policy/reference/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy/reference
copying build/lib/vint/linting/policy/reference/googlevimscriptstyleguide.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy/reference
copying build/lib/vint/linting/policy/prohibit_invalid_map_call.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_no_abort_function.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_encoding_opt_after_scriptencoding.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_autocmd_with_no_group.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_implicit_scope_builtin_variable.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_unused_variable.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_missing_scriptencoding.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_implicit_scope_variable.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_set_nocompatible.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_equal_tilde_operator.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_abbreviation_option.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/abstract_policy.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_command_with_unintended_side_effect.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/policy/prohibit_using_undeclared_variable.py -> build/bdist.linux-aarch64/wheel/./vint/linting/policy
copying build/lib/vint/linting/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/linting
copying build/lib/vint/linting/linter.py -> build/bdist.linux-aarch64/wheel/./vint/linting
copying build/lib/vint/linting/file_filter.py -> build/bdist.linux-aarch64/wheel/./vint/linting
copying build/lib/vint/linting/env.py -> build/bdist.linux-aarch64/wheel/./vint/linting
copying build/lib/vint/linting/policy_set.py -> build/bdist.linux-aarch64/wheel/./vint/linting
creating build/bdist.linux-aarch64/wheel/vint/ast
creating build/bdist.linux-aarch64/wheel/vint/ast/dictionary
copying build/lib/vint/ast/dictionary/builtins.py -> build/bdist.linux-aarch64/wheel/./vint/ast/dictionary
copying build/lib/vint/ast/dictionary/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/ast/dictionary
copying build/lib/vint/ast/dictionary/abbreviations.py -> build/bdist.linux-aarch64/wheel/./vint/ast/dictionary
copying build/lib/vint/ast/dictionary/autocmd_events.py -> build/bdist.linux-aarch64/wheel/./vint/ast/dictionary
copying build/lib/vint/ast/node_type.py -> build/bdist.linux-aarch64/wheel/./vint/ast
creating build/bdist.linux-aarch64/wheel/vint/ast/plugin
creating build/bdist.linux-aarch64/wheel/vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/scope_linker.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/identifier_classifier.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/reference_reachability_tester.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/two_way_scope_reference_attacher.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/scope_detector.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/redir_assignment_parser.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/scope_plugin/map_and_filter_parser.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin/scope_plugin
copying build/lib/vint/ast/plugin/abstract_ast_plugin.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin
copying build/lib/vint/ast/plugin/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin
copying build/lib/vint/ast/plugin/builtin_identifiers.py -> build/bdist.linux-aarch64/wheel/./vint/ast/plugin
copying build/lib/vint/ast/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/ast
copying build/lib/vint/ast/traversing.py -> build/bdist.linux-aarch64/wheel/./vint/ast
copying build/lib/vint/ast/parsing.py -> build/bdist.linux-aarch64/wheel/./vint/ast
creating build/bdist.linux-aarch64/wheel/vint/_bundles
copying build/lib/vint/_bundles/__init__.py -> build/bdist.linux-aarch64/wheel/./vint/_bundles
copying build/lib/vint/_bundles/vimlparser.py -> build/bdist.linux-aarch64/wheel/./vint/_bundles
running install_egg_info
running egg_info
creating vim_vint.egg-info
writing vim_vint.egg-info/PKG-INFO
writing dependency_links to vim_vint.egg-info/dependency_links.txt
writing entry points to vim_vint.egg-info/entry_points.txt
writing requirements to vim_vint.egg-info/requires.txt
writing top-level names to vim_vint.egg-info/top_level.txt
writing manifest file 'vim_vint.egg-info/SOURCES.txt'
reading manifest file 'vim_vint.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.markdown'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE.txt'
writing manifest file 'vim_vint.egg-info/SOURCES.txt'
Copying vim_vint.egg-info to build/bdist.linux-aarch64/wheel/./vim_vint-0.3.21-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/vim_vint-0.3.21.dist-info/WHEEL
creating '/build/vint/src/vint/dist/.tmp-4j8tjrwx/vim_vint-0.3.21-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'vim_vint-0.3.21.dist-info/licenses/LICENSE.txt'
adding 'vint/__init__.py'
adding 'vint/asset.py'
adding 'vint/bootstrap.py'
adding 'vint/_bundles/__init__.py'
adding 'vint/_bundles/vimlparser.py'
adding 'vint/asset/default_config.yaml'
adding 'vint/asset/void_config.yaml'
adding 'vint/ast/__init__.py'
adding 'vint/ast/node_type.py'
adding 'vint/ast/parsing.py'
adding 'vint/ast/traversing.py'
adding 'vint/ast/dictionary/__init__.py'
adding 'vint/ast/dictionary/abbreviations.py'
adding 'vint/ast/dictionary/autocmd_events.py'
adding 'vint/ast/dictionary/builtins.py'
adding 'vint/ast/plugin/__init__.py'
adding 'vint/ast/plugin/abstract_ast_plugin.py'
adding 'vint/ast/plugin/builtin_identifiers.py'
adding 'vint/ast/plugin/scope_plugin/__init__.py'
adding 'vint/ast/plugin/scope_plugin/identifier_classifier.py'
adding 'vint/ast/plugin/scope_plugin/map_and_filter_parser.py'
adding 'vint/ast/plugin/scope_plugin/redir_assignment_parser.py'
adding 'vint/ast/plugin/scope_plugin/reference_reachability_tester.py'
adding 'vint/ast/plugin/scope_plugin/scope_detector.py'
adding 'vint/ast/plugin/scope_plugin/scope_linker.py'
adding 'vint/ast/plugin/scope_plugin/two_way_scope_reference_attacher.py'
adding 'vint/compat/__init__.py'
adding 'vint/compat/itertools/__init__.py'
adding 'vint/compat/unittest/__init__.py'
adding 'vint/encodings/__init__.py'
adding 'vint/encodings/decoder.py'
adding 'vint/encodings/decoding_strategy.py'
adding 'vint/linting/__init__.py'
adding 'vint/linting/cli.py'
adding 'vint/linting/env.py'
adding 'vint/linting/file_filter.py'
adding 'vint/linting/level.py'
adding 'vint/linting/linter.py'
adding 'vint/linting/policy_registry.py'
adding 'vint/linting/policy_set.py'
adding 'vint/linting/config/__init__.py'
adding 'vint/linting/config/config_cmdargs_source.py'
adding 'vint/linting/config/config_comment_source.py'
adding 'vint/linting/config/config_container.py'
adding 'vint/linting/config/config_default_source.py'
adding 'vint/linting/config/config_dict_source.py'
adding 'vint/linting/config/config_file_source.py'
adding 'vint/linting/config/config_filenames.py'
adding 'vint/linting/config/config_global_source.py'
adding 'vint/linting/config/config_project_source.py'
adding 'vint/linting/config/config_source.py'
adding 'vint/linting/config/config_util.py'
adding 'vint/linting/formatter/__init__.py'
adding 'vint/linting/formatter/formatter.py'
adding 'vint/linting/formatter/json_formatter.py'
adding 'vint/linting/formatter/statistic_formatter.py'
adding 'vint/linting/policy/__init__.py'
adding 'vint/linting/policy/abstract_policy.py'
adding 'vint/linting/policy/prohibit_abbreviation_option.py'
adding 'vint/linting/policy/prohibit_autocmd_with_no_group.py'
adding 'vint/linting/policy/prohibit_command_rely_on_user.py'
adding 'vint/linting/policy/prohibit_command_with_unintended_side_effect.py'
adding 'vint/linting/policy/prohibit_encoding_opt_after_scriptencoding.py'
adding 'vint/linting/policy/prohibit_equal_tilde_operator.py'
adding 'vint/linting/policy/prohibit_implicit_scope_builtin_variable.py'
adding 'vint/linting/policy/prohibit_implicit_scope_variable.py'
adding 'vint/linting/policy/prohibit_invalid_map_call.py'
adding 'vint/linting/policy/prohibit_missing_scriptencoding.py'
adding 'vint/linting/policy/prohibit_no_abort_function.py'
adding 'vint/linting/policy/prohibit_set_nocompatible.py'
adding 'vint/linting/policy/prohibit_unnecessary_double_quote.py'
adding 'vint/linting/policy/prohibit_unused_variable.py'
adding 'vint/linting/policy/prohibit_using_undeclared_variable.py'
adding 'vint/linting/policy/reference/__init__.py'
adding 'vint/linting/policy/reference/googlevimscriptstyleguide.py'
adding 'vint/utils/__init__.py'
adding 'vint/utils/array.py'
adding 'vim_vint-0.3.21.dist-info/METADATA'
adding 'vim_vint-0.3.21.dist-info/WHEEL'
adding 'vim_vint-0.3.21.dist-info/entry_points.txt'
adding 'vim_vint-0.3.21.dist-info/top_level.txt'
adding 'vim_vint-0.3.21.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built vim_vint-0.3.21-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/vint/_bundles/vimlparser.py:50: SyntaxWarning: "\+" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\+"? A raw string is also an option.
/usr/lib/python3.14/site-packages/vint/_bundles/vimlparser.py:4087: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option.
/usr/lib/python3.14/site-packages/vint/_bundles/vimlparser.py:50: SyntaxWarning: "\+" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\+"? A raw string is also an option.
/usr/lib/python3.14/site-packages/vint/_bundles/vimlparser.py:4087: SyntaxWarning: "\e" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\e"? A raw string is also an option.
/usr/lib/python3.14/site-packages/vint/ast/plugin/scope_plugin/scope_linker.py:389: SyntaxWarning: "is not" with 'int' literal. Did you mean "!="?
/usr/lib/python3.14/site-packages/vint/ast/plugin/scope_plugin/scope_linker.py:395: SyntaxWarning: "is not" with 'int' literal. Did you mean "!="?
/usr/lib/python3.14/site-packages/vint/ast/plugin/scope_plugin/scope_linker.py:389: SyntaxWarning: "is not" with 'int' literal. Did you mean "!="?
/usr/lib/python3.14/site-packages/vint/ast/plugin/scope_plugin/scope_linker.py:395: SyntaxWarning: "is not" with 'int' literal. Did you mean "!="?
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "vint"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: vint 0.3.21-5 (Sun Jan 11 11:46:01 2026)
==> Cleaning up...
[?12l[?25h