Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/vint.spec'], chrootPath='/var/lib/mock/f27-build-10134799-795380/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/vint.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/vint-0.3.14-1.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/vint.spec'], chrootPath='/var/lib/mock/f27-build-10134799-795380/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/vint.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RAApho + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vint-0.3.14 + /usr/bin/gzip -dc /builddir/build/SOURCES/vint-0.3.14.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd vint-0.3.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/vint-python3-typing.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i.orig '1{\@^#!/usr/bin/env python@d}' vint/_bundles/vimlparser.py + touch -r vint/_bundles/vimlparser.py.orig vint/_bundles/vimlparser.py + rm -f vint/_bundles/vimlparser.py.orig + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6mfbWG + umask 022 + cd /builddir/build/BUILD + cd vint-0.3.14 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/vint copying vint/__init__.py -> build/lib/vint copying vint/asset.py -> build/lib/vint copying vint/bootstrap.py -> build/lib/vint 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/ast copying vint/ast/__init__.py -> build/lib/vint/ast copying vint/ast/node_type.py -> build/lib/vint/ast copying vint/ast/parsing.py -> build/lib/vint/ast copying vint/ast/traversing.py -> build/lib/vint/ast creating build/lib/vint/compat copying vint/compat/__init__.py -> build/lib/vint/compat creating build/lib/vint/linting copying vint/linting/__init__.py -> build/lib/vint/linting copying vint/linting/cli.py -> build/lib/vint/linting copying vint/linting/env.py -> build/lib/vint/linting copying vint/linting/file_filter.py -> build/lib/vint/linting copying vint/linting/level.py -> build/lib/vint/linting copying vint/linting/linter.py -> build/lib/vint/linting copying vint/linting/policy_registry.py -> build/lib/vint/linting copying vint/linting/policy_set.py -> build/lib/vint/linting 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/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 copying vint/ast/dictionary/builtins.py -> build/lib/vint/ast/dictionary creating build/lib/vint/ast/plugin copying vint/ast/plugin/__init__.py -> build/lib/vint/ast/plugin copying vint/ast/plugin/abstract_ast_plugin.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/__init__.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/map_and_filter_parser.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/reference_reachability_tester.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/scope_linker.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 creating build/lib/vint/compat/itertools copying vint/compat/itertools/__init__.py -> build/lib/vint/compat/itertools creating build/lib/vint/compat/unittest copying vint/compat/unittest/__init__.py -> build/lib/vint/compat/unittest creating build/lib/vint/linting/config copying vint/linting/config/__init__.py -> build/lib/vint/linting/config copying vint/linting/config/config_cmdargs_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_container.py -> build/lib/vint/linting/config copying vint/linting/config/config_default_source.py -> build/lib/vint/linting/config copying vint/linting/config/config_dict_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_filenames.py -> build/lib/vint/linting/config copying vint/linting/config/config_global_source.py -> build/lib/vint/linting/config copying vint/linting/config/config_project_source.py -> build/lib/vint/linting/config copying vint/linting/config/config_source.py -> build/lib/vint/linting/config copying vint/linting/config/config_util.py -> build/lib/vint/linting/config creating build/lib/vint/linting/formatter copying vint/linting/formatter/__init__.py -> build/lib/vint/linting/formatter copying vint/linting/formatter/formatter.py -> build/lib/vint/linting/formatter copying vint/linting/formatter/json_formatter.py -> build/lib/vint/linting/formatter copying vint/linting/formatter/statistic_formatter.py -> build/lib/vint/linting/formatter creating build/lib/vint/linting/policy copying vint/linting/policy/__init__.py -> build/lib/vint/linting/policy copying vint/linting/policy/abstract_policy.py -> build/lib/vint/linting/policy copying vint/linting/policy/prohibit_abbreviation_option.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_command_rely_on_user.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_encoding_opt_after_scriptencoding.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_implicit_scope_builtin_variable.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_missing_scriptencoding.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_set_nocompatible.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_unused_variable.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/asset copying vint/asset/default_config.yaml -> build/lib/vint/asset copying vint/asset/void_config.yaml -> build/lib/vint/asset + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IOkhgj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch ++ dirname /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch + cd vint-0.3.14 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch running install running install_lib creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint copying build/lib/vint/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint copying build/lib/vint/asset.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint copying build/lib/vint/bootstrap.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/_bundles copying build/lib/vint/_bundles/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/_bundles copying build/lib/vint/_bundles/vimlparser.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/_bundles creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast copying build/lib/vint/ast/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast copying build/lib/vint/ast/node_type.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast copying build/lib/vint/ast/parsing.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast copying build/lib/vint/ast/traversing.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary copying build/lib/vint/ast/dictionary/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary copying build/lib/vint/ast/dictionary/abbreviations.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary copying build/lib/vint/ast/dictionary/autocmd_events.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary copying build/lib/vint/ast/dictionary/builtins.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin copying build/lib/vint/ast/plugin/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin copying build/lib/vint/ast/plugin/abstract_ast_plugin.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin copying build/lib/vint/ast/plugin/builtin_identifiers.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/identifier_classifier.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/map_and_filter_parser.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/redir_assignment_parser.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/reference_reachability_tester.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/scope_detector.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/scope_linker.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin copying build/lib/vint/ast/plugin/scope_plugin/two_way_scope_reference_attacher.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat copying build/lib/vint/compat/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat/itertools copying build/lib/vint/compat/itertools/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat/itertools creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat/unittest copying build/lib/vint/compat/unittest/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat/unittest creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/cli.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/env.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/file_filter.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/level.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/linter.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/policy_registry.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting copying build/lib/vint/linting/policy_set.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_cmdargs_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_comment_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_container.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_default_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_dict_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_file_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_filenames.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_global_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_project_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_source.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config copying build/lib/vint/linting/config/config_util.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter copying build/lib/vint/linting/formatter/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter copying build/lib/vint/linting/formatter/formatter.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter copying build/lib/vint/linting/formatter/json_formatter.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter copying build/lib/vint/linting/formatter/statistic_formatter.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/abstract_policy.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_abbreviation_option.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_autocmd_with_no_group.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_command_rely_on_user.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_command_with_unintended_side_effect.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_encoding_opt_after_scriptencoding.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_equal_tilde_operator.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_implicit_scope_builtin_variable.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_implicit_scope_variable.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_missing_scriptencoding.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_no_abort_function.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_set_nocompatible.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_unnecessary_double_quote.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_unused_variable.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy copying build/lib/vint/linting/policy/prohibit_using_undeclared_variable.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/reference copying build/lib/vint/linting/policy/reference/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/reference copying build/lib/vint/linting/policy/reference/googlevimscriptstyleguide.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/reference creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/utils copying build/lib/vint/utils/__init__.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/utils copying build/lib/vint/utils/array.py -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/utils creating /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/asset copying build/lib/vint/asset/default_config.yaml -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/asset copying build/lib/vint/asset/void_config.yaml -> /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/asset byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/asset.py to asset.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/bootstrap.py to bootstrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/_bundles/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/_bundles/vimlparser.py to vimlparser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/node_type.py to node_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/parsing.py to parsing.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/traversing.py to traversing.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary/abbreviations.py to abbreviations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary/autocmd_events.py to autocmd_events.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/dictionary/builtins.py to builtins.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/abstract_ast_plugin.py to abstract_ast_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/builtin_identifiers.py to builtin_identifiers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/identifier_classifier.py to identifier_classifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/map_and_filter_parser.py to map_and_filter_parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/redir_assignment_parser.py to redir_assignment_parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/reference_reachability_tester.py to reference_reachability_tester.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/scope_detector.py to scope_detector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/scope_linker.py to scope_linker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/ast/plugin/scope_plugin/two_way_scope_reference_attacher.py to two_way_scope_reference_attacher.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat/itertools/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/compat/unittest/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/cli.py to cli.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/env.py to env.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/file_filter.py to file_filter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/level.py to level.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/linter.py to linter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy_registry.py to policy_registry.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy_set.py to policy_set.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_cmdargs_source.py to config_cmdargs_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_comment_source.py to config_comment_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_container.py to config_container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_default_source.py to config_default_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_dict_source.py to config_dict_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_file_source.py to config_file_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_filenames.py to config_filenames.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_global_source.py to config_global_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_project_source.py to config_project_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_source.py to config_source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/config/config_util.py to config_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter/formatter.py to formatter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter/json_formatter.py to json_formatter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/formatter/statistic_formatter.py to statistic_formatter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/abstract_policy.py to abstract_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_abbreviation_option.py to prohibit_abbreviation_option.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_autocmd_with_no_group.py to prohibit_autocmd_with_no_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_command_rely_on_user.py to prohibit_command_rely_on_user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_command_with_unintended_side_effect.py to prohibit_command_with_unintended_side_effect.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_encoding_opt_after_scriptencoding.py to prohibit_encoding_opt_after_scriptencoding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_equal_tilde_operator.py to prohibit_equal_tilde_operator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_implicit_scope_builtin_variable.py to prohibit_implicit_scope_builtin_variable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_implicit_scope_variable.py to prohibit_implicit_scope_variable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_missing_scriptencoding.py to prohibit_missing_scriptencoding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_no_abort_function.py to prohibit_no_abort_function.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_set_nocompatible.py to prohibit_set_nocompatible.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_unnecessary_double_quote.py to prohibit_unnecessary_double_quote.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_unused_variable.py to prohibit_unused_variable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/prohibit_using_undeclared_variable.py to prohibit_using_undeclared_variable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/reference/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/linting/policy/reference/googlevimscriptstyleguide.py to googlevimscriptstyleguide.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vint/utils/array.py to array.cpython-36.pyc writing byte-compilation script '/tmp/tmpa_t_ghbe.py' /usr/bin/python3 /tmp/tmpa_t_ghbe.py removing /tmp/tmpa_t_ghbe.py 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 '*' writing manifest file 'vim_vint.egg-info/SOURCES.txt' Copying vim_vint.egg-info to /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages/vim_vint-0.3.14-py3.6.egg-info running install_scripts Installing vint script to /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.3.14-1.fc27 --unique-debug-suffix -0.3.14-1.fc27.noarch --unique-debug-src-base vint-0.3.14-1.fc27.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/vint-0.3.14 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UT2F4l + umask 022 + cd /builddir/build/BUILD + cd vint-0.3.14 + PATH=/builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/lib/python3.6/site-packages + py.test-3.6 -v test ============================= test session starts ============================== platform linux -- Python 3.6.2, pytest-3.2.1, py-1.4.34, pluggy-0.4.0 -- /usr/bin/python3 cachedir: .cache rootdir: /builddir/build/BUILD/vint-0.3.14, inifile: plugins: cov-2.5.1 collecting ... collected 266 items test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_color_flag SKIPPED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_invalid_file_on_project_root PASSED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_json_flag PASSED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_no_args PASSED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_stat_flag PASSED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_unexistent_file PASSED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_valid_file_encoded_cp932_on_project_root PASSED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_valid_file_on_project_root PASSED test/acceptance/test_cli.py::TestCLI::test_exec_vint_with_verbose_flag PASSED test/acceptance/test_cli_vital.py::TestVintDoNotDiedWhenLintingVital::test_survive_after_linting PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_declarative_identifiers_referenced_with_referenced_all PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_declarative_identifiers_referenced_with_referenced_all_func PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_declarative_identifiers_referenced_with_referenced_all_funcs_in_func PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_declarative_identifiers_referenced_with_unreferenced_func_in_func PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_referenced_all PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_referenced_all_func PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_referenced_all_funcs_in_func PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_referenced_all_params PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_referenced_loop_var PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_unanalyzable PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_unreferenced_func PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_unreferenced_params PASSED test/integration/vint/ast/plugin/test_scope_plugin.py::TestScopePlugin::test_reference_reachability_with_unreferenced_var PASSED test/integration/vint/linting/test_linter.py::TestLinterIntegral::test_lint PASSED test/integration/vint/linting/test_linter.py::TestLinterIntegral::test_lint_with_broken_file PASSED test/integration/vint/linting/policy/test_prohibit_abbreviation_option.py::TestProhibitAbbreviationOption::test_get_violation_if_found_when_file_is_invalid_with_set PASSED test/integration/vint/linting/policy/test_prohibit_abbreviation_option.py::TestProhibitAbbreviationOption::test_get_violation_if_found_when_file_is_invalid_with_var PASSED test/integration/vint/linting/policy/test_prohibit_abbreviation_option.py::TestProhibitAbbreviationOption::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_autocmd_with_no_group.py::TestProhibitAutocmdWithNoGroup::test_get_violation_if_found_with_invalid_file PASSED test/integration/vint/linting/policy/test_prohibit_autocmd_with_no_group.py::TestProhibitAutocmdWithNoGroup::test_get_violation_if_found_with_valid_file_with_augroup PASSED test/integration/vint/linting/policy/test_prohibit_autocmd_with_no_group.py::TestProhibitAutocmdWithNoGroup::test_get_violation_if_found_with_valid_file_with_group_param PASSED test/integration/vint/linting/policy/test_prohibit_command_rely_on_user.py::TestProhibitCommandRelyOnUser::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_command_rely_on_user.py::TestProhibitCommandRelyOnUser::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_command_with_unintented_side_effect.py::TestProhibitCommandWithUnintendedSideEffect::test_get_violation_if_found_with_invalid_file PASSED test/integration/vint/linting/policy/test_prohibit_command_with_unintented_side_effect.py::TestProhibitCommandWithUnintendedSideEffect::test_get_violation_if_found_with_valid_file PASSED test/integration/vint/linting/policy/test_prohibit_encoding_opt_after_scriptencoding.py::TestProhibitEncodingOptionAfterScriptEncoding::test_get_violation_if_found_with_invalid_file PASSED test/integration/vint/linting/policy/test_prohibit_encoding_opt_after_scriptencoding.py::TestProhibitEncodingOptionAfterScriptEncoding::test_get_violation_if_found_with_valid_file PASSED test/integration/vint/linting/policy/test_prohibit_encoding_opt_after_scriptencoding.py::TestProhibitEncodingOptionAfterScriptEncoding::test_get_violation_if_found_with_valid_file_no_encoding_option PASSED test/integration/vint/linting/policy/test_prohibit_encoding_opt_after_scriptencoding.py::TestProhibitEncodingOptionAfterScriptEncoding::test_get_violation_if_found_with_valid_file_no_scriptencoding PASSED test/integration/vint/linting/policy/test_prohibit_equal_tilde_operator.py::TestProhibitEqualTildeOperator::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_equal_tilde_operator.py::TestProhibitEqualTildeOperator::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_implicit_scope_builtin_variable.py::TestProhibitImplicitScopeBuiltinVariable::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_implicit_scope_builtin_variable.py::TestProhibitImplicitScopeBuiltinVariable::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_implicit_scope_variable.py::TestProhibitImplicitScopeVariable::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_implicit_scope_variable.py::TestProhibitImplicitScopeVariable::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_missing_scriptencoding.py::TestProhibitMissingScriptEncoding::test_get_violation_if_found_with_invalid_file PASSED test/integration/vint/linting/policy/test_prohibit_missing_scriptencoding.py::TestProhibitMissingScriptEncoding::test_get_violation_if_found_with_valid_file_no_multibyte_char PASSED test/integration/vint/linting/policy/test_prohibit_missing_scriptencoding.py::TestProhibitMissingScriptEncoding::test_get_violation_if_found_with_valid_file_scriptencoding PASSED test/integration/vint/linting/policy/test_prohibit_no_abort_function.py::TestProhibitNoAbortFunction::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_no_abort_function.py::TestProhibitNoAbortFunction::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_no_abort_function.py::TestProhibitNoAbortFunction::test_get_violation_if_found_when_file_is_valid_out_of_autoload PASSED test/integration/vint/linting/policy/test_prohibit_set_nocompatible.py::TestProhibitSetNoCompatible::test_get_violation_if_found_with_invalid_file PASSED test/integration/vint/linting/policy/test_prohibit_set_nocompatible.py::TestProhibitSetNoCompatible::test_get_violation_if_found_with_invalid_file_with_abbreviation PASSED test/integration/vint/linting/policy/test_prohibit_set_nocompatible.py::TestProhibitSetNoCompatible::test_get_violation_if_found_with_valid PASSED test/integration/vint/linting/policy/test_prohibit_unnecessary_double_quote.py::TestProhibitUnnecessaryDoubleQuote::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_unnecessary_double_quote.py::TestProhibitUnnecessaryDoubleQuote::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_unused_variable.py::TestProhibitUnusedVariable::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_unused_variable.py::TestProhibitUnusedVariable::test_get_violation_if_found_when_file_is_valid PASSED test/integration/vint/linting/policy/test_prohibit_using_undeclared_variable.py::TestProhibitUsingUndeclaredVariable::test_get_violation_if_found_when_file_is_invalid PASSED test/integration/vint/linting/policy/test_prohibit_using_undeclared_variable.py::TestProhibitUsingUndeclaredVariable::test_get_violation_if_found_when_file_is_valid PASSED test/unit/vint/ast/test_node_type.py::TestNodeType::test_get_node_type_name PASSED test/unit/vint/ast/test_parsing.py::TestParser::test_parse_empty_file PASSED test/unit/vint/ast/test_parsing.py::TestParser::test_parse_file PASSED test/unit/vint/ast/test_parsing.py::TestParser::test_parse_file_on_ff_dos_and_fenc_cp932 PASSED test/unit/vint/ast/test_parsing.py::TestParser::test_parse_file_when_neovim_enabled PASSED test/unit/vint/ast/test_parsing.py::TestParser::test_parse_redir_with_dot PASSED test/unit/vint/ast/test_parsing.py::TestParser::test_parse_redir_with_identifier PASSED test/unit/vint/ast/test_parsing.py::TestParser::test_parse_string_expr PASSED test/unit/vint/ast/test_traversing.py::TestTraverse::test_traverse PASSED test/unit/vint/ast/test_traversing.py::TestTraverse::test_traverse_ignoring_while_children PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_arithmetic_assignment PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_calling_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_declaring_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_declaring_func_in_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_declaring_var PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_declaring_var_in_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_declaring_with_dict_key PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_destructuring_assignment PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_func_param PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_loop_var PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_map_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_classifier.py::TestIdentifierClassifier::test_attach_identifier_attributes_with_redir PASSED test/unit/vint/ast/plugin/scope_plugin/test_identifier_collector.py::TestIdentifierCollector::test_bucket PASSED test/unit/vint/ast/plugin/scope_plugin/test_map_and_filter_parser.py::TestMapAndFilterParser::test_process_with_filter_function PASSED test/unit/vint/ast/plugin/scope_plugin/test_map_and_filter_parser.py::TestMapAndFilterParser::test_process_with_map_function PASSED test/unit/vint/ast/plugin/scope_plugin/test_map_and_filter_parser.py::TestMapAndFilterParser::test_traverse PASSED test/unit/vint/ast/plugin/scope_plugin/test_redir_assignment_parser.py::TestRedirAssignmentParser::test_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_redir_assignment_parser.py::TestRedirAssignmentParser::test_traverse PASSED test/unit/vint/ast/plugin/scope_plugin/test_reference_reachability_tester.py::TestReferenceReachabilityTester::test_builtin_reference_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_reference_reachability_tester.py::TestReferenceReachabilityTester::test_reachable_reference_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_reference_reachability_tester.py::TestReferenceReachabilityTester::test_referenced_function_reference_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_reference_reachability_tester.py::TestReferenceReachabilityTester::test_referenced_variable_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_reference_reachability_tester.py::TestReferenceReachabilityTester::test_referenced_variable_reference_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_reference_reachability_tester.py::TestReferenceReachabilityTester::test_unreachable_reference_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_reference_reachability_tester.py::TestReferenceReachabilityTester::test_unreferenced_reference_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node0-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node1-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node2-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node3-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node4-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node5-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node6-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node7-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node8-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node9-ScopeVisibility.FUNCTION_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node10-ScopeVisibility.FUNCTION_LOCAL-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node11-ScopeVisibility.FUNCTION_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node12-ScopeVisibility.BUILTIN-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node13-ScopeVisibility.BUILTIN-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node14-ScopeVisibility.BUILTIN-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node15-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node16-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node17-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node18-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node19-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node20-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node21-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node22-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node23-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node24-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node25-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node26-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node27-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node28-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node29-ScopeVisibility.INVALID-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node30-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node31-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node32-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node33-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node34-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node35-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node36-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node37-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node38-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node39-ScopeVisibility.FUNCTION_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node40-ScopeVisibility.FUNCTION_LOCAL-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node41-ScopeVisibility.FUNCTION_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node42-ScopeVisibility.FUNCTION_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node43-ScopeVisibility.FUNCTION_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node44-ScopeVisibility.BUILTIN-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node45-ScopeVisibility.BUILTIN-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node46-ScopeVisibility.BUILTIN-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node47-ScopeVisibility.BUILTIN-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node48-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node49-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node50-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node51-ScopeVisibility.UNANALYZABLE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node52-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node53-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node54-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node55-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node56-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node57-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node58-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node59-ScopeVisibility.GLOBAL_LIKE-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node60-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.FUNCTION_LOCAL-id_node61-ScopeVisibility.SCRIPT_LOCAL-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_detect_scope_visibility[ScopeVisibility.SCRIPT_LOCAL-id_node62-ScopeVisibility.GLOBAL_LIKE-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node0-g:explicit_global] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node1-g:implicit_global] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node2-g:implicit_global] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node3-l:explicit_function_local] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node4-l:implicit_function_local] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node5-l:implicit_function_local] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node6-g:ExplicitGlobalFunc] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node7-s:ExplicitScriptLocalFunc] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node8-g:ImplicitGlobalFunc] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node9-g:ImplicitGlobalFunc] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node10-s:ExplicitScriptLocalFunc] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node11-g:ImplicitGlobalFunc] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node12-l:explicit_function_local] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node13-l:implicit_function_local] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node14-l:implicit_function_local] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node15-param] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node16-v:count] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node17-v:count] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.FUNCTION_LOCAL-node18-v:count] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node19-localtime] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node20-$ENV] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node21-&OPT] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_normalize_variable_name[ScopeVisibility.SCRIPT_LOCAL-node22-@"] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_is_builtin_variable[my_var-False-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_is_builtin_variable[count-False-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_is_builtin_variable[v:count-False-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_is_builtin_variable[key-False-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_is_builtin_variable[val-False-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_is_builtin_variable[MyFunc-True-False] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_is_builtin_variable[localtime-True-True] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_get_explicity_of_scope_visibility[node0-ExplicityOfScopeVisibility.IMPLICIT] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_get_explicity_of_scope_visibility[node1-ExplicityOfScopeVisibility.EXPLICIT] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_get_explicity_of_scope_visibility[node2-ExplicityOfScopeVisibility.EXPLICIT] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_get_explicity_of_scope_visibility[node3-ExplicityOfScopeVisibility.EXPLICIT] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py::test_get_explicity_of_scope_visibility[node4-ExplicityOfScopeVisibility.UNANALYZABLE] PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_declarative_identifier_links_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_identifier_links_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_reference_variable_links_by_process PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_declaring_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_declaring_func_in_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_declaring_var PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_declaring_var_in_func PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_declaring_with_dict_key PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_destructuring_assignment PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_func_call PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_func_param PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_loop_var PASSED test/unit/vint/ast/plugin/scope_plugin/test_scope_linker.py::TestScopeLinker::test_built_scope_tree_by_process_with_redir PASSED test/unit/vint/ast/plugin/scope_plugin/test_two_way_scope_reference_attacher.py::TestTwoWayScopeReferenceAttacher::test_attach PASSED test/unit/vint/linting/test_cli.py::TestCLI::test_start_with_both_calid_invalid_file_paths PASSED test/unit/vint/linting/test_cli.py::TestCLI::test_start_with_invalid_file_path PASSED test/unit/vint/linting/test_cli.py::TestCLI::test_start_with_no_arg PASSED test/unit/vint/linting/test_cli.py::TestCLI::test_start_with_unexistent_file_path PASSED test/unit/vint/linting/test_cli.py::TestCLI::test_start_with_valid_file_path PASSED test/unit/vint/linting/test_env.py::TestEnv::test_build_environment PASSED test/unit/vint/linting/test_file_filter.py::TestFileFilter::test_find_vim_script_by_given_a_file_path PASSED test/unit/vint/linting/test_file_filter.py::TestFileFilter::test_find_vim_script_by_given_a_vim_script_unlinke_file_path PASSED test/unit/vint/linting/test_file_filter.py::TestFileFilter::test_find_vim_script_by_given_nested_dir PASSED test/unit/vint/linting/test_file_filter.py::TestFileFilter::test_find_vim_script_by_given_no_file_paths PASSED test/unit/vint/linting/test_file_filter.py::TestFileFilter::test_find_vim_script_by_given_several_vim_script PASSED test/unit/vint/linting/test_level.py::TestLevel::test_is_level_enabled_with_higher_level PASSED test/unit/vint/linting/test_level.py::TestLevel::test_is_level_enabled_with_lower_level PASSED test/unit/vint/linting/test_level.py::TestLevel::test_is_level_enabled_with_same_level PASSED test/unit/vint/linting/test_policy_set.py::TestPolicySet::test_get_enabled_policies_when_no_updated PASSED test/unit/vint/linting/test_policy_set.py::TestPolicySet::test_get_enabled_policies_with_a_disabled_option PASSED test/unit/vint/linting/test_policy_set.py::TestPolicySet::test_get_enabled_policies_with_severity_style_problem PASSED test/unit/vint/linting/test_policy_set.py::TestPolicySet::test_get_enabled_policies_with_severity_warning PASSED test/unit/vint/linting/config/test_config_cmdargs_source.py::TestConfigFileSource::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_cmdargs_source.py::TestConfigFileSource::test_get_config_dict_with_no_severity PASSED test/unit/vint/linting/config/test_config_cmdargs_source.py::TestConfigFileSource::test_get_config_dict_with_severity_error PASSED test/unit/vint/linting/config/test_config_cmdargs_source.py::TestConfigFileSource::test_get_config_dict_with_severity_style_problem PASSED test/unit/vint/linting/config/test_config_cmdargs_source.py::TestConfigFileSource::test_get_config_dict_with_severity_warning PASSED test/unit/vint/linting/config/test_config_comment_source.py::TestConfigCommentSource::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_comment_source.py::TestConfigCommentSource::test_is_requesting_update_when_config_comment_arrived PASSED test/unit/vint/linting/config/test_config_comment_source.py::TestConfigCommentSource::test_is_requesting_update_when_just_comment_arrived PASSED test/unit/vint/linting/config/test_config_comment_source.py::TestConfigCommentSource::test_is_requesting_update_when_other_node_arrived PASSED test/unit/vint/linting/config/test_config_comment_source.py::TestConfigCommentSource::test_update_by_node_by_multiple_switches PASSED test/unit/vint/linting/config/test_config_comment_source.py::TestConfigCommentSource::test_update_by_node_by_no_switches PASSED test/unit/vint/linting/config/test_config_comment_source.py::TestConfigCommentSource::test_update_by_node_by_single_switch PASSED test/unit/vint/linting/config/test_config_container.py::TestConfigContainer::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_default_source.py::TestConfigDefaultSource::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_dict_source.py::TestConfigDictSource::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_file_source.py::TestConfigFileSource::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_global_source.py::TestConfigGlobalSource::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_global_source.py::TestConfigGlobalSource::test_get_config_dict_with_default_xdg_config_home PASSED test/unit/vint/linting/config/test_config_global_source.py::TestConfigGlobalSource::test_get_config_dict_with_no_global_config PASSED test/unit/vint/linting/config/test_config_project_source.py::TestConfigProjectSource::test_get_config_dict PASSED test/unit/vint/linting/config/test_config_project_source.py::TestConfigProjectSource::test_get_config_dict_for_no_extname PASSED test/unit/vint/linting/config/test_config_project_source.py::TestConfigProjectSource::test_get_config_dict_for_short_extname PASSED test/unit/vint/linting/config/test_config_project_source.py::TestConfigProjectSource::test_get_config_dict_on_sub_directory PASSED test/unit/vint/linting/config/test_config_project_source.py::TestConfigProjectSource::test_get_config_dict_with_no_global_config PASSED test/unit/vint/linting/config/test_config_util.py::TestConfigUtil::test_get_config_value_when_empty PASSED test/unit/vint/linting/config/test_config_util.py::TestConfigUtil::test_get_config_value_when_given_default PASSED test/unit/vint/linting/config/test_config_util.py::TestConfigUtil::test_get_config_value_when_given_default_but_not_used PASSED test/unit/vint/linting/config/test_config_util.py::TestConfigUtil::test_get_config_value_when_nested_1_depth PASSED test/unit/vint/linting/config/test_config_util.py::TestConfigUtil::test_get_config_value_when_nested_2_depth PASSED test/unit/vint/linting/config/test_config_util.py::TestConfigUtil::test_get_config_value_when_target_is_depth_2_unexistent_dict PASSED test/unit/vint/linting/config/test_config_util.py::TestConfigUtil::test_get_config_value_when_target_is_dict PASSED test/unit/vint/linting/formatter/test_formatter.py::TestFormatter::test_format_violations PASSED test/unit/vint/linting/formatter/test_formatter.py::TestFormatter::test_format_violations_with_format_option PASSED test/unit/vint/linting/formatter/test_json_formatter.py::TestJSONFormatter::test_format_violations PASSED test/unit/vint/linting/policy/test_abstract_policy.py::TestAbstractPolicy::test_create_violation_report PASSED test/unit/vint/linting/policy/test_abstract_policy.py::TestAbstractPolicy::test_get_policy_options PASSED test/unit/vint/linting/policy/test_abstract_policy.py::TestAbstractPolicy::test_listen_node_types PASSED test/unit/vint/linting/policy/reference/test_googlevimscriptstyleguide.py::TestGoogleVimScriptStyleGuide::test_get_reference_source PASSED test/unit/vint/utils/test_array.py::TestUtilsArray::test_flat_map PASSED test/unit/vint/utils/test_array.py::TestUtilsArray::test_flatten_empty PASSED test/unit/vint/utils/test_array.py::TestUtilsArray::test_flatten_not_empty PASSED ==================== 265 passed, 1 skipped in 4.41 seconds ===================== + exit 0 Processing files: vint-0.3.14-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wS311l + umask 022 + cd /builddir/build/BUILD + cd vint-0.3.14 + DOCDIR=/builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/share/doc/vint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/share/doc/vint + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/share/doc/vint + cp -pr README.rst /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/share/doc/vint Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.InQYXo + exit 0 + umask 022 + cd /builddir/build/BUILD + cd vint-0.3.14 + LICENSEDIR=/builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/share/licenses/vint + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/share/licenses/vint + cp -pr LICENSE.txt /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch/usr/share/licenses/vint + exit 0 Provides: python3.6dist(vim-vint) = 0.3.14 python3dist(vim-vint) = 0.3.14 vint = 0.3.14-1.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch Wrote: /builddir/build/RPMS/vint-0.3.14-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kaCTky + umask 022 + cd /builddir/build/BUILD + cd vint-0.3.14 + /usr/bin/rm -rf /builddir/build/BUILDROOT/vint-0.3.14-1.fc27.noarch + exit 0 Child return code was: 0