Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/yamllint.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-1ef8477e43f4b4de1da067bc30dfde15dc70dde8/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/yamllint.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/yamllint-1.3.2-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/yamllint.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-1ef8477e43f4b4de1da067bc30dfde15dc70dde8/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/yamllint.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mkao1R + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf yamllint-1.3.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/yamllint-1.3.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd yamllint-1.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf yamllint.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.euBD3H + umask 022 + cd /builddir/build/BUILD + cd yamllint-1.3.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py creating build creating build/lib creating build/lib/yamllint copying yamllint/config.py -> build/lib/yamllint copying yamllint/linter.py -> build/lib/yamllint copying yamllint/parser.py -> build/lib/yamllint copying yamllint/__init__.py -> build/lib/yamllint copying yamllint/cli.py -> build/lib/yamllint creating build/lib/tests copying tests/common.py -> build/lib/tests copying tests/test_parser.py -> build/lib/tests copying tests/test_cli.py -> build/lib/tests copying tests/test_linter.py -> build/lib/tests copying tests/test_spec_examples.py -> build/lib/tests copying tests/test_config.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_yamllint_directives.py -> build/lib/tests copying tests/test_syntax_errors.py -> build/lib/tests creating build/lib/yamllint/rules copying yamllint/rules/braces.py -> build/lib/yamllint/rules copying yamllint/rules/common.py -> build/lib/yamllint/rules copying yamllint/rules/comments.py -> build/lib/yamllint/rules copying yamllint/rules/empty_lines.py -> build/lib/yamllint/rules copying yamllint/rules/new_lines.py -> build/lib/yamllint/rules copying yamllint/rules/commas.py -> build/lib/yamllint/rules copying yamllint/rules/brackets.py -> build/lib/yamllint/rules copying yamllint/rules/trailing_spaces.py -> build/lib/yamllint/rules copying yamllint/rules/key_duplicates.py -> build/lib/yamllint/rules copying yamllint/rules/colons.py -> build/lib/yamllint/rules copying yamllint/rules/new_line_at_end_of_file.py -> build/lib/yamllint/rules copying yamllint/rules/__init__.py -> build/lib/yamllint/rules copying yamllint/rules/indentation.py -> build/lib/yamllint/rules copying yamllint/rules/document_start.py -> build/lib/yamllint/rules copying yamllint/rules/document_end.py -> build/lib/yamllint/rules copying yamllint/rules/line_length.py -> build/lib/yamllint/rules copying yamllint/rules/hyphens.py -> build/lib/yamllint/rules copying yamllint/rules/comments_indentation.py -> build/lib/yamllint/rules creating build/lib/tests/rules copying tests/rules/test_hyphens.py -> build/lib/tests/rules copying tests/rules/test_new_lines.py -> build/lib/tests/rules copying tests/rules/test_indentation.py -> build/lib/tests/rules copying tests/rules/test_document_start.py -> build/lib/tests/rules copying tests/rules/test_comments_indentation.py -> build/lib/tests/rules copying tests/rules/test_trailing_spaces.py -> build/lib/tests/rules copying tests/rules/test_commas.py -> build/lib/tests/rules copying tests/rules/test_comments.py -> build/lib/tests/rules copying tests/rules/test_key_duplicates.py -> build/lib/tests/rules copying tests/rules/test_common.py -> build/lib/tests/rules copying tests/rules/test_new_line_at_end_of_file.py -> build/lib/tests/rules copying tests/rules/test_colons.py -> build/lib/tests/rules copying tests/rules/test_braces.py -> build/lib/tests/rules copying tests/rules/test_brackets.py -> build/lib/tests/rules copying tests/rules/__init__.py -> build/lib/tests/rules copying tests/rules/test_document_end.py -> build/lib/tests/rules copying tests/rules/test_empty_lines.py -> build/lib/tests/rules copying tests/rules/test_line_length.py -> build/lib/tests/rules creating build/lib/yamllint/conf copying yamllint/conf/default.yaml -> build/lib/yamllint/conf copying yamllint/conf/relaxed.yaml -> build/lib/yamllint/conf creating build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.6 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.10 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.7 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.21 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.13 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.23 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.6 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.12 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.5 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.16 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.9 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.10 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.17 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.27 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.26 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.12 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-9.5 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.3 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.4 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.1 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.13 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.24 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.20 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.3 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.28 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.4 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-9.4 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.10 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.24 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.1 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.2 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.15 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.15 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.28 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.8 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.20 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.23 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.21 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.29 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.6 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.5 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.1 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.4 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.12 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.1 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.17 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.17 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.12 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.20 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.11 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.3 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.6 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.11 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.14 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.14 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.7 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.26 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.13 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.8 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.9 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.2 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.20 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.5 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.11 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.14 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.5 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.5 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.21 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.11 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.19 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-9.3 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.12 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.16 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.18 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.25 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.2 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.27 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.5 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.7 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.1 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.9 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.19 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.10 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.10 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.22 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.8 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.18 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.25 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.4 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.8 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.23 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.22 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.2 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.6 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.24 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-9.2 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.9 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.11 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.1 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.18 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.4 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.22 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.9 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-9.6 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.2 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.6 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.13 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.15 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.19 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.19 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.14 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.9 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.7 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.15 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-10.4 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.16 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.22 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.3 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.7 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.18 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.8 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-9.1 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-7.21 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.8 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.14 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-2.16 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.3 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.7 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.17 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-6.2 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-8.13 -> build/lib/tests/yaml-1.2-spec-examples copying tests/yaml-1.2-spec-examples/example-5.3 -> build/lib/tests/yaml-1.2-spec-examples + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WSn27L + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch + cd yamllint-1.3.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4 creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/braces.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/common.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/comments.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/empty_lines.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/new_lines.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/commas.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/brackets.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/trailing_spaces.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/key_duplicates.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/colons.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/new_line_at_end_of_file.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/__init__.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/indentation.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/document_start.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/document_end.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/line_length.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/hyphens.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/rules/comments_indentation.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules copying build/lib/yamllint/config.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/conf copying build/lib/yamllint/conf/default.yaml -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/conf copying build/lib/yamllint/conf/relaxed.yaml -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/conf copying build/lib/yamllint/linter.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint copying build/lib/yamllint/parser.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint copying build/lib/yamllint/__init__.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint copying build/lib/yamllint/cli.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_hyphens.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_new_lines.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_indentation.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_document_start.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_comments_indentation.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_trailing_spaces.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_commas.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_comments.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_key_duplicates.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_common.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_new_line_at_end_of_file.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_colons.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_braces.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_brackets.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/__init__.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_document_end.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_empty_lines.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/rules/test_line_length.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules copying build/lib/tests/common.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests copying build/lib/tests/test_parser.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests creating /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.6 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.10 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.7 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.21 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.13 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.23 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.6 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.12 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.5 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.16 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.9 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.10 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.17 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.27 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.26 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.12 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-9.5 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.3 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.4 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.1 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.13 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.24 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.20 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.3 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.28 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.4 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-9.4 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.10 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.24 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.1 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.2 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.15 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.15 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.28 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.8 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.20 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.23 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.21 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.29 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.6 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.5 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.1 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.4 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.12 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.1 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.17 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.17 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.12 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.20 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.11 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.3 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.6 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.11 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.14 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.14 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.7 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.26 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.13 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.8 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.9 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.2 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.20 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.5 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.11 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.14 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.5 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.5 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.21 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.11 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.19 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-9.3 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.12 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.16 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.18 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.25 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.2 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.27 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.5 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.7 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.1 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.9 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.19 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.10 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.10 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.22 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.8 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.18 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.25 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.4 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.8 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.23 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.22 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.2 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.6 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.24 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-9.2 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.9 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.11 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.1 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.18 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.4 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.22 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.9 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-9.6 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.2 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.6 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.13 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.15 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.19 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.19 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.14 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.9 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.7 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.15 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-10.4 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.16 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.22 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.3 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.7 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.18 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.8 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-9.1 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-7.21 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.8 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.14 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-2.16 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.3 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.7 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.17 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-6.2 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-8.13 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/yaml-1.2-spec-examples/example-5.3 -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/yaml-1.2-spec-examples copying build/lib/tests/test_cli.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests copying build/lib/tests/test_linter.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests copying build/lib/tests/test_spec_examples.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests copying build/lib/tests/test_config.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests copying build/lib/tests/test_yamllint_directives.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests copying build/lib/tests/test_syntax_errors.py -> /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/braces.py to braces.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/common.py to common.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/comments.py to comments.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/empty_lines.py to empty_lines.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/new_lines.py to new_lines.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/commas.py to commas.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/brackets.py to brackets.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/trailing_spaces.py to trailing_spaces.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/key_duplicates.py to key_duplicates.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/colons.py to colons.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/new_line_at_end_of_file.py to new_line_at_end_of_file.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/indentation.py to indentation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/document_start.py to document_start.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/document_end.py to document_end.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/line_length.py to line_length.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/hyphens.py to hyphens.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/rules/comments_indentation.py to comments_indentation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/config.py to config.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/linter.py to linter.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/parser.py to parser.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint/cli.py to cli.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_hyphens.py to test_hyphens.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_new_lines.py to test_new_lines.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_indentation.py to test_indentation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_document_start.py to test_document_start.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_comments_indentation.py to test_comments_indentation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_trailing_spaces.py to test_trailing_spaces.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_commas.py to test_commas.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_comments.py to test_comments.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_key_duplicates.py to test_key_duplicates.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_common.py to test_common.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_new_line_at_end_of_file.py to test_new_line_at_end_of_file.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_colons.py to test_colons.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_braces.py to test_braces.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_brackets.py to test_brackets.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_document_end.py to test_document_end.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_empty_lines.py to test_empty_lines.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/rules/test_line_length.py to test_line_length.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/common.py to common.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/test_parser.py to test_parser.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/test_cli.py to test_cli.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/test_linter.py to test_linter.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/test_spec_examples.py to test_spec_examples.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/test_config.py to test_config.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/test_yamllint_directives.py to test_yamllint_directives.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/tests/test_syntax_errors.py to test_syntax_errors.cpython-34.pyc writing byte-compilation script '/tmp/tmp3l6gf9ox.py' /usr/bin/python3.4 -O /tmp/tmp3l6gf9ox.py removing /tmp/tmp3l6gf9ox.py running install_egg_info running egg_info creating yamllint.egg-info writing entry points to yamllint.egg-info/entry_points.txt writing requirements to yamllint.egg-info/requires.txt writing yamllint.egg-info/PKG-INFO writing top-level names to yamllint.egg-info/top_level.txt writing dependency_links to yamllint.egg-info/dependency_links.txt writing manifest file 'yamllint.egg-info/SOURCES.txt' reading manifest file 'yamllint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'yamllint.egg-info/SOURCES.txt' Copying yamllint.egg-info to /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/lib/python3.4/site-packages/yamllint-1.3.2-py3.4.egg-info running install_scripts Installing yamllint script to /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/bin + /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/yamllint-1.3.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. 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 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DsWJhv + umask 022 + cd /builddir/build/BUILD + cd yamllint-1.3.2 + /usr/bin/python3.4 setup.py test running test running egg_info writing yamllint.egg-info/PKG-INFO writing top-level names to yamllint.egg-info/top_level.txt writing entry points to yamllint.egg-info/entry_points.txt writing requirements to yamllint.egg-info/requires.txt writing dependency_links to yamllint.egg-info/dependency_links.txt reading manifest file 'yamllint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'yamllint.egg-info/SOURCES.txt' running build_ext test_disabled (tests.rules.test_braces.ColonTestCase) ... ok test_max_spaces (tests.rules.test_braces.ColonTestCase) ... ok test_min_and_max_spaces (tests.rules.test_braces.ColonTestCase) ... ok test_min_spaces (tests.rules.test_braces.ColonTestCase) ... ok test_disabled (tests.rules.test_brackets.ColonTestCase) ... ok test_max_spaces (tests.rules.test_brackets.ColonTestCase) ... ok test_min_and_max_spaces (tests.rules.test_brackets.ColonTestCase) ... ok test_min_spaces (tests.rules.test_brackets.ColonTestCase) ... ok test_after_do_not_confound_with_trailing_space (tests.rules.test_colons.ColonTestCase) ... ok test_after_enabled (tests.rules.test_colons.ColonTestCase) ... ok test_after_enabled_question_mark (tests.rules.test_colons.ColonTestCase) ... ok test_after_max (tests.rules.test_colons.ColonTestCase) ... ok test_after_with_explicit_block_mappings (tests.rules.test_colons.ColonTestCase) ... ok test_before_enabled (tests.rules.test_colons.ColonTestCase) ... ok test_before_max (tests.rules.test_colons.ColonTestCase) ... ok test_before_with_explicit_block_mappings (tests.rules.test_colons.ColonTestCase) ... ok test_both_before_and_after (tests.rules.test_colons.ColonTestCase) ... ok test_disabled (tests.rules.test_colons.ColonTestCase) ... ok test_after_max (tests.rules.test_commas.CommaTestCase) ... ok test_after_max_3 (tests.rules.test_commas.CommaTestCase) ... ok test_after_min (tests.rules.test_commas.CommaTestCase) ... ok test_before_max (tests.rules.test_commas.CommaTestCase) ... ok test_before_max_3 (tests.rules.test_commas.CommaTestCase) ... ok test_before_max_with_comma_on_new_line (tests.rules.test_commas.CommaTestCase) ... ok test_both_before_and_after (tests.rules.test_commas.CommaTestCase) ... ok test_disabled (tests.rules.test_commas.CommaTestCase) ... ok test_both (tests.rules.test_comments.CommentsTestCase) ... ok test_disabled (tests.rules.test_comments.CommentsTestCase) ... ok test_empty_comment (tests.rules.test_comments.CommentsTestCase) ... ok test_first_line (tests.rules.test_comments.CommentsTestCase) ... ok test_multi_line_scalar (tests.rules.test_comments.CommentsTestCase) ... ok test_spaces_from_content (tests.rules.test_comments.CommentsTestCase) ... ok test_starting_space (tests.rules.test_comments.CommentsTestCase) ... ok test_disable (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_empty_comment (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_enabled (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_first_line (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_inline_comment (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_no_newline_at_end (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_get_line_indent (tests.rules.test_common.CommonTestCase) ... ok test_disabled (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_forbidden (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_multiple_documents (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_required (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_directives (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_disabled (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_forbidden (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_multiple_documents (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_required (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_0_empty_lines (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_10_empty_lines (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_disabled (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_empty_document (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_empty_lines_at_end (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_empty_lines_at_start (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_spaces (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_disabled (tests.rules.test_hyphens.HyphenTestCase) ... ok test_enabled (tests.rules.test_hyphens.HyphenTestCase) ... ok test_max_3 (tests.rules.test_hyphens.HyphenTestCase) ... ok test_anchors (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_flows (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_flows_imbrication (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_non_indented_sequences (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_simple_mapping (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_simple_sequence (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_tags (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_anchors (tests.rules.test_indentation.IndentationTestCase) ... ok test_broken_flows (tests.rules.test_indentation.IndentationTestCase) ... ok test_clear_sequence_item (tests.rules.test_indentation.IndentationTestCase) ... ok test_cleared_flows (tests.rules.test_indentation.IndentationTestCase) ... ok test_consistent (tests.rules.test_indentation.IndentationTestCase) ... ok test_direct_flows (tests.rules.test_indentation.IndentationTestCase) ... ok test_disabled (tests.rules.test_indentation.IndentationTestCase) ... ok test_empty_value (tests.rules.test_indentation.IndentationTestCase) ... ok test_explicit_block_mappings (tests.rules.test_indentation.IndentationTestCase) ... ok test_first_line (tests.rules.test_indentation.IndentationTestCase) ... ok test_flows_imbrication (tests.rules.test_indentation.IndentationTestCase) ... ok test_indent_sequences_consistent (tests.rules.test_indentation.IndentationTestCase) ... ok test_indent_sequences_whatever (tests.rules.test_indentation.IndentationTestCase) ... ok test_multi_lines (tests.rules.test_indentation.IndentationTestCase) ... ok test_nested_collections (tests.rules.test_indentation.IndentationTestCase) ... ok test_one_space (tests.rules.test_indentation.IndentationTestCase) ... ok test_over_indented (tests.rules.test_indentation.IndentationTestCase) ... ok test_return (tests.rules.test_indentation.IndentationTestCase) ... ok test_tags (tests.rules.test_indentation.IndentationTestCase) ... ok test_three_spaces (tests.rules.test_indentation.IndentationTestCase) ... ok test_two_spaces (tests.rules.test_indentation.IndentationTestCase) ... ok test_under_indented (tests.rules.test_indentation.IndentationTestCase) ... ok test_basics_folded_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_basics_literal_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_basics_plain (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_basics_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_folded_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_literal_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_plain (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_consistent (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_double_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_folded (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_literal (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_plain (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_single_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_disabled (tests.rules.test_key_duplicates.KeyDuplicatesTestCase) ... ok test_enabled (tests.rules.test_key_duplicates.KeyDuplicatesTestCase) ... ok test_key_tokens_in_flow_sequences (tests.rules.test_key_duplicates.KeyDuplicatesTestCase) ... ok test_default (tests.rules.test_line_length.LineLengthTestCase) ... ok test_disabled (tests.rules.test_line_length.LineLengthTestCase) ... ok test_max_length_10 (tests.rules.test_line_length.LineLengthTestCase) ... ok test_non_breakable_word (tests.rules.test_line_length.LineLengthTestCase) ... ok test_spaces (tests.rules.test_line_length.LineLengthTestCase) ... ok test_disabled (tests.rules.test_new_line_at_end_of_file.NewLineAtEndOfFileTestCase) ... ok test_enabled (tests.rules.test_new_line_at_end_of_file.NewLineAtEndOfFileTestCase) ... ok test_disabled (tests.rules.test_new_lines.NewLinesTestCase) ... ok test_dos_type (tests.rules.test_new_lines.NewLinesTestCase) ... ok test_unix_type (tests.rules.test_new_lines.NewLinesTestCase) ... ok test_disabled (tests.rules.test_trailing_spaces.TrailingSpacesTestCase) ... ok test_enabled (tests.rules.test_trailing_spaces.TrailingSpacesTestCase) ... ok test_with_dos_new_lines (tests.rules.test_trailing_spaces.TrailingSpacesTestCase) ... ok test_find_files_recursively (tests.test_cli.CommandLineTestCase) ... ok test_run_colored_output (tests.test_cli.CommandLineTestCase) ... ok test_run_empty_file (tests.test_cli.CommandLineTestCase) ... ok test_run_multiple_files (tests.test_cli.CommandLineTestCase) ... ok test_run_non_ascii_file (tests.test_cli.CommandLineTestCase) ... ok test_run_non_existing_file (tests.test_cli.CommandLineTestCase) ... ok test_run_one_ok_file (tests.test_cli.CommandLineTestCase) ... ok test_run_one_problem_file (tests.test_cli.CommandLineTestCase) ... ok test_run_version (tests.test_cli.CommandLineTestCase) ... ok test_run_with_bad_arguments (tests.test_cli.CommandLineTestCase) ... ok test_run_with_bad_config (tests.test_cli.CommandLineTestCase) ... ok test_run_with_config_file (tests.test_cli.CommandLineTestCase) ... ok test_run_with_empty_config (tests.test_cli.CommandLineTestCase) ... ok test_run_with_user_global_config_file (tests.test_cli.CommandLineTestCase) ... ok test_extend_add_rule (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_edit_rule (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_reenable_rule (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_remove_rule (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_config_disable_rule (tests.test_config.ExtendedLibraryConfigTestCase) ... ok test_extend_config_override_rule_partly (tests.test_config.ExtendedLibraryConfigTestCase) ... ok test_extend_config_override_whole_rule (tests.test_config.ExtendedLibraryConfigTestCase) ... ok test_invalid_conf (tests.test_config.SimpleConfigTestCase) ... ok test_missing_option (tests.test_config.SimpleConfigTestCase) ... ok test_parse_config (tests.test_config.SimpleConfigTestCase) ... ok test_unknown_option (tests.test_config.SimpleConfigTestCase) ... ok test_unknown_rule (tests.test_config.SimpleConfigTestCase) ... ok test_validate_rule_conf (tests.test_config.SimpleConfigTestCase) ... ok test_run_on_bytes (tests.test_linter.LinterTestCase) ... ok test_run_on_int (tests.test_linter.LinterTestCase) ... ok test_run_on_list (tests.test_linter.LinterTestCase) ... ok test_run_on_non_ascii_chars (tests.test_linter.LinterTestCase) ... ok test_run_on_stream (tests.test_linter.LinterTestCase) ... ok test_run_on_string (tests.test_linter.LinterTestCase) ... ok test_run_on_unicode (tests.test_linter.LinterTestCase) ... ok test_line_generator (tests.test_parser.ParserTestCase) ... ok test_token_or_comment_generator (tests.test_parser.ParserTestCase) ... ok test_token_or_comment_or_line_generator (tests.test_parser.ParserTestCase) ... ok test_example-10.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.3 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.10 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.12 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.15 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.17 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.18 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.19 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.20 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.21 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.22 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.25 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.26 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.28 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.3 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.3 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.10 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.23 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.28 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.29 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.15 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.18 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.19 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.20 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.23 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.24 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.10 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.12 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.15 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.17 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.20 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.22 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-9.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-9.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-9.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_empty_flows (tests.test_syntax_errors.YamlLintTestCase) ... ok test_explicit_mapping (tests.test_syntax_errors.YamlLintTestCase) ... ok test_mapping_between_sequences (tests.test_syntax_errors.YamlLintTestCase) ... ok test_sets (tests.test_syntax_errors.YamlLintTestCase) ... ok test_syntax_errors (tests.test_syntax_errors.YamlLintTestCase) ... ok test_directive_on_itself (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_directive_on_last_line (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_directive (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_directive_with_rules (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_line_directive (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_line_directive_with_rules (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_indented_directive (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok ---------------------------------------------------------------------- Ran 260 tests in 190.147s OK + exit 0 Processing files: yamllint-1.3.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9Yum9l + umask 022 + cd /builddir/build/BUILD + cd yamllint-1.3.2 + DOCDIR=/builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/share/doc/yamllint-1.3.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/share/doc/yamllint-1.3.2 + cp -pr README.rst /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/share/doc/yamllint-1.3.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vijZPf + umask 022 + cd /builddir/build/BUILD + cd yamllint-1.3.2 + LICENSEDIR=/builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/share/licenses/yamllint-1.3.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/share/licenses/yamllint-1.3.2 + cp -pr LICENSE /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch/usr/share/licenses/yamllint-1.3.2 + exit 0 Provides: yamllint = 1.3.2-1.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/python3.4 python(abi) = 3.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch Wrote: /builddir/build/RPMS/yamllint-1.3.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZKcxA0 + umask 022 + cd /builddir/build/BUILD + cd yamllint-1.3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/yamllint-1.3.2-1.el7.noarch + exit 0 Child return code was: 0