Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-oslo-config.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-69344-365837/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-oslo-config.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-oslo-config-6.8.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/python-oslo-config.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-69344-365837/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-oslo-config.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Y6hNlC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf oslo.config-6.8.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/oslo.config-6.8.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd oslo.config-6.8.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-oslo-config-6.8.2 base' + /usr/bin/cat /builddir/build/SOURCES/0001-add-usr-share-project-dist.conf-to-the-default-confi.patch + /usr/bin/git apply --index - + /usr/bin/git commit -q -m 0001-add-usr-share-project-dist.conf-to-the-default-confi.patch --author 'rpm-build ' + sed -i '/\/usr\/bin\/env/d' oslo_config/validator.py + rm -rf test-requirements.txt requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Spj6tn + umask 022 + cd /builddir/build/BUILD + cd oslo.config-6.8.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/oslo_config copying oslo_config/sphinxext.py -> build/lib/oslo_config copying oslo_config/generator.py -> build/lib/oslo_config copying oslo_config/version.py -> build/lib/oslo_config copying oslo_config/types.py -> build/lib/oslo_config copying oslo_config/fixture.py -> build/lib/oslo_config copying oslo_config/cfgfilter.py -> build/lib/oslo_config copying oslo_config/validator.py -> build/lib/oslo_config copying oslo_config/__init__.py -> build/lib/oslo_config copying oslo_config/cfg.py -> build/lib/oslo_config copying oslo_config/sphinxconfiggen.py -> build/lib/oslo_config copying oslo_config/_list_opts.py -> build/lib/oslo_config copying oslo_config/_i18n.py -> build/lib/oslo_config copying oslo_config/iniparser.py -> build/lib/oslo_config creating build/lib/oslo_config/tests creating build/lib/oslo_config/tests/testmods copying oslo_config/tests/testmods/fbar_foo_opt.py -> build/lib/oslo_config/tests/testmods copying oslo_config/tests/testmods/fbaar_baa_opt.py -> build/lib/oslo_config/tests/testmods copying oslo_config/tests/testmods/fblaa_opt.py -> build/lib/oslo_config/tests/testmods copying oslo_config/tests/testmods/baz_qux_opt.py -> build/lib/oslo_config/tests/testmods copying oslo_config/tests/testmods/__init__.py -> build/lib/oslo_config/tests/testmods copying oslo_config/tests/testmods/bar_foo_opt.py -> build/lib/oslo_config/tests/testmods copying oslo_config/tests/testmods/blaa_opt.py -> build/lib/oslo_config/tests/testmods creating build/lib/oslo_config/sources copying oslo_config/sources/_uri.py -> build/lib/oslo_config/sources copying oslo_config/sources/_environment.py -> build/lib/oslo_config/sources copying oslo_config/sources/__init__.py -> build/lib/oslo_config/sources copying oslo_config/tests/test_generator.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_sphinxext.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_sources.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_types.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_fixture.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_sphinxconfiggen.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_cfg.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_cfgfilter.py -> build/lib/oslo_config/tests copying oslo_config/tests/__init__.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_iniparser.py -> build/lib/oslo_config/tests copying oslo_config/tests/test_get_location.py -> build/lib/oslo_config/tests running egg_info deleting oslo.config.egg-info/requires.txt writing oslo.config.egg-info/PKG-INFO writing top-level names to oslo.config.egg-info/top_level.txt writing dependency_links to oslo.config.egg-info/dependency_links.txt writing entry points to oslo.config.egg-info/entry_points.txt writing pbr to oslo.config.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'oslo.config.egg-info/SOURCES.txt' copying oslo_config/tests/test_fixture.conf -> build/lib/oslo_config/tests + sleep 1 + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/oslo.config-6.8.2/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/oslo.config-6.8.2/doc/source/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/oslo.config-6.8.2/doc/source/sample.config WARNING:stevedore.named:Could not load oslo.config building [mo]: targets for 0 po files that are out of date building [html]: targets for 32 source files that are out of date updating environment: 32 added, 0 changed, 0 removed reading sources... [ 3%] cli/generator reading sources... [ 6%] cli/index reading sources... [ 9%] cli/validator reading sources... [ 12%] configuration/format reading sources... [ 15%] configuration/index reading sources... [ 18%] configuration/mutable reading sources... [ 21%] configuration/options WARNING:stevedore.named:Could not load oslo.config reading sources... [ 25%] contributor/index reading sources... [ 28%] index reading sources... [ 31%] reference/accessing reading sources... [ 34%] reference/cfgfilter reading sources... [ 37%] reference/command-line reading sources... [ 40%] reference/configopts reading sources... [ 43%] reference/configuration-files reading sources... [ 46%] reference/defining reading sources... [ 50%] reference/deprecating reading sources... [ 53%] reference/drivers reading sources... [ 56%] reference/exceptions reading sources... [ 59%] reference/faq reading sources... [ 62%] reference/fixture reading sources... [ 65%] reference/globals reading sources... [ 68%] reference/helpers reading sources... [ 71%] reference/index reading sources... [ 75%] reference/locations reading sources... [ 78%] reference/mutable reading sources... [ 81%] reference/naming reading sources... [ 84%] reference/opts reading sources... [ 87%] reference/parser reading sources... [ 90%] reference/sphinxconfiggen reading sources... [ 93%] reference/sphinxext reading sources... [ 96%] reference/styleguide reading sources... [100%] reference/types looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 3%] cli/generator [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/oslo.config/tree/doc/source' [openstackdocstheme] bug_project (from user) 'oslo.config' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/generator.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/generator.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/generator' writing output... [ 6%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 9%] cli/validator [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/validator.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/validator.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/validator' writing output... [ 12%] configuration/format [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/format.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/format.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/format' writing output... [ 15%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 18%] configuration/mutable [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/mutable.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/mutable.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/mutable' writing output... [ 21%] configuration/options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/options' writing output... [ 25%] contributor/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 28%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 31%] reference/accessing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/accessing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/accessing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/accessing' writing output... [ 34%] reference/cfgfilter [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/cfgfilter.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/cfgfilter.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/cfgfilter' writing output... [ 37%] reference/command-line [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/command-line.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/command-line.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/command-line' writing output... [ 40%] reference/configopts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/configopts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/configopts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/configopts' writing output... [ 43%] reference/configuration-files [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/configuration-files.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/configuration-files.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/configuration-files' writing output... [ 46%] reference/defining [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/defining.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/defining.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/defining' writing output... [ 50%] reference/deprecating [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/deprecating.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/deprecating.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/deprecating' writing output... [ 53%] reference/drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/drivers' writing output... [ 56%] reference/exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/exceptions' writing output... [ 59%] reference/faq [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/faq.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/faq.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/faq' writing output... [ 62%] reference/fixture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/fixture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/fixture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/fixture' writing output... [ 65%] reference/globals [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/globals.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/globals.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/globals' writing output... [ 68%] reference/helpers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/helpers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/helpers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/helpers' writing output... [ 71%] reference/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/index' writing output... [ 75%] reference/locations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/locations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/locations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/locations' writing output... [ 78%] reference/mutable [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/mutable.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/mutable.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/mutable' writing output... [ 81%] reference/naming [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/naming.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/naming.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/naming' writing output... [ 84%] reference/opts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/opts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/opts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/opts' writing output... [ 87%] reference/parser [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/parser.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/parser.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/parser' writing output... [ 90%] reference/sphinxconfiggen [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/sphinxconfiggen.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/sphinxconfiggen.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/sphinxconfiggen' writing output... [ 93%] reference/sphinxext [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/sphinxext.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/sphinxext.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/sphinxext' writing output... [ 96%] reference/styleguide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/styleguide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/styleguide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/styleguide' writing output... [100%] reference/types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/types' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yaaGKo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch + cd oslo.config-6.8.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/sphinxext.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_generator.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_sphinxext.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_sources.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_types.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_fixture.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/testmods/fbar_foo_opt.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/testmods/fbaar_baa_opt.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/testmods/fblaa_opt.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/testmods/baz_qux_opt.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/testmods/__init__.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/testmods/bar_foo_opt.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/testmods/blaa_opt.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods copying build/lib/oslo_config/tests/test_sphinxconfiggen.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_cfg.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_cfgfilter.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_fixture.conf -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/__init__.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_iniparser.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/tests/test_get_location.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests copying build/lib/oslo_config/generator.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config creating /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sources copying build/lib/oslo_config/sources/_uri.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sources copying build/lib/oslo_config/sources/_environment.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sources copying build/lib/oslo_config/sources/__init__.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sources copying build/lib/oslo_config/version.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/types.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/fixture.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/cfgfilter.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/validator.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/__init__.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/cfg.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/sphinxconfiggen.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/_list_opts.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/_i18n.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config copying build/lib/oslo_config/iniparser.py -> /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sphinxext.py to sphinxext.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_generator.py to test_generator.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxext.py to test_sphinxext.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_sources.py to test_sources.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_fixture.py to test_fixture.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbar_foo_opt.py to fbar_foo_opt.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fbaar_baa_opt.py to fbaar_baa_opt.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/fblaa_opt.py to fblaa_opt.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/baz_qux_opt.py to baz_qux_opt.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/bar_foo_opt.py to bar_foo_opt.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/testmods/blaa_opt.py to blaa_opt.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_sphinxconfiggen.py to test_sphinxconfiggen.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfg.py to test_cfg.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_cfgfilter.py to test_cfgfilter.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_iniparser.py to test_iniparser.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/tests/test_get_location.py to test_get_location.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/generator.py to generator.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sources/_uri.py to _uri.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sources/_environment.py to _environment.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/fixture.py to fixture.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/cfgfilter.py to cfgfilter.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/validator.py to validator.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/cfg.py to cfg.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/sphinxconfiggen.py to sphinxconfiggen.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/_list_opts.py to _list_opts.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_config/iniparser.py to iniparser.pyc writing byte-compilation script '/tmp/tmp54H7ji.py' /usr/bin/python2 -O /tmp/tmp54H7ji.py removing /tmp/tmp54H7ji.py running install_egg_info running egg_info writing oslo.config.egg-info/PKG-INFO writing top-level names to oslo.config.egg-info/top_level.txt writing dependency_links to oslo.config.egg-info/dependency_links.txt writing entry points to oslo.config.egg-info/entry_points.txt writing pbr to oslo.config.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'oslo.config.egg-info/SOURCES.txt' Copying oslo.config.egg-info to /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7/site-packages/oslo.config-6.8.2-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing oslo-config-generator script to /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/bin Installing oslo-config-validator script to /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/bin + pushd /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch//usr/bin ~/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/bin ~/build/BUILD/oslo.config-6.8.2 + for i in generator validator + mv oslo-config-generator oslo-config-generator-2.7 + ln -s oslo-config-generator-2.7 oslo-config-generator-2 + ln -s oslo-config-generator-2.7 oslo-config-generator + for i in generator validator + mv oslo-config-validator oslo-config-validator-2.7 + ln -s oslo-config-validator-2.7 oslo-config-validator-2 + ln -s oslo-config-validator-2.7 oslo-config-validator + popd ~/build/BUILD/oslo.config-6.8.2 + /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/oslo.config-6.8.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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tAXNgt + umask 022 + cd /builddir/build/BUILD + cd oslo.config-6.8.2 + exit 0 Processing files: python2-oslo-config-6.8.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bm8qNx + umask 022 + cd /builddir/build/BUILD + cd oslo.config-6.8.2 + DOCDIR=/builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/doc/python2-oslo-config-6.8.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/doc/python2-oslo-config-6.8.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/doc/python2-oslo-config-6.8.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dSbRkC + umask 022 + cd /builddir/build/BUILD + cd oslo.config-6.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/licenses/python2-oslo-config-6.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/licenses/python2-oslo-config-6.8.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/licenses/python2-oslo-config-6.8.2 + exit 0 Provides: python-oslo-config = 2:6.8.2-1.el7 python2-oslo-config = 2:6.8.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/python2 python(abi) = 2.7 Obsoletes: python-oslo-config < 2:6.8.2-1.el7 Processing files: python2-oslo-config-doc-6.8.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aHDc7I + umask 022 + cd /builddir/build/BUILD + cd oslo.config-6.8.2 + DOCDIR=/builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/doc/python2-oslo-config-doc-6.8.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/doc/python2-oslo-config-doc-6.8.2 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/doc/python2-oslo-config-doc-6.8.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ybfyWP + umask 022 + cd /builddir/build/BUILD + cd oslo.config-6.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/licenses/python2-oslo-config-doc-6.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/licenses/python2-oslo-config-doc-6.8.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch/usr/share/licenses/python2-oslo-config-doc-6.8.2 + exit 0 Provides: python-oslo-config-doc = 2:6.8.2-1.el7 python2-oslo-config-doc = 2:6.8.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: python-oslo-config-doc < 2:6.8.2-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch Wrote: /builddir/build/RPMS/python2-oslo-config-6.8.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-oslo-config-doc-6.8.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eMTlUj + umask 022 + cd /builddir/build/BUILD + cd oslo.config-6.8.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-oslo-config-6.8.2-1.el7.noarch + exit 0 Child return code was: 0