Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-oslo-reports.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64171-314239/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.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=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-oslo-reports.spec'] with env {'LANG': 'en_GB.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/python-oslo-reports-1.30.0-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-reports.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64171-314239/root'shell=Falseuid=996env={'LANG': 'en_GB.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=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-oslo-reports.spec'] with env {'LANG': 'en_GB.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.AOHjJ1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf oslo.reports-1.30.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/oslo.reports-1.30.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd oslo.reports-1.30.0 + /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-reports-1.30.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ix2PEN + umask 022 + cd /builddir/build/BUILD + cd oslo.reports-1.30.0 + 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_reports creating build/lib/oslo_reports/generators copying oslo_reports/generators/version.py -> build/lib/oslo_reports/generators copying oslo_reports/generators/conf.py -> build/lib/oslo_reports/generators copying oslo_reports/generators/__init__.py -> build/lib/oslo_reports/generators copying oslo_reports/generators/threading.py -> build/lib/oslo_reports/generators copying oslo_reports/generators/process.py -> build/lib/oslo_reports/generators creating build/lib/oslo_reports/tests copying oslo_reports/tests/test_views.py -> build/lib/oslo_reports/tests copying oslo_reports/tests/test_base_report.py -> build/lib/oslo_reports/tests copying oslo_reports/tests/test_openstack_generators.py -> build/lib/oslo_reports/tests copying oslo_reports/tests/test_guru_meditation_report.py -> build/lib/oslo_reports/tests copying oslo_reports/tests/__init__.py -> build/lib/oslo_reports/tests creating build/lib/oslo_reports/views copying oslo_reports/views/jinja_view.py -> build/lib/oslo_reports/views copying oslo_reports/views/__init__.py -> build/lib/oslo_reports/views creating build/lib/oslo_reports/models copying oslo_reports/models/version.py -> build/lib/oslo_reports/models copying oslo_reports/models/conf.py -> build/lib/oslo_reports/models copying oslo_reports/models/__init__.py -> build/lib/oslo_reports/models copying oslo_reports/models/threading.py -> build/lib/oslo_reports/models copying oslo_reports/models/process.py -> build/lib/oslo_reports/models copying oslo_reports/models/base.py -> build/lib/oslo_reports/models copying oslo_reports/models/with_default_views.py -> build/lib/oslo_reports/models copying oslo_reports/_utils.py -> build/lib/oslo_reports copying oslo_reports/opts.py -> build/lib/oslo_reports copying oslo_reports/__init__.py -> build/lib/oslo_reports copying oslo_reports/guru_meditation_report.py -> build/lib/oslo_reports copying oslo_reports/_i18n.py -> build/lib/oslo_reports copying oslo_reports/report.py -> build/lib/oslo_reports creating build/lib/oslo_reports/views/json copying oslo_reports/views/json/__init__.py -> build/lib/oslo_reports/views/json copying oslo_reports/views/json/generic.py -> build/lib/oslo_reports/views/json creating build/lib/oslo_reports/views/text copying oslo_reports/views/text/__init__.py -> build/lib/oslo_reports/views/text copying oslo_reports/views/text/threading.py -> build/lib/oslo_reports/views/text copying oslo_reports/views/text/header.py -> build/lib/oslo_reports/views/text copying oslo_reports/views/text/generic.py -> build/lib/oslo_reports/views/text copying oslo_reports/views/text/process.py -> build/lib/oslo_reports/views/text creating build/lib/oslo_reports/views/xml copying oslo_reports/views/xml/__init__.py -> build/lib/oslo_reports/views/xml copying oslo_reports/views/xml/generic.py -> build/lib/oslo_reports/views/xml running egg_info deleting oslo.reports.egg-info/requires.txt writing oslo.reports.egg-info/PKG-INFO writing top-level names to oslo.reports.egg-info/top_level.txt writing dependency_links to oslo.reports.egg-info/dependency_links.txt writing entry points to oslo.reports.egg-info/entry_points.txt writing pbr to oslo.reports.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.reports.egg-info/SOURCES.txt' creating build/lib/oslo_reports/locale creating build/lib/oslo_reports/locale/en_GB creating build/lib/oslo_reports/locale/en_GB/LC_MESSAGES copying oslo_reports/locale/en_GB/LC_MESSAGES/oslo_reports.po -> build/lib/oslo_reports/locale/en_GB/LC_MESSAGES + sleep 1 + python2 setup.py build_sphinx -b html running build_sphinx The autodoc and autodoc_tree features are deprecated in 4.2 and will be removed in a future release. You should use the sphinxcontrib-apidoc Sphinx extension instead. Refer to the pbr documentation for more information. Deprecated options: ['autodoc_index_modules', 'autodoc_exclude_modules'] [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) [pbr] Autodocumenting from /builddir/build/BUILD/oslo.reports-1.30.0 [pbr] Generating doc/source/reference/api/oslo_reports.generators.conf.rst [pbr] Generating doc/source/reference/api/oslo_reports.generators.process.rst [pbr] Generating doc/source/reference/api/oslo_reports.generators.threading.rst [pbr] Generating doc/source/reference/api/oslo_reports.generators.version.rst [pbr] Generating doc/source/reference/api/oslo_reports.guru_meditation_report.rst [pbr] Generating doc/source/reference/api/oslo_reports.models.base.rst [pbr] Generating doc/source/reference/api/oslo_reports.models.conf.rst [pbr] Generating doc/source/reference/api/oslo_reports.models.process.rst [pbr] Generating doc/source/reference/api/oslo_reports.models.threading.rst [pbr] Generating doc/source/reference/api/oslo_reports.models.version.rst [pbr] Generating doc/source/reference/api/oslo_reports.models.with_default_views.rst [pbr] Generating doc/source/reference/api/oslo_reports.opts.rst [pbr] Generating doc/source/reference/api/oslo_reports.report.rst [pbr] Generating doc/source/reference/api/oslo_reports.views.jinja_view.rst [pbr] Generating doc/source/reference/api/oslo_reports.views.json.generic.rst [pbr] Generating doc/source/reference/api/oslo_reports.views.text.generic.rst [pbr] Generating doc/source/reference/api/oslo_reports.views.text.header.rst [pbr] Generating doc/source/reference/api/oslo_reports.views.text.process.rst [pbr] Generating doc/source/reference/api/oslo_reports.views.text.threading.rst [pbr] Generating doc/source/reference/api/oslo_reports.views.xml.generic.rst Running Sphinx v1.8.4 [pbr] Generating ChangeLog connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.generators.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.tests.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.json.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.xml.rst. Creating file /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/modules.rst. Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/oslo.reports-1.30.0/.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: 38 added, 0 changed, 0 removed reading sources... [ 2%] contributor/index reading sources... [ 5%] index reading sources... [ 7%] install/index reading sources... [ 10%] reference/api/autoindex reading sources... [ 13%] reference/api/modules reading sources... [ 15%] reference/api/oslo_reports reading sources... [ 18%] reference/api/oslo_reports.generators reading sources... [ 21%] reference/api/oslo_reports.generators.conf reading sources... [ 23%] reference/api/oslo_reports.generators.process reading sources... [ 26%] reference/api/oslo_reports.generators.threading reading sources... [ 28%] reference/api/oslo_reports.generators.version reading sources... [ 31%] reference/api/oslo_reports.guru_meditation_report reading sources... [ 34%] reference/api/oslo_reports.models reading sources... [ 36%] reference/api/oslo_reports.models.base reading sources... [ 39%] reference/api/oslo_reports.models.conf reading sources... [ 42%] reference/api/oslo_reports.models.process reading sources... [ 44%] reference/api/oslo_reports.models.threading reading sources... [ 47%] reference/api/oslo_reports.models.version reading sources... [ 50%] reference/api/oslo_reports.models.with_default_views reading sources... [ 52%] reference/api/oslo_reports.opts reading sources... [ 55%] reference/api/oslo_reports.report reading sources... [ 57%] reference/api/oslo_reports.tests reading sources... [ 60%] reference/api/oslo_reports.views reading sources... [ 63%] reference/api/oslo_reports.views.jinja_view reading sources... [ 65%] reference/api/oslo_reports.views.json reading sources... [ 68%] reference/api/oslo_reports.views.json.generic reading sources... [ 71%] reference/api/oslo_reports.views.text reading sources... [ 73%] reference/api/oslo_reports.views.text.generic reading sources... [ 76%] reference/api/oslo_reports.views.text.header reading sources... [ 78%] reference/api/oslo_reports.views.text.process reading sources... [ 81%] reference/api/oslo_reports.views.text.threading reading sources... [ 84%] reference/api/oslo_reports.views.xml reading sources... [ 86%] reference/api/oslo_reports.views.xml.generic reading sources... [ 89%] reference/index reading sources... [ 92%] reference/opts reading sources... [ 94%] user/history reading sources... [ 97%] user/index reading sources... [100%] user/usage /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/generators/conf.py:docstring of oslo_reports.generators.conf.ConfigReportGenerator:1: WARNING: duplicate object description of oslo_reports.generators.conf.ConfigReportGenerator, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.generators.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/generators/process.py:docstring of oslo_reports.generators.process.ProcessReportGenerator:1: WARNING: duplicate object description of oslo_reports.generators.process.ProcessReportGenerator, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.generators.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/generators/threading.py:docstring of oslo_reports.generators.threading.GreenThreadReportGenerator:1: WARNING: duplicate object description of oslo_reports.generators.threading.GreenThreadReportGenerator, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.generators.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/generators/threading.py:docstring of oslo_reports.generators.threading.ThreadReportGenerator:1: WARNING: duplicate object description of oslo_reports.generators.threading.ThreadReportGenerator, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.generators.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/generators/version.py:docstring of oslo_reports.generators.version.PackageReportGenerator:1: WARNING: duplicate object description of oslo_reports.generators.version.PackageReportGenerator, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.generators.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/guru_meditation_report.py:docstring of oslo_reports.guru_meditation_report.GuruMeditation:1: WARNING: duplicate object description of oslo_reports.guru_meditation_report.GuruMeditation, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/guru_meditation_report.py:docstring of oslo_reports.guru_meditation_report.GuruMeditation.handle_signal:1: WARNING: duplicate object description of oslo_reports.guru_meditation_report.GuruMeditation.handle_signal, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/guru_meditation_report.py:docstring of oslo_reports.guru_meditation_report.GuruMeditation.register_section:1: WARNING: duplicate object description of oslo_reports.guru_meditation_report.GuruMeditation.register_section, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/guru_meditation_report.py:docstring of oslo_reports.guru_meditation_report.GuruMeditation.run:1: WARNING: duplicate object description of oslo_reports.guru_meditation_report.GuruMeditation.run, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/guru_meditation_report.py:docstring of oslo_reports.guru_meditation_report.GuruMeditation.setup_autorun:1: WARNING: duplicate object description of oslo_reports.guru_meditation_report.GuruMeditation.setup_autorun, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/guru_meditation_report.py:docstring of oslo_reports.guru_meditation_report.GuruMeditation.timestamp_fmt:1: WARNING: duplicate object description of oslo_reports.guru_meditation_report.GuruMeditation.timestamp_fmt, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/guru_meditation_report.py:docstring of oslo_reports.guru_meditation_report.TextGuruMeditation:1: WARNING: duplicate object description of oslo_reports.guru_meditation_report.TextGuruMeditation, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/base.py:docstring of oslo_reports.models.base.ReportModel:1: WARNING: duplicate object description of oslo_reports.models.base.ReportModel, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/base.py:docstring of oslo_reports.models.base.ReportModel.set_current_view_type:1: WARNING: duplicate object description of oslo_reports.models.base.ReportModel.set_current_view_type, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/conf.py:docstring of oslo_reports.models.conf.ConfigModel:1: WARNING: duplicate object description of oslo_reports.models.conf.ConfigModel, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/process.py:docstring of oslo_reports.models.process.ProcessModel:1: WARNING: duplicate object description of oslo_reports.models.process.ProcessModel, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/threading.py:docstring of oslo_reports.models.threading.GreenThreadModel:1: WARNING: duplicate object description of oslo_reports.models.threading.GreenThreadModel, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/threading.py:docstring of oslo_reports.models.threading.StackTraceModel:1: WARNING: duplicate object description of oslo_reports.models.threading.StackTraceModel, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/threading.py:docstring of oslo_reports.models.threading.ThreadModel:1: WARNING: duplicate object description of oslo_reports.models.threading.ThreadModel, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/version.py:docstring of oslo_reports.models.version.PackageModel:1: WARNING: duplicate object description of oslo_reports.models.version.PackageModel, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/with_default_views.py:docstring of oslo_reports.models.with_default_views.ModelWithDefaultViews:1: WARNING: duplicate object description of oslo_reports.models.with_default_views.ModelWithDefaultViews, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/with_default_views.py:docstring of oslo_reports.models.with_default_views.ModelWithDefaultViews:21: WARNING: duplicate object description of oslo_reports.models.with_default_views.ModelWithDefaultViews.to_type, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/models/with_default_views.py:docstring of oslo_reports.models.with_default_views.ModelWithDefaultViews.set_current_view_type:1: WARNING: duplicate object description of oslo_reports.models.with_default_views.ModelWithDefaultViews.set_current_view_type, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.models.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/opts.py:docstring of oslo_reports.opts.list_opts:1: WARNING: duplicate object description of oslo_reports.opts.list_opts, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/opts.py:docstring of oslo_reports.opts.set_defaults:1: WARNING: duplicate object description of oslo_reports.opts.set_defaults, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.BasicReport:1: WARNING: duplicate object description of oslo_reports.report.BasicReport, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.BasicReport.add_section:1: WARNING: duplicate object description of oslo_reports.report.BasicReport.add_section, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.BasicReport.run:1: WARNING: duplicate object description of oslo_reports.report.BasicReport.run, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.ReportOfType:1: WARNING: duplicate object description of oslo_reports.report.ReportOfType, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.ReportOfType.add_section:1: WARNING: duplicate object description of oslo_reports.report.ReportOfType.add_section, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.ReportSection:1: WARNING: duplicate object description of oslo_reports.report.ReportSection, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.TextReport:1: WARNING: duplicate object description of oslo_reports.report.TextReport, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/report.py:docstring of oslo_reports.report.TextReport.add_section:1: WARNING: duplicate object description of oslo_reports.report.TextReport.add_section, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/jinja_view.py:docstring of oslo_reports.views.jinja_view.JinjaView:1: WARNING: duplicate object description of oslo_reports.views.jinja_view.JinjaView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/jinja_view.py:docstring of oslo_reports.views.jinja_view.JinjaView.template:1: WARNING: duplicate object description of oslo_reports.views.jinja_view.JinjaView.template, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/jinja_view.py:docstring of oslo_reports.views.jinja_view.JinjaView.text:1: WARNING: duplicate object description of oslo_reports.views.jinja_view.JinjaView.text, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/json/generic.py:docstring of oslo_reports.views.json.generic.BasicKeyValueView:1: WARNING: duplicate object description of oslo_reports.views.json.generic.BasicKeyValueView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.json.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/json/generic.py:docstring of oslo_reports.views.json.generic.KeyValueView:1: WARNING: duplicate object description of oslo_reports.views.json.generic.KeyValueView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.json.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/generic.py:docstring of oslo_reports.views.text.generic.BasicKeyValueView:1: WARNING: duplicate object description of oslo_reports.views.text.generic.BasicKeyValueView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/generic.py:docstring of oslo_reports.views.text.generic.KeyValueView:1: WARNING: duplicate object description of oslo_reports.views.text.generic.KeyValueView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/generic.py:docstring of oslo_reports.views.text.generic.MultiView:1: WARNING: duplicate object description of oslo_reports.views.text.generic.MultiView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/generic.py:docstring of oslo_reports.views.text.generic.TableView:1: WARNING: duplicate object description of oslo_reports.views.text.generic.TableView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/header.py:docstring of oslo_reports.views.text.header.HeaderView:1: WARNING: duplicate object description of oslo_reports.views.text.header.HeaderView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/header.py:docstring of oslo_reports.views.text.header.TitledView:1: WARNING: duplicate object description of oslo_reports.views.text.header.TitledView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/header.py:docstring of oslo_reports.views.text.header.TitledView.FORMAT_STR:1: WARNING: duplicate object description of oslo_reports.views.text.header.TitledView.FORMAT_STR, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/process.py:docstring of oslo_reports.views.text.process.ProcessView:1: WARNING: duplicate object description of oslo_reports.views.text.process.ProcessView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/process.py:docstring of oslo_reports.views.text.process.ProcessView.VIEW_TEXT:1: WARNING: duplicate object description of oslo_reports.views.text.process.ProcessView.VIEW_TEXT, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/threading.py:docstring of oslo_reports.views.text.threading.GreenThreadView:1: WARNING: duplicate object description of oslo_reports.views.text.threading.GreenThreadView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/threading.py:docstring of oslo_reports.views.text.threading.GreenThreadView.FORMAT_STR:1: WARNING: duplicate object description of oslo_reports.views.text.threading.GreenThreadView.FORMAT_STR, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/threading.py:docstring of oslo_reports.views.text.threading.StackTraceView:1: WARNING: duplicate object description of oslo_reports.views.text.threading.StackTraceView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/threading.py:docstring of oslo_reports.views.text.threading.StackTraceView.VIEW_TEXT:1: WARNING: duplicate object description of oslo_reports.views.text.threading.StackTraceView.VIEW_TEXT, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/threading.py:docstring of oslo_reports.views.text.threading.ThreadView:1: WARNING: duplicate object description of oslo_reports.views.text.threading.ThreadView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/text/threading.py:docstring of oslo_reports.views.text.threading.ThreadView.FORMAT_STR:1: WARNING: duplicate object description of oslo_reports.views.text.threading.ThreadView.FORMAT_STR, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.text.rst, use :noindex: for one of them /builddir/build/BUILD/oslo.reports-1.30.0/oslo_reports/views/xml/generic.py:docstring of oslo_reports.views.xml.generic.KeyValueView:1: WARNING: duplicate object description of oslo_reports.views.xml.generic.KeyValueView, other instance in /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/oslo_reports.views.xml.rst, use :noindex: for one of them done checking consistency... /builddir/build/BUILD/oslo.reports-1.30.0/doc/source/reference/api/autoindex.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 2%] contributor/index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/oslo.reports/tree/doc/source' [openstackdocstheme] bug_project (from user) 'oslo.reports' [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/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... [ 5%] 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... [ 7%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 10%] reference/api/autoindex [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/autoindex.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/autoindex.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/autoindex' writing output... [ 13%] reference/api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/modules' writing output... [ 15%] reference/api/oslo_reports [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports' writing output... [ 18%] reference/api/oslo_reports.generators [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.generators.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.generators.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.generators' writing output... [ 21%] reference/api/oslo_reports.generators.conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.generators.conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.generators.conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.generators.conf' writing output... [ 23%] reference/api/oslo_reports.generators.process [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.generators.process.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.generators.process.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.generators.process' writing output... [ 26%] reference/api/oslo_reports.generators.threading [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.generators.threading.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.generators.threading.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.generators.threading' writing output... [ 28%] reference/api/oslo_reports.generators.version [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.generators.version.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.generators.version.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.generators.version' writing output... [ 31%] reference/api/oslo_reports.guru_meditation_report [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.guru_meditation_report.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.guru_meditation_report.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.guru_meditation_report' writing output... [ 34%] reference/api/oslo_reports.models [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.models.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.models.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.models' writing output... [ 36%] reference/api/oslo_reports.models.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.models.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.models.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.models.base' writing output... [ 39%] reference/api/oslo_reports.models.conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.models.conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.models.conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.models.conf' writing output... [ 42%] reference/api/oslo_reports.models.process [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.models.process.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.models.process.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.models.process' writing output... [ 44%] reference/api/oslo_reports.models.threading [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.models.threading.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.models.threading.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.models.threading' writing output... [ 47%] reference/api/oslo_reports.models.version [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.models.version.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.models.version.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.models.version' writing output... [ 50%] reference/api/oslo_reports.models.with_default_views [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.models.with_default_views.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.models.with_default_views.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.models.with_default_views' writing output... [ 52%] reference/api/oslo_reports.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/api/oslo_reports.opts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.opts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.opts' writing output... [ 55%] reference/api/oslo_reports.report [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.report.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.report.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.report' writing output... [ 57%] reference/api/oslo_reports.tests [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.tests.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.tests.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.tests' writing output... [ 60%] reference/api/oslo_reports.views [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views' writing output... [ 63%] reference/api/oslo_reports.views.jinja_view [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.jinja_view.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.jinja_view.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.jinja_view' writing output... [ 65%] reference/api/oslo_reports.views.json [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.json.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.json.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.json' writing output... [ 68%] reference/api/oslo_reports.views.json.generic [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.json.generic.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.json.generic.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.json.generic' writing output... [ 71%] reference/api/oslo_reports.views.text [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.text.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.text.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.text' writing output... [ 73%] reference/api/oslo_reports.views.text.generic [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.text.generic.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.text.generic.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.text.generic' writing output... [ 76%] reference/api/oslo_reports.views.text.header [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.text.header.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.text.header.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.text.header' writing output... [ 78%] reference/api/oslo_reports.views.text.process [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.text.process.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.text.process.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.text.process' writing output... [ 81%] reference/api/oslo_reports.views.text.threading [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.text.threading.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.text.threading.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.text.threading' writing output... [ 84%] reference/api/oslo_reports.views.xml [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.xml.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.xml.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.xml' writing output... [ 86%] reference/api/oslo_reports.views.xml.generic [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/oslo_reports.views.xml.generic.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/oslo_reports.views.xml.generic.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/oslo_reports.views.xml.generic' writing output... [ 89%] 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... [ 92%] 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... [ 94%] user/history [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/history.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/history.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/history' writing output... [ 97%] user/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/index' writing output... [100%] user/usage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/usage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/usage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/usage' 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, 55 warnings. 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.YyvNVP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch + cd oslo.reports-1.30.0 + 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-reports-1.30.0-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-reports-1.30.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/locale creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/locale/en_GB creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/locale/en_GB/LC_MESSAGES copying build/lib/oslo_reports/locale/en_GB/LC_MESSAGES/oslo_reports.po -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/locale/en_GB/LC_MESSAGES copying build/lib/oslo_reports/_utils.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/xml copying build/lib/oslo_reports/views/xml/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/xml copying build/lib/oslo_reports/views/xml/generic.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/xml copying build/lib/oslo_reports/views/jinja_view.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views copying build/lib/oslo_reports/views/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/json copying build/lib/oslo_reports/views/json/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/json copying build/lib/oslo_reports/views/json/generic.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/json creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text copying build/lib/oslo_reports/views/text/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text copying build/lib/oslo_reports/views/text/threading.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text copying build/lib/oslo_reports/views/text/header.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text copying build/lib/oslo_reports/views/text/generic.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text copying build/lib/oslo_reports/views/text/process.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text copying build/lib/oslo_reports/opts.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/models/version.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/models/conf.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/models/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/models/threading.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/models/process.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/models/base.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/models/with_default_views.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models copying build/lib/oslo_reports/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports copying build/lib/oslo_reports/guru_meditation_report.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports copying build/lib/oslo_reports/_i18n.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests copying build/lib/oslo_reports/tests/test_views.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests copying build/lib/oslo_reports/tests/test_base_report.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests copying build/lib/oslo_reports/tests/test_openstack_generators.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests copying build/lib/oslo_reports/tests/test_guru_meditation_report.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests copying build/lib/oslo_reports/tests/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests copying build/lib/oslo_reports/report.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports creating /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators copying build/lib/oslo_reports/generators/version.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators copying build/lib/oslo_reports/generators/conf.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators copying build/lib/oslo_reports/generators/__init__.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators copying build/lib/oslo_reports/generators/threading.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators copying build/lib/oslo_reports/generators/process.py -> /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/xml/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/xml/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/jinja_view.py to jinja_view.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/json/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/json/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text/threading.py to threading.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text/header.py to header.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/views/text/process.py to process.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models/threading.py to threading.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models/process.py to process.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/models/with_default_views.py to with_default_views.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/guru_meditation_report.py to guru_meditation_report.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests/test_views.py to test_views.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests/test_base_report.py to test_base_report.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests/test_openstack_generators.py to test_openstack_generators.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests/test_guru_meditation_report.py to test_guru_meditation_report.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/report.py to report.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators/threading.py to threading.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo_reports/generators/process.py to process.pyc writing byte-compilation script '/tmp/tmpAJLb3V.py' /usr/bin/python2 -O /tmp/tmpAJLb3V.py removing /tmp/tmpAJLb3V.py running install_egg_info running egg_info writing oslo.reports.egg-info/PKG-INFO writing top-level names to oslo.reports.egg-info/top_level.txt writing dependency_links to oslo.reports.egg-info/dependency_links.txt writing entry points to oslo.reports.egg-info/entry_points.txt writing pbr to oslo.reports.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.reports.egg-info/SOURCES.txt' Copying oslo.reports.egg-info to /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/oslo.reports-1.30.0-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) + /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.reports-1.30.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-oslo-reports-1.30.0-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.DWia2U + umask 022 + cd /builddir/build/BUILD + cd oslo.reports-1.30.0 + python2 setup.py test running test running egg_info writing oslo.reports.egg-info/PKG-INFO writing top-level names to oslo.reports.egg-info/top_level.txt writing dependency_links to oslo.reports.egg-info/dependency_links.txt writing entry points to oslo.reports.egg-info/entry_points.txt writing pbr to oslo.reports.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.reports.egg-info/SOURCES.txt' running build_ext test_basic_kv_view (oslo_reports.tests.test_views.TestGenericJSONViews) oslo_reports.tests.test_views.TestGenericJSONViews.test_basic_kv_view ... ok test_dict_in_list_serialization (oslo_reports.tests.test_views.TestGenericJSONViews) oslo_reports.tests.test_views.TestGenericJSONViews.test_dict_in_list_serialization ... ok test_dict_serialization (oslo_reports.tests.test_views.TestGenericJSONViews) oslo_reports.tests.test_views.TestGenericJSONViews.test_dict_serialization ... ok test_list_in_dict_serialization (oslo_reports.tests.test_views.TestGenericJSONViews) oslo_reports.tests.test_views.TestGenericJSONViews.test_list_in_dict_serialization ... ok test_list_serialization (oslo_reports.tests.test_views.TestGenericJSONViews) oslo_reports.tests.test_views.TestGenericJSONViews.test_list_serialization ... ok test_submodel_serialization (oslo_reports.tests.test_views.TestGenericJSONViews) oslo_reports.tests.test_views.TestGenericJSONViews.test_submodel_serialization ... ok test_basic_kv_view (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_basic_kv_view ... ok test_custom_indent_string (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_custom_indent_string ... ok test_dict_in_list_serialization (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_dict_in_list_serialization ... ok test_dict_serialization (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_dict_serialization ... ok test_list_in_dict_serialization (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_list_in_dict_serialization ... ok test_list_serialization (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_list_serialization ... ok test_multi_view (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_multi_view ... ok test_submodel_serialization (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_submodel_serialization ... ok test_table_view (oslo_reports.tests.test_views.TestGenericTextViews) oslo_reports.tests.test_views.TestGenericTextViews.test_table_view ... ok test_dict_in_list_serialization (oslo_reports.tests.test_views.TestGenericXMLView) oslo_reports.tests.test_views.TestGenericXMLView.test_dict_in_list_serialization ... ok test_dict_serialization (oslo_reports.tests.test_views.TestGenericXMLView) oslo_reports.tests.test_views.TestGenericXMLView.test_dict_serialization ... ok test_list_in_dict_serialization (oslo_reports.tests.test_views.TestGenericXMLView) oslo_reports.tests.test_views.TestGenericXMLView.test_list_in_dict_serialization ... ok test_list_serialization (oslo_reports.tests.test_views.TestGenericXMLView) oslo_reports.tests.test_views.TestGenericXMLView.test_list_serialization ... ok test_submodel_serialization (oslo_reports.tests.test_views.TestGenericXMLView) oslo_reports.tests.test_views.TestGenericXMLView.test_submodel_serialization ... ok test_wrapper_name (oslo_reports.tests.test_views.TestGenericXMLView) oslo_reports.tests.test_views.TestGenericXMLView.test_wrapper_name ... ok test_direct_pass (oslo_reports.tests.test_views.TestJinjaView) oslo_reports.tests.test_views.TestJinjaView.test_direct_pass ... ok test_is_deepcopiable (oslo_reports.tests.test_views.TestJinjaView) oslo_reports.tests.test_views.TestJinjaView.test_is_deepcopiable ... ok test_load_from_class (oslo_reports.tests.test_views.TestJinjaView) oslo_reports.tests.test_views.TestJinjaView.test_load_from_class ... ok test_load_from_file (oslo_reports.tests.test_views.TestJinjaView) oslo_reports.tests.test_views.TestJinjaView.test_load_from_file ... ok test_model_with_default_views (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_model_with_default_views ... ok test_recursive_type_propagation_with_nested_dicts (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_dicts ... ok test_recursive_type_propagation_with_nested_lists (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_lists ... ok test_recursive_type_propagation_with_nested_models (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_models ... ok test_recursive_type_propogation_on_recursive_structures (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propogation_on_recursive_structures ... ok test_report_of_type (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_report_of_type ... ok test_text_report (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_text_report ... ok test_to_type (oslo_reports.tests.test_views.TestModelReportType) oslo_reports.tests.test_views.TestModelReportType.test_to_type ... ok test_data_as_sequence_is_handled_properly (oslo_reports.tests.test_base_report.TestBaseModel) oslo_reports.tests.test_base_report.TestBaseModel.test_data_as_sequence_is_handled_properly ... ok test_getattr (oslo_reports.tests.test_base_report.TestBaseModel) oslo_reports.tests.test_base_report.TestBaseModel.test_getattr ... ok test_immutable_mappings_produce_mutable_models (oslo_reports.tests.test_base_report.TestBaseModel) oslo_reports.tests.test_base_report.TestBaseModel.test_immutable_mappings_produce_mutable_models ... ok test_model_repr (oslo_reports.tests.test_base_report.TestBaseModel) oslo_reports.tests.test_base_report.TestBaseModel.test_model_repr ... ok test_str_returns_string_with_attached_view (oslo_reports.tests.test_base_report.TestBaseModel) oslo_reports.tests.test_base_report.TestBaseModel.test_str_returns_string_with_attached_view ... ok test_str_throws_error_with_no_attached_view (oslo_reports.tests.test_base_report.TestBaseModel) oslo_reports.tests.test_base_report.TestBaseModel.test_str_throws_error_with_no_attached_view ... ok test_submodel_attached_view (oslo_reports.tests.test_base_report.TestBaseModel) oslo_reports.tests.test_base_report.TestBaseModel.test_submodel_attached_view ... ok test_add_section (oslo_reports.tests.test_base_report.TestBasicReport) oslo_reports.tests.test_base_report.TestBasicReport.test_add_section ... ok test_append_section (oslo_reports.tests.test_base_report.TestBasicReport) oslo_reports.tests.test_base_report.TestBasicReport.test_append_section ... ok test_basic_render (oslo_reports.tests.test_base_report.TestBasicReport) oslo_reports.tests.test_base_report.TestBasicReport.test_basic_render ... ok test_insert_section (oslo_reports.tests.test_base_report.TestBasicReport) oslo_reports.tests.test_base_report.TestBasicReport.test_insert_section ... ok test_config_model (oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators) oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_config_model ... ok test_green_thread_generator (oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators) oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_green_thread_generator ... ok test_package_report_generator (oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators) oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_package_report_generator ... ok test_package_report_generator_without_vendor_string (oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators) oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_package_report_generator_without_vendor_string ... ok test_thread_generator (oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators) oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_thread_generator ... ok test_thread_generator_tb (oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators) oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_thread_generator_tb ... ok test_basic_report (oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport) oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_basic_report ... ok test_fail_prints_traceback (oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport) oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_fail_prints_traceback ... ok test_reg_persistent_section (oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport) oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_reg_persistent_section ... ok test_register_autorun (oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport) oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun ... ok test_register_autorun_log_dir (oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport) oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun_log_dir ... ok test_register_autorun_without_signals (oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport) oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun_without_signals ... ok test_setup_file_watcher (oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport) oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_setup_file_watcher ... ok ---------------------------------------------------------------------- Ran 57 tests in 0.376s OK + exit 0 Processing files: python2-oslo-reports-1.30.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DNXAU2 + umask 022 + cd /builddir/build/BUILD + cd oslo.reports-1.30.0 + DOCDIR=/builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/doc/python2-oslo-reports-1.30.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/doc/python2-oslo-reports-1.30.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/doc/python2-oslo-reports-1.30.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Rvk7Na + umask 022 + cd /builddir/build/BUILD + cd oslo.reports-1.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/licenses/python2-oslo-reports-1.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/licenses/python2-oslo-reports-1.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/licenses/python2-oslo-reports-1.30.0 + exit 0 Provides: python-oslo-reports = 1.30.0-1.el7 python2-oslo-reports = 1.30.0-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: python(abi) = 2.7 Obsoletes: python-oslo-reports < 1.30.0-1.el7 Processing files: python-oslo-reports-doc-1.30.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XRnl5k + umask 022 + cd /builddir/build/BUILD + cd oslo.reports-1.30.0 + DOCDIR=/builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/doc/python-oslo-reports-doc-1.30.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/doc/python-oslo-reports-doc-1.30.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/doc/python-oslo-reports-doc-1.30.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ddp0qv + umask 022 + cd /builddir/build/BUILD + cd oslo.reports-1.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/licenses/python-oslo-reports-doc-1.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/licenses/python-oslo-reports-doc-1.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch/usr/share/licenses/python-oslo-reports-doc-1.30.0 + exit 0 Provides: python-oslo-reports-doc = 1.30.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-oslo-reports-tests-1.30.0-1.el7.noarch Provides: python-oslo-reports-tests = 1.30.0-1.el7 python2-oslo-reports-tests = 1.30.0-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: python(abi) = 2.7 Obsoletes: python-oslo-reports-tests < 1.30.0-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-oslo-reports-1.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-oslo-reports-doc-1.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-oslo-reports-tests-1.30.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ts5ysp + umask 022 + cd /builddir/build/BUILD + cd oslo.reports-1.30.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-oslo-reports-1.30.0-1.el7.noarch + exit 0 Child return code was: 0