Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/pylint.spec'], chrootPath='/var/lib/mock/f31-build-18419048-1313492/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/pylint.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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1573689600 Wrote: /builddir/build/SRPMS/pylint-2.4.4-1.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/pylint.spec'], chrootPath='/var/lib/mock/f31-build-18419048-1313492/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/pylint.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': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1573689600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VqtTc5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pylint-2.4.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/pylint-2.4.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pylint-2.4.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/\r//g' README.rst + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Pu3DD2 + umask 022 + cd /builddir/build/BUILD + cd pylint-2.4.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/pylint copying pylint/epylint.py -> build/lib/pylint copying pylint/__init__.py -> build/lib/pylint copying pylint/testutils.py -> build/lib/pylint copying pylint/exceptions.py -> build/lib/pylint copying pylint/constants.py -> build/lib/pylint copying pylint/config.py -> build/lib/pylint copying pylint/__main__.py -> build/lib/pylint copying pylint/__pkginfo__.py -> build/lib/pylint copying pylint/lint.py -> build/lib/pylint copying pylint/interfaces.py -> build/lib/pylint copying pylint/graph.py -> build/lib/pylint creating build/lib/pylint/utils copying pylint/utils/ast_walker.py -> build/lib/pylint/utils copying pylint/utils/__init__.py -> build/lib/pylint/utils copying pylint/utils/file_state.py -> build/lib/pylint/utils copying pylint/utils/utils.py -> build/lib/pylint/utils creating build/lib/pylint/checkers copying pylint/checkers/format.py -> build/lib/pylint/checkers copying pylint/checkers/base.py -> build/lib/pylint/checkers copying pylint/checkers/async.py -> build/lib/pylint/checkers copying pylint/checkers/__init__.py -> build/lib/pylint/checkers copying pylint/checkers/exceptions.py -> build/lib/pylint/checkers copying pylint/checkers/stdlib.py -> build/lib/pylint/checkers copying pylint/checkers/classes.py -> build/lib/pylint/checkers copying pylint/checkers/typecheck.py -> build/lib/pylint/checkers copying pylint/checkers/strings.py -> build/lib/pylint/checkers copying pylint/checkers/utils.py -> build/lib/pylint/checkers copying pylint/checkers/raw_metrics.py -> build/lib/pylint/checkers copying pylint/checkers/base_checker.py -> build/lib/pylint/checkers copying pylint/checkers/misc.py -> build/lib/pylint/checkers copying pylint/checkers/similar.py -> build/lib/pylint/checkers copying pylint/checkers/spelling.py -> build/lib/pylint/checkers copying pylint/checkers/variables.py -> build/lib/pylint/checkers copying pylint/checkers/refactoring.py -> build/lib/pylint/checkers copying pylint/checkers/python3.py -> build/lib/pylint/checkers copying pylint/checkers/newstyle.py -> build/lib/pylint/checkers copying pylint/checkers/logging.py -> build/lib/pylint/checkers copying pylint/checkers/imports.py -> build/lib/pylint/checkers copying pylint/checkers/design_analysis.py -> build/lib/pylint/checkers creating build/lib/pylint/reporters copying pylint/reporters/json_reporter.py -> build/lib/pylint/reporters copying pylint/reporters/__init__.py -> build/lib/pylint/reporters copying pylint/reporters/base_reporter.py -> build/lib/pylint/reporters copying pylint/reporters/text.py -> build/lib/pylint/reporters copying pylint/reporters/reports_handler_mix_in.py -> build/lib/pylint/reporters copying pylint/reporters/collecting_reporter.py -> build/lib/pylint/reporters creating build/lib/pylint/reporters/ureports copying pylint/reporters/ureports/__init__.py -> build/lib/pylint/reporters/ureports copying pylint/reporters/ureports/nodes.py -> build/lib/pylint/reporters/ureports copying pylint/reporters/ureports/text_writer.py -> build/lib/pylint/reporters/ureports creating build/lib/pylint/extensions copying pylint/extensions/docstyle.py -> build/lib/pylint/extensions copying pylint/extensions/check_docs.py -> build/lib/pylint/extensions copying pylint/extensions/comparetozero.py -> build/lib/pylint/extensions copying pylint/extensions/__init__.py -> build/lib/pylint/extensions copying pylint/extensions/docparams.py -> build/lib/pylint/extensions copying pylint/extensions/emptystring.py -> build/lib/pylint/extensions copying pylint/extensions/bad_builtin.py -> build/lib/pylint/extensions copying pylint/extensions/redefined_variable_type.py -> build/lib/pylint/extensions copying pylint/extensions/broad_try_clause.py -> build/lib/pylint/extensions copying pylint/extensions/check_elif.py -> build/lib/pylint/extensions copying pylint/extensions/mccabe.py -> build/lib/pylint/extensions copying pylint/extensions/overlapping_exceptions.py -> build/lib/pylint/extensions copying pylint/extensions/_check_docs_utils.py -> build/lib/pylint/extensions creating build/lib/pylint/message copying pylint/message/message_definition.py -> build/lib/pylint/message copying pylint/message/__init__.py -> build/lib/pylint/message copying pylint/message/message_handler_mix_in.py -> build/lib/pylint/message copying pylint/message/message.py -> build/lib/pylint/message copying pylint/message/message_id_store.py -> build/lib/pylint/message copying pylint/message/message_definition_store.py -> build/lib/pylint/message creating build/lib/pylint/pyreverse copying pylint/pyreverse/__init__.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/diadefslib.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/utils.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/main.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/inspector.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/diagrams.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/vcgutils.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/writer.py -> build/lib/pylint/pyreverse running build_scripts creating build/scripts-3.7 copying and adjusting bin/pylint -> build/scripts-3.7 copying and adjusting bin/symilar -> build/scripts-3.7 copying and adjusting bin/epylint -> build/scripts-3.7 copying and adjusting bin/pyreverse -> build/scripts-3.7 changing mode of build/scripts-3.7/pylint from 644 to 755 changing mode of build/scripts-3.7/symilar from 644 to 755 changing mode of build/scripts-3.7/epylint from 644 to 755 changing mode of build/scripts-3.7/pyreverse from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7wUUk4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch ++ dirname /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch + cd pylint-2.4.4 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch running install running install_lib creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils copying build/lib/pylint/utils/ast_walker.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils copying build/lib/pylint/utils/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils copying build/lib/pylint/utils/file_state.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils copying build/lib/pylint/utils/utils.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils copying build/lib/pylint/epylint.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/format.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/base.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/async.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/exceptions.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/stdlib.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/classes.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/typecheck.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/strings.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/utils.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/raw_metrics.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/base_checker.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/misc.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/similar.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/spelling.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/variables.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/refactoring.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/python3.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/newstyle.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/logging.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/imports.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/design_analysis.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers copying build/lib/pylint/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint copying build/lib/pylint/testutils.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint copying build/lib/pylint/exceptions.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/nodes.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/text_writer.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/json_reporter.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/base_reporter.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/text.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/reports_handler_mix_in.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/collecting_reporter.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters copying build/lib/pylint/constants.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/docstyle.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/check_docs.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/comparetozero.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/docparams.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/emptystring.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/bad_builtin.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/redefined_variable_type.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/broad_try_clause.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/check_elif.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/mccabe.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/overlapping_exceptions.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/_check_docs_utils.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions copying build/lib/pylint/config.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint copying build/lib/pylint/__main__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message copying build/lib/pylint/message/message_definition.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message copying build/lib/pylint/message/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message copying build/lib/pylint/message/message_handler_mix_in.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message copying build/lib/pylint/message/message.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message copying build/lib/pylint/message/message_id_store.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message copying build/lib/pylint/message/message_definition_store.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message copying build/lib/pylint/__pkginfo__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint copying build/lib/pylint/lint.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint copying build/lib/pylint/interfaces.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint copying build/lib/pylint/graph.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/__init__.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diadefslib.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/utils.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/main.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/inspector.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diagrams.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/vcgutils.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/writer.py -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils/ast_walker.py to ast_walker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils/file_state.py to file_state.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/utils/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/epylint.py to epylint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/format.py to format.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/async.py to async.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/stdlib.py to stdlib.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/classes.py to classes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/typecheck.py to typecheck.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/strings.py to strings.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/raw_metrics.py to raw_metrics.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/base_checker.py to base_checker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/misc.py to misc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/similar.py to similar.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/spelling.py to spelling.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/variables.py to variables.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/refactoring.py to refactoring.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/python3.py to python3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/newstyle.py to newstyle.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/logging.py to logging.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/imports.py to imports.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/checkers/design_analysis.py to design_analysis.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/testutils.py to testutils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/ureports/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/ureports/nodes.py to nodes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/ureports/text_writer.py to text_writer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/json_reporter.py to json_reporter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/base_reporter.py to base_reporter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/text.py to text.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/reports_handler_mix_in.py to reports_handler_mix_in.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/reporters/collecting_reporter.py to collecting_reporter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/constants.py to constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/docstyle.py to docstyle.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/check_docs.py to check_docs.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/comparetozero.py to comparetozero.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/docparams.py to docparams.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/emptystring.py to emptystring.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/bad_builtin.py to bad_builtin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/redefined_variable_type.py to redefined_variable_type.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/broad_try_clause.py to broad_try_clause.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/check_elif.py to check_elif.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/mccabe.py to mccabe.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/overlapping_exceptions.py to overlapping_exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/extensions/_check_docs_utils.py to _check_docs_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/config.py to config.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/__main__.py to __main__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message/message_definition.py to message_definition.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message/message_handler_mix_in.py to message_handler_mix_in.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message/message.py to message.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message/message_id_store.py to message_id_store.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/message/message_definition_store.py to message_definition_store.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/__pkginfo__.py to __pkginfo__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/lint.py to lint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/interfaces.py to interfaces.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/graph.py to graph.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/diadefslib.py to diadefslib.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/main.py to main.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/inspector.py to inspector.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/diagrams.py to diagrams.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/vcgutils.py to vcgutils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/pyreverse/writer.py to writer.cpython-37.pyc writing byte-compilation script '/tmp/tmpxkwm5pxb.py' /usr/bin/python3 /tmp/tmpxkwm5pxb.py removing /tmp/tmpxkwm5pxb.py running install_egg_info running egg_info writing pylint.egg-info/PKG-INFO writing dependency_links to pylint.egg-info/dependency_links.txt writing entry points to pylint.egg-info/entry_points.txt writing requirements to pylint.egg-info/requires.txt writing top-level names to pylint.egg-info/top_level.txt reading manifest file 'pylint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'tests' writing manifest file 'pylint.egg-info/SOURCES.txt' Copying pylint.egg-info to /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint-2.4.4-py3.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin copying build/scripts-3.7/symilar -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin copying build/scripts-3.7/pyreverse -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin copying build/scripts-3.7/pylint -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin copying build/scripts-3.7/epylint -> /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/symilar to 755 changing mode of /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pyreverse to 755 changing mode of /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pylint to 755 changing mode of /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/epylint to 755 Installing epylint script to /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin Installing pylint script to /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin Installing pyreverse script to /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin Installing symilar script to /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin + rm -rf /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/test + mkdir -pm 755 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1 + install -pm 644 man/epylint.1 man/pylint.1 man/pyreverse.1 man/symilar.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/ + for NAME in epylint pylint pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/epylint /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/epylint-3.7 + ln -s epylint-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/epylint-3 + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/epylint.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/epylint-3.7.1 + ln -s epylint-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/epylint-3.1 + ln -s epylint-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/epylint + ln -s epylint-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/epylint.1 + for NAME in epylint pylint pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pylint /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pylint-3.7 + ln -s pylint-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pylint-3 + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pylint.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pylint-3.7.1 + ln -s pylint-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pylint-3.1 + ln -s pylint-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pylint + ln -s pylint-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pylint.1 + for NAME in epylint pylint pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pyreverse /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pyreverse-3.7 + ln -s pyreverse-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pyreverse-3 + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pyreverse.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pyreverse-3.7.1 + ln -s pyreverse-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pyreverse-3.1 + ln -s pyreverse-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/pyreverse + ln -s pyreverse-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/pyreverse.1 + for NAME in epylint pylint pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/symilar /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/symilar-3.7 + ln -s symilar-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/symilar-3 + mv /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/symilar.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/symilar-3.7.1 + ln -s symilar-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/symilar-3.1 + ln -s symilar-3.7 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/bin/symilar + ln -s symilar-3.7.1 /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/man/man1/symilar.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.4.4-1.fc31 --unique-debug-suffix -2.4.4-1.fc31.noarch --unique-debug-src-base pylint-2.4.4-1.fc31.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pylint-2.4.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IJN561 + umask 022 + cd /builddir/build/BUILD + cd pylint-2.4.4 + export PYTHONPATH=/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages + /usr/bin/python3 bin/pylint -rn --rcfile=pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe pylint Traceback (most recent call last): File "bin/pylint", line 4, in run_pylint() File "/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/__init__.py", line 23, in run_pylint PylintRun(sys.argv[1:]) File "/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/lint.py", line 1676, in __init__ linter.read_config_file(verbose=self.verbose) File "/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/lib/python3.7/site-packages/pylint/config.py", line 704, in read_config_file raise IOError("The config file {:s} doesn't exist!".format(config_file)) OSError: The config file pylintrc doesn't exist! + : + /usr/bin/python3 -m pytest -v -k 'not (test_by_module_statement_value or import_outside_toplevel)' ============================= test session starts ============================== platform linux -- Python 3.7.5, pytest-4.6.6, py-1.8.0, pluggy-0.12.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/pylint-2.4.4, inifile: pytest.ini collecting ... collected 1334 items / 200 deselected / 1134 selected tests/test_func.py::test_functionality[func_w0233.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_w0401.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_noerror_yield_return_mix.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_module___dict__.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_noerror_builtin_module_test.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_e12xx.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_i0012.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_w0401_disabled_in_func.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_noerror___init___return_from_inner_function.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_e13xx.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_nonregr___file___global.py] PASSED [ 0%] tests/test_func.py::test_functionality[func_noerror_yield_assign_py25.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_noerror_classes_meth_could_be_a_function.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_unused_import_py30.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_loopvar_in_dict_comp_py27.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_w0401_disabled.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_i0014.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_noerror_external_classmethod_crash.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_noerror_mcs_attr_access.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_disable_linebased.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_excess_escapes.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_variables_unused_name_from_wilcard_import.py] PASSED [ 1%] tests/test_func.py::test_functionality[func_noerror_decorator_scope.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_noerror_overloaded_operator.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_w0611.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_w0801.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_nameerror_on_string_substitution.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_w0612.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_dotted_ancestor.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_i0011.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_noerror_classes_protected_member_access.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_noerror_class_attributes.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_w0405.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_e0204.py] PASSED [ 2%] tests/test_func.py::test_functionality[func_noerror_base_init_vars.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_noerror_access_attr_before_def_false_positive.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_noerror_inner_classes.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_noerror_e1101_9588_base_attr_aug_assign.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_i0020.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_noerror_object_as_class_attribute.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_bug113231.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_noerror_property_affectation_py26.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_e0012.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_i0022.py] PASSED [ 3%] tests/test_func.py::test_functionality[func_w0401_package] PASSED [ 3%] tests/test_func.py::test_functionality[func_w0613.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_w0404.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_noerror_lambda_use_before_assign.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_noerror_no_warning_docstring.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_no_dummy_redefined.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_i0013.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_logging_not_lazy_with_logger.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_typecheck_callfunc_assigment.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_first_arg.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_w0406.py] PASSED [ 4%] tests/test_func.py::test_functionality[func_bad_cont_dictcomp_py27.py] PASSED [ 4%] tests/test_functional.py::test_functional[async_functions] PASSED [ 5%] tests/test_functional.py::test_functional[assignment_from_no_return] PASSED [ 5%] tests/test_functional.py::test_functional[assigning_non_slot] PASSED [ 5%] tests/test_functional.py::test_functional[anomalous_unicode_escape_py3] PASSED [ 5%] tests/test_functional.py::test_functional[abstract_class_instantiated_in_class] PASSED [ 5%] tests/test_functional.py::test_functional[abstract_abc_methods] PASSED [ 5%] tests/test_functional.py::test_functional[assignment_from_no_return_py3] PASSED [ 5%] tests/test_functional.py::test_functional[arguments_differ_py3] PASSED [ 5%] tests/test_functional.py::test_functional[abstract_method_py3] PASSED [ 5%] tests/test_functional.py::test_functional[arguments_differ] PASSED [ 5%] tests/test_functional.py::test_functional[arguments_out_of_order] PASSED [ 5%] tests/test_functional.py::test_functional[access_member_before_definition] PASSED [ 5%] tests/test_functional.py::test_functional[abstract_class_instantiated_py3] PASSED [ 6%] tests/test_functional.py::test_functional[assert_on_tuple] PASSED [ 6%] tests/test_functional.py::test_functional[arguments] PASSED [ 6%] tests/test_functional.py::test_functional[attribute_defined_outside_init] PASSED [ 6%] tests/test_functional.py::test_functional[access_to_protected_members] PASSED [ 6%] tests/test_functional.py::test_functional[access_to__name__] PASSED [ 6%] tests/test_functional.py::test_functional[abstract_class_instantiated_py34] PASSED [ 6%] tests/test_functional.py::test_functional[deprecated_methods_py3] SKIPPED [ 6%] tests/test_functional.py::test_functional[duplicate_bases] PASSED [ 6%] tests/test_functional.py::test_functional[deprecated_module_py3] SKIPPED [ 6%] tests/test_functional.py::test_functional[duplicate_string_formatting_argument] PASSED [ 6%] tests/test_functional.py::test_functional[dict_iter_missing_items] PASSED [ 7%] tests/test_functional.py::test_functional[deprecated_methods_py36] PASSED [ 7%] tests/test_functional.py::test_functional[deprecated_module_py4] PASSED [ 7%] tests/test_functional.py::test_functional[disable_wrong_import_order] PASSED [ 7%] tests/test_functional.py::test_functional[duplicate_argument_name] PASSED [ 7%] tests/test_functional.py::test_functional[dangerous_default_value_py30] PASSED [ 7%] tests/test_functional.py::test_functional[duplicate_argument_name_py3] PASSED [ 7%] tests/test_functional.py::test_functional[disable_ungrouped_imports] PASSED [ 7%] tests/test_functional.py::test_functional[disable_wrong_import_position] PASSED [ 7%] tests/test_functional.py::test_functional[docstrings] PASSED [ 7%] tests/test_functional.py::test_functional[deprecated_module_uninstalled] PASSED [ 7%] tests/test_functional.py::test_functional[duplicate_except] PASSED [ 8%] tests/test_functional.py::test_functional[disable_msg_github_issue_1389] PASSED [ 8%] tests/test_functional.py::test_functional[deprecated_method_getmoduleinfo] SKIPPED [ 8%] tests/test_functional.py::test_functional[deprecated_methods_py38] SKIPPED [ 8%] tests/test_functional.py::test_functional[defined_and_used_on_same_line] PASSED [ 8%] tests/test_functional.py::test_functional[deprecated_module_py36] PASSED [ 8%] tests/test_functional.py::test_functional[duplicate_dict_literal_key] PASSED [ 8%] tests/test_functional.py::test_functional[too_many_arguments_issue_1045] PASSED [ 8%] tests/test_functional.py::test_functional[too_many_branches] PASSED [ 8%] tests/test_functional.py::test_functional[too_many_lines] PASSED [ 8%] tests/test_functional.py::test_functional[too_many_return_statements] PASSED [ 8%] tests/test_functional.py::test_functional[too_many_instance_attributes] PASSED [ 8%] tests/test_functional.py::test_functional[too_many_arguments_overload] PASSED [ 9%] tests/test_functional.py::test_functional[too_few_public_methods] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_lines_disabled] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_locals] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_star_expressions] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_boolean_expressions] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_public_methods] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_nested_blocks] PASSED [ 9%] tests/test_functional.py::test_functional[too_few_public_methods_37] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_statements] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_arguments] PASSED [ 9%] tests/test_functional.py::test_functional[too_many_ancestors] PASSED [ 10%] tests/test_functional.py::test_functional[invalid_exceptions_raised] PASSED [ 10%] tests/test_functional.py::test_functional[invalid_all_object] PASSED [ 10%] tests/test_functional.py::test_functional[iterable_context] PASSED [ 10%] tests/test_functional.py::test_functional[implicit_str_concat_in_sequence_utf8] PASSED [ 10%] tests/test_functional.py::test_functional[invalid_sequence_index] PASSED [ 10%] tests/test_functional.py::test_functional[invalid_overridden_method] PASSED [ 10%] tests/test_functional.py::test_functional[invalid_metaclass] PASSED [ 10%] tests/test_functional.py::test_functional[iterable_context_py2] SKIPPED [ 10%] tests/test_functional.py::test_functional[indexing_exception] SKIPPED [ 10%] tests/test_functional.py::test_functional[invalid_slice_index] PASSED [ 10%] tests/test_functional.py::test_functional[import_error] PASSED [ 11%] tests/test_functional.py::test_functional[init_not_called] PASSED [ 11%] tests/test_functional.py::test_functional[inherit_non_class] PASSED [ 11%] tests/test_functional.py::test_functional[inconsistent_returns] PASSED [ 11%] tests/test_functional.py::test_functional[inconsistent_mro] PASSED [ 11%] tests/test_functional.py::test_functional[implicit_str_concat_in_sequence_latin1] PASSED [ 11%] tests/test_functional.py::test_functional[iterable_context_py36] PASSED [ 11%] tests/test_functional.py::test_functional[iterable_context_py3] PASSED [ 11%] tests/test_functional.py::test_functional[invalid_unary_operand_type] PASSED [ 11%] tests/test_functional.py::test_functional[init_subclass_classmethod_py36] PASSED [ 11%] tests/test_functional.py::test_functional[implicit_str_concat_in_sequence_multiline] PASSED [ 11%] tests/test_functional.py::test_functional[invalid_name] PASSED [ 11%] tests/test_functional.py::test_functional[invalid_star_assignment_target] PASSED [ 12%] tests/test_functional.py::test_functional[implicit_str_concat_in_sequence] PASSED [ 12%] tests/test_functional.py::test_functional[invalid_metaclass_py3] PASSED [ 12%] tests/test_functional.py::test_functional[invalid_envvar_value] PASSED [ 12%] tests/test_functional.py::test_functional[invalid_exceptions_caught] PASSED [ 12%] tests/test_functional.py::test_functional[invalid_length_returned] PASSED [ 12%] tests/test_functional.py::test_functional[init_is_generator] PASSED [ 12%] tests/test_functional.py::test_functional[yield_outside_func] PASSED [ 12%] tests/test_functional.py::test_functional[yield_inside_async_function_py36] PASSED [ 12%] tests/test_functional.py::test_functional[yield_from_iterable_py33] PASSED [ 12%] tests/test_functional.py::test_functional[yield_inside_async_function] SKIPPED [ 12%] tests/test_functional.py::test_functional[yield_from_outside_func] PASSED [ 13%] tests/test_functional.py::test_functional[logging_fstring_interpolation_py36] PASSED [ 13%] tests/test_functional.py::test_functional[logging_format_interpolation] PASSED [ 13%] tests/test_functional.py::test_functional[line_too_long_end_of_module] PASSED [ 13%] tests/test_functional.py::test_functional[logging_format_interpolation_py36] PASSED [ 13%] tests/test_functional.py::test_functional[long_lines_with_utf8] PASSED [ 13%] tests/test_functional.py::test_functional[line_endings] PASSED [ 13%] tests/test_functional.py::test_functional[len_checks] PASSED [ 13%] tests/test_functional.py::test_functional[literal_comparison] PASSED [ 13%] tests/test_functional.py::test_functional[lost_exception] PASSED [ 13%] tests/test_functional.py::test_functional[long_utf8_lines] PASSED [ 13%] tests/test_functional.py::test_functional[logging_not_lazy] PASSED [ 14%] tests/test_functional.py::test_functional[line_too_long] PASSED [ 14%] tests/test_functional.py::test_functional[logical_tautology] PASSED [ 14%] tests/test_functional.py::test_functional[keyword_arg_before_vararg] PASSED [ 14%] tests/test_functional.py::test_functional[member_checks_inference_improvements] PASSED [ 14%] tests/test_functional.py::test_functional[missing_module_docstring_disabled] PASSED [ 14%] tests/test_functional.py::test_functional[missing_self_argument] PASSED [ 14%] tests/test_functional.py::test_functional[mapping_context_py2] SKIPPED [ 14%] tests/test_functional.py::test_functional[method_hidden] PASSED [ 14%] tests/test_functional.py::test_functional[misplaced_bare_raise] PASSED [ 14%] tests/test_functional.py::test_functional[member_checks_ignore_none] PASSED [ 14%] tests/test_functional.py::test_functional[membership_protocol_py2] SKIPPED [ 14%] tests/test_functional.py::test_functional[member_checks_opaque] PASSED [ 15%] tests/test_functional.py::test_functional[misplaced_format_function] PASSED [ 15%] tests/test_functional.py::test_functional[membership_protocol_py3] PASSED [ 15%] tests/test_functional.py::test_functional[member_checks_no_hints] PASSED [ 15%] tests/test_functional.py::test_functional[membership_protocol] PASSED [ 15%] tests/test_functional.py::test_functional[missing_final_newline] PASSED [ 15%] tests/test_functional.py::test_functional[multiple_imports] PASSED [ 15%] tests/test_functional.py::test_functional[mixed_indentation] PASSED [ 15%] tests/test_functional.py::test_functional[misplaced_comparison_constant] PASSED [ 15%] tests/test_functional.py::test_functional[member_checks] PASSED [ 15%] tests/test_functional.py::test_functional[member_checks_hints] PASSED [ 15%] tests/test_functional.py::test_functional[missing_docstring] PASSED [ 16%] tests/test_functional.py::test_functional[missing_kwoa_py3] PASSED [ 16%] tests/test_functional.py::test_functional[missing_parentheses_for_call_in_test] PASSED [ 16%] tests/test_functional.py::test_functional[mapping_context_py3] PASSED [ 16%] tests/test_functional.py::test_functional[mapping_context] PASSED [ 16%] tests/test_functional.py::test_functional[member_checks_py37] PASSED [ 16%] tests/test_functional.py::test_functional[messages_managed_by_id] PASSED [ 16%] tests/test_functional.py::test_functional[missing_docstring_new_style] PASSED [ 16%] tests/test_functional.py::test_functional[monkeypatch_method] PASSED [ 16%] tests/test_functional.py::test_functional[misplaced_future] PASSED [ 16%] tests/test_functional.py::test_functional[ternary] PASSED [ 16%] tests/test_functional.py::test_functional[tokenize_error] PASSED [ 17%] tests/test_functional.py::test_functional[tokenize_error_jython] SKIPPED [ 17%] tests/test_functional.py::test_functional[try_except_raise] PASSED [ 17%] tests/test_functional.py::test_functional[typing_use] PASSED [ 17%] tests/test_functional.py::test_functional[trailing_whitespaces] PASSED [ 17%] tests/test_functional.py::test_functional[test_compile] PASSED [ 17%] tests/test_functional.py::test_functional[trailing_newlines] PASSED [ 17%] tests/test_functional.py::test_functional[trailing_comma_tuple] PASSED [ 17%] tests/test_functional.py::test_functional[try_except_raise_crash] PASSED [ 17%] tests/test_functional.py::test_functional[wrong_import_position10] PASSED [ 17%] tests/test_functional.py::test_functional[wrong_import_order2] PASSED [ 17%] tests/test_functional.py::test_functional[wrong_import_position11] PASSED [ 17%] tests/test_functional.py::test_functional[wrong_import_position6] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_order] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_position13] PASSED [ 18%] tests/test_functional.py::test_functional[wildcard_import] PASSED [ 18%] tests/test_functional.py::test_functional[wildcard_import_allowed] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_position14] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_position5] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_position_exclude_dunder_main] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_position2] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_position12] PASSED [ 18%] tests/test_functional.py::test_functional[with_using_generator] PASSED [ 18%] tests/test_functional.py::test_functional[wrong_import_position] PASSED [ 19%] tests/test_functional.py::test_functional[wrong_import_position4] PASSED [ 19%] tests/test_functional.py::test_functional[wrong_import_position8] PASSED [ 19%] tests/test_functional.py::test_functional[wrong_import_position15] PASSED [ 19%] tests/test_functional.py::test_functional[with_used_before_assign] PASSED [ 19%] tests/test_functional.py::test_functional[wrong_import_position3] PASSED [ 19%] tests/test_functional.py::test_functional[wrong_import_position9] PASSED [ 19%] tests/test_functional.py::test_functional[wrong_import_position7] PASSED [ 19%] tests/test_functional.py::test_functional[wrong_exception_operation] PASSED [ 19%] tests/test_functional.py::test_functional[string_formatting] PASSED [ 19%] tests/test_functional.py::test_functional[self_cls_assignment] PASSED [ 19%] tests/test_functional.py::test_functional[star_needs_assignment_target_py35] PASSED [ 20%] tests/test_functional.py::test_functional[suspicious_str_strip_call_py3] PASSED [ 20%] tests/test_functional.py::test_functional[statement_without_effect] PASSED [ 20%] tests/test_functional.py::test_functional[string_formatting_py27] SKIPPED [ 20%] tests/test_functional.py::test_functional[string_formatting_py3] PASSED [ 20%] tests/test_functional.py::test_functional[superfluous_parens] PASSED [ 20%] tests/test_functional.py::test_functional[sys_stream_regression_1004] PASSED [ 20%] tests/test_functional.py::test_functional[string_formatting_failed_inference_py35] PASSED [ 20%] tests/test_functional.py::test_functional[string_formatting_failed_inference] PASSED [ 20%] tests/test_functional.py::test_functional[super_checks] PASSED [ 20%] tests/test_functional.py::test_functional[signature_differs] PASSED [ 20%] tests/test_functional.py::test_functional[star_needs_assignment_target] PASSED [ 20%] tests/test_functional.py::test_functional[singleton_comparison] PASSED [ 21%] tests/test_functional.py::test_functional[singledispatch_functions_py3] PASSED [ 21%] tests/test_functional.py::test_functional[singledispatch_functions] SKIPPED [ 21%] tests/test_functional.py::test_functional[string_formatting_disable] PASSED [ 21%] tests/test_functional.py::test_functional[simplify_chained_comparison] PASSED [ 21%] tests/test_functional.py::test_functional[simplifiable_if_expression] PASSED [ 21%] tests/test_functional.py::test_functional[self_assigning_variable] PASSED [ 21%] tests/test_functional.py::test_functional[statement_without_effect_py36] PASSED [ 21%] tests/test_functional.py::test_functional[subprocess_run_check35] PASSED [ 21%] tests/test_functional.py::test_functional[syntax_error] PASSED [ 21%] tests/test_functional.py::test_functional[suspicious_str_strip_call] SKIPPED [ 21%] tests/test_functional.py::test_functional[simplifiable_if_statement] PASSED [ 22%] tests/test_functional.py::test_functional[stop_iteration_inside_generator] PASSED [ 22%] tests/test_functional.py::test_functional[syntax_error_jython] SKIPPED [ 22%] tests/test_functional.py::test_functional[slots_checks] PASSED [ 22%] tests/test_functional.py::test_functional[socketerror_import] PASSED [ 22%] tests/test_functional.py::test_functional[subprocess_popen_preexec_fn] PASSED [ 22%] tests/test_functional.py::test_functional[unknown_encoding_jython] SKIPPED [ 22%] tests/test_functional.py::test_functional[unused_import_assigned_to] PASSED [ 22%] tests/test_functional.py::test_functional[unused_variable_py36] PASSED [ 22%] tests/test_functional.py::test_functional[unhashable_dict_key] PASSED [ 22%] tests/test_functional.py::test_functional[unused_variable] PASSED [ 22%] tests/test_functional.py::test_functional[unpacking] PASSED [ 23%] tests/test_functional.py::test_functional[unused_typing_imports] PASSED [ 23%] tests/test_functional.py::test_functional[unknown_encoding_py29] SKIPPED [ 23%] tests/test_functional.py::test_functional[used_before_assignment_488] PASSED [ 23%] tests/test_functional.py::test_functional[ungrouped_imports_isort_compatible] PASSED [ 23%] tests/test_functional.py::test_functional[unrecognized_inline_option] PASSED [ 23%] tests/test_functional.py::test_functional[used_before_assignment_issue853] PASSED [ 23%] tests/test_functional.py::test_functional[unreachable] PASSED [ 23%] tests/test_functional.py::test_functional[unneeded_not] PASSED [ 23%] tests/test_functional.py::test_functional[useless_object_inheritance] PASSED [ 23%] tests/test_functional.py::test_functional[useless_return] PASSED [ 23%] tests/test_functional.py::test_functional[uninferable_all_object] PASSED [ 23%] tests/test_functional.py::test_functional[undefined_variable] PASSED [ 24%] tests/test_functional.py::test_functional[unused_argument_py3] PASSED [ 24%] tests/test_functional.py::test_functional[ungrouped_imports] PASSED [ 24%] tests/test_functional.py::test_functional[undefined_variable_py30] PASSED [ 24%] tests/test_functional.py::test_functional[unsupported_delete_operation] PASSED [ 24%] tests/test_functional.py::test_functional[using_constant_test] PASSED [ 24%] tests/test_functional.py::test_functional[unnecessary_lambda] PASSED [ 24%] tests/test_functional.py::test_functional[unused_global_variable2] PASSED [ 24%] tests/test_functional.py::test_functional[unsupported_binary_operation] SKIPPED [ 24%] tests/test_functional.py::test_functional[used_before_assignment_issue1081] PASSED [ 24%] tests/test_functional.py::test_functional[used_prior_global_declaration] PASSED [ 24%] tests/test_functional.py::test_functional[unbalanced_tuple_unpacking_py30] PASSED [ 25%] tests/test_functional.py::test_functional[unbalanced_tuple_unpacking] PASSED [ 25%] tests/test_functional.py::test_functional[unused_import] PASSED [ 25%] tests/test_functional.py::test_functional[unused_global_variable1] PASSED [ 25%] tests/test_functional.py::test_functional[unpacking_non_sequence] PASSED [ 25%] tests/test_functional.py::test_functional[unsupported_assignment_operation] PASSED [ 25%] tests/test_functional.py::test_functional[unsubscriptable_value] PASSED [ 25%] tests/test_functional.py::test_functional[useless-import-alias] PASSED [ 25%] tests/test_functional.py::test_functional[unpacking_generalizations] PASSED [ 25%] tests/test_functional.py::test_functional[unpacked_exceptions] SKIPPED [ 25%] tests/test_functional.py::test_functional[unnecessary_comprehension] PASSED [ 25%] tests/test_functional.py::test_functional[undefined_loop_variable] PASSED [ 26%] tests/test_functional.py::test_functional[useless_super_delegation] PASSED [ 26%] tests/test_functional.py::test_functional[unexpected_special_method_signature] PASSED [ 26%] tests/test_functional.py::test_functional[unused_global_variable3] PASSED [ 26%] tests/test_functional.py::test_functional[useless_super_delegation_py3] PASSED [ 26%] tests/test_functional.py::test_functional[unnecessary_pass] PASSED [ 26%] tests/test_functional.py::test_functional[useless_super_delegation_py35] PASSED [ 26%] tests/test_functional.py::test_functional[used_before_assignment_nonlocal] PASSED [ 26%] tests/test_functional.py::test_functional[useless_else_on_loop] PASSED [ 26%] tests/test_functional.py::test_functional[unidiomatic_typecheck] PASSED [ 26%] tests/test_functional.py::test_functional[unused_argument] PASSED [ 26%] tests/test_functional.py::test_functional[unsubscriptable_value_py37] PASSED [ 26%] tests/test_functional.py::test_functional[unused_global_variable4] PASSED [ 27%] tests/test_functional.py::test_functional[globals] PASSED [ 27%] tests/test_functional.py::test_functional[genexpr_variable_scope] PASSED [ 27%] tests/test_functional.py::test_functional[genexp_in_class_scope] PASSED [ 27%] tests/test_functional.py::test_functional[generated_members] PASSED [ 27%] tests/test_functional.py::test_functional[formatted_string_literal_with_if_py36] PASSED [ 27%] tests/test_functional.py::test_functional[future_unicode_literals] PASSED [ 27%] tests/test_functional.py::test_functional[fallback_import_disabled] PASSED [ 27%] tests/test_functional.py::test_functional[function_redefined_2540] PASSED [ 27%] tests/test_functional.py::test_functional[future_import] PASSED [ 27%] tests/test_functional.py::test_functional[fallback_import_enabled] PASSED [ 27%] tests/test_functional.py::test_functional[fixme_bad_formatting_1139] PASSED [ 28%] tests/test_functional.py::test_functional[function_redefined] PASSED [ 28%] tests/test_functional.py::test_functional[fixme] PASSED [ 28%] tests/test_functional.py::test_functional[old_division_manually] PASSED [ 28%] tests/test_functional.py::test_functional[old_division_floats] PASSED [ 28%] tests/test_functional.py::test_functional[recursion_error_crash_astroid_623] PASSED [ 28%] tests/test_functional.py::test_functional[recursion_regression_2960] PASSED [ 28%] tests/test_functional.py::test_functional[redeclared_assigned_name] PASSED [ 28%] tests/test_functional.py::test_functional[recursion_error_crash] PASSED [ 28%] tests/test_functional.py::test_functional[recursion_error_2667] PASSED [ 28%] tests/test_functional.py::test_functional[reused_outer_loop_variable_py3] PASSED [ 28%] tests/test_functional.py::test_functional[redefined_builtin] PASSED [ 29%] tests/test_functional.py::test_functional[reused_outer_loop_variable] PASSED [ 29%] tests/test_functional.py::test_functional[redefined_argument_from_local] PASSED [ 29%] tests/test_functional.py::test_functional[redefined_outer_name_type_checking] PASSED [ 29%] tests/test_functional.py::test_functional[recursion_error_2836] PASSED [ 29%] tests/test_functional.py::test_functional[recursion_error_940] PASSED [ 29%] tests/test_functional.py::test_functional[return_outside_function] PASSED [ 29%] tests/test_functional.py::test_functional[regression_2443_duplicate_bases] PASSED [ 29%] tests/test_functional.py::test_functional[redundant_unittest_assert] PASSED [ 29%] tests/test_functional.py::test_functional[raising_format_tuple] PASSED [ 29%] tests/test_functional.py::test_functional[recursion_error_crash_2683] PASSED [ 29%] tests/test_functional.py::test_functional[return_in_init] PASSED [ 29%] tests/test_functional.py::test_functional[recursion_error_2906] PASSED [ 30%] tests/test_functional.py::test_functional[recursion_error_2861] PASSED [ 30%] tests/test_functional.py::test_functional[regression_2937_ifexp] PASSED [ 30%] tests/test_functional.py::test_functional[regression_1326_crash_uninferable] PASSED [ 30%] tests/test_functional.py::test_functional[regression_no_value_for_parameter] PASSED [ 30%] tests/test_functional.py::test_functional[repeated_keyword] PASSED [ 30%] tests/test_functional.py::test_functional[recursion_error_2899] PASSED [ 30%] tests/test_functional.py::test_functional[raising_self] PASSED [ 30%] tests/test_functional.py::test_functional[regression_3091] PASSED [ 30%] tests/test_functional.py::test_functional[reimported] PASSED [ 30%] tests/test_functional.py::test_functional[raising_non_exception_py3] PASSED [ 30%] tests/test_functional.py::test_functional[exception_is_binary_op] PASSED [ 31%] tests/test_functional.py::test_functional[exec_used_py3] PASSED [ 31%] tests/test_functional.py::test_functional[exec_used_py2] SKIPPED [ 31%] tests/test_functional.py::test_functional[exception_message] SKIPPED [ 31%] tests/test_functional.py::test_functional[eval_used] PASSED [ 31%] tests/test_functional.py::test_functional[namePresetCamelCase] PASSED [ 31%] tests/test_functional.py::test_functional[not_context_manager] PASSED [ 31%] tests/test_functional.py::test_functional[no_method_argument_py38] SKIPPED [ 31%] tests/test_functional.py::test_functional[not_async_context_manager] PASSED [ 31%] tests/test_functional.py::test_functional[no_name_in_module] PASSED [ 31%] tests/test_functional.py::test_functional[no_self_argument_py37] PASSED [ 31%] tests/test_functional.py::test_functional[no_else_raise] PASSED [ 32%] tests/test_functional.py::test_functional[non_iterator_returned] PASSED [ 32%] tests/test_functional.py::test_functional[name_preset_snake_case] PASSED [ 32%] tests/test_functional.py::test_functional[not_callable] PASSED [ 32%] tests/test_functional.py::test_functional[nested_func_defined_in_loop] PASSED [ 32%] tests/test_functional.py::test_functional[namedtuple_member_inference] PASSED [ 32%] tests/test_functional.py::test_functional[no_staticmethod_decorator] PASSED [ 32%] tests/test_functional.py::test_functional[no_else_return] PASSED [ 32%] tests/test_functional.py::test_functional[nonexistent_operator] PASSED [ 32%] tests/test_functional.py::test_functional[nonlocal_without_binding] PASSED [ 32%] tests/test_functional.py::test_functional[no_self_use] PASSED [ 32%] tests/test_functional.py::test_functional[name_styles] PASSED [ 32%] tests/test_functional.py::test_functional[nonlocal_and_global] PASSED [ 33%] tests/test_functional.py::test_functional[no_classmethod_decorator] PASSED [ 33%] tests/test_functional.py::test_functional[not_async_context_manager_py37] PASSED [ 33%] tests/test_functional.py::test_functional[nested_blocks_issue1088] PASSED [ 33%] tests/test_functional.py::test_functional[not_in_loop] PASSED [ 33%] tests/test_functional.py::test_functional[none_dunder_protocols_py36] PASSED [ 33%] tests/test_functional.py::test_functional[no_else_break] PASSED [ 33%] tests/test_functional.py::test_functional[names_in__all__] PASSED [ 33%] tests/test_functional.py::test_functional[no_else_continue] PASSED [ 33%] tests/test_functional.py::test_functional[no_self_use_py3] PASSED [ 33%] tests/test_functional.py::test_functional[comparison_with_callable] PASSED [ 33%] tests/test_functional.py::test_functional[consider_using_sys_exit_local_scope] PASSED [ 34%] tests/test_functional.py::test_functional[consider_using_sys_exit] PASSED [ 34%] tests/test_functional.py::test_functional[class_scope] PASSED [ 34%] tests/test_functional.py::test_functional[continue_in_finally] PASSED [ 34%] tests/test_functional.py::test_functional[consider_merging_isinstance] PASSED [ 34%] tests/test_functional.py::test_functional[confusing_with_statement] PASSED [ 34%] tests/test_functional.py::test_functional[class_variable_slots_conflict_exempted] PASSED [ 34%] tests/test_functional.py::test_functional[consider_using_enumerate] PASSED [ 34%] tests/test_functional.py::test_functional[consider_using_set_comprehension] PASSED [ 34%] tests/test_functional.py::test_functional[consider_using_in] PASSED [ 34%] tests/test_functional.py::test_functional[control_pragmas] PASSED [ 34%] tests/test_functional.py::test_functional[class_members_py30] PASSED [ 35%] tests/test_functional.py::test_functional[consider_using_get] PASSED [ 35%] tests/test_functional.py::test_functional[consider_swap_variables] PASSED [ 35%] tests/test_functional.py::test_functional[consider_using_dict_comprehension] PASSED [ 35%] tests/test_functional.py::test_functional[crash_missing_module_type] PASSED [ 35%] tests/test_functional.py::test_functional[class_members_py36] PASSED [ 35%] tests/test_functional.py::test_functional[consider_join] PASSED [ 35%] tests/test_functional.py::test_functional[consider_using_sys_exit_exempted] PASSED [ 35%] tests/test_functional.py::test_functional[consider_iterating_dictionary] PASSED [ 35%] tests/test_functional.py::test_functional[confidence_filter] PASSED [ 35%] tests/test_functional.py::test_functional[cellvar_escaping_loop] PASSED [ 35%] tests/test_functional.py::test_functional[ctor_arguments] PASSED [ 35%] tests/test_functional.py::test_functional[bare_except] PASSED [ 36%] tests/test_functional.py::test_functional[bad_inline_option] PASSED [ 36%] tests/test_functional.py::test_functional[bad_whitespace] PASSED [ 36%] tests/test_functional.py::test_functional[bad_continuation_py36] PASSED [ 36%] tests/test_functional.py::test_functional[bad_staticmethod_argument] PASSED [ 36%] tests/test_functional.py::test_functional[bad_exception_context] PASSED [ 36%] tests/test_functional.py::test_functional[bad_thread_instantiation] PASSED [ 36%] tests/test_functional.py::test_functional[bad_reversed_sequence] PASSED [ 36%] tests/test_functional.py::test_functional[bad_continuation_tabs] PASSED [ 36%] tests/test_functional.py::test_functional[boolean_datetime] SKIPPED [ 36%] tests/test_functional.py::test_functional[bad_except_order] PASSED [ 36%] tests/test_functional.py::test_functional[bad_continuation] PASSED [ 37%] tests/test_functional.py::test_functional[bad_open_mode_py3] PASSED [ 37%] tests/test_functional.py::test_functional[bad_indentation] PASSED [ 37%] tests/test_functional.py::test_functional[bugfix_local_scope_metaclass_1177] PASSED [ 37%] tests/test_functional.py::test_functional[blacklisted_name] PASSED [ 37%] tests/test_functional.py::test_functional[broad_except] PASSED [ 37%] tests/test_functional.py::test_functional[postponed_evaluation_activated] PASSED [ 37%] tests/test_functional.py::test_functional[protocol_classes] SKIPPED [ 37%] tests/test_functional.py::test_functional[preferred_module] PASSED [ 37%] tests/test_functional.py::test_functional[print_always_warns] SKIPPED [ 37%] tests/test_functional.py::test_functional[protected_access_access_different_scopes] PASSED [ 37%] tests/test_functional.py::test_functional[property_with_parameters] PASSED [ 38%] tests/test_functional.py::test_functional[pragma_after_backslash] PASSED [ 38%] tests/test_functional.py::test_functional[postponed_evaluation_not_activated] PASSED [ 38%] tests/test_import_graph.py::test_dependencies_graph PASSED [ 38%] tests/test_import_graph.py::test_checker_dep_graphs PASSED [ 38%] tests/test_regr.py::test_package[package.__init__-] PASSED [ 38%] tests/test_regr.py::test_package[precedence_test-] PASSED [ 38%] tests/test_regr.py::test_package[import_package_subpackage_module-] PASSED [ 38%] tests/test_regr.py::test_package[pylint.checkers.__init__-] PASSED [ 38%] tests/test_regr.py::test_package[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/classdoc_usage.py-] PASSED [ 38%] tests/test_regr.py::test_package[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/module_global.py-] PASSED [ 38%] tests/test_regr.py::test_package[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/decimal_inference.py-] PASSED [ 38%] tests/test_regr.py::test_package[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/absimp/string.py-] PASSED [ 39%] tests/test_regr.py::test_package[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/bad_package-] PASSED [ 39%] tests/test_regr.py::test_crash[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/import_assign.py] PASSED [ 39%] tests/test_regr.py::test_crash[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/special_attr_scope_lookup_crash.py] PASSED [ 39%] tests/test_regr.py::test_crash[/builddir/build/BUILD/pylint-2.4.4/tests/regrtest_data/try_finally_disable_msg_crash] PASSED [ 39%] tests/test_regr.py::test_descriptor_crash[application_crash.py] PASSED [ 39%] tests/test_regr.py::test_descriptor_crash[special_attr_scope_lookup_crash.py] PASSED [ 39%] tests/test_regr.py::test_descriptor_crash[try_finally_disable_msg_crash.py] PASSED [ 39%] tests/test_regr.py::test_descriptor_crash[descriptor_crash.py] PASSED [ 39%] tests/test_regr.py::test_check_package___init__ PASSED [ 39%] tests/test_regr.py::test_pylint_config_attr PASSED [ 39%] tests/test_self.py::TestRunTC::test_pkginfo PASSED [ 40%] tests/test_self.py::TestRunTC::test_all PASSED [ 40%] tests/test_self.py::TestRunTC::test_no_ext_file PASSED [ 40%] tests/test_self.py::TestRunTC::test_w0704_ignored PASSED [ 40%] tests/test_self.py::TestRunTC::test_exit_zero PASSED [ 40%] tests/test_self.py::TestRunTC::test_generate_config_option PASSED [ 40%] tests/test_self.py::TestRunTC::test_generate_config_option_order PASSED [ 40%] tests/test_self.py::TestRunTC::test_generate_config_disable_symbolic_names PASSED [ 40%] tests/test_self.py::TestRunTC::test_generate_rcfile_no_obsolete_methods PASSED [ 40%] tests/test_self.py::TestRunTC::test_inexisting_rcfile PASSED [ 40%] tests/test_self.py::TestRunTC::test_help_message_option PASSED [ 40%] tests/test_self.py::TestRunTC::test_error_help_message_option PASSED [ 41%] tests/test_self.py::TestRunTC::test_error_missing_arguments PASSED [ 41%] tests/test_self.py::TestRunTC::test_no_out_encoding PASSED [ 41%] tests/test_self.py::TestRunTC::test_parallel_execution PASSED [ 41%] tests/test_self.py::TestRunTC::test_parallel_execution_missing_arguments PASSED [ 41%] tests/test_self.py::TestRunTC::test_py3k_option PASSED [ 41%] tests/test_self.py::TestRunTC::test_py3k_jobs_option PASSED [ 41%] tests/test_self.py::TestRunTC::test_abbreviations_are_not_supported PASSED [ 41%] tests/test_self.py::TestRunTC::test_enable_all_works PASSED [ 41%] tests/test_self.py::TestRunTC::test_wrong_import_position_when_others_disabled PASSED [ 41%] tests/test_self.py::TestRunTC::test_import_itself_not_accounted_for_relative_imports PASSED [ 41%] tests/test_self.py::TestRunTC::test_reject_empty_indent_strings PASSED [ 41%] tests/test_self.py::TestRunTC::test_json_report_when_file_has_syntax_error PASSED [ 42%] tests/test_self.py::TestRunTC::test_json_report_when_file_is_missing PASSED [ 42%] tests/test_self.py::TestRunTC::test_json_report_does_not_escape_quotes PASSED [ 42%] tests/test_self.py::TestRunTC::test_information_category_disabled_by_default PASSED [ 42%] tests/test_self.py::TestRunTC::test_error_mode_shows_no_score PASSED [ 42%] tests/test_self.py::TestRunTC::test_evaluation_score_shown_by_default PASSED [ 42%] tests/test_self.py::TestRunTC::test_confidence_levels PASSED [ 42%] tests/test_self.py::TestRunTC::test_bom_marker PASSED [ 42%] tests/test_self.py::TestRunTC::test_pylintrc_plugin_duplicate_options PASSED [ 42%] tests/test_self.py::TestRunTC::test_pylintrc_comments_in_values PASSED [ 42%] tests/test_self.py::TestRunTC::test_no_crash_with_formatting_regex_defaults PASSED [ 42%] tests/test_self.py::TestRunTC::test_getdefaultencoding_crashes_with_lc_ctype_utf8 PASSED [ 43%] tests/test_self.py::TestRunTC::test_parseable_file_path PASSED [ 43%] tests/test_self.py::TestRunTC::test_stdin[/builddir/build/BUILD/pylint-2.4.4/tests/mymodule.py-mymodule-/builddir/build/BUILD/pylint-2.4.4/tests/mymodule.py] PASSED [ 43%] tests/test_self.py::TestRunTC::test_stdin[mymodule.py-mymodule-mymodule.py] PASSED [ 43%] tests/test_self.py::TestRunTC::test_stdin_missing_modulename PASSED [ 43%] tests/test_self.py::TestRunTC::test_relative_imports[False] PASSED [ 43%] tests/test_self.py::TestRunTC::test_relative_imports[True] PASSED [ 43%] tests/test_self.py::TestRunTC::test_version PASSED [ 43%] tests/unittest_checker_base.py::TestDocstring::test_missing_docstring_module PASSED [ 43%] tests/unittest_checker_base.py::TestDocstring::test_missing_docstring_empty_module PASSED [ 43%] tests/unittest_checker_base.py::TestDocstring::test_empty_docstring_module PASSED [ 43%] tests/unittest_checker_base.py::TestDocstring::test_empty_docstring_function PASSED [ 44%] tests/unittest_checker_base.py::TestDocstring::test_short_function_no_docstring PASSED [ 44%] tests/unittest_checker_base.py::TestDocstring::test_long_function_no_docstring PASSED [ 44%] tests/unittest_checker_base.py::TestDocstring::test_long_function_nested_statements_no_docstring PASSED [ 44%] tests/unittest_checker_base.py::TestDocstring::test_function_no_docstring_by_name PASSED [ 44%] tests/unittest_checker_base.py::TestDocstring::test_class_no_docstring PASSED [ 44%] tests/unittest_checker_base.py::TestDocstring::test_inner_function_no_docstring PASSED [ 44%] tests/unittest_checker_base.py::TestNameChecker::test_property_names PASSED [ 44%] tests/unittest_checker_base.py::TestNameChecker::test_property_setters PASSED [ 44%] tests/unittest_checker_base.py::TestNameChecker::test_module_level_names PASSED [ 44%] tests/unittest_checker_base.py::TestNameChecker::test_assign_to_new_keyword_py3 SKIPPED [ 44%] tests/unittest_checker_base.py::TestMultiNamingStyle::test_multi_name_detection_majority PASSED [ 44%] tests/unittest_checker_base.py::TestMultiNamingStyle::test_multi_name_detection_first_invalid PASSED [ 45%] tests/unittest_checker_base.py::TestMultiNamingStyle::test_multi_name_detection_group PASSED [ 45%] tests/unittest_checker_base.py::TestMultiNamingStyle::test_multi_name_detection_exempt PASSED [ 45%] tests/unittest_checker_base.py::TestComparison::test_comparison PASSED [ 45%] tests/unittest_checker_base.py::TestNamePresets::test_camel_case PASSED [ 45%] tests/unittest_checker_base.py::TestNamePresets::test_pascal_case PASSED [ 45%] tests/unittest_checker_base.py::TestNamePresets::test_snake_case PASSED [ 45%] tests/unittest_checker_base.py::TestNamePresets::test_upper_case PASSED [ 45%] tests/unittest_checker_base.py::TestBaseChecker::test_doc PASSED [ 45%] tests/unittest_checker_classes.py::TestVariablesChecker::test_bitbucket_issue_164 PASSED [ 45%] tests/unittest_checker_classes.py::TestVariablesChecker::test_exclude_protected PASSED [ 45%] tests/unittest_checker_classes.py::TestVariablesChecker::test_regression_non_parent_init_called_tracemalloc PASSED [ 46%] tests/unittest_checker_classes.py::TestVariablesChecker::test_super_init_not_called_regression PASSED [ 46%] tests/unittest_checker_classes.py::TestVariablesChecker::test_uninferable_attribute PASSED [ 46%] tests/unittest_checker_exceptions.py::TestExceptionsChecker::test_raising_bad_type_python3 PASSED [ 46%] tests/unittest_checker_exceptions.py::TestExceptionsChecker::test_bad_exception_context_function PASSED [ 46%] tests/unittest_checker_format.py::TestMultiStatementLine::testSingleLineIfStmts PASSED [ 46%] tests/unittest_checker_format.py::TestMultiStatementLine::testSingleLineClassStmts PASSED [ 46%] tests/unittest_checker_format.py::TestMultiStatementLine::testTryExceptFinallyNoMultipleStatement PASSED [ 46%] tests/unittest_checker_format.py::TestSuperfluousParentheses::testCheckKeywordParensHandlesValidCases PASSED [ 46%] tests/unittest_checker_format.py::TestSuperfluousParentheses::testCheckKeywordParensHandlesUnnecessaryParens PASSED [ 46%] tests/unittest_checker_format.py::TestSuperfluousParentheses::testCheckIfArgsAreNotUnicode PASSED [ 46%] tests/unittest_checker_format.py::TestSuperfluousParentheses::testFuturePrintStatementWithoutParensWarning PASSED [ 47%] tests/unittest_checker_format.py::TestSuperfluousParentheses::testKeywordParensFalsePositive PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testParenthesesGood PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testParenthesesBad PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testTrailingCommaGood PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testTrailingCommaBad PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testComma PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testSpacesAllowedInsideSlices PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testKeywordSpacingGood PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testKeywordSpacingBad PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testOperatorSpacingGood PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testOperatorSpacingBad PASSED [ 47%] tests/unittest_checker_format.py::TestCheckSpace::testValidTypingAnnotationEllipses PASSED [ 48%] tests/unittest_checker_format.py::TestCheckSpace::testEmptyLines PASSED [ 48%] tests/unittest_checker_format.py::TestCheckSpace::test_encoding_token PASSED [ 48%] tests/unittest_checker_format.py::test_disable_global_option_end_of_line PASSED [ 48%] tests/unittest_checker_imports.py::TestImportsChecker::test_import_error_skipped PASSED [ 48%] tests/unittest_checker_imports.py::TestImportsChecker::test_reimported_same_line PASSED [ 48%] tests/unittest_checker_imports.py::TestImportsChecker::test_relative_beyond_top_level PASSED [ 48%] tests/unittest_checker_imports.py::TestImportsChecker::test_wildcard_import_init PASSED [ 48%] tests/unittest_checker_imports.py::TestImportsChecker::test_wildcard_import_non_init PASSED [ 48%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_detects_standard_logging_module PASSED [ 48%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_dont_crash_on_invalid_format_string PASSED [ 48%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_detects_renamed_standard_logging_module PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_nonstandard_logging_module PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_brace_format_style_matching_arguments PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_brace_format_style_too_few_args PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_brace_format_style_not_enough_arguments PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_fstr_not_new_format_style_matching_arguments PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_modulo_not_fstr_format_style_matching_arguments PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_brace_not_fstr_format_style_matching_arguments PASSED [ 49%] tests/unittest_checker_logging.py::TestLoggingModuleDetection::test_fstr_format_style_matching_arguments PASSED [ 49%] tests/unittest_checker_misc.py::TestFixme::test_fixme_with_message PASSED [ 49%] tests/unittest_checker_misc.py::TestFixme::test_todo_without_message PASSED [ 49%] tests/unittest_checker_misc.py::TestFixme::test_xxx_without_space PASSED [ 50%] tests/unittest_checker_misc.py::TestFixme::test_xxx_middle PASSED [ 50%] tests/unittest_checker_misc.py::TestFixme::test_without_space_fixme PASSED [ 50%] tests/unittest_checker_misc.py::TestFixme::test_absent_codetag PASSED [ 50%] tests/unittest_checker_misc.py::TestFixme::test_other_present_codetag PASSED [ 50%] tests/unittest_checker_misc.py::TestFixme::test_issue_2321_should_not_trigger PASSED [ 50%] tests/unittest_checker_misc.py::TestFixme::test_issue_2321_should_trigger PASSED [ 50%] tests/unittest_checker_misc.py::TestFixme::test_dont_trigger_on_todoist PASSED [ 50%] tests/unittest_checker_python3.py::TestPython3Checker::test_dict_subclasses_methods_in_iterating_context PASSED [ 50%] tests/unittest_checker_python3.py::TestPython3Checker::test_dict_methods_in_iterating_context PASSED [ 50%] tests/unittest_checker_python3.py::TestPython3Checker::test_map_in_iterating_context PASSED [ 50%] tests/unittest_checker_python3.py::TestPython3Checker::test_zip_in_iterating_context PASSED [ 50%] tests/unittest_checker_python3.py::TestPython3Checker::test_range_in_iterating_context PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_filter_in_iterating_context PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_delslice_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_getslice_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_setslice_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_coerce_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_oct_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_hex_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_nonzero_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_cmp_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_div_method PASSED [ 51%] tests/unittest_checker_python3.py::TestPython3Checker::test_idiv_method PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_rdiv_method PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_eq_and_hash_method PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_eq_and_hash_is_none PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_eq_without_hash_method PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_relative_import PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_relative_from_import PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_absolute_import PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_import_star_module_level PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_division PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_division_with_future_statement PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_floor_division PASSED [ 52%] tests/unittest_checker_python3.py::TestPython3Checker::test_division_by_float PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_division_different_types PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_dict_iter_method PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_dict_iter_method_on_dict PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_dict_not_iter_method PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_dict_view_method PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_dict_viewkeys PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_next_method PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_not_next_method PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_metaclass_assignment PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_metaclass_global_assignment PASSED [ 53%] tests/unittest_checker_python3.py::TestPython3Checker::test_xreadlines_attribute PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_exception_message_attribute PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_normal_message_attribute PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_invalid_codec PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_valid_codec PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_visit_call_with_kwarg PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_invalid_open_codec PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_valid_open_codec PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_using_cmp_argument PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_sys_maxint PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_itertools_izip PASSED [ 54%] tests/unittest_checker_python3.py::TestPython3Checker::test_deprecated_types_fields PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_sys_maxint_imort_from PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_object_maxint PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import_turtle PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import_dbm PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import_conditional PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import_try_except_handler PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import_try PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import_try_finally PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_import_from PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_string_attribute PASSED [ 55%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_operator_attribute PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_comprehension_escape PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_comprehension_escape_newly_introduced PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_exception_escape PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_sys_attribute PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_urllib_attribute PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_ok_string_attribute PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_string_call PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_ok_shadowed_call PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_ok_string_call PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_string_import_from PASSED [ 56%] tests/unittest_checker_python3.py::TestPython3Checker::test_ok_string_import_from PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_str_translate_call_string_literal PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_str_translate_call_variable PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_bad_str_translate_call_infer_str PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_ok_str_translate_call_integer PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_ok_str_translate_call_keyword PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_ok_str_translate_call_not_str PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_non_py2_conditional PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_six_conditional PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_versioninfo_conditional PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_versioninfo_tuple_conditional PASSED [ 57%] tests/unittest_checker_python3.py::TestPython3Checker::test_six_ifexp_conditional PASSED [ 58%] tests/unittest_checker_python3.py::TestPython3Checker::test_next_defined PASSED [ 58%] tests/unittest_checker_python3.py::TestPython3Checker::test_next_defined_too_many_args PASSED [ 58%] tests/unittest_checker_python3.py::TestPython3Checker::test_next_defined_static_method_too_many_args PASSED [ 58%] tests/unittest_checker_python3.py::TestPython3Checker::test_next_defined_static_method PASSED [ 58%] tests/unittest_checker_python3.py::TestPython3Checker::test_next_defined_class_method PASSED [ 58%] tests/unittest_checker_similar.py::test_ignore_comments PASSED [ 58%] tests/unittest_checker_similar.py::test_ignore_docsrings PASSED [ 58%] tests/unittest_checker_similar.py::test_ignore_imports PASSED [ 58%] tests/unittest_checker_similar.py::test_multiline_imports PASSED [ 58%] tests/unittest_checker_similar.py::test_ignore_multiline_imports PASSED [ 58%] tests/unittest_checker_similar.py::test_no_hide_code_with_imports PASSED [ 58%] tests/unittest_checker_similar.py::test_ignore_nothing PASSED [ 59%] tests/unittest_checker_similar.py::test_help PASSED [ 59%] tests/unittest_checker_similar.py::test_no_args PASSED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_check_bad_coment SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_check_bad_coment_custom_suggestion_count SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_check_bad_docstring SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_invalid_docstring_characters SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_shebangs SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_python_coding_comments SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_top_level_pylint_enable_disable_comments SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_words_with_numbers SKIPPED [ 59%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_wiki_words SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_camel_cased_words SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_words_with_underscores SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_email_address SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_urls SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_skip_sphinx_directives SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_handle_words_joined_by_forward_slash SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_more_than_one_error_in_same_line_for_same_word_on_docstring SKIPPED [ 60%] tests/unittest_checker_spelling.py::TestSpellingChecker::test_more_than_one_error_in_same_line_for_same_word_on_comment SKIPPED [ 60%] tests/unittest_checker_stdlib.py::TestStdlibChecker::test_deprecated_no_qname_on_unexpected_nodes PASSED [ 60%] tests/unittest_checker_stdlib.py::TestStdlibChecker::test_copy_environ PASSED [ 60%] tests/unittest_checker_stdlib.py::TestStdlibChecker::test_copy_environ_hidden PASSED [ 61%] tests/unittest_checker_stdlib.py::TestStdlibChecker::test_copy_dict PASSED [ 61%] tests/unittest_checker_stdlib.py::TestStdlibChecker::test_copy_uninferable PASSED [ 61%] tests/unittest_checker_stdlib.py::TestStdlibChecker::test_deepcopy_environ PASSED [ 61%] tests/unittest_checker_strings.py::TestStringChecker::test_format_bytes PASSED [ 61%] tests/unittest_checker_strings.py::TestStringChecker::test_format_types PASSED [ 61%] tests/unittest_checker_strings.py::TestStringChecker::test_str_eval PASSED [ 61%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_no_member_in_getattr PASSED [ 61%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_no_member_in_getattr_ignored PASSED [ 61%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_ignored_modules_invalid_pattern PASSED [ 61%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_ignored_modules_root_one_applies_as_well PASSED [ 61%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_ignored_modules_patterns PASSED [ 61%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_ignored_classes_no_recursive_pattern PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_ignored_classes_qualified_name PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_ignored_classes_only_name PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg SKIPPED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg SKIPPED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_custom_context_manager PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_invalid_metaclass PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_invalid_metaclass_function_metaclasses PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_typing_namedtuple_not_callable_issue1295 PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_typing_namedtuple_unsubscriptable_object_issue1295 PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_staticmethod_multiprocessing_call PASSED [ 62%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_not_callable_uninferable_property PASSED [ 63%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_descriptor_call PASSED [ 63%] tests/unittest_checker_typecheck.py::TestTypeChecker::test_unknown_parent PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_bitbucket_issue_78 PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_no_name_in_module_skipped PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_all_elements_without_parent PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_redefined_builtin_ignored PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_redefined_builtin_custom_modules PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_redefined_builtin_modname_not_ignored PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_redefined_builtin_in_function PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesChecker::test_unassigned_global PASSED [ 63%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_custom_callback_string PASSED [ 64%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_redefined_builtin_modname_not_ignored PASSED [ 64%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_redefined_builtin_in_function PASSED [ 64%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_import_as_underscore PASSED [ 64%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_lambda_in_classdef PASSED [ 64%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_nested_lambda PASSED [ 64%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_ignored_argument_names_no_message PASSED [ 64%] tests/unittest_checker_variables.py::TestVariablesCheckerWithTearDown::test_ignored_argument_names_starred_args PASSED [ 64%] tests/unittest_checker_variables.py::TestMissingSubmodule::test_package_all PASSED [ 64%] tests/unittest_checkers_utils.py::testIsBuiltin[min-True] PASSED [ 64%] tests/unittest_checkers_utils.py::testIsBuiltin[__builtins__-True] PASSED [ 64%] tests/unittest_checkers_utils.py::testIsBuiltin[__path__-False] PASSED [ 64%] tests/unittest_checkers_utils.py::testIsBuiltin[__file__-False] PASSED [ 65%] tests/unittest_checkers_utils.py::testIsBuiltin[whatever-False] PASSED [ 65%] tests/unittest_checkers_utils.py::testIsBuiltin[mybuiltin-False] PASSED [ 65%] tests/unittest_checkers_utils.py::testGetArgumentFromCallError[foo(3)-kw0] PASSED [ 65%] tests/unittest_checkers_utils.py::testGetArgumentFromCallError[foo(one=a, two=b, three=c)-kw1] PASSED [ 65%] tests/unittest_checkers_utils.py::testGetArgumentFromCallExists[foo(bar=3)-kw0] PASSED [ 65%] tests/unittest_checkers_utils.py::testGetArgumentFromCallExists[foo(a, b, c)-kw1] PASSED [ 65%] tests/unittest_checkers_utils.py::testGetArgumentFromCall PASSED [ 65%] tests/unittest_checkers_utils.py::test_error_of_type PASSED [ 65%] tests/unittest_checkers_utils.py::test_node_ignores_exception PASSED [ 65%] tests/unittest_checkers_utils.py::test_is_subclass_of_node_b_derived_from_node_a PASSED [ 65%] tests/unittest_checkers_utils.py::test_is_subclass_of_node_b_not_derived_from_node_a PASSED [ 66%] tests/unittest_checkers_utils.py::test_is_subclass_of_not_classdefs PASSED [ 66%] tests/unittest_checkers_utils.py::test_parse_format_method_string PASSED [ 66%] tests/unittest_checkers_utils.py::test_inherit_from_std_ex_recursive_definition PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_simple PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_if_simple PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_if_elseif_else PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_while PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_while_else PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_for PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_for_else PASSED [ 66%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_try PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_try_except_else PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_try_except_finally PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_try_except_else_finally PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_with PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_method PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_decorator PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_class PASSED [ 67%] tests/unittest_checkers_utils.py::TestGetNodeLastLineno::test_get_node_last_lineno_combined PASSED [ 67%] tests/unittest_config.py::test__regexp_validator_valid PASSED [ 67%] tests/unittest_config.py::test__regexp_validator_invalid PASSED [ 67%] tests/unittest_config.py::test__csv_validator_no_spaces PASSED [ 67%] tests/unittest_config.py::test__csv_validator_spaces PASSED [ 68%] tests/unittest_config.py::test__regexp_csv_validator_valid PASSED [ 68%] tests/unittest_config.py::test__regexp_csv_validator_invalid PASSED [ 68%] tests/unittest_lint.py::test_no_args PASSED [ 68%] tests/unittest_lint.py::test_one_arg[case0] PASSED [ 68%] tests/unittest_lint.py::test_one_arg[case1] PASSED [ 68%] tests/unittest_lint.py::test_one_arg[case2] PASSED [ 68%] tests/unittest_lint.py::test_one_arg[case3] PASSED [ 68%] tests/unittest_lint.py::test_one_arg[case4] PASSED [ 68%] tests/unittest_lint.py::test_two_similar_args[case0] PASSED [ 68%] tests/unittest_lint.py::test_two_similar_args[case1] PASSED [ 68%] tests/unittest_lint.py::test_two_similar_args[case2] PASSED [ 69%] tests/unittest_lint.py::test_two_similar_args[case3] PASSED [ 69%] tests/unittest_lint.py::test_more_args[case0] PASSED [ 69%] tests/unittest_lint.py::test_more_args[case1] PASSED [ 69%] tests/unittest_lint.py::test_more_args[case2] PASSED [ 69%] tests/unittest_lint.py::test_pylint_visit_method_taken_in_account PASSED [ 69%] tests/unittest_lint.py::test_enable_message PASSED [ 69%] tests/unittest_lint.py::test_enable_message_category PASSED [ 69%] tests/unittest_lint.py::test_message_state_scope PASSED [ 69%] tests/unittest_lint.py::test_enable_message_block PASSED [ 69%] tests/unittest_lint.py::test_enable_by_symbol PASSED [ 69%] tests/unittest_lint.py::test_enable_report PASSED [ 70%] tests/unittest_lint.py::test_report_output_format_aliased PASSED [ 70%] tests/unittest_lint.py::test_set_unsupported_reporter PASSED [ 70%] tests/unittest_lint.py::test_set_option_1 PASSED [ 70%] tests/unittest_lint.py::test_set_option_2 PASSED [ 70%] tests/unittest_lint.py::test_enable_checkers PASSED [ 70%] tests/unittest_lint.py::test_errors_only PASSED [ 70%] tests/unittest_lint.py::test_disable_similar PASSED [ 70%] tests/unittest_lint.py::test_disable_alot PASSED [ 70%] tests/unittest_lint.py::test_addmessage PASSED [ 70%] tests/unittest_lint.py::test_addmessage_invalid PASSED [ 70%] tests/unittest_lint.py::test_load_plugin_command_line PASSED [ 70%] tests/unittest_lint.py::test_load_plugin_config_file PASSED [ 71%] tests/unittest_lint.py::test_load_plugin_configuration PASSED [ 71%] tests/unittest_lint.py::test_init_hooks_called_before_load_plugins PASSED [ 71%] tests/unittest_lint.py::test_analyze_explicit_script PASSED [ 71%] tests/unittest_lint.py::test_python3_checker_disabled PASSED [ 71%] tests/unittest_lint.py::test_full_documentation PASSED [ 71%] tests/unittest_lint.py::test_list_msgs_enabled PASSED [ 71%] tests/unittest_lint.py::test_pylint_home PASSED [ 71%] tests/unittest_lint.py::test_pylintrc PASSED [ 71%] tests/unittest_lint.py::test_pylintrc_parentdir PASSED [ 71%] tests/unittest_lint.py::test_pylintrc_parentdir_no_package PASSED [ 71%] tests/unittest_lint.py::TestPreprocessOptions::test_value_equal PASSED [ 72%] tests/unittest_lint.py::TestPreprocessOptions::test_value_space PASSED [ 72%] tests/unittest_lint.py::TestPreprocessOptions::test_error_missing_expected_value PASSED [ 72%] tests/unittest_lint.py::TestPreprocessOptions::test_error_unexpected_value PASSED [ 72%] tests/unittest_lint.py::test_custom_should_analyze_file PASSED [ 72%] tests/unittest_lint.py::test_filename_with__init__ PASSED [ 72%] tests/unittest_pyreverse_diadefs.py::test_option_values PASSED [ 72%] tests/unittest_pyreverse_diadefs.py::TestDefaultDiadefGenerator::test_known_values1 PASSED [ 72%] tests/unittest_pyreverse_diadefs.py::TestDefaultDiadefGenerator::test_exctract_relations PASSED [ 72%] tests/unittest_pyreverse_diadefs.py::TestDefaultDiadefGenerator::test_functional_relation_extraction PASSED [ 72%] tests/unittest_pyreverse_diadefs.py::TestDefaultDiadefGenerator::test_known_values2 PASSED [ 72%] tests/unittest_pyreverse_diadefs.py::test_known_values1 PASSED [ 73%] tests/unittest_pyreverse_diadefs.py::test_known_values2 PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_class_implements PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_class_implements_specialization PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_locals_assignment_resolution PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_instance_attrs_resolution PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_concat_interfaces PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_interfaces PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_from_directory PASSED [ 73%] tests/unittest_pyreverse_inspector.py::test_project_node PASSED [ 73%] tests/unittest_pyreverse_writer.py::test_dot_files[packages_No_Name.dot] PASSED [ 73%] tests/unittest_pyreverse_writer.py::test_dot_files[classes_No_Name.dot] PASSED [ 73%] tests/unittest_pyreverse_writer.py::test_get_visibility[names0-special] PASSED [ 74%] tests/unittest_pyreverse_writer.py::test_get_visibility[names1-private] PASSED [ 74%] tests/unittest_pyreverse_writer.py::test_get_visibility[names2-public] PASSED [ 74%] tests/unittest_pyreverse_writer.py::test_get_visibility[names3-protected] PASSED [ 74%] tests/unittest_reporters_json.py::test_simple_json_output PASSED [ 74%] tests/unittest_reporting.py::test_template_option PASSED [ 74%] tests/unittest_reporting.py::test_parseable_output_deprecated PASSED [ 74%] tests/unittest_reporting.py::test_parseable_output_regression PASSED [ 74%] tests/unittest_reporting.py::test_display_results_is_renamed PASSED [ 74%] tests/extensions/test_bad_builtin.py::test_types_redefined PASSED [ 74%] tests/extensions/test_broad_try_clause.py::BroadTryClauseTC::test_broad_try_clause_message PASSED [ 74%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_func_params_in_sphinx_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_func_params_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_type_doc_google_docstring_exempt_kwonly_args PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_func_params_with_annotations_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_default_arg_with_annotations_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_func_params_with_partial_annotations_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_non_builtin_annotations_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_non_builtin_annotations_for_returntype_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_func_params_and_keyword_params_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_func_params_and_wrong_keyword_params_in_google_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_func_params_in_numpy_docstring PASSED [ 75%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_tolerate_no_param_documentation_at_all PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_don_t_tolerate_no_param_documentation_at_all PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_see_tolerate_no_param_documentation_at_all PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_method_params_in_sphinx_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_method_params_in_google_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_missing_method_params_in_numpy_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_existing_func_params_in_sphinx_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_existing_func_params_in_google_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_existing_func_params_in_numpy_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_wrong_name_of_func_params_in_sphinx_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_wrong_name_of_func_params_in_google_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_wrong_name_of_func_params_in_numpy_docstring PASSED [ 76%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_see_sentence_for_func_params_in_sphinx_docstring PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_see_sentence_for_func_params_in_google_docstring PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_see_sentence_for_func_params_in_numpy_docstring PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_class_sphinx PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_class_google PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_class_numpy PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_and_attributes_in_class_numpy PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_init_sphinx PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_init_google PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_init_numpy PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_see_sentence_for_constr_params_in_class PASSED [ 77%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_see_sentence_for_constr_params_in_init PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_class_and_init_sphinx PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_class_and_init_google PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_constr_params_in_class_and_init_numpy PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_kwonlyargs_are_taken_in_account PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_warns_missing_args_sphinx PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_warns_missing_kwargs_sphinx PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_warns_missing_args_google PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_warns_missing_kwargs_google PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_warns_missing_args_numpy PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_warns_missing_kwargs_numpy PASSED [ 78%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_args_without_type_sphinx PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_kwargs_without_type_sphinx PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_args_without_type_google PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_kwargs_without_type_google PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_args_without_type_numpy PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_args_with_xref_type_google PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_args_with_xref_type_numpy PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_kwargs_without_type_numpy PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[dict(str,str)] PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[dict[str,str]] PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[tuple(int)] PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[list[tokenize.TokenInfo]] PASSED [ 79%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[dict(str, str)] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[dict[str, str]] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[int or str] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[tuple(int or str)] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[tuple(int) or list(int)] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_sphinx[tuple(int or str) or list(int or str)] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[dict(str,str)] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[dict[str,str]] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[tuple(int)] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[list[tokenize.TokenInfo]] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[dict(str, str)] PASSED [ 80%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[dict[str, str]] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[int or str] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[tuple(int or str)] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[tuple(int) or list(int)] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_google[tuple(int or str) or list(int or str)] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[dict(str,str)] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[dict[str,str]] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[tuple(int)] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[list[tokenize.TokenInfo]] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[dict(str, str)] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[dict[str, str]] PASSED [ 81%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[int or str] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[tuple(int or str)] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[tuple(int) or list(int)] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_multiple_types_numpy[tuple(int or str) or list(int or str)] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_compact_container_types_sphinx[dict(str,str)] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_compact_container_types_sphinx[dict[str,str]] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_compact_container_types_sphinx[tuple(int)] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_compact_container_types_sphinx[list[tokenize.TokenInfo]] PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_optional_specifier_google PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_optional_specifier_numpy PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_short_name_exception PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_missing_raises_from_setter_sphinx PASSED [ 82%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_missing_raises_in_setter_sphinx PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_missing_raises_from_setter_google PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_missing_raises_from_setter_numpy PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_property_return_type_sphinx PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_property_return_type_google PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_property_return_type_numpy PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_annotation_property_return_type_sphinx PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_missing_property_return_type_sphinx PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_annotation_property_return_type_google PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_missing_property_return_type_google PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_finds_missing_property_return_type_numpy PASSED [ 83%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_non_property_return_type_sphinx PASSED [ 84%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_non_property_return_type_google PASSED [ 84%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_non_property_return_type_numpy PASSED [ 84%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_non_property_annotation_return_type_numpy PASSED [ 84%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_return_in_abstract_method_sphinx PASSED [ 84%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_raise_notimplementederror_sphinx PASSED [ 84%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_return_in_abstract_method_google PASSED [ 84%] tests/extensions/test_check_docs.py::TestParamDocChecker::test_ignores_return_in_abstract_method_numpy PASSED [ 84%] tests/extensions/test_check_docs_utils.py::test_space_indentation[abc-0] PASSED [ 84%] tests/extensions/test_check_docs_utils.py::test_space_indentation[-0] PASSED [ 84%] tests/extensions/test_check_docs_utils.py::test_space_indentation[ abc-2] PASSED [ 84%] tests/extensions/test_check_docs_utils.py::test_space_indentation[\n abc-0] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_space_indentation[ \n abc-3] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node0-expected0] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node1-expected1] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node2-expected2] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node3-expected3] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node4-expected4] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node5-expected5] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node6-expected6] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node7-expected7] PASSED [ 85%] tests/extensions/test_check_docs_utils.py::test_exception[raise_node8-expected8] PASSED [ 85%] tests/extensions/test_check_mccabe.py::test_max_mccabe_rate[0-expected0] PASSED [ 85%] tests/extensions/test_check_mccabe.py::test_max_mccabe_rate[9-expected1] PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_no_docstring PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_unknown_style PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_warns_unknown_style PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_missing_sphinx_raises PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_missing_google_raises PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_google_attr_raises_exact_exc PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_google_attr_raises_substr_exc PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_valid_missing_google_attr_raises PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_invalid_missing_google_attr_raises PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_google_raises_local_reference PASSED [ 86%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_google_raises_with_prefix PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_missing_numpy_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignore_spurious_sphinx_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_all_sphinx_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_all_google_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_all_numpy_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_finds_rethrown_sphinx_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_rethrown_google_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_rethrown_numpy_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_finds_rethrown_sphinx_multiple_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_rethrown_google_multiple_raises PASSED [ 87%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_rethrown_numpy_multiple_raises PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_caught_sphinx_raises PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_caught_google_raises PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_caught_numpy_raises PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_numpy_attr_raises_exact_exc PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_numpy_attr_raises_substr_exc PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_valid_missing_numpy_attr_raises PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_invalid_missing_numpy_attr_raises PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_numpy_raises_with_prefix PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_missing_sphinx_raises_infer_from_instance PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_missing_sphinx_raises_infer_from_function PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_sphinx_attr_raises_exact_exc PASSED [ 88%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_sphinx_attr_raises_substr_exc PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_valid_missing_sphinx_attr_raises PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_find_invalid_missing_sphinx_attr_raises PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_sphinx_raises_with_prefix PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_raise_uninferable PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_returns_from_inner_functions PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_returns_use_only_names PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_ignores_returns_use_only_exception_instances PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_no_crash_when_inferring_handlers PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_no_crash_when_cant_find_exception PASSED [ 89%] tests/extensions/test_check_raise_docs.py::TestDocstringCheckerRaise::test_no_error_notimplemented_documented PASSED [ 89%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_no_docstring PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_no_docstring PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_unknown_style PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_partial_sphinx_returns PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_sphinx_missing_return_type_with_annotations PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_partial_sphinx_returns_type PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_missing_sphinx_returns PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_partial_google_returns PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_partial_google_returns_type PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_missing_google_returns PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_partial_numpy_returns_type PASSED [ 90%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warn_missing_numpy_returns PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_find_sphinx_returns PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_find_google_returns PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_find_numpy_returns PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_find_numpy_returns_with_of PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_sphinx_return_none PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_google_return_none PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_numpy_return_none PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_finds_sphinx_return_custom_class PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_finds_google_return_custom_class PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_finds_numpy_return_custom_class PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_finds_sphinx_return_list_of_custom_class PASSED [ 91%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_finds_google_return_list_of_custom_class PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_finds_numpy_return_list_of_custom_class PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_sphinx_return_list_of_custom_class_without_description PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_google_return_list_of_custom_class_without_description PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_numpy_return_list_of_custom_class_without_description PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_sphinx_redundant_return_doc PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_sphinx_redundant_rtype_doc PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_google_redundant_return_doc PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_google_redundant_rtype_doc PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_numpy_redundant_return_doc PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_numpy_redundant_rtype_doc PASSED [ 92%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_sphinx_redundant_return_doc_multiple_returns PASSED [ 93%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_google_redundant_return_doc_multiple_returns PASSED [ 93%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignores_numpy_redundant_return_doc_multiple_returns PASSED [ 93%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_ignore_sphinx_redundant_return_doc_yield PASSED [ 93%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_google_redundant_return_doc_yield PASSED [ 93%] tests/extensions/test_check_return_docs.py::TestDocstringCheckerReturn::test_warns_numpy_redundant_return_doc_yield PASSED [ 93%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_ignores_no_docstring PASSED [ 93%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warns_no_docstring PASSED [ 93%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_ignores_unknown_style PASSED [ 93%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warn_partial_sphinx_yields PASSED [ 93%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warn_partial_sphinx_yields_type PASSED [ 93%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warn_missing_sphinx_yields PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warn_partial_google_yields PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warn_partial_google_yields_type PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warn_missing_google_yields PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warn_missing_numpy_yields PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_find_sphinx_yields PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_find_google_yields PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_find_numpy_yields PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_finds_sphinx_yield_custom_class PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_finds_google_yield_custom_class PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_finds_numpy_yield_custom_class PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_finds_sphinx_yield_list_of_custom_class PASSED [ 94%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_finds_google_yield_list_of_custom_class PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_finds_numpy_yield_list_of_custom_class PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warns_sphinx_yield_list_of_custom_class_without_description PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warns_google_yield_list_of_custom_class_without_description PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warns_numpy_yield_list_of_custom_class_without_description PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_ignores_google_redundant_yield_doc_multiple_yields PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_ignores_numpy_redundant_yield_doc_multiple_yields PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warns_google_redundant_yield_doc_return PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_warns_numpy_redundant_yield_doc_return PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_sphinx_missing_yield_type_with_annotations PASSED [ 95%] tests/extensions/test_check_yields_docs.py::TestDocstringCheckerYield::test_google_missing_yield_type_with_annotations PASSED [ 95%] tests/extensions/test_comparetozero.py::CompareToZeroUsedTC::test_comparetozero_message PASSED [ 96%] tests/extensions/test_docstyle.py::test_docstring_message PASSED [ 96%] tests/extensions/test_elseif_used.py::test_elseif_message PASSED [ 96%] tests/extensions/test_emptystring.py::test_emptystring_message PASSED [ 96%] tests/extensions/test_overlapping_exceptions.py::test_overlapping_exceptions PASSED [ 96%] tests/extensions/test_overlapping_exceptions.py::test_overlapping_exceptions_py33 PASSED [ 96%] tests/extensions/test_redefined.py::test_types_redefined PASSED [ 96%] tests/functional/r/redundant_unittest_assert.py::Tests::test_something SKIPPED [ 96%] tests/functional/r/redundant_unittest_assert.py::RegressionWithArgs::test SKIPPED [ 96%] tests/message/unittest_message.py::test_new_message PASSED [ 96%] tests/message/unittest_message_definition.py::test_create_invalid_message_type[Q1234-Bad message type Q in 'Q1234'] PASSED [ 96%] tests/message/unittest_message_definition.py::test_create_invalid_message_type[W12345-Invalid message id 'W12345'] PASSED [ 97%] tests/message/unittest_message_definition.py::TestMessagesDefinition::test_may_be_emitted PASSED [ 97%] tests/message/unittest_message_definition.py::TestMessagesDefinition::test_repr PASSED [ 97%] tests/message/unittest_message_definition.py::TestMessagesDefinition::test_str PASSED [ 97%] tests/message/unittest_message_definition.py::TestMessagesDefinition::test_format_help PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages0-Inconsistent checker part in message id 'W4321' (expected 'x12xx' because we already had ['W1234']).] PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages1-Message id 'W1234' cannot have both 'msg-symbol-one' and 'old-symbol' as symbolic name.] PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages2-Message id 'W1234' cannot have both 'msg-symbol-one' and 'old-symbol' as symbolic name.] PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages3-Message id 'W1201' cannot have both 'old-symbol-one' and 'old-symbol-two' as symbolic name.] PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages4-Message symbol 'msg-symbol' cannot be used for 'W1234' and 'W1235' at the same time. If you're creating an 'old_names' use 'old-msg-symbol' as the old symbol.] PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages5-Message symbol 'msg-symbol-one' cannot be used for 'W1230' and 'W1234' at the same time. If you're creating an 'old_names' use 'old-msg-symbol-one' as the old symbol.] PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages6-Message symbol 'msg-symbol-one' cannot be used for 'W1230' and 'W1234' at the same time. If you're creating an 'old_names' use 'old-msg-symbol-one' as the old symbol.] PASSED [ 97%] tests/message/unittest_message_definition_store.py::test_register_error[messages7-Message symbol 'old-symbol-one' cannot be used for 'W1230' and 'W1231' at the same time. If you're creating an 'old_names' use 'old-old-symbol-one' as the old symbol.] PASSED [ 98%] tests/message/unittest_message_definition_store.py::test_register_error_new_id_duplicate_of_new PASSED [ 98%] tests/message/unittest_message_definition_store.py::test_format_help PASSED [ 98%] tests/message/unittest_message_definition_store.py::test_get_msg_display_string PASSED [ 98%] tests/message/unittest_message_definition_store.py::TestMessageDefinitionStore::test_check_message_id PASSED [ 98%] tests/message/unittest_message_definition_store.py::TestMessageDefinitionStore::test_message_help PASSED [ 98%] tests/message/unittest_message_definition_store.py::TestMessageDefinitionStore::test_message_help_minmax PASSED [ 98%] tests/message/unittest_message_definition_store.py::TestMessageDefinitionStore::test_list_messages PASSED [ 98%] tests/message/unittest_message_definition_store.py::TestMessageDefinitionStore::test_renamed_message_register PASSED [ 98%] tests/message/unittest_message_definition_store.py::test_multiple_child_of_old_name PASSED [ 98%] tests/message/unittest_message_id_store.py::test_len_str PASSED [ 98%] tests/message/unittest_message_id_store.py::test_get_message_ids PASSED [ 99%] tests/message/unittest_message_id_store.py::test_get_message_ids_not_existing PASSED [ 99%] tests/message/unittest_message_id_store.py::test_register_message_definitions PASSED [ 99%] tests/message/unittest_message_id_store.py::test_add_msgid_and_symbol PASSED [ 99%] tests/message/unittest_message_id_store.py::test_duplicate_symbol PASSED [ 99%] tests/message/unittest_message_id_store.py::test_duplicate_msgid PASSED [ 99%] tests/utils/unittest_ast_walker.py::TestASTWalker::test_check_messages PASSED [ 99%] tests/utils/unittest_ast_walker.py::TestASTWalker::test_deprecated_methods PASSED [ 99%] tests/utils/unittest_utils.py::test__basename_in_blacklist_re_match PASSED [ 99%] tests/utils/unittest_utils.py::test__basename_in_blacklist_re_nomatch PASSED [ 99%] tests/utils/unittest_utils.py::test_decoding_stream_unknown_encoding PASSED [ 99%] tests/utils/unittest_utils.py::test_decoding_stream_known_encoding PASSED [100%] =============================== warnings summary =============================== tests/test_func.py::test_functionality[func_excess_escapes.py] :7: DeprecationWarning: invalid escape sequence \[ tests/test_func.py::test_functionality[func_excess_escapes.py] :8: DeprecationWarning: invalid escape sequence \/ tests/test_func.py::test_functionality[func_excess_escapes.py] :9: DeprecationWarning: invalid escape sequence \` tests/test_func.py::test_functionality[func_excess_escapes.py] :15: DeprecationWarning: invalid escape sequence \o tests/test_func.py::test_functionality[func_excess_escapes.py] :17: DeprecationWarning: invalid escape sequence \8 tests/test_func.py::test_functionality[func_excess_escapes.py] :30: DeprecationWarning: invalid escape sequence \P tests/test_functional.py::test_functional[anomalous_unicode_escape_py3] tests/test_functional.py::test_functional[future_unicode_literals] :5: DeprecationWarning: invalid escape sequence \u tests/test_functional.py::test_functional[anomalous_unicode_escape_py3] :6: DeprecationWarning: invalid escape sequence \U tests/test_functional.py::test_functional[anomalous_unicode_escape_py3] :8: DeprecationWarning: invalid escape sequence \N -- Docs: https://docs.pytest.org/en/latest/warnings.html ==== 1088 passed, 46 skipped, 200 deselected, 10 warnings in 124.37 seconds ==== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: pylint-2.4.4-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HQIdH4 + umask 022 + cd /builddir/build/BUILD + cd pylint-2.4.4 + DOCDIR=/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/doc/pylint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/doc/pylint + cp -pr README.rst /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/doc/pylint + cp -pr ChangeLog /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/doc/pylint + cp -pr examples /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/doc/pylint + cp -pr elisp /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/doc/pylint + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0zhRy3 + umask 022 + cd /builddir/build/BUILD + cd pylint-2.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/licenses/pylint + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/licenses/pylint + cp -pr COPYING /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/licenses/pylint + RPM_EC=0 ++ jobs -p + exit 0 Provides: pylint = 2.4.4-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pylint-2.4.4-1.fc31.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3vUey3 + umask 022 + cd /builddir/build/BUILD + cd pylint-2.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/licenses/python3-pylint + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/licenses/python3-pylint + cp -pr COPYING /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch/usr/share/licenses/python3-pylint + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pylint = 2.4.4-1.fc31 python3-pylint = 2.4.4-1.fc31 python3.7dist(pylint) = 2.4.4 python3dist(pylint) = 2.4.4 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.7 python3.7dist(astroid) >= 2.3 python3.7dist(astroid) < 2.4 python3.7dist(isort) >= 4.2.5 python3.7dist(isort) < 5 python3.7dist(mccabe) >= 0.6 python3.7dist(mccabe) < 0.7 python3.7dist(setuptools) Obsoletes: python-pylint < 2.4.4-1.fc31 python3-pylint-gui < 1.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch Wrote: /builddir/build/RPMS/pylint-2.4.4-1.fc31.noarch.rpm Wrote: /builddir/build/RPMS/python3-pylint-2.4.4-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nJodZ4 + umask 022 + cd /builddir/build/BUILD + cd pylint-2.4.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pylint-2.4.4-1.fc31.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0