Mock Version: 1.2.21
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-os-testr.spec'], printOutput=Falsetimeout=0chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-5158/root'gid=135shell=Falseenv={'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'HOSTNAME': 'mock'}uid=1001logger=<mockbuild.trace_decorator.getLog object at 0x7ff5f2002908>user='mockbuild')
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-os-testr.spec'] with env {'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'HOSTNAME': 'mock'} and shell False
sh: /usr/bin/python2: No such file or directory
sh: /usr/bin/python2: No such file or directory
sh: /usr/bin/python2: No such file or directory
warning: Could not canonicalize hostname: copr-builder-810785589.novalocal
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.src.rpm
Child return code was: 0
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-os-testr.spec'], printOutput=Falsetimeout=0chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-5158/root'logger=<mockbuild.trace_decorator.getLog object at 0x7ff5f2002908>gid=135shell=Falseenv={'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'HOSTNAME': 'mock'}uid=1001private_network=Trueuser='mockbuild')
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-os-testr.spec'] with env {'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'HOSTNAME': 'mock'} and shell False
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hvjuUE
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf os-testr-0.8.0
+ /usr/bin/mkdir -p os-testr-0.8.0
+ cd os-testr-0.8.0
+ /usr/bin/tar -xf -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/os-testr-0.8.0-0.20160929001732.0de62e3.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ mv os-testr-0.8.0 python2
~/build/BUILD/os-testr-0.8.0/python2 ~/build/BUILD/os-testr-0.8.0
+ pushd python2
+ rm -f test-requirements.txt requirements.txt
+ cp -p LICENSE ChangeLog CONTRIBUTING.rst PKG-INFO README.rst ../
~/build/BUILD/os-testr-0.8.0
+ popd
+ xargs sed -i 's|^#!/usr/bin/env python2|#!/usr/bin/python2|'
+ find python2 -name '*.py'
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.n7QKwA
+ umask 022
+ cd /builddir/build/BUILD
+ cd os-testr-0.8.0
+ pushd python2
~/build/BUILD/os-testr-0.8.0/python2 ~/build/BUILD/os-testr-0.8.0
+ /usr/bin/python2 setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/os_testr
copying os_testr/testlist_builder.py -> build/lib/os_testr
copying os_testr/subunit_trace.py -> build/lib/os_testr
copying os_testr/subunit2html.py -> build/lib/os_testr
copying os_testr/regex_builder.py -> build/lib/os_testr
copying os_testr/ostestr.py -> build/lib/os_testr
copying os_testr/generate_subunit.py -> build/lib/os_testr
copying os_testr/__init__.py -> build/lib/os_testr
creating build/lib/os_testr/tests
creating build/lib/os_testr/tests/files
copying os_testr/tests/files/__init__.py -> build/lib/os_testr/tests/files
creating build/lib/os_testr/utils
copying os_testr/utils/colorizer.py -> build/lib/os_testr/utils
copying os_testr/utils/__init__.py -> build/lib/os_testr/utils
copying os_testr/tests/testlist_builder.py -> build/lib/os_testr/tests
copying os_testr/tests/test_subunit_trace.py -> build/lib/os_testr/tests
copying os_testr/tests/test_subunit2html.py -> build/lib/os_testr/tests
copying os_testr/tests/test_return_codes.py -> build/lib/os_testr/tests
copying os_testr/tests/test_regex_builder.py -> build/lib/os_testr/tests
copying os_testr/tests/test_ostestr.py -> build/lib/os_testr/tests
copying os_testr/tests/base.py -> build/lib/os_testr/tests
copying os_testr/tests/__init__.py -> build/lib/os_testr/tests
creating build/lib/os_testr/tests/utils
copying os_testr/tests/utils/test_colorizer.py -> build/lib/os_testr/tests/utils
copying os_testr/tests/utils/__init__.py -> build/lib/os_testr/tests/utils
running egg_info
deleting os_testr.egg-info/requires.txt
writing os_testr.egg-info/PKG-INFO
writing top-level names to os_testr.egg-info/top_level.txt
writing dependency_links to os_testr.egg-info/dependency_links.txt
writing entry points to os_testr.egg-info/entry_points.txt
[pbr] Reusing existing SOURCES.txt
copying os_testr/tests/files/failing-tests -> build/lib/os_testr/tests/files
copying os_testr/tests/files/passing-tests -> build/lib/os_testr/tests/files
copying os_testr/tests/files/setup.cfg -> build/lib/os_testr/tests/files
copying os_testr/tests/files/testr-conf -> build/lib/os_testr/tests/files
creating build/lib/os_testr/tests/sample_streams
copying os_testr/tests/sample_streams/all_skips.subunit -> build/lib/os_testr/tests/sample_streams
copying os_testr/tests/sample_streams/successful.subunit -> build/lib/os_testr/tests/sample_streams
+ popd
~/build/BUILD/os-testr-0.8.0
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.n1UU2w
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64
++ dirname /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64
+ cd os-testr-0.8.0
+ pushd python2
~/build/BUILD/os-testr-0.8.0/python2 ~/build/BUILD/os-testr-0.8.0
+ /usr/bin/python2 setup.py install --skip-build --root=/builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running install_lib
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/utils
copying build/lib/os_testr/utils/__init__.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/utils
copying build/lib/os_testr/utils/colorizer.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/utils
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/sample_streams
copying build/lib/os_testr/tests/sample_streams/successful.subunit -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/sample_streams
copying build/lib/os_testr/tests/sample_streams/all_skips.subunit -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/sample_streams
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/utils
copying build/lib/os_testr/tests/utils/__init__.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/utils
copying build/lib/os_testr/tests/utils/test_colorizer.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/utils
copying build/lib/os_testr/tests/__init__.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
copying build/lib/os_testr/tests/base.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
copying build/lib/os_testr/tests/test_ostestr.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
copying build/lib/os_testr/tests/test_regex_builder.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
copying build/lib/os_testr/tests/test_return_codes.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
copying build/lib/os_testr/tests/test_subunit2html.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
copying build/lib/os_testr/tests/test_subunit_trace.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
copying build/lib/os_testr/tests/testlist_builder.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests
creating /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/files
copying build/lib/os_testr/tests/files/testr-conf -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/files
copying build/lib/os_testr/tests/files/setup.cfg -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/files
copying build/lib/os_testr/tests/files/passing-tests -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/files
copying build/lib/os_testr/tests/files/failing-tests -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/files
copying build/lib/os_testr/tests/files/__init__.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/files
copying build/lib/os_testr/__init__.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
copying build/lib/os_testr/generate_subunit.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
copying build/lib/os_testr/ostestr.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
copying build/lib/os_testr/regex_builder.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
copying build/lib/os_testr/subunit2html.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
copying build/lib/os_testr/subunit_trace.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
copying build/lib/os_testr/testlist_builder.py -> /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/utils/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/utils/colorizer.py to colorizer.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/utils/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/utils/test_colorizer.py to test_colorizer.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/base.py to base.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/test_ostestr.py to test_ostestr.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/test_regex_builder.py to test_regex_builder.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/test_return_codes.py to test_return_codes.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/test_subunit2html.py to test_subunit2html.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/test_subunit_trace.py to test_subunit_trace.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/testlist_builder.py to testlist_builder.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/tests/files/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/generate_subunit.py to generate_subunit.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/ostestr.py to ostestr.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/regex_builder.py to regex_builder.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/subunit2html.py to subunit2html.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/subunit_trace.py to subunit_trace.pyc
byte-compiling /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/testlist_builder.py to testlist_builder.pyc
running install_egg_info
running egg_info
writing os_testr.egg-info/PKG-INFO
writing top-level names to os_testr.egg-info/top_level.txt
writing dependency_links to os_testr.egg-info/dependency_links.txt
writing entry points to os_testr.egg-info/entry_points.txt
[pbr] Reusing existing SOURCES.txt
Copying os_testr.egg-info to /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr-0.8.0-py2.7.egg-info
running install_scripts
Installing subunit2html script to /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/bin
Installing subunit-trace script to /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/bin
Installing generate-subunit script to /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/bin
Installing ostestr script to /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/bin
+ for file in '$RPM_BUILD_ROOT/usr/lib/python2.7/site-packages/os_testr/{subunit_trace,ostestr,subunit2html}.py'
+ chmod a+x /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/subunit_trace.py
+ for file in '$RPM_BUILD_ROOT/usr/lib/python2.7/site-packages/os_testr/{subunit_trace,ostestr,subunit2html}.py'
+ chmod a+x /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/ostestr.py
+ for file in '$RPM_BUILD_ROOT/usr/lib/python2.7/site-packages/os_testr/{subunit_trace,ostestr,subunit2html}.py'
+ chmod a+x /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7/site-packages/os_testr/subunit2html.py
++ pwd
+ export PYTHONPATH=/builddir/build/BUILD/os-testr-0.8.0/python2:
+ PYTHONPATH=/builddir/build/BUILD/os-testr-0.8.0/python2:
+ pushd doc
~/build/BUILD/os-testr-0.8.0/python2/doc ~/build/BUILD/os-testr-0.8.0/python2 ~/build/BUILD/os-testr-0.8.0
+ sphinx-build -b html -d build/doctrees source build/html
Making output directory...
Running Sphinx v1.1.3
loading pickled environment... not yet created
Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme
building [html]: targets for 10 source files that are out of date
updating environment: 10 added, 0 changed, 0 removed
reading sources... [ 10%] contributing
reading sources... [ 20%] generate_subunit
reading sources... [ 30%] history
reading sources... [ 40%] index
reading sources... [ 50%] installation
reading sources... [ 60%] ostestr
reading sources... [ 70%] readme
reading sources... [ 80%] subunit2html
reading sources... [ 90%] subunit_trace
reading sources... [100%] usage
../ChangeLog:66: WARNING: Inline emphasis start-string without end-string.
../README.rst:None: WARNING: nonlocal image URI found: https://img.shields.io/pypi/v/os-testr.svg
../README.rst:None: WARNING: nonlocal image URI found: https://img.shields.io/pypi/dm/os-testr.svg
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 10%] contributing
writing output... [ 20%] generate_subunit
writing output... [ 30%] history
writing output... [ 40%] index
writing output... [ 50%] installation
writing output... [ 60%] ostestr
writing output... [ 70%] readme
writing output... [ 80%] subunit2html
writing output... [ 90%] subunit_trace
writing output... [100%] usage
writing additional files... genindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 3 warnings.
+ rm -fr build/html/.buildinfo
+ sed -i 's|\r||g' build/html/_static/jquery.js
+ popd
~/build/BUILD/os-testr-0.8.0/python2 ~/build/BUILD/os-testr-0.8.0
+ popd
~/build/BUILD/os-testr-0.8.0
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/os-testr-0.8.0
/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
Bytecompiling .py files below /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7
+ /usr/lib/rpm/redhat/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-java-repack-jars
Processing files: python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.noarch
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Jw6g8y
+ umask 022
+ cd /builddir/build/BUILD
+ cd os-testr-0.8.0
+ DOCDIR=/builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/doc/python-os-testr-0.8.0
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/doc/python-os-testr-0.8.0
+ cp -pr README.rst /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/doc/python-os-testr-0.8.0
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rl2EeB
+ umask 022
+ cd /builddir/build/BUILD
+ cd os-testr-0.8.0
+ LICENSEDIR=/builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/licenses/python-os-testr-0.8.0
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/licenses/python-os-testr-0.8.0
+ cp -pr LICENSE /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/licenses/python-os-testr-0.8.0
+ exit 0
Provides: python-os-testr = 0.8.0-0.20160929001732.0de62e3.el7.centos python2-os-testr
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/env /usr/bin/python /usr/bin/python2 python(abi) = 2.7
Processing files: python-os-testr-doc-0.8.0-0.20160929001732.0de62e3.el7.centos.noarch
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FEuX7E
+ umask 022
+ cd /builddir/build/BUILD
+ cd os-testr-0.8.0
+ DOCDIR=/builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/doc/python-os-testr-doc-0.8.0
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/doc/python-os-testr-doc-0.8.0
+ cp -pr python2/doc/build/html /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/doc/python-os-testr-doc-0.8.0
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vVtG2I
+ umask 022
+ cd /builddir/build/BUILD
+ cd os-testr-0.8.0
+ LICENSEDIR=/builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/licenses/python-os-testr-doc-0.8.0
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/licenses/python-os-testr-doc-0.8.0
+ cp -pr LICENSE /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64/usr/share/licenses/python-os-testr-doc-0.8.0
+ exit 0
Provides: python-os-testr-doc = 0.8.0-0.20160929001732.0de62e3.el7.centos
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64
warning: Could not canonicalize hostname: copr-builder-810785589.novalocal
Wrote: /builddir/build/RPMS/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.noarch.rpm
Wrote: /builddir/build/RPMS/python-os-testr-doc-0.8.0-0.20160929001732.0de62e3.el7.centos.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TB1zvZ
+ umask 022
+ cd /builddir/build/BUILD
+ cd os-testr-0.8.0
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-os-testr-0.8.0-0.20160929001732.0de62e3.el7.centos.x86_64
+ exit 0
Child return code was: 0