Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/pylint.spec'], chrootPath='/var/lib/mock/epel7-build-15789686-1134767/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=172800uid=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 BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/pylint-1.6.5-6.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/pylint.spec'], chrootPath='/var/lib/mock/epel7-build-15789686-1134767/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=172800uid=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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GNxv7q + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pylint-pylint-1.6.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/pylint-1.6.5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pylint-pylint-1.6.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rd5TRE + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/pylint copying pylint/epylint.py -> build/lib/pylint copying pylint/utils.py -> build/lib/pylint copying pylint/graph.py -> build/lib/pylint copying pylint/__init__.py -> build/lib/pylint copying pylint/__main__.py -> build/lib/pylint copying pylint/gui.py -> build/lib/pylint copying pylint/lint.py -> build/lib/pylint copying pylint/testutils.py -> build/lib/pylint copying pylint/interfaces.py -> build/lib/pylint copying pylint/config.py -> build/lib/pylint copying pylint/__pkginfo__.py -> build/lib/pylint creating build/lib/pylint/extensions copying pylint/extensions/check_docs.py -> build/lib/pylint/extensions copying pylint/extensions/__init__.py -> build/lib/pylint/extensions copying pylint/extensions/bad_builtin.py -> build/lib/pylint/extensions copying pylint/extensions/check_elif.py -> build/lib/pylint/extensions copying pylint/extensions/docparams.py -> build/lib/pylint/extensions copying pylint/extensions/mccabe.py -> build/lib/pylint/extensions copying pylint/extensions/_check_docs_utils.py -> build/lib/pylint/extensions copying pylint/extensions/docstyle.py -> build/lib/pylint/extensions creating build/lib/pylint/reporters copying pylint/reporters/__init__.py -> build/lib/pylint/reporters copying pylint/reporters/text.py -> build/lib/pylint/reporters copying pylint/reporters/json.py -> build/lib/pylint/reporters copying pylint/reporters/guireporter.py -> build/lib/pylint/reporters copying pylint/reporters/html.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/html_writer.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/checkers copying pylint/checkers/stdlib.py -> build/lib/pylint/checkers copying pylint/checkers/typecheck.py -> build/lib/pylint/checkers copying pylint/checkers/utils.py -> build/lib/pylint/checkers copying pylint/checkers/__init__.py -> build/lib/pylint/checkers copying pylint/checkers/similar.py -> build/lib/pylint/checkers copying pylint/checkers/imports.py -> build/lib/pylint/checkers copying pylint/checkers/logging.py -> build/lib/pylint/checkers copying pylint/checkers/async.py -> build/lib/pylint/checkers copying pylint/checkers/base.py -> build/lib/pylint/checkers copying pylint/checkers/exceptions.py -> build/lib/pylint/checkers copying pylint/checkers/classes.py -> build/lib/pylint/checkers copying pylint/checkers/spelling.py -> build/lib/pylint/checkers copying pylint/checkers/newstyle.py -> build/lib/pylint/checkers copying pylint/checkers/variables.py -> build/lib/pylint/checkers copying pylint/checkers/design_analysis.py -> build/lib/pylint/checkers copying pylint/checkers/format.py -> build/lib/pylint/checkers copying pylint/checkers/misc.py -> build/lib/pylint/checkers copying pylint/checkers/python3.py -> build/lib/pylint/checkers copying pylint/checkers/raw_metrics.py -> build/lib/pylint/checkers copying pylint/checkers/strings.py -> build/lib/pylint/checkers creating build/lib/pylint/pyreverse copying pylint/pyreverse/inspector.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/utils.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/__init__.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/vcgutils.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/diagrams.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/diadefslib.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/writer.py -> build/lib/pylint/pyreverse copying pylint/pyreverse/main.py -> build/lib/pylint/pyreverse running build_scripts creating build/scripts-2.7 copying and adjusting bin/pylint -> build/scripts-2.7 copying and adjusting bin/pylint-gui -> build/scripts-2.7 copying and adjusting bin/symilar -> build/scripts-2.7 copying and adjusting bin/epylint -> build/scripts-2.7 copying and adjusting bin/pyreverse -> build/scripts-2.7 changing mode of build/scripts-2.7/pylint from 644 to 755 changing mode of build/scripts-2.7/pylint-gui from 644 to 755 changing mode of build/scripts-2.7/symilar from 644 to 755 changing mode of build/scripts-2.7/epylint from 644 to 755 changing mode of build/scripts-2.7/pyreverse from 644 to 755 + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' running build running build_py running build_scripts creating build/scripts-3.6 copying and adjusting bin/pylint -> build/scripts-3.6 copying and adjusting bin/pylint-gui -> build/scripts-3.6 copying and adjusting bin/symilar -> build/scripts-3.6 copying and adjusting bin/epylint -> build/scripts-3.6 copying and adjusting bin/pyreverse -> build/scripts-3.6 changing mode of build/scripts-3.6/pylint from 644 to 755 changing mode of build/scripts-3.6/pylint-gui from 644 to 755 changing mode of build/scripts-3.6/symilar from 644 to 755 changing mode of build/scripts-3.6/epylint from 644 to 755 changing mode of build/scripts-3.6/pyreverse from 644 to 755 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RiEKDY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch + cd pylint-pylint-1.6.5 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/epylint.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/check_docs.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/bad_builtin.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/check_elif.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/docparams.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/mccabe.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/_check_docs_utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/extensions/docstyle.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions copying build/lib/pylint/utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/graph.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/html_writer.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/nodes.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/text_writer.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/text.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/json.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/guireporter.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/html.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/stdlib.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/typecheck.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/similar.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/imports.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/logging.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/async.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/base.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/exceptions.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/classes.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/spelling.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/newstyle.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/variables.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/design_analysis.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/format.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/misc.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/python3.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/raw_metrics.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/strings.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers copying build/lib/pylint/__main__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/gui.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/lint.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/testutils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/interfaces.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/inspector.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/vcgutils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diagrams.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diadefslib.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/writer.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/main.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse copying build/lib/pylint/config.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint copying build/lib/pylint/__pkginfo__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/epylint.py to epylint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/check_docs.py to check_docs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/bad_builtin.py to bad_builtin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/check_elif.py to check_elif.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/docparams.py to docparams.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/mccabe.py to mccabe.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/_check_docs_utils.py to _check_docs_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/extensions/docstyle.py to docstyle.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/graph.py to graph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports/html_writer.py to html_writer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports/nodes.py to nodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/ureports/text_writer.py to text_writer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/text.py to text.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/json.py to json.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/guireporter.py to guireporter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/reporters/html.py to html.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/stdlib.py to stdlib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/typecheck.py to typecheck.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/similar.py to similar.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/imports.py to imports.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/logging.py to logging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/async.py to async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/classes.py to classes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/spelling.py to spelling.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/newstyle.py to newstyle.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/variables.py to variables.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/design_analysis.py to design_analysis.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/format.py to format.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/misc.py to misc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/python3.py to python3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/raw_metrics.py to raw_metrics.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/checkers/strings.py to strings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/gui.py to gui.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/lint.py to lint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/interfaces.py to interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/inspector.py to inspector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/vcgutils.py to vcgutils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/diagrams.py to diagrams.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/diadefslib.py to diadefslib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/writer.py to writer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/pyreverse/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/__pkginfo__.py to __pkginfo__.cpython-36.pyc writing byte-compilation script '/tmp/tmp43nky8d1.py' /usr/bin/python3.6 /tmp/tmp43nky8d1.py removing /tmp/tmp43nky8d1.py running install_egg_info running egg_info creating pylint.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 writing manifest file 'pylint.egg-info/SOURCES.txt' reading manifest file 'pylint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching 'README' BUILDSTDERR: warning: no files found matching 'README.Python3' BUILDSTDERR: warning: no files found matching '*.html' under directory 'doc' writing manifest file 'pylint.egg-info/SOURCES.txt' Copying pylint.egg-info to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint-1.6.5-py3.6.egg-info running install_scripts creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-3.6/pylint-gui -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-3.6/symilar -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-3.6/epylint -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-3.6/pylint -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-3.6/pyreverse -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse to 755 Installing epylint script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing pylint script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing pylint-gui script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing pyreverse script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing symilar script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin + rm -rf /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages/pylint/test + mkdir -pm 755 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1 + install -pm 644 man/epylint.1 man/pylint-gui.1 man/pylint.1 man/pyreverse.1 man/symilar.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/ + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint-3.6 + ln -s epylint-3.6 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint-3 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/epylint.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/epylint-3.6.1 + ln -s epylint-3.6.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/epylint-3.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-3.6 + ln -s pylint-3.6 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-3 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-3.6.1 + ln -s pylint-3.6.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-3.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui-3.6 + ln -s pylint-gui-3.6 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui-3 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-gui.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-gui-3.6.1 + ln -s pylint-gui-3.6.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-gui-3.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse-3.6 + ln -s pyreverse-3.6 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse-3 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pyreverse.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pyreverse-3.6.1 + ln -s pyreverse-3.6.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pyreverse-3.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar-3.6 + ln -s symilar-3.6 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar-3 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/symilar.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/symilar-3.6.1 + ln -s symilar-3.6.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/symilar-3.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/epylint.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/check_docs.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/bad_builtin.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/check_elif.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/docparams.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/mccabe.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/_check_docs_utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/extensions/docstyle.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions copying build/lib/pylint/utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/graph.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/html_writer.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/nodes.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/text_writer.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports copying build/lib/pylint/reporters/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/text.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/json.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/guireporter.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters copying build/lib/pylint/reporters/html.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/stdlib.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/typecheck.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/similar.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/imports.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/logging.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/async.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/base.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/exceptions.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/classes.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/spelling.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/newstyle.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/variables.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/design_analysis.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/format.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/misc.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/python3.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/raw_metrics.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/checkers/strings.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers copying build/lib/pylint/__main__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/gui.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/lint.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/testutils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/interfaces.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint creating /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/inspector.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/utils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/__init__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/vcgutils.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diagrams.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diadefslib.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/writer.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/main.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse copying build/lib/pylint/config.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint copying build/lib/pylint/__pkginfo__.py -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/epylint.py to epylint.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/check_docs.py to check_docs.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/bad_builtin.py to bad_builtin.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/check_elif.py to check_elif.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/docparams.py to docparams.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/mccabe.py to mccabe.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/_check_docs_utils.py to _check_docs_utils.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/extensions/docstyle.py to docstyle.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/graph.py to graph.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports/html_writer.py to html_writer.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/ureports/text_writer.py to text_writer.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/text.py to text.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/json.py to json.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/guireporter.py to guireporter.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/reporters/html.py to html.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/stdlib.py to stdlib.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/typecheck.py to typecheck.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/similar.py to similar.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/imports.py to imports.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/async.py to async.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/classes.py to classes.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/spelling.py to spelling.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/newstyle.py to newstyle.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/variables.py to variables.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/design_analysis.py to design_analysis.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/format.py to format.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/python3.py to python3.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/raw_metrics.py to raw_metrics.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/checkers/strings.py to strings.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/gui.py to gui.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/lint.py to lint.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/inspector.py to inspector.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/vcgutils.py to vcgutils.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/diagrams.py to diagrams.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/diadefslib.py to diadefslib.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/writer.py to writer.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/pyreverse/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/__pkginfo__.py to __pkginfo__.pyc writing byte-compilation script '/tmp/tmpQ3zl3q.py' /usr/bin/python2 -O /tmp/tmpQ3zl3q.py removing /tmp/tmpQ3zl3q.py running install_egg_info running egg_info writing requirements to pylint.egg-info/requires.txt writing pylint.egg-info/PKG-INFO writing top-level names to pylint.egg-info/top_level.txt writing dependency_links to pylint.egg-info/dependency_links.txt writing entry points to pylint.egg-info/entry_points.txt reading manifest file 'pylint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching 'README' BUILDSTDERR: warning: no files found matching 'README.Python3' BUILDSTDERR: warning: no files found matching '*.html' under directory 'doc' writing manifest file 'pylint.egg-info/SOURCES.txt' Copying pylint.egg-info to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint-1.6.5-py2.7.egg-info running install_scripts copying build/scripts-2.7/pylint-gui -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-2.7/symilar -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-2.7/epylint -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-2.7/pylint -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin copying build/scripts-2.7/pyreverse -> /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint to 755 changing mode of /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse to 755 Installing pylint script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing epylint script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing pyreverse script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing pylint-gui script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin Installing symilar script to /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin + rm -rf /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages/pylint/test + mkdir -pm 755 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1 + install -pm 644 man/epylint.1 man/pylint-gui.1 man/pylint.1 man/pyreverse.1 man/symilar.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/ + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint-2.7 + ln -s epylint-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint-2 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/epylint.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/epylint-2.7.1 + ln -s epylint-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/epylint-2.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-2.7 + ln -s pylint-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-2 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-2.7.1 + ln -s pylint-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-2.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui-2.7 + ln -s pylint-gui-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui-2 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-gui.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-gui-2.7.1 + ln -s pylint-gui-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-gui-2.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse-2.7 + ln -s pyreverse-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse-2 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pyreverse.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pyreverse-2.7.1 + ln -s pyreverse-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pyreverse-2.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar-2.7 + ln -s symilar-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar-2 + mv /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/symilar.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/symilar-2.7.1 + ln -s symilar-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/symilar-2.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + ln -s epylint-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/epylint + ln -s epylint-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/epylint.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + ln -s pylint-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint + ln -s pylint-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + ln -s pylint-gui-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pylint-gui + ln -s pylint-gui-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pylint-gui.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + ln -s pyreverse-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/pyreverse + ln -s pyreverse-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/pyreverse.1 + for NAME in epylint pylint pylint-gui pyreverse symilar + ln -s symilar-2.7 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/bin/symilar + ln -s symilar-2.7.1 /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/man/man1/symilar.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/pylint-pylint-1.6.5 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.SOJa9p + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + export PYTHONPATH=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python2.7/site-packages + bin/pylint -rn --rcfile=pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe pylint ************* Module pylint.extensions.mccabe I: 96, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.epylint R:157,12: Redefinition of stderr type from int to file (redefined-variable-type) R:152,12: Redefinition of stdout type from int to file (redefined-variable-type) ************* Module pylint.utils I: 37, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I:560, 0: Locally disabling not-callable (E1102) (locally-disabled) I:562, 0: Locally disabling no-member (E1101) (locally-disabled) I:612, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1013, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1084, 0: Locally disabling undefined-variable (E0602) (locally-disabled) R:227,12: Redefinition of restr type from list to str (redefined-variable-type) R:947, 8: Redefinition of visit_events type from tuple to itertools.chain (redefined-variable-type) R:949, 8: Redefinition of leave_events type from tuple to itertools.chain (redefined-variable-type) ************* Module pylint.gui I:341, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:415, 0: Locally disabling no-self-use (R0201) (locally-disabled) I:496, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.lint I:214, 0: Locally disabling no-member (E1101) (locally-disabled) I:214, 0: Locally disabling unbalanced-tuple-unpacking (E0632) (locally-disabled) I:725, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:725, 0: Locally disabling no-self-use (R0201) (locally-disabled) I:885, 0: Locally disabling no-member (E1101) (locally-disabled) I:936, 0: Locally disabling broad-except (W0703) (locally-disabled) I:1023, 0: Locally disabling eval-used (W0123) (locally-disabled) I:1024, 0: Locally disabling broad-except (W0703) (locally-disabled) I:1257, 0: Locally disabling bad-continuation (C0330) (locally-disabled) I:1394, 0: Locally disabling exec-used (W0122) (locally-disabled) ************* Module pylint.testutils I: 99, 0: Locally disabling super-init-not-called (W0231) (locally-disabled) I:147, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:147, 0: Locally disabling no-self-use (R0201) (locally-disabled) I:198, 0: Locally disabling not-callable (E1102) (locally-disabled) I:248, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:279, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) I:325, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) I:348, 0: Locally disabling no-init (W0232) (locally-disabled) ************* Module pylint.config I: 72, 0: Locally disabling broad-except (W0703) (locally-disabled) I:160, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:165, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:171, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:347, 0: Locally disabling abstract-method (W0223) (locally-disabled) I:617, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:637, 0: Locally disabling deprecated-method (W1505) (locally-disabled) R:260, 8: Redefinition of optparse.HelpFormatter.expand_default type from function to classobj (redefined-variable-type) ************* Module pylint.__pkginfo__ I: 17, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I: 17, 0: Locally disabling invalid-name (C0103) (locally-disabled) I: 96, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.extensions._check_docs_utils I: 97, 0: Locally disabling no-self-use (R0201) (locally-disabled) ************* Module pylint.extensions.docstyle R: 63,16: Redefinition of quotes type from str to bool (redefined-variable-type) ************* Module pylint.reporters.__init__ I: 29, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) ************* Module pylint.reporters.json I: 40, 0: Locally disabling deprecated-method (W1505) (locally-disabled) ************* Module pylint.checkers.utils I: 21, 0: Locally disabling unused-import (W0611) (locally-disabled) I: 32, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) ************* Module pylint.checkers.__init__ I: 58, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) ************* Module pylint.checkers R: 60,12: Redefinition of format type from type to function (redefined-variable-type) ************* Module pylint.checkers.similar I: 14, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I: 89, 0: Locally disabling undefined-loop-variable (W0631) (locally-disabled) I:315, 0: Locally disabling undefined-loop-variable (W0631) (locally-disabled) ************* Module pylint.checkers.logging I:104, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.base I: 32, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I:148, 0: Locally disabling superfluous-parens (C0325) (locally-disabled) I:780, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1030, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1234, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.exceptions I:237, 0: Locally disabling protected-access (W0212) (locally-disabled) I:254, 0: Locally disabling protected-access (W0212) (locally-disabled) I:339, 0: Locally disabling protected-access (W0212) (locally-disabled) ************* Module pylint.checkers.variables I:942, 0: Locally disabling too-many-nested-blocks (R0101) (locally-disabled) ************* Module pylint.checkers.format I: 30, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I: 36, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I:621, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.misc I: 16, 0: Locally disabling fixme (W0511) (locally-disabled) ************* Module pylint.checkers.python3 I:379, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.strings I:123, 0: Locally disabling wrong-import-position (C0413) (locally-disabled) I:123, 0: Locally disabling wrong-import-order (C0411) (locally-disabled) I:555, 0: Locally disabling undefined-loop-variable (W0631) (locally-disabled) ************* Module pylint.pyreverse.inspector I: 38, 0: Locally disabling broad-except (W0703) (locally-disabled) R:175,12: Redefinition of node.implements type from list to tuple (redefined-variable-type) ************* Module pylint.pyreverse.diadefslib I:142, 0: Locally disabling unused-argument (W0613) (locally-disabled) + : + /usr/bin/python2 -Wi -m unittest discover -s pylint/test BUILDSTDERR: ..........ss........................s..................................................................................E...F.F....F.......F....FF..F...F..............sss......s....s.....s.....s....s.........s.......s...s....s....s...........ss........s..s..s.........s.....s.s.s...s.....ss.........s..s...........ss.s...s......ss.ss......s.....s....sss.......ss.....s.................................................................................................. BUILDSTDERR: ====================================================================== BUILDSTDERR: ERROR: extensions.test_check_mccabe (unittest.loader.ModuleImportFailure) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: ImportError: Failed to import test module: extensions.test_check_mccabe BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib64/python2.7/unittest/loader.py", line 252, in _find_tests BUILDSTDERR: module = self._get_module_from_name(name) BUILDSTDERR: File "/usr/lib64/python2.7/unittest/loader.py", line 230, in _get_module_from_name BUILDSTDERR: __import__(name) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/extensions/test_check_mccabe.py", line 11, in BUILDSTDERR: from pylint.extensions.mccabe import register BUILDSTDERR: File "pylint/extensions/mccabe.py", line 11, in BUILDSTDERR: from mccabe import PathGraph as Mccabe_PathGraph, \ BUILDSTDERR: ImportError: No module named mccabe BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_all (test_self.RunTC) BUILDSTDERR: Make pylint check itself. BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 126, in test_all BUILDSTDERR: reporter=MultiReporter(reporters), code=1) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 93, in _runtest BUILDSTDERR: self.assertEqual(pylint_code, code, msg) BUILDSTDERR: AssertionError: expected output status 1, got 2. Below pylint output: BUILDSTDERR: ************* Module functional.arguments BUILDSTDERR: I: 1, 0: Locally disabling too-few-public-methods (R0903) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling no-absolute-import (W1618) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling missing-docstring (C0111) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling import-error (E0401) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling wrong-import-position (C0413) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-a-mapping (E1134) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) BUILDSTDERR: E: 46, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 47, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 49, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'second_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 53, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 58, 0: Unexpected keyword argument 'bob' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 58, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 59, 0: Unexpected keyword argument 'coin' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 61, 0: Argument 'one' passed by position and keyword in function call (redundant-keyword-arg) BUILDSTDERR: E: 66, 0: No value for argument 'arg' in lambda call (no-value-for-parameter) BUILDSTDERR: E: 71, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 72, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 74, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 75, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 77, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 78, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E: 80, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 81, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E:110, 8: No value for argument 'first' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E:111, 8: Too many positional arguments for staticmethod call (too-many-function-args) BUILDSTDERR: E:133, 8: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: E:134, 8: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E:136, 0: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_confidence_levels (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 347, in test_confidence_levels BUILDSTDERR: expected_output=expected) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 108, in _test_output BUILDSTDERR: self.assertIn(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: 'No config file found, using default configuration' not found in u'Report\n======\n1 statements analysed.\n\nStatistics by type\n------------------\n\n+---------+-------+-----------+-----------+------------+---------+\n|type |number |old number |difference |%documented |%badname |\n+=========+=======+===========+===========+============+=========+\n|module |1 |NC |NC |0.00 |0.00 |\n+---------+-------+-----------+-----------+------------+---------+\n|class |0 |NC |NC |0 |0 |\n+---------+-------+-----------+-----------+------------+---------+\n|method |0 |NC |NC |0 |0 |\n+---------+-------+-----------+-----------+------------+---------+\n|function |0 |NC |NC |0 |0 |\n+---------+-------+-----------+-----------+------------+---------+\n\n\n\nRaw metrics\n-----------\n\n+----------+-------+------+---------+-----------+\n|type |number |% |previous |difference |\n+==========+=======+======+=========+===========+\n|code |1 |25.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n|docstring |0 |0.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n|comment |2 |50.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n|empty |1 |25.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n\n\n\nDuplication\n-----------\n\n+-------------------------+------+---------+-----------+\n| |now |previous |difference |\n+=========================+======+=========+===========+\n|nb duplicated lines |0 |NC |NC |\n+-------------------------+------+---------+-----------+\n|percent duplicated lines |0.000 |NC |NC |\n+-------------------------+------+---------+-----------+\n\n\n\nMessages by category\n--------------------\n\n+-----------+-------+---------+-----------+\n|type |number |previous |difference |\n+===========+=======+=========+===========+\n|convention |0 |NC |NC |\n+-----------+-------+---------+-----------+\n|refactor |0 |NC |NC |\n+-----------+-------+---------+-----------+\n|warning |0 |NC |NC |\n+-----------+-------+---------+-----------+\n|error |0 |NC |NC |\n+-----------+-------+---------+-----------+\n\n\n\nGlobal evaluation\n-----------------\nYour code has been rated at 10.00/10' BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_enable_all_works (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 268, in test_enable_all_works BUILDSTDERR: expected_output=expected) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 108, in _test_output BUILDSTDERR: self.assertIn(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: "No config file found, using default configuration\n************* Module data.clientmodule_test\nW: 10, 8: Unused variable 'local_variable' (unused-variable)\nC: 18, 4: Missing method docstring (missing-docstring)\nC: 22, 0: Missing class docstring (missing-docstring)" not found in "************* Module data.clientmodule_test\nW: 10, 8: Unused variable 'local_variable' (unused-variable)\nC: 18, 4: Missing method docstring (missing-docstring)\nC: 22, 0: Missing class docstring (missing-docstring)" BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_import_itself_not_accounted_for_relative_imports (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 296, in test_import_itself_not_accounted_for_relative_imports BUILDSTDERR: expected_output=expected) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 108, in _test_output BUILDSTDERR: self.assertIn(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: 'No config file found, using default configuration' not found in '' BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_no_out_encoding (test_self.RunTC) BUILDSTDERR: test redirection of stdout with non ascii caracters BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 206, in test_no_out_encoding BUILDSTDERR: out=strio) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 93, in _runtest BUILDSTDERR: self.assertEqual(pylint_code, code, msg) BUILDSTDERR: AssertionError: expected output status 28, got 20 BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_parallel_execution (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 210, in test_parallel_execution BUILDSTDERR: 'pylint/test/functional/bad_continuation.py'], code=1) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 93, in _runtest BUILDSTDERR: self.assertEqual(pylint_code, code, msg) BUILDSTDERR: AssertionError: expected output status 1, got 18. Below pylint output: BUILDSTDERR: ************* Module functional.bad_continuation BUILDSTDERR: I: 2, 0: Locally disabling print-statement (E1601) (locally-disabled) BUILDSTDERR: I: 2, 0: Locally disabling using-constant-test (W0125) (locally-disabled) BUILDSTDERR: I: 2, 0: Locally disabling redefined-variable-type (R0204) (locally-disabled) BUILDSTDERR: I:111, 0: Locally disabling missing-docstring (C0111) (locally-disabled) BUILDSTDERR: C: 14, 0: Wrong hanging indentation. BUILDSTDERR: ] # [bad-continuation] BUILDSTDERR: | ^| (bad-continuation) BUILDSTDERR: C: 19, 0: Wrong continued indentation (remove 3 spaces). BUILDSTDERR: 7, # [bad-continuation] BUILDSTDERR: | ^ (bad-continuation) BUILDSTDERR: C: 27, 0: Wrong hanging indentation (add 1 space). BUILDSTDERR: 'b': 2, # [bad-continuation] BUILDSTDERR: ^| (bad-continuation) BUILDSTDERR: C: 33, 0: Wrong hanging indentation (add 1 space). BUILDSTDERR: 'b': 2, # [bad-continuation] BUILDSTDERR: ^| (bad-continuation) BUILDSTDERR: C: 41, 0: Wrong continued indentation. BUILDSTDERR: # [bad-continuation] is not accepted BUILDSTDERR: | | ^ (bad-continuation) BUILDSTDERR: C: 42, 0: Wrong continued indentation (remove 20 spaces). BUILDSTDERR: 'contents', # [bad-continuation] nor this. BUILDSTDERR: | ^ (bad-continuation) BUILDSTDERR: C: 51, 0: Wrong hanging indentation in dict value. BUILDSTDERR: 'value2', # [bad-continuation] BUILDSTDERR: | ^ | (bad-continuation) BUILDSTDERR: C: 61, 0: Wrong continued indentation (add 4 spaces). BUILDSTDERR: 'wrong', # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C: 85, 0: Wrong hanging indentation in dict value. BUILDSTDERR: 'value1', # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C: 89, 0: Wrong hanging indentation in dict value. BUILDSTDERR: 'value1', # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:106, 0: Wrong hanging indentation before block (add 4 spaces). BUILDSTDERR: some_arg, # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:107, 0: Wrong hanging indentation before block (add 4 spaces). BUILDSTDERR: some_other_arg): # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:127, 0: Wrong continued indentation (add 3 spaces). BUILDSTDERR: "b") # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:141, 0: Wrong hanging indentation before block. BUILDSTDERR: ): pass # [bad-continuation] BUILDSTDERR: | ^| (bad-continuation) BUILDSTDERR: C:144, 0: Wrong continued indentation before block (add 4 spaces). BUILDSTDERR: 2): # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:152, 0: Wrong continued indentation (remove 2 spaces). BUILDSTDERR: 2 and # [bad-continuation] BUILDSTDERR: | ^ (bad-continuation) BUILDSTDERR: C:157, 0: Wrong hanging indentation before block. BUILDSTDERR: 2): pass # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:164, 0: Wrong continued indentation before block. BUILDSTDERR: 2 or # [bad-continuation] BUILDSTDERR: |^ | (bad-continuation) BUILDSTDERR: C:168, 0: Wrong continued indentation before block. BUILDSTDERR: 2): pass # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:174, 0: Wrong hanging indentation before block. BUILDSTDERR: 2): # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:185, 0: Wrong continued indentation (add 4 spaces). BUILDSTDERR: 2): # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: ************* Module functional.arguments BUILDSTDERR: I: 1, 0: Locally disabling too-few-public-methods (R0903) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling no-absolute-import (W1618) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling missing-docstring (C0111) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling import-error (E0401) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling wrong-import-position (C0413) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-a-mapping (E1134) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) BUILDSTDERR: E: 46, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 47, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 49, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'second_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 53, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 58, 0: Unexpected keyword argument 'bob' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 58, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 59, 0: Unexpected keyword argument 'coin' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 61, 0: Argument 'one' passed by position and keyword in function call (redundant-keyword-arg) BUILDSTDERR: E: 66, 0: No value for argument 'arg' in lambda call (no-value-for-parameter) BUILDSTDERR: E: 71, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 72, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 74, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 75, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 77, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 78, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E: 80, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 81, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E:110, 8: No value for argument 'first' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E:111, 8: Too many positional arguments for staticmethod call (too-many-function-args) BUILDSTDERR: E:133, 8: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: E:134, 8: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E:136, 0: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: Report BUILDSTDERR: ====== BUILDSTDERR: 138 statements analysed. BUILDSTDERR: Statistics by type BUILDSTDERR: ------------------ BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |type |number |old number |difference |%documented |%badname | BUILDSTDERR: +=========+=======+===========+===========+============+=========+ BUILDSTDERR: |module |2 |NC |NC |100.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |class |5 |NC |NC |60.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |method |10 |NC |NC |70.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |function |12 |NC |NC |75.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: Raw metrics BUILDSTDERR: ----------- BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |type |number |% |previous |difference | BUILDSTDERR: +==========+=======+======+=========+===========+ BUILDSTDERR: |code |186 |51.67 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |docstring |56 |15.56 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |comment |37 |10.28 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |empty |81 |22.50 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: Duplication BUILDSTDERR: ----------- BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: | |now |previous |difference | BUILDSTDERR: +=========================+======+=========+===========+ BUILDSTDERR: |nb duplicated lines |0 |NC |NC | BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: |percent duplicated lines |0.000 |NC |NC | BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: Messages by category BUILDSTDERR: -------------------- BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |type |number |previous |difference | BUILDSTDERR: +===========+=======+=========+===========+ BUILDSTDERR: |convention |21 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |refactor |0 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |warning |0 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |error |25 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: % errors / warnings by module BUILDSTDERR: ----------------------------- BUILDSTDERR: +----------------------------+-------+--------+---------+-----------+ BUILDSTDERR: |module |error |warning |refactor |convention | BUILDSTDERR: +============================+=======+========+=========+===========+ BUILDSTDERR: |functional.arguments |100.00 |0.00 |0.00 |0.00 | BUILDSTDERR: +----------------------------+-------+--------+---------+-----------+ BUILDSTDERR: |functional.bad_continuation |0.00 |0.00 |0.00 |100.00 | BUILDSTDERR: +----------------------------+-------+--------+---------+-----------+ BUILDSTDERR: Messages BUILDSTDERR: -------- BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |message id |occurrences | BUILDSTDERR: +=======================+============+ BUILDSTDERR: |bad-continuation |21 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |no-value-for-parameter |18 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |locally-disabled |11 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |too-many-function-args |4 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |unexpected-keyword-arg |2 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |redundant-keyword-arg |1 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: Global evaluation BUILDSTDERR: ----------------- BUILDSTDERR: Your code has been rated at -0.58/10 BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_py3k_commutative_with_errors_only (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 239, in test_py3k_commutative_with_errors_only BUILDSTDERR: expected_output=expected) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 108, in _test_output BUILDSTDERR: self.assertIn(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: 'No config file found, using default configuration\n************* Module py3k_error_flag\nExplicit return in __init__' not found in '************* Module py3k_error_flag\nExplicit return in __init__' BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_wrong_import_position_when_others_disabled (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 290, in test_wrong_import_position_when_others_disabled BUILDSTDERR: self.assertEqual(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: 'No config file found, using default configuration\n************* Module wrong_import_position\nC: 11, 0: Import "import os" should be placed at the top of the module (wrong-import-position)' != '************* Module wrong_import_position\nC: 11, 0: Import "import os" should be placed at the top of the module (wrong-import-position)' BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 465 tests in 12.938s BUILDSTDERR: FAILED (failures=8, errors=1, skipped=46) + : + export PYTHONPATH=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/lib/python3.6/site-packages + /usr/bin/python3.6 bin/pylint -rn --rcfile=pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe pylint ************* Module pylint.extensions.mccabe I: 96, 0: Locally disabling unused-argument (W0613) (locally-disabled) E: 20, 8: Unexpected keyword argument 'name' in method call (unexpected-keyword-arg) E: 20, 8: Unexpected keyword argument 'entity' in method call (unexpected-keyword-arg) E: 20, 8: Unexpected keyword argument 'lineno' in method call (unexpected-keyword-arg) E: 20, 8: No value for argument 'node' in method call (no-value-for-parameter) ************* Module pylint.utils I: 37, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I:560, 0: Locally disabling not-callable (E1102) (locally-disabled) I:562, 0: Locally disabling no-member (E1101) (locally-disabled) I:612, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1013, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1084, 0: Locally disabling undefined-variable (E0602) (locally-disabled) ************* Module pylint.gui I:341, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:415, 0: Locally disabling no-self-use (R0201) (locally-disabled) I:496, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.lint I:214, 0: Locally disabling no-member (E1101) (locally-disabled) I:214, 0: Locally disabling unbalanced-tuple-unpacking (E0632) (locally-disabled) I:725, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:725, 0: Locally disabling no-self-use (R0201) (locally-disabled) I:885, 0: Locally disabling no-member (E1101) (locally-disabled) I:936, 0: Locally disabling broad-except (W0703) (locally-disabled) I:1023, 0: Locally disabling eval-used (W0123) (locally-disabled) I:1024, 0: Locally disabling broad-except (W0703) (locally-disabled) I:1257, 0: Locally disabling bad-continuation (C0330) (locally-disabled) I:1394, 0: Locally disabling exec-used (W0122) (locally-disabled) ************* Module pylint.testutils I: 99, 0: Locally disabling super-init-not-called (W0231) (locally-disabled) I:147, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:147, 0: Locally disabling no-self-use (R0201) (locally-disabled) I:198, 0: Locally disabling not-callable (E1102) (locally-disabled) I:248, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:279, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) I:325, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) I:348, 0: Locally disabling no-init (W0232) (locally-disabled) ************* Module pylint.config I: 72, 0: Locally disabling broad-except (W0703) (locally-disabled) I:160, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:165, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:171, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:347, 0: Locally disabling abstract-method (W0223) (locally-disabled) I:617, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:637, 0: Locally disabling deprecated-method (W1505) (locally-disabled) ************* Module pylint.__pkginfo__ I: 17, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I: 17, 0: Locally disabling invalid-name (C0103) (locally-disabled) I: 96, 0: Locally disabling unused-argument (W0613) (locally-disabled) E: 20, 8: Unexpected keyword argument 'name' in method call (unexpected-keyword-arg) E: 20, 8: Unexpected keyword argument 'entity' in method call (unexpected-keyword-arg) E: 20, 8: Unexpected keyword argument 'lineno' in method call (unexpected-keyword-arg) E: 20, 8: No value for argument 'node' in method call (no-value-for-parameter) ************* Module pylint.extensions._check_docs_utils I: 97, 0: Locally disabling no-self-use (R0201) (locally-disabled) ************* Module pylint.reporters.__init__ I: 29, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) ************* Module pylint.reporters.json I: 40, 0: Locally disabling deprecated-method (W1505) (locally-disabled) ************* Module pylint.checkers.utils I: 21, 0: Locally disabling unused-import (W0611) (locally-disabled) I: 32, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) ************* Module pylint.checkers.__init__ I: 58, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) ************* Module pylint.checkers.similar I: 14, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I: 89, 0: Locally disabling undefined-loop-variable (W0631) (locally-disabled) I:315, 0: Locally disabling undefined-loop-variable (W0631) (locally-disabled) ************* Module pylint.checkers.logging I:104, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.base I: 32, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I:148, 0: Locally disabling superfluous-parens (C0325) (locally-disabled) I:780, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1030, 0: Locally disabling unused-argument (W0613) (locally-disabled) I:1234, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.exceptions I:237, 0: Locally disabling protected-access (W0212) (locally-disabled) I:254, 0: Locally disabling protected-access (W0212) (locally-disabled) I:339, 0: Locally disabling protected-access (W0212) (locally-disabled) ************* Module pylint.checkers.variables I:942, 0: Locally disabling too-many-nested-blocks (R0101) (locally-disabled) ************* Module pylint.checkers.format I: 30, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I: 36, 0: Locally disabling redefined-builtin (W0622) (locally-disabled) I:621, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.misc I: 16, 0: Locally disabling fixme (W0511) (locally-disabled) ************* Module pylint.checkers.python3 I:379, 0: Locally disabling unused-argument (W0613) (locally-disabled) ************* Module pylint.checkers.strings I:123, 0: Locally disabling wrong-import-position (C0413) (locally-disabled) I:123, 0: Locally disabling wrong-import-order (C0411) (locally-disabled) I:555, 0: Locally disabling undefined-loop-variable (W0631) (locally-disabled) ************* Module pylint.pyreverse.inspector I: 38, 0: Locally disabling broad-except (W0703) (locally-disabled) ************* Module pylint.pyreverse.diadefslib I:142, 0: Locally disabling unused-argument (W0613) (locally-disabled) + : + /usr/bin/python3.6 -Wi -m unittest discover -s pylint/test BUILDSTDERR: ..................................................E......................................................................................................................................................s........s..................s.s................sF.....................s..............s.......s...s.s..s.s.s...s....................ss...............s..........s.s..sss..........s....s..s.s.s..s.....s..........s..............ss......F.F....F.......F....FF..s...F BUILDSTDERR: ====================================================================== BUILDSTDERR: ERROR: extensions.test_check_mccabe (unittest.loader._FailedTest) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: ImportError: Failed to import test module: extensions.test_check_mccabe BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/usr/lib64/python3.6/unittest/loader.py", line 428, in _find_test_path BUILDSTDERR: module = self._get_module_from_name(name) BUILDSTDERR: File "/usr/lib64/python3.6/unittest/loader.py", line 369, in _get_module_from_name BUILDSTDERR: __import__(name) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/extensions/test_check_mccabe.py", line 11, in BUILDSTDERR: from pylint.extensions.mccabe import register BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/extensions/mccabe.py", line 11, in BUILDSTDERR: from mccabe import PathGraph as Mccabe_PathGraph, \ BUILDSTDERR: ModuleNotFoundError: No module named 'mccabe' BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: deprecated_methods_py3 (test_functional.LintModuleTest) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_functional.py", line 318, in _runTest BUILDSTDERR: self.fail('\n'.join(msg)) BUILDSTDERR: AssertionError: Wrong results for file "deprecated_methods_py3": BUILDSTDERR: Expected in testdata: BUILDSTDERR: 21: deprecated-method BUILDSTDERR: Unexpected in testdata: BUILDSTDERR: 21: no-member BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_all (test_self.RunTC) BUILDSTDERR: Make pylint check itself. BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 126, in test_all BUILDSTDERR: reporter=MultiReporter(reporters), code=1) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 93, in _runtest BUILDSTDERR: self.assertEqual(pylint_code, code, msg) BUILDSTDERR: AssertionError: 2 != 1 : expected output status 1, got 2. Below pylint output: BUILDSTDERR: ************* Module functional.arguments BUILDSTDERR: I: 1, 0: Locally disabling too-few-public-methods (R0903) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling no-absolute-import (W1618) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling missing-docstring (C0111) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling import-error (E0401) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling wrong-import-position (C0413) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-a-mapping (E1134) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) BUILDSTDERR: E: 46, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 47, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 49, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'second_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 53, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 58, 0: Unexpected keyword argument 'bob' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 58, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 59, 0: Unexpected keyword argument 'coin' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 61, 0: Argument 'one' passed by position and keyword in function call (redundant-keyword-arg) BUILDSTDERR: E: 66, 0: No value for argument 'arg' in lambda call (no-value-for-parameter) BUILDSTDERR: E: 71, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 72, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 74, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 75, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 77, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 78, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E: 80, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 81, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E:110, 8: No value for argument 'first' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E:111, 8: Too many positional arguments for staticmethod call (too-many-function-args) BUILDSTDERR: E:133, 8: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: E:134, 8: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E:136, 0: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_confidence_levels (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 347, in test_confidence_levels BUILDSTDERR: expected_output=expected) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 108, in _test_output BUILDSTDERR: self.assertIn(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: 'No config file found, using default configuration' not found in 'Report\n======\n1 statements analysed.\n\nStatistics by type\n------------------\n\n+---------+-------+-----------+-----------+------------+---------+\n|type |number |old number |difference |%documented |%badname |\n+=========+=======+===========+===========+============+=========+\n|module |1 |NC |NC |0.00 |0.00 |\n+---------+-------+-----------+-----------+------------+---------+\n|class |0 |NC |NC |0 |0 |\n+---------+-------+-----------+-----------+------------+---------+\n|method |0 |NC |NC |0 |0 |\n+---------+-------+-----------+-----------+------------+---------+\n|function |0 |NC |NC |0 |0 |\n+---------+-------+-----------+-----------+------------+---------+\n\n\n\nRaw metrics\n-----------\n\n+----------+-------+------+---------+-----------+\n|type |number |% |previous |difference |\n+==========+=======+======+=========+===========+\n|code |2 |40.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n|docstring |0 |0.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n|comment |2 |40.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n|empty |1 |20.00 |NC |NC |\n+----------+-------+------+---------+-----------+\n\n\n\nDuplication\n-----------\n\n+-------------------------+------+---------+-----------+\n| |now |previous |difference |\n+=========================+======+=========+===========+\n|nb duplicated lines |0 |NC |NC |\n+-------------------------+------+---------+-----------+\n|percent duplicated lines |0.000 |NC |NC |\n+-------------------------+------+---------+-----------+\n\n\n\nMessages by category\n--------------------\n\n+-----------+-------+---------+-----------+\n|type |number |previous |difference |\n+===========+=======+=========+===========+\n|convention |0 |NC |NC |\n+-----------+-------+---------+-----------+\n|refactor |0 |NC |NC |\n+-----------+-------+---------+-----------+\n|warning |0 |NC |NC |\n+-----------+-------+---------+-----------+\n|error |0 |NC |NC |\n+-----------+-------+---------+-----------+\n\n\n\nGlobal evaluation\n-----------------\nYour code has been rated at 10.00/10' BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_enable_all_works (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 268, in test_enable_all_works BUILDSTDERR: expected_output=expected) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 108, in _test_output BUILDSTDERR: self.assertIn(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: "No config file found, using default configuration\n************* Module data.clientmodule_test\nW: 10, 8: Unused variable 'local_variable' (unused-variable)\nC: 18, 4: Missing method docstring (missing-docstring)\nC: 22, 0: Missing class docstring (missing-docstring)" not found in "************* Module data.clientmodule_test\nW: 10, 8: Unused variable 'local_variable' (unused-variable)\nC: 18, 4: Missing method docstring (missing-docstring)\nC: 22, 0: Missing class docstring (missing-docstring)" BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_import_itself_not_accounted_for_relative_imports (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 296, in test_import_itself_not_accounted_for_relative_imports BUILDSTDERR: expected_output=expected) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 108, in _test_output BUILDSTDERR: self.assertIn(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: 'No config file found, using default configuration' not found in '' BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_no_out_encoding (test_self.RunTC) BUILDSTDERR: test redirection of stdout with non ascii caracters BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 206, in test_no_out_encoding BUILDSTDERR: out=strio) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 93, in _runtest BUILDSTDERR: self.assertEqual(pylint_code, code, msg) BUILDSTDERR: AssertionError: 20 != 28 : expected output status 28, got 20. Below pylint output: BUILDSTDERR: ************* Module no_stdout_encoding BUILDSTDERR: C: 3, 0: No space allowed before bracket BUILDSTDERR: def __init__ (self, dir): BUILDSTDERR: ^ (bad-whitespace) BUILDSTDERR: W: 4, 8: Unused variable 'testString' (unused-variable) BUILDSTDERR: Report BUILDSTDERR: ====== BUILDSTDERR: 3 statements analysed. BUILDSTDERR: Statistics by type BUILDSTDERR: ------------------ BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |type |number |old number |difference |%documented |%badname | BUILDSTDERR: +=========+=======+===========+===========+============+=========+ BUILDSTDERR: |module |1 |NC |NC |0.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |class |1 |NC |NC |0.00 |100.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |method |1 |NC |NC |100.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |function |0 |NC |NC |0 |0 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: Raw metrics BUILDSTDERR: ----------- BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |type |number |% |previous |difference | BUILDSTDERR: +==========+=======+======+=========+===========+ BUILDSTDERR: |code |5 |83.33 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |docstring |0 |0.00 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |comment |1 |16.67 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |empty |0 |0.00 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: Duplication BUILDSTDERR: ----------- BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: | |now |previous |difference | BUILDSTDERR: +=========================+======+=========+===========+ BUILDSTDERR: |nb duplicated lines |0 |NC |NC | BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: |percent duplicated lines |0.000 |NC |NC | BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: Messages by category BUILDSTDERR: -------------------- BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |type |number |previous |difference | BUILDSTDERR: +===========+=======+=========+===========+ BUILDSTDERR: |convention |1 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |refactor |0 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |warning |1 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |error |0 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: Messages BUILDSTDERR: -------- BUILDSTDERR: +----------------+------------+ BUILDSTDERR: |message id |occurrences | BUILDSTDERR: +================+============+ BUILDSTDERR: |unused-variable |1 | BUILDSTDERR: +----------------+------------+ BUILDSTDERR: |bad-whitespace |1 | BUILDSTDERR: +----------------+------------+ BUILDSTDERR: Global evaluation BUILDSTDERR: ----------------- BUILDSTDERR: Your code has been rated at 3.33/10 BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_parallel_execution (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 210, in test_parallel_execution BUILDSTDERR: 'pylint/test/functional/bad_continuation.py'], code=1) BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 93, in _runtest BUILDSTDERR: self.assertEqual(pylint_code, code, msg) BUILDSTDERR: AssertionError: 18 != 1 : expected output status 1, got 18. Below pylint output: BUILDSTDERR: ************* Module functional.bad_continuation BUILDSTDERR: I: 2, 0: Locally disabling print-statement (E1601) (locally-disabled) BUILDSTDERR: I: 2, 0: Locally disabling using-constant-test (W0125) (locally-disabled) BUILDSTDERR: I: 2, 0: Locally disabling redefined-variable-type (R0204) (locally-disabled) BUILDSTDERR: I:111, 0: Locally disabling missing-docstring (C0111) (locally-disabled) BUILDSTDERR: C: 14, 0: Wrong hanging indentation. BUILDSTDERR: ] # [bad-continuation] BUILDSTDERR: | ^| (bad-continuation) BUILDSTDERR: C: 19, 0: Wrong continued indentation (remove 3 spaces). BUILDSTDERR: 7, # [bad-continuation] BUILDSTDERR: | ^ (bad-continuation) BUILDSTDERR: C: 27, 0: Wrong hanging indentation (add 1 space). BUILDSTDERR: 'b': 2, # [bad-continuation] BUILDSTDERR: ^| (bad-continuation) BUILDSTDERR: C: 33, 0: Wrong hanging indentation (add 1 space). BUILDSTDERR: 'b': 2, # [bad-continuation] BUILDSTDERR: ^| (bad-continuation) BUILDSTDERR: C: 41, 0: Wrong continued indentation. BUILDSTDERR: # [bad-continuation] is not accepted BUILDSTDERR: | | ^ (bad-continuation) BUILDSTDERR: C: 42, 0: Wrong continued indentation (remove 20 spaces). BUILDSTDERR: 'contents', # [bad-continuation] nor this. BUILDSTDERR: | ^ (bad-continuation) BUILDSTDERR: C: 51, 0: Wrong hanging indentation in dict value. BUILDSTDERR: 'value2', # [bad-continuation] BUILDSTDERR: | ^ | (bad-continuation) BUILDSTDERR: C: 61, 0: Wrong continued indentation (add 4 spaces). BUILDSTDERR: 'wrong', # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C: 85, 0: Wrong hanging indentation in dict value. BUILDSTDERR: 'value1', # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C: 89, 0: Wrong hanging indentation in dict value. BUILDSTDERR: 'value1', # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:106, 0: Wrong hanging indentation before block (add 4 spaces). BUILDSTDERR: some_arg, # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:107, 0: Wrong hanging indentation before block (add 4 spaces). BUILDSTDERR: some_other_arg): # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:127, 0: Wrong continued indentation (add 3 spaces). BUILDSTDERR: "b") # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:141, 0: Wrong hanging indentation before block. BUILDSTDERR: ): pass # [bad-continuation] BUILDSTDERR: | ^| (bad-continuation) BUILDSTDERR: C:144, 0: Wrong continued indentation before block (add 4 spaces). BUILDSTDERR: 2): # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: C:152, 0: Wrong continued indentation (remove 2 spaces). BUILDSTDERR: 2 and # [bad-continuation] BUILDSTDERR: | ^ (bad-continuation) BUILDSTDERR: C:157, 0: Wrong hanging indentation before block. BUILDSTDERR: 2): pass # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:164, 0: Wrong continued indentation before block. BUILDSTDERR: 2 or # [bad-continuation] BUILDSTDERR: |^ | (bad-continuation) BUILDSTDERR: C:168, 0: Wrong continued indentation before block. BUILDSTDERR: 2): pass # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:174, 0: Wrong hanging indentation before block. BUILDSTDERR: 2): # [bad-continuation] BUILDSTDERR: ^ | | (bad-continuation) BUILDSTDERR: C:185, 0: Wrong continued indentation (add 4 spaces). BUILDSTDERR: 2): # [bad-continuation] BUILDSTDERR: ^ | (bad-continuation) BUILDSTDERR: ************* Module functional.arguments BUILDSTDERR: I: 1, 0: Locally disabling too-few-public-methods (R0903) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling no-absolute-import (W1618) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling missing-docstring (C0111) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling import-error (E0401) (locally-disabled) BUILDSTDERR: I: 1, 0: Locally disabling wrong-import-position (C0413) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-a-mapping (E1134) (locally-disabled) BUILDSTDERR: I:150, 0: Locally disabling not-an-iterable (E1133) (locally-disabled) BUILDSTDERR: E: 46, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 47, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 49, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'second_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 51, 0: No value for argument 'third_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 53, 0: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E: 58, 0: Unexpected keyword argument 'bob' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 58, 0: No value for argument 'first_argument' in function call (no-value-for-parameter) BUILDSTDERR: E: 59, 0: Unexpected keyword argument 'coin' in function call (unexpected-keyword-arg) BUILDSTDERR: E: 61, 0: Argument 'one' passed by position and keyword in function call (redundant-keyword-arg) BUILDSTDERR: E: 66, 0: No value for argument 'arg' in lambda call (no-value-for-parameter) BUILDSTDERR: E: 71, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 72, 4: No value for argument 'arg' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E: 74, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 75, 4: No value for argument 'arg' in classmethod call (no-value-for-parameter) BUILDSTDERR: E: 77, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 78, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E: 80, 4: No value for argument 'arg' in method call (no-value-for-parameter) BUILDSTDERR: E: 81, 4: No value for argument 'arg' in unbound method call (no-value-for-parameter) BUILDSTDERR: E:110, 8: No value for argument 'first' in staticmethod call (no-value-for-parameter) BUILDSTDERR: E:111, 8: Too many positional arguments for staticmethod call (too-many-function-args) BUILDSTDERR: E:133, 8: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: E:134, 8: Too many positional arguments for function call (too-many-function-args) BUILDSTDERR: E:136, 0: No value for argument 'icon' in function call (no-value-for-parameter) BUILDSTDERR: Report BUILDSTDERR: ====== BUILDSTDERR: 138 statements analysed. BUILDSTDERR: Statistics by type BUILDSTDERR: ------------------ BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |type |number |old number |difference |%documented |%badname | BUILDSTDERR: +=========+=======+===========+===========+============+=========+ BUILDSTDERR: |module |2 |NC |NC |100.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |class |5 |NC |NC |60.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |method |10 |NC |NC |70.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: |function |12 |NC |NC |75.00 |0.00 | BUILDSTDERR: +---------+-------+-----------+-----------+------------+---------+ BUILDSTDERR: Raw metrics BUILDSTDERR: ----------- BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |type |number |% |previous |difference | BUILDSTDERR: +==========+=======+======+=========+===========+ BUILDSTDERR: |code |188 |51.93 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |docstring |56 |15.47 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |comment |37 |10.22 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: |empty |81 |22.38 |NC |NC | BUILDSTDERR: +----------+-------+------+---------+-----------+ BUILDSTDERR: Duplication BUILDSTDERR: ----------- BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: | |now |previous |difference | BUILDSTDERR: +=========================+======+=========+===========+ BUILDSTDERR: |nb duplicated lines |0 |NC |NC | BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: |percent duplicated lines |0.000 |NC |NC | BUILDSTDERR: +-------------------------+------+---------+-----------+ BUILDSTDERR: Messages by category BUILDSTDERR: -------------------- BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |type |number |previous |difference | BUILDSTDERR: +===========+=======+=========+===========+ BUILDSTDERR: |convention |21 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |refactor |0 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |warning |0 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: |error |25 |NC |NC | BUILDSTDERR: +-----------+-------+---------+-----------+ BUILDSTDERR: % errors / warnings by module BUILDSTDERR: ----------------------------- BUILDSTDERR: +----------------------------+-------+--------+---------+-----------+ BUILDSTDERR: |module |error |warning |refactor |convention | BUILDSTDERR: +============================+=======+========+=========+===========+ BUILDSTDERR: |functional.arguments |100.00 |0.00 |0.00 |0.00 | BUILDSTDERR: +----------------------------+-------+--------+---------+-----------+ BUILDSTDERR: |functional.bad_continuation |0.00 |0.00 |0.00 |100.00 | BUILDSTDERR: +----------------------------+-------+--------+---------+-----------+ BUILDSTDERR: Messages BUILDSTDERR: -------- BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |message id |occurrences | BUILDSTDERR: +=======================+============+ BUILDSTDERR: |bad-continuation |21 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |no-value-for-parameter |18 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |locally-disabled |11 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |too-many-function-args |4 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |unexpected-keyword-arg |2 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: |redundant-keyword-arg |1 | BUILDSTDERR: +-----------------------+------------+ BUILDSTDERR: Global evaluation BUILDSTDERR: ----------------- BUILDSTDERR: Your code has been rated at -0.58/10 BUILDSTDERR: ====================================================================== BUILDSTDERR: FAIL: test_wrong_import_position_when_others_disabled (test_self.RunTC) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Traceback (most recent call last): BUILDSTDERR: File "/builddir/build/BUILD/pylint-pylint-1.6.5/pylint/test/test_self.py", line 290, in test_wrong_import_position_when_others_disabled BUILDSTDERR: self.assertEqual(expected_output.strip(), actual_output.strip()) BUILDSTDERR: AssertionError: 'No config file found, using default confi[144 chars]ion)' != '************* Module wrong_import_positio[93 chars]ion)' BUILDSTDERR: - No config file found, using default configuration BUILDSTDERR: ************* Module wrong_import_position BUILDSTDERR: C: 11, 0: Import "import os" should be placed at the top of the module (wrong-import-position) BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 462 tests in 12.730s BUILDSTDERR: FAILED (failures=8, errors=1, skipped=33) + : + exit 0 Processing files: pylint-1.6.5-6.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UCWXEj + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + DOCDIR=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/pylint-1.6.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/pylint-1.6.5 + cp -pr README.rst /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/pylint-1.6.5 + cp -pr ChangeLog /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/pylint-1.6.5 + cp -pr examples /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/pylint-1.6.5 + cp -pr elisp /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/pylint-1.6.5 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qQcHcd + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + LICENSEDIR=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/pylint-1.6.5 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/pylint-1.6.5 + cp -pr COPYING /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/pylint-1.6.5 + exit 0 Provides: pylint = 1.6.5-6.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pylint-gui-1.6.5-6.el7.noarch Provides: pylint-gui = 1.6.5-6.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-pylint-1.6.5-6.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eaJeS6 + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + DOCDIR=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python2-pylint-1.6.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python2-pylint-1.6.5 + cp -pr README.rst /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python2-pylint-1.6.5 + cp -pr ChangeLog /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python2-pylint-1.6.5 + cp -pr examples /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python2-pylint-1.6.5 + cp -pr elisp /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python2-pylint-1.6.5 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tXByz0 + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + LICENSEDIR=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/python2-pylint-1.6.5 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/python2-pylint-1.6.5 + cp -pr COPYING /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/python2-pylint-1.6.5 + exit 0 Provides: python2-pylint = 1.6.5-6.el7 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/python2 python(abi) = 2.7 Processing files: python2-pylint-gui-1.6.5-6.el7.noarch Provides: python2-pylint-gui = 1.6.5-6.el7 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/python2 python(abi) = 2.7 Processing files: python36-pylint-1.6.5-6.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ihOONX + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + DOCDIR=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python36-pylint-1.6.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python36-pylint-1.6.5 + cp -pr README.rst /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python36-pylint-1.6.5 + cp -pr ChangeLog /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python36-pylint-1.6.5 + cp -pr examples /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python36-pylint-1.6.5 + cp -pr elisp /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/doc/python36-pylint-1.6.5 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HU2Q3U + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + LICENSEDIR=/builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/python36-pylint-1.6.5 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/python36-pylint-1.6.5 + cp -pr COPYING /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch/usr/share/licenses/python36-pylint-1.6.5 + exit 0 Provides: python36-pylint = 1.6.5-6.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3.6 python(abi) = 3.6 Obsoletes: python34-pylint < 1.6.5-5 Processing files: python36-pylint-gui-1.6.5-6.el7.noarch Provides: python36-pylint-gui = 1.6.5-6.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3.6 python(abi) = 3.6 Obsoletes: python34-pylint-gui < 1.6.5-5 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch Wrote: /builddir/build/RPMS/pylint-1.6.5-6.el7.noarch.rpm Wrote: /builddir/build/RPMS/pylint-gui-1.6.5-6.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-pylint-1.6.5-6.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-pylint-gui-1.6.5-6.el7.noarch.rpm Wrote: /builddir/build/RPMS/python36-pylint-1.6.5-6.el7.noarch.rpm Wrote: /builddir/build/RPMS/python36-pylint-gui-1.6.5-6.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HTfPw6 + umask 022 + cd /builddir/build/BUILD + cd pylint-pylint-1.6.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pylint-1.6.5-6.el7.noarch + exit 0 Child return code was: 0