Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-sphinx.spec'], logger=env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100'}printOutput=Falsetimeout=0gid=135shell=Falseuser='mockbuild'chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-14398/root'uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-sphinx.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-190138298.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-sphinx-1.1.3-12.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-sphinx.spec'], logger=env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100'}printOutput=Falsetimeout=0gid=135private_network=Trueshell=Falseuser='mockbuild'chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-14398/root'uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-sphinx.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4mKPPb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Sphinx-1.1.3 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/Sphinx-1.1.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Sphinx-1.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed 1d -i sphinx/pycode/pgen2/token.py + echo 'Patch #0 (sphinx-docutils-0.10.patch):' Patch #0 (sphinx-docutils-0.10.patch): + /usr/bin/patch -p1 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/sphinx-docutils-0.10.patch patching file sphinx/writers/manpage.py + echo 'Patch #1 (Sphinx-1.1.3-fix_quoting_in_inheritance.patch):' Patch #1 (Sphinx-1.1.3-fix_quoting_in_inheritance.patch): + /usr/bin/cat /builddir/build/SOURCES/Sphinx-1.1.3-fix_quoting_in_inheritance.patch + /usr/bin/patch -p1 --fuzz=0 patching file sphinx/ext/inheritance_diagram.py + echo 'Patch #2 (Sphinx-1.1.3-verbosetests.patch):' Patch #2 (Sphinx-1.1.3-verbosetests.patch): + /usr/bin/cat /builddir/build/SOURCES/Sphinx-1.1.3-verbosetests.patch + /usr/bin/patch -p1 --fuzz=0 patching file tests/run.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YP0SG7 + umask 022 + cd /builddir/build/BUILD + cd Sphinx-1.1.3 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/sphinx copying sphinx/errors.py -> build/lib/sphinx copying sphinx/quickstart.py -> build/lib/sphinx copying sphinx/highlighting.py -> build/lib/sphinx copying sphinx/jinja2glue.py -> build/lib/sphinx copying sphinx/versioning.py -> build/lib/sphinx copying sphinx/application.py -> build/lib/sphinx copying sphinx/pygments_styles.py -> build/lib/sphinx copying sphinx/config.py -> build/lib/sphinx copying sphinx/__init__.py -> build/lib/sphinx copying sphinx/cmdline.py -> build/lib/sphinx copying sphinx/theming.py -> build/lib/sphinx copying sphinx/apidoc.py -> build/lib/sphinx copying sphinx/addnodes.py -> build/lib/sphinx copying sphinx/roles.py -> build/lib/sphinx copying sphinx/environment.py -> build/lib/sphinx copying sphinx/setup_command.py -> build/lib/sphinx creating build/lib/sphinx/domains copying sphinx/domains/c.py -> build/lib/sphinx/domains copying sphinx/domains/cpp.py -> build/lib/sphinx/domains copying sphinx/domains/rst.py -> build/lib/sphinx/domains copying sphinx/domains/__init__.py -> build/lib/sphinx/domains copying sphinx/domains/std.py -> build/lib/sphinx/domains copying sphinx/domains/python.py -> build/lib/sphinx/domains copying sphinx/domains/javascript.py -> build/lib/sphinx/domains creating build/lib/sphinx/websupport copying sphinx/websupport/errors.py -> build/lib/sphinx/websupport copying sphinx/websupport/__init__.py -> build/lib/sphinx/websupport creating build/lib/sphinx/writers copying sphinx/writers/manpage.py -> build/lib/sphinx/writers copying sphinx/writers/html.py -> build/lib/sphinx/writers copying sphinx/writers/text.py -> build/lib/sphinx/writers copying sphinx/writers/texinfo.py -> build/lib/sphinx/writers copying sphinx/writers/__init__.py -> build/lib/sphinx/writers copying sphinx/writers/websupport.py -> build/lib/sphinx/writers copying sphinx/writers/latex.py -> build/lib/sphinx/writers creating build/lib/sphinx/locale copying sphinx/locale/__init__.py -> build/lib/sphinx/locale creating build/lib/sphinx/directives copying sphinx/directives/__init__.py -> build/lib/sphinx/directives copying sphinx/directives/code.py -> build/lib/sphinx/directives copying sphinx/directives/other.py -> build/lib/sphinx/directives creating build/lib/sphinx/util copying sphinx/util/tags.py -> build/lib/sphinx/util copying sphinx/util/compat.py -> build/lib/sphinx/util copying sphinx/util/jsdump.py -> build/lib/sphinx/util copying sphinx/util/pycompat.py -> build/lib/sphinx/util copying sphinx/util/smartypants.py -> build/lib/sphinx/util copying sphinx/util/texescape.py -> build/lib/sphinx/util copying sphinx/util/docstrings.py -> build/lib/sphinx/util copying sphinx/util/matching.py -> build/lib/sphinx/util copying sphinx/util/__init__.py -> build/lib/sphinx/util copying sphinx/util/osutil.py -> build/lib/sphinx/util copying sphinx/util/console.py -> build/lib/sphinx/util copying sphinx/util/docfields.py -> build/lib/sphinx/util copying sphinx/util/png.py -> build/lib/sphinx/util copying sphinx/util/websupport.py -> build/lib/sphinx/util copying sphinx/util/nodes.py -> build/lib/sphinx/util copying sphinx/util/jsonimpl.py -> build/lib/sphinx/util copying sphinx/util/inspect.py -> build/lib/sphinx/util copying sphinx/util/stemmer.py -> build/lib/sphinx/util creating build/lib/sphinx/pycode copying sphinx/pycode/__init__.py -> build/lib/sphinx/pycode copying sphinx/pycode/nodes.py -> build/lib/sphinx/pycode creating build/lib/sphinx/search copying sphinx/search/__init__.py -> build/lib/sphinx/search copying sphinx/search/en.py -> build/lib/sphinx/search copying sphinx/search/ja.py -> build/lib/sphinx/search creating build/lib/sphinx/builders copying sphinx/builders/html.py -> build/lib/sphinx/builders copying sphinx/builders/epub.py -> build/lib/sphinx/builders copying sphinx/builders/devhelp.py -> build/lib/sphinx/builders copying sphinx/builders/text.py -> build/lib/sphinx/builders copying sphinx/builders/gettext.py -> build/lib/sphinx/builders copying sphinx/builders/qthelp.py -> build/lib/sphinx/builders copying sphinx/builders/texinfo.py -> build/lib/sphinx/builders copying sphinx/builders/htmlhelp.py -> build/lib/sphinx/builders copying sphinx/builders/__init__.py -> build/lib/sphinx/builders copying sphinx/builders/changes.py -> build/lib/sphinx/builders copying sphinx/builders/manpage.py -> build/lib/sphinx/builders copying sphinx/builders/websupport.py -> build/lib/sphinx/builders copying sphinx/builders/linkcheck.py -> build/lib/sphinx/builders copying sphinx/builders/latex.py -> build/lib/sphinx/builders creating build/lib/sphinx/ext copying sphinx/ext/inheritance_diagram.py -> build/lib/sphinx/ext copying sphinx/ext/coverage.py -> build/lib/sphinx/ext copying sphinx/ext/pngmath.py -> build/lib/sphinx/ext copying sphinx/ext/autodoc.py -> build/lib/sphinx/ext copying sphinx/ext/doctest.py -> build/lib/sphinx/ext copying sphinx/ext/refcounting.py -> build/lib/sphinx/ext copying sphinx/ext/ifconfig.py -> build/lib/sphinx/ext copying sphinx/ext/viewcode.py -> build/lib/sphinx/ext copying sphinx/ext/extlinks.py -> build/lib/sphinx/ext copying sphinx/ext/jsmath.py -> build/lib/sphinx/ext copying sphinx/ext/mathjax.py -> build/lib/sphinx/ext copying sphinx/ext/__init__.py -> build/lib/sphinx/ext copying sphinx/ext/todo.py -> build/lib/sphinx/ext copying sphinx/ext/oldcmarkup.py -> build/lib/sphinx/ext copying sphinx/ext/graphviz.py -> build/lib/sphinx/ext copying sphinx/ext/mathbase.py -> build/lib/sphinx/ext copying sphinx/ext/intersphinx.py -> build/lib/sphinx/ext creating build/lib/sphinx/websupport/search copying sphinx/websupport/search/__init__.py -> build/lib/sphinx/websupport/search copying sphinx/websupport/search/nullsearch.py -> build/lib/sphinx/websupport/search copying sphinx/websupport/search/whooshsearch.py -> build/lib/sphinx/websupport/search copying sphinx/websupport/search/xapiansearch.py -> build/lib/sphinx/websupport/search creating build/lib/sphinx/websupport/storage copying sphinx/websupport/storage/__init__.py -> build/lib/sphinx/websupport/storage copying sphinx/websupport/storage/sqlalchemystorage.py -> build/lib/sphinx/websupport/storage copying sphinx/websupport/storage/sqlalchemy_db.py -> build/lib/sphinx/websupport/storage copying sphinx/websupport/storage/differ.py -> build/lib/sphinx/websupport/storage creating build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/token.py -> build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/pgen.py -> build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/__init__.py -> build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/parse.py -> build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/grammar.py -> build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/literals.py -> build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/tokenize.py -> build/lib/sphinx/pycode/pgen2 copying sphinx/pycode/pgen2/driver.py -> build/lib/sphinx/pycode/pgen2 creating build/lib/sphinx/ext/autosummary copying sphinx/ext/autosummary/generate.py -> build/lib/sphinx/ext/autosummary copying sphinx/ext/autosummary/__init__.py -> build/lib/sphinx/ext/autosummary running egg_info writing requirements to Sphinx.egg-info/requires.txt writing Sphinx.egg-info/PKG-INFO writing top-level names to Sphinx.egg-info/top_level.txt writing dependency_links to Sphinx.egg-info/dependency_links.txt writing entry points to Sphinx.egg-info/entry_points.txt reading manifest file 'Sphinx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' writing manifest file 'Sphinx.egg-info/SOURCES.txt' creating build/lib/sphinx/texinputs copying sphinx/texinputs/Makefile -> build/lib/sphinx/texinputs copying sphinx/texinputs/fncychap.sty -> build/lib/sphinx/texinputs copying sphinx/texinputs/python.ist -> build/lib/sphinx/texinputs copying sphinx/texinputs/sphinx.sty -> build/lib/sphinx/texinputs copying sphinx/texinputs/sphinxhowto.cls -> build/lib/sphinx/texinputs copying sphinx/texinputs/sphinxmanual.cls -> build/lib/sphinx/texinputs copying sphinx/texinputs/tabulary.sty -> build/lib/sphinx/texinputs creating build/lib/sphinx/themes creating build/lib/sphinx/themes/agogo copying sphinx/themes/agogo/layout.html -> build/lib/sphinx/themes/agogo copying sphinx/themes/agogo/theme.conf -> build/lib/sphinx/themes/agogo creating build/lib/sphinx/themes/agogo/static copying sphinx/themes/agogo/static/agogo.css_t -> build/lib/sphinx/themes/agogo/static copying sphinx/themes/agogo/static/bgfooter.png -> build/lib/sphinx/themes/agogo/static copying sphinx/themes/agogo/static/bgtop.png -> build/lib/sphinx/themes/agogo/static creating build/lib/sphinx/themes/basic copying sphinx/themes/basic/defindex.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/domainindex.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/genindex-single.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/genindex-split.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/genindex.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/globaltoc.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/layout.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/localtoc.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/opensearch.xml -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/page.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/relations.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/search.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/searchbox.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/searchresults.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/sourcelink.html -> build/lib/sphinx/themes/basic copying sphinx/themes/basic/theme.conf -> build/lib/sphinx/themes/basic creating build/lib/sphinx/themes/basic/changes copying sphinx/themes/basic/changes/frameset.html -> build/lib/sphinx/themes/basic/changes copying sphinx/themes/basic/changes/rstsource.html -> build/lib/sphinx/themes/basic/changes copying sphinx/themes/basic/changes/versionchanges.html -> build/lib/sphinx/themes/basic/changes creating build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/ajax-loader.gif -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/basic.css_t -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/comment-bright.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/comment-close.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/comment.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/doctools.js -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/down-pressed.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/down.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/file.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/jquery.js -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/minus.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/plus.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/searchtools.js_t -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/underscore.js -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/up-pressed.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/up.png -> build/lib/sphinx/themes/basic/static copying sphinx/themes/basic/static/websupport.js -> build/lib/sphinx/themes/basic/static creating build/lib/sphinx/themes/default copying sphinx/themes/default/layout.html -> build/lib/sphinx/themes/default copying sphinx/themes/default/theme.conf -> build/lib/sphinx/themes/default creating build/lib/sphinx/themes/default/static copying sphinx/themes/default/static/default.css_t -> build/lib/sphinx/themes/default/static copying sphinx/themes/default/static/sidebar.js -> build/lib/sphinx/themes/default/static creating build/lib/sphinx/themes/epub copying sphinx/themes/epub/epub-cover.html -> build/lib/sphinx/themes/epub copying sphinx/themes/epub/layout.html -> build/lib/sphinx/themes/epub copying sphinx/themes/epub/theme.conf -> build/lib/sphinx/themes/epub creating build/lib/sphinx/themes/epub/static copying sphinx/themes/epub/static/epub.css -> build/lib/sphinx/themes/epub/static creating build/lib/sphinx/themes/haiku copying sphinx/themes/haiku/layout.html -> build/lib/sphinx/themes/haiku copying sphinx/themes/haiku/theme.conf -> build/lib/sphinx/themes/haiku creating build/lib/sphinx/themes/haiku/static copying sphinx/themes/haiku/static/alert_info_32.png -> build/lib/sphinx/themes/haiku/static copying sphinx/themes/haiku/static/alert_warning_32.png -> build/lib/sphinx/themes/haiku/static copying sphinx/themes/haiku/static/bg-page.png -> build/lib/sphinx/themes/haiku/static copying sphinx/themes/haiku/static/bullet_orange.png -> build/lib/sphinx/themes/haiku/static copying sphinx/themes/haiku/static/haiku.css_t -> build/lib/sphinx/themes/haiku/static creating build/lib/sphinx/themes/nature copying sphinx/themes/nature/theme.conf -> build/lib/sphinx/themes/nature creating build/lib/sphinx/themes/nature/static copying sphinx/themes/nature/static/nature.css_t -> build/lib/sphinx/themes/nature/static creating build/lib/sphinx/themes/pyramid copying sphinx/themes/pyramid/layout.html -> build/lib/sphinx/themes/pyramid copying sphinx/themes/pyramid/theme.conf -> build/lib/sphinx/themes/pyramid creating build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/dialog-note.png -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/dialog-seealso.png -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/dialog-topic.png -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/dialog-warning.png -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/epub.css -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/footerbg.png -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/headerbg.png -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/ie6.css -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/middlebg.png -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/pyramid.css_t -> build/lib/sphinx/themes/pyramid/static copying sphinx/themes/pyramid/static/transparent.gif -> build/lib/sphinx/themes/pyramid/static creating build/lib/sphinx/themes/scrolls copying sphinx/themes/scrolls/layout.html -> build/lib/sphinx/themes/scrolls copying sphinx/themes/scrolls/theme.conf -> build/lib/sphinx/themes/scrolls creating build/lib/sphinx/themes/scrolls/artwork copying sphinx/themes/scrolls/artwork/logo.svg -> build/lib/sphinx/themes/scrolls/artwork creating build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/darkmetal.png -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/headerbg.png -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/logo.png -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/metal.png -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/navigation.png -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/print.css -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/scrolls.css_t -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/theme_extras.js -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/watermark.png -> build/lib/sphinx/themes/scrolls/static copying sphinx/themes/scrolls/static/watermark_blur.png -> build/lib/sphinx/themes/scrolls/static creating build/lib/sphinx/themes/sphinxdoc copying sphinx/themes/sphinxdoc/layout.html -> build/lib/sphinx/themes/sphinxdoc copying sphinx/themes/sphinxdoc/theme.conf -> build/lib/sphinx/themes/sphinxdoc creating build/lib/sphinx/themes/sphinxdoc/static copying sphinx/themes/sphinxdoc/static/contents.png -> build/lib/sphinx/themes/sphinxdoc/static copying sphinx/themes/sphinxdoc/static/navigation.png -> build/lib/sphinx/themes/sphinxdoc/static copying sphinx/themes/sphinxdoc/static/sphinxdoc.css_t -> build/lib/sphinx/themes/sphinxdoc/static creating build/lib/sphinx/themes/traditional copying sphinx/themes/traditional/theme.conf -> build/lib/sphinx/themes/traditional creating build/lib/sphinx/themes/traditional/static copying sphinx/themes/traditional/static/traditional.css_t -> build/lib/sphinx/themes/traditional/static copying sphinx/locale/sphinx.pot -> build/lib/sphinx/locale creating build/lib/sphinx/locale/bn creating build/lib/sphinx/locale/bn/LC_MESSAGES copying sphinx/locale/bn/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/bn/LC_MESSAGES copying sphinx/locale/bn/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/bn/LC_MESSAGES copying sphinx/locale/bn/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/bn/LC_MESSAGES creating build/lib/sphinx/locale/ca creating build/lib/sphinx/locale/ca/LC_MESSAGES copying sphinx/locale/ca/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ca/LC_MESSAGES copying sphinx/locale/ca/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ca/LC_MESSAGES copying sphinx/locale/ca/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ca/LC_MESSAGES creating build/lib/sphinx/locale/cs creating build/lib/sphinx/locale/cs/LC_MESSAGES copying sphinx/locale/cs/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/cs/LC_MESSAGES copying sphinx/locale/cs/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/cs/LC_MESSAGES copying sphinx/locale/cs/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/cs/LC_MESSAGES creating build/lib/sphinx/locale/da creating build/lib/sphinx/locale/da/LC_MESSAGES copying sphinx/locale/da/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/da/LC_MESSAGES copying sphinx/locale/da/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/da/LC_MESSAGES copying sphinx/locale/da/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/da/LC_MESSAGES creating build/lib/sphinx/locale/de creating build/lib/sphinx/locale/de/LC_MESSAGES copying sphinx/locale/de/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/de/LC_MESSAGES copying sphinx/locale/de/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/de/LC_MESSAGES copying sphinx/locale/de/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/de/LC_MESSAGES creating build/lib/sphinx/locale/es creating build/lib/sphinx/locale/es/LC_MESSAGES copying sphinx/locale/es/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/es/LC_MESSAGES copying sphinx/locale/es/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/es/LC_MESSAGES copying sphinx/locale/es/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/es/LC_MESSAGES creating build/lib/sphinx/locale/et creating build/lib/sphinx/locale/et/LC_MESSAGES copying sphinx/locale/et/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/et/LC_MESSAGES copying sphinx/locale/et/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/et/LC_MESSAGES copying sphinx/locale/et/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/et/LC_MESSAGES creating build/lib/sphinx/locale/fa creating build/lib/sphinx/locale/fa/LC_MESSAGES copying sphinx/locale/fa/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fa/LC_MESSAGES copying sphinx/locale/fa/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fa/LC_MESSAGES copying sphinx/locale/fa/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fa/LC_MESSAGES creating build/lib/sphinx/locale/fi creating build/lib/sphinx/locale/fi/LC_MESSAGES copying sphinx/locale/fi/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fi/LC_MESSAGES copying sphinx/locale/fi/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fi/LC_MESSAGES copying sphinx/locale/fi/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fi/LC_MESSAGES creating build/lib/sphinx/locale/fr creating build/lib/sphinx/locale/fr/LC_MESSAGES copying sphinx/locale/fr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fr/LC_MESSAGES copying sphinx/locale/fr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fr/LC_MESSAGES copying sphinx/locale/fr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fr/LC_MESSAGES creating build/lib/sphinx/locale/hr creating build/lib/sphinx/locale/hr/LC_MESSAGES copying sphinx/locale/hr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/hr/LC_MESSAGES copying sphinx/locale/hr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/hr/LC_MESSAGES copying sphinx/locale/hr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/hr/LC_MESSAGES creating build/lib/sphinx/locale/it creating build/lib/sphinx/locale/it/LC_MESSAGES copying sphinx/locale/it/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/it/LC_MESSAGES copying sphinx/locale/it/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/it/LC_MESSAGES copying sphinx/locale/it/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/it/LC_MESSAGES creating build/lib/sphinx/locale/ja creating build/lib/sphinx/locale/ja/LC_MESSAGES copying sphinx/locale/ja/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ja/LC_MESSAGES copying sphinx/locale/ja/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ja/LC_MESSAGES copying sphinx/locale/ja/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ja/LC_MESSAGES creating build/lib/sphinx/locale/ko creating build/lib/sphinx/locale/ko/LC_MESSAGES copying sphinx/locale/ko/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ko/LC_MESSAGES copying sphinx/locale/ko/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ko/LC_MESSAGES copying sphinx/locale/ko/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ko/LC_MESSAGES creating build/lib/sphinx/locale/lt creating build/lib/sphinx/locale/lt/LC_MESSAGES copying sphinx/locale/lt/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/lt/LC_MESSAGES copying sphinx/locale/lt/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/lt/LC_MESSAGES copying sphinx/locale/lt/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/lt/LC_MESSAGES creating build/lib/sphinx/locale/lv creating build/lib/sphinx/locale/lv/LC_MESSAGES copying sphinx/locale/lv/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/lv/LC_MESSAGES copying sphinx/locale/lv/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/lv/LC_MESSAGES copying sphinx/locale/lv/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/lv/LC_MESSAGES creating build/lib/sphinx/locale/ne creating build/lib/sphinx/locale/ne/LC_MESSAGES copying sphinx/locale/ne/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ne/LC_MESSAGES copying sphinx/locale/ne/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ne/LC_MESSAGES copying sphinx/locale/ne/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ne/LC_MESSAGES creating build/lib/sphinx/locale/nl creating build/lib/sphinx/locale/nl/LC_MESSAGES copying sphinx/locale/nl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/nl/LC_MESSAGES copying sphinx/locale/nl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/nl/LC_MESSAGES copying sphinx/locale/nl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/nl/LC_MESSAGES creating build/lib/sphinx/locale/pl creating build/lib/sphinx/locale/pl/LC_MESSAGES copying sphinx/locale/pl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/pl/LC_MESSAGES copying sphinx/locale/pl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/pl/LC_MESSAGES copying sphinx/locale/pl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/pl/LC_MESSAGES creating build/lib/sphinx/locale/pt_BR creating build/lib/sphinx/locale/pt_BR/LC_MESSAGES copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES creating build/lib/sphinx/locale/ru creating build/lib/sphinx/locale/ru/LC_MESSAGES copying sphinx/locale/ru/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ru/LC_MESSAGES copying sphinx/locale/ru/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ru/LC_MESSAGES copying sphinx/locale/ru/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ru/LC_MESSAGES creating build/lib/sphinx/locale/sl creating build/lib/sphinx/locale/sl/LC_MESSAGES copying sphinx/locale/sl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sl/LC_MESSAGES copying sphinx/locale/sl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sl/LC_MESSAGES copying sphinx/locale/sl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sl/LC_MESSAGES creating build/lib/sphinx/locale/sv creating build/lib/sphinx/locale/sv/LC_MESSAGES copying sphinx/locale/sv/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sv/LC_MESSAGES copying sphinx/locale/sv/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sv/LC_MESSAGES copying sphinx/locale/sv/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sv/LC_MESSAGES creating build/lib/sphinx/locale/tr creating build/lib/sphinx/locale/tr/LC_MESSAGES copying sphinx/locale/tr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/tr/LC_MESSAGES copying sphinx/locale/tr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/tr/LC_MESSAGES copying sphinx/locale/tr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/tr/LC_MESSAGES creating build/lib/sphinx/locale/uk_UA creating build/lib/sphinx/locale/uk_UA/LC_MESSAGES copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES creating build/lib/sphinx/locale/zh_CN creating build/lib/sphinx/locale/zh_CN/LC_MESSAGES copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES creating build/lib/sphinx/locale/zh_TW creating build/lib/sphinx/locale/zh_TW/LC_MESSAGES copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES copying sphinx/pycode/Grammar.txt -> build/lib/sphinx/pycode creating build/lib/sphinx/ext/autosummary/templates creating build/lib/sphinx/ext/autosummary/templates/autosummary copying sphinx/ext/autosummary/templates/autosummary/base.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary copying sphinx/ext/autosummary/templates/autosummary/class.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary copying sphinx/ext/autosummary/templates/autosummary/module.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary ~/build/BUILD/Sphinx-1.1.3/doc ~/build/BUILD/Sphinx-1.1.3 + pushd doc + make html python ../sphinx-build.py -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created building [html]: targets for 47 source files that are out of date updating environment: 47 added, 0 changed, 0 removed reading sources... [ 2%] builders reading sources... [ 4%] changes reading sources... [ 6%] config reading sources... [ 8%] contents reading sources... [ 10%] domains reading sources... [ 12%] examples reading sources... [ 14%] ext/appapi reading sources... [ 17%] ext/autodoc reading sources... [ 19%] ext/autosummary reading sources... [ 21%] ext/builderapi reading sources... [ 23%] ext/coverage reading sources... [ 25%] ext/doctest reading sources... [ 27%] ext/extlinks reading sources... [ 29%] ext/graphviz reading sources... [ 31%] ext/ifconfig reading sources... [ 34%] ext/inheritance reading sources... [ 36%] ext/intersphinx reading sources... [ 38%] ext/math reading sources... [ 40%] ext/oldcmarkup reading sources... [ 42%] ext/refcounting reading sources... [ 44%] ext/todo reading sources... [ 46%] ext/tutorial reading sources... [ 48%] ext/viewcode reading sources... [ 51%] extensions reading sources... [ 53%] faq reading sources... [ 55%] glossary reading sources... [ 57%] intl reading sources... [ 59%] intro reading sources... [ 61%] invocation reading sources... [ 63%] man/sphinx-apidoc reading sources... [ 65%] man/sphinx-build reading sources... [ 68%] man/sphinx-quickstart reading sources... [ 70%] markup/code reading sources... [ 72%] markup/index reading sources... [ 74%] markup/inline reading sources... [ 76%] markup/misc reading sources... [ 78%] markup/para reading sources... [ 80%] markup/toctree reading sources... [ 82%] rest reading sources... [ 85%] templating reading sources... [ 87%] theming reading sources... [ 89%] tutorial reading sources... [ 91%] web/api reading sources... [ 93%] web/quickstart reading sources... [ 95%] web/searchadapters reading sources... [ 97%] web/storagebackends reading sources... [100%] websupport looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] builders writing output... [ 4%] changes writing output... [ 6%] config writing output... [ 8%] contents writing output... [ 10%] domains writing output... [ 12%] examples writing output... [ 14%] ext/appapi writing output... [ 17%] ext/autodoc writing output... [ 19%] ext/autosummary writing output... [ 21%] ext/builderapi writing output... [ 23%] ext/coverage writing output... [ 25%] ext/doctest writing output... [ 27%] ext/extlinks writing output... [ 29%] ext/graphviz writing output... [ 31%] ext/ifconfig writing output... [ 34%] ext/inheritance writing output... [ 36%] ext/intersphinx writing output... [ 38%] ext/math writing output... [ 40%] ext/oldcmarkup writing output... [ 42%] ext/refcounting writing output... [ 44%] ext/todo writing output... [ 46%] ext/tutorial writing output... [ 48%] ext/viewcode writing output... [ 51%] extensions writing output... [ 53%] faq writing output... [ 55%] glossary writing output... [ 57%] intl writing output... [ 59%] intro writing output... [ 61%] invocation writing output... [ 63%] man/sphinx-apidoc writing output... [ 65%] man/sphinx-build writing output... [ 68%] man/sphinx-quickstart writing output... [ 70%] markup/code writing output... [ 72%] markup/index writing output... [ 74%] markup/inline writing output... [ 76%] markup/misc writing output... [ 78%] markup/para writing output... [ 80%] markup/toctree writing output... [ 82%] rest writing output... [ 85%] templating writing output... [ 87%] theming writing output... [ 89%] tutorial writing output... [ 91%] web/api writing output... [ 93%] web/quickstart writing output... [ 95%] web/searchadapters writing output... [ 97%] web/storagebackends writing output... [100%] websupport writing additional files... genindex py-modindex search index opensearch copying images... [ 10%] themes/default.png copying images... [ 20%] themes/haiku.png copying images... [ 30%] themes/sphinxdoc.png copying images... [ 40%] themes/traditional.png copying images... [ 50%] themes/pyramid.png copying images... [ 60%] themes/scrolls.png copying images... [ 70%] more.png copying images... [ 80%] translation.png copying images... [ 90%] themes/nature.png copying images... [100%] themes/agogo.png copying static files... done dumping search index... done dumping object inventory... done build succeeded. Build finished. The HTML pages are in _build/html. + make man python ../sphinx-build.py -b man -d _build/doctrees . _build/man Making output directory... Running Sphinx v1.1.3 loading pickled environment... done building [man]: all manpages updating environment: 0 added, 0 changed, 0 removed looking for now-outdated files... none found writing... sphinx-all.1 { intro tutorial invocation rest markup/index markup/toctree markup/para markup/code markup/inline markup/misc domains builders config intl theming templating extensions ext/tutorial ext/appapi ext/builderapi ext/autodoc ext/autosummary ext/doctest ext/intersphinx ext/math ext/graphviz ext/inheritance ext/refcounting ext/ifconfig ext/coverage ext/todo ext/extlinks ext/viewcode ext/oldcmarkup websupport web/quickstart web/api web/searchadapters web/storagebackends faq glossary changes examples } sphinx-build.1 { } sphinx-quickstart.1 { } sphinx-apidoc.1 { } build succeeded. Build finished. + rm -rf _build/html/.buildinfo + mv _build/html .. + popd ~/build/BUILD/Sphinx-1.1.3 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cHLqpJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 + cd Sphinx-1.1.3 + rm -rf /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/traditional creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/traditional/static copying build/lib/sphinx/themes/traditional/static/traditional.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/traditional/static copying build/lib/sphinx/themes/traditional/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/traditional creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static copying build/lib/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static copying build/lib/sphinx/themes/sphinxdoc/static/navigation.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static copying build/lib/sphinx/themes/sphinxdoc/static/contents.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static copying build/lib/sphinx/themes/sphinxdoc/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc copying build/lib/sphinx/themes/sphinxdoc/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/watermark_blur.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/watermark.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/theme_extras.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/scrolls.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/print.css -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/navigation.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/metal.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/logo.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/headerbg.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static copying build/lib/sphinx/themes/scrolls/static/darkmetal.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/artwork copying build/lib/sphinx/themes/scrolls/artwork/logo.svg -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/artwork copying build/lib/sphinx/themes/scrolls/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls copying build/lib/sphinx/themes/scrolls/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/scrolls creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/transparent.gif -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/pyramid.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/middlebg.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/ie6.css -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/headerbg.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/footerbg.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/epub.css -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/dialog-warning.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/dialog-topic.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/dialog-seealso.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/static/dialog-note.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static copying build/lib/sphinx/themes/pyramid/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid copying build/lib/sphinx/themes/pyramid/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/pyramid creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/nature creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/nature/static copying build/lib/sphinx/themes/nature/static/nature.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/nature/static copying build/lib/sphinx/themes/nature/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/nature creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static copying build/lib/sphinx/themes/haiku/static/haiku.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static copying build/lib/sphinx/themes/haiku/static/bullet_orange.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static copying build/lib/sphinx/themes/haiku/static/bg-page.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static copying build/lib/sphinx/themes/haiku/static/alert_warning_32.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static copying build/lib/sphinx/themes/haiku/static/alert_info_32.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static copying build/lib/sphinx/themes/haiku/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku copying build/lib/sphinx/themes/haiku/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/haiku creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/epub creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/epub/static copying build/lib/sphinx/themes/epub/static/epub.css -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/epub/static copying build/lib/sphinx/themes/epub/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/epub copying build/lib/sphinx/themes/epub/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/epub copying build/lib/sphinx/themes/epub/epub-cover.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/epub creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/default creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/default/static copying build/lib/sphinx/themes/default/static/sidebar.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/default/static copying build/lib/sphinx/themes/default/static/default.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/default/static copying build/lib/sphinx/themes/default/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/default copying build/lib/sphinx/themes/default/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/default creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/websupport.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/up.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/up-pressed.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/underscore.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/searchtools.js_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/plus.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/minus.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/jquery.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/file.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/down.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/down-pressed.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/doctools.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/comment.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/comment-close.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/comment-bright.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/basic.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static copying build/lib/sphinx/themes/basic/static/ajax-loader.gif -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/static creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes copying build/lib/sphinx/themes/basic/changes/versionchanges.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes copying build/lib/sphinx/themes/basic/changes/rstsource.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes copying build/lib/sphinx/themes/basic/changes/frameset.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes copying build/lib/sphinx/themes/basic/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/sourcelink.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/searchresults.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/searchbox.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/search.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/relations.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/page.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/opensearch.xml -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/localtoc.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/globaltoc.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/genindex.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/genindex-split.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/genindex-single.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/domainindex.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic copying build/lib/sphinx/themes/basic/defindex.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/basic creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/agogo creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static copying build/lib/sphinx/themes/agogo/static/bgtop.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static copying build/lib/sphinx/themes/agogo/static/bgfooter.png -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static copying build/lib/sphinx/themes/agogo/static/agogo.css_t -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static copying build/lib/sphinx/themes/agogo/theme.conf -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/agogo copying build/lib/sphinx/themes/agogo/layout.html -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/themes/agogo creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs copying build/lib/sphinx/texinputs/tabulary.sty -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs copying build/lib/sphinx/texinputs/sphinxmanual.cls -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs copying build/lib/sphinx/texinputs/sphinxhowto.cls -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs copying build/lib/sphinx/texinputs/sphinx.sty -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs copying build/lib/sphinx/texinputs/python.ist -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs copying build/lib/sphinx/texinputs/fncychap.sty -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs copying build/lib/sphinx/texinputs/Makefile -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/texinputs creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary copying build/lib/sphinx/ext/autosummary/templates/autosummary/module.rst -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary copying build/lib/sphinx/ext/autosummary/templates/autosummary/class.rst -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary copying build/lib/sphinx/ext/autosummary/templates/autosummary/base.rst -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary copying build/lib/sphinx/ext/autosummary/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary copying build/lib/sphinx/ext/autosummary/generate.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary copying build/lib/sphinx/ext/intersphinx.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/mathbase.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/graphviz.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/oldcmarkup.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/todo.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/mathjax.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/jsmath.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/extlinks.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/viewcode.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/ifconfig.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/refcounting.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/doctest.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/autodoc.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/pngmath.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/coverage.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext copying build/lib/sphinx/ext/inheritance_diagram.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/latex.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/linkcheck.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/websupport.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/manpage.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/changes.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/htmlhelp.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/texinfo.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/qthelp.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/gettext.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/text.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/devhelp.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/epub.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders copying build/lib/sphinx/builders/html.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/search copying build/lib/sphinx/search/ja.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/search copying build/lib/sphinx/search/en.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/search copying build/lib/sphinx/search/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/search creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode copying build/lib/sphinx/pycode/Grammar.txt -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/driver.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/tokenize.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/literals.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/grammar.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/parse.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/pgen.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/pgen2/token.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2 copying build/lib/sphinx/pycode/nodes.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode copying build/lib/sphinx/pycode/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/stemmer.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/inspect.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/jsonimpl.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/nodes.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/websupport.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/png.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/docfields.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/console.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/osutil.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/matching.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/docstrings.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/texescape.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/smartypants.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/pycompat.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/jsdump.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/compat.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util copying build/lib/sphinx/util/tags.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/directives copying build/lib/sphinx/directives/other.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/directives copying build/lib/sphinx/directives/code.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/directives copying build/lib/sphinx/directives/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/directives creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/tr creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sv creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sl creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ru creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pl creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/nl creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ne creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lv creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lt creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ko creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ja creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/it creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/hr creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fr creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fi creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fa creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/et creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/es creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/de creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/da creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/cs creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ca creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/bn creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.po -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.mo -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.js -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES copying build/lib/sphinx/locale/sphinx.pot -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale copying build/lib/sphinx/locale/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers copying build/lib/sphinx/writers/latex.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers copying build/lib/sphinx/writers/websupport.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers copying build/lib/sphinx/writers/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers copying build/lib/sphinx/writers/texinfo.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers copying build/lib/sphinx/writers/text.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers copying build/lib/sphinx/writers/html.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers copying build/lib/sphinx/writers/manpage.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage copying build/lib/sphinx/websupport/storage/differ.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage copying build/lib/sphinx/websupport/storage/sqlalchemy_db.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage copying build/lib/sphinx/websupport/storage/sqlalchemystorage.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage copying build/lib/sphinx/websupport/storage/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search copying build/lib/sphinx/websupport/search/xapiansearch.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search copying build/lib/sphinx/websupport/search/whooshsearch.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search copying build/lib/sphinx/websupport/search/nullsearch.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search copying build/lib/sphinx/websupport/search/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search copying build/lib/sphinx/websupport/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport copying build/lib/sphinx/websupport/errors.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport creating /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/domains/javascript.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/domains/python.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/domains/std.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/domains/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/domains/rst.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/domains/cpp.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/domains/c.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains copying build/lib/sphinx/setup_command.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/environment.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/roles.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/addnodes.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/apidoc.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/theming.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/cmdline.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/__init__.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/config.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/pygments_styles.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/application.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/versioning.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/jinja2glue.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/highlighting.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/quickstart.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx copying build/lib/sphinx/errors.py -> /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.py to generate.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/intersphinx.py to intersphinx.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/mathbase.py to mathbase.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/graphviz.py to graphviz.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/oldcmarkup.py to oldcmarkup.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/todo.py to todo.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/mathjax.py to mathjax.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/jsmath.py to jsmath.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/extlinks.py to extlinks.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/viewcode.py to viewcode.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/ifconfig.py to ifconfig.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/refcounting.py to refcounting.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/doctest.py to doctest.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py to autodoc.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/pngmath.py to pngmath.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/coverage.py to coverage.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/ext/inheritance_diagram.py to inheritance_diagram.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/latex.py to latex.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/linkcheck.py to linkcheck.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/websupport.py to websupport.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/manpage.py to manpage.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/changes.py to changes.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/htmlhelp.py to htmlhelp.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/texinfo.py to texinfo.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/qthelp.py to qthelp.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/gettext.py to gettext.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/text.py to text.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/devhelp.py to devhelp.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/epub.py to epub.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/builders/html.py to html.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/search/ja.py to ja.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/search/en.py to en.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/search/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/tokenize.py to tokenize.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/literals.py to literals.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/grammar.py to grammar.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/parse.py to parse.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/pgen.py to pgen.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/pgen2/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pycode/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/stemmer.py to stemmer.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/inspect.py to inspect.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/jsonimpl.py to jsonimpl.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/websupport.py to websupport.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/png.py to png.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/docfields.py to docfields.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/console.py to console.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/osutil.py to osutil.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/matching.py to matching.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/docstrings.py to docstrings.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/texescape.py to texescape.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/smartypants.py to smartypants.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/pycompat.py to pycompat.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/jsdump.py to jsdump.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/util/tags.py to tags.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/directives/other.py to other.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/directives/code.py to code.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/directives/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/locale/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers/latex.py to latex.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers/websupport.py to websupport.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers/texinfo.py to texinfo.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers/text.py to text.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers/html.py to html.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/writers/manpage.py to manpage.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage/differ.py to differ.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemy_db.py to sqlalchemy_db.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemystorage.py to sqlalchemystorage.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search/xapiansearch.py to xapiansearch.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search/whooshsearch.py to whooshsearch.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search/nullsearch.py to nullsearch.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/search/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/websupport/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains/javascript.py to javascript.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains/python.py to python.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains/std.py to std.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains/rst.py to rst.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains/cpp.py to cpp.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/domains/c.py to c.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/setup_command.py to setup_command.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/environment.py to environment.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/roles.py to roles.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/addnodes.py to addnodes.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/apidoc.py to apidoc.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/theming.py to theming.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/cmdline.py to cmdline.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/pygments_styles.py to pygments_styles.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/versioning.py to versioning.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/jinja2glue.py to jinja2glue.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/highlighting.py to highlighting.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/quickstart.py to quickstart.pyc byte-compiling /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/sphinx/errors.py to errors.pyc running install_egg_info running egg_info writing requirements to Sphinx.egg-info/requires.txt writing Sphinx.egg-info/PKG-INFO writing top-level names to Sphinx.egg-info/top_level.txt writing dependency_links to Sphinx.egg-info/dependency_links.txt writing entry points to Sphinx.egg-info/entry_points.txt reading manifest file 'Sphinx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Sphinx.egg-info/SOURCES.txt' Copying Sphinx.egg-info to /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages/Sphinx-1.1.3-py2.7.egg-info running install_scripts Installing sphinx-apidoc script to /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/bin Installing sphinx-build script to /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/bin Installing sphinx-quickstart script to /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/bin Installing sphinx-autogen script to /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/bin ~/build/BUILD/Sphinx-1.1.3/doc ~/build/BUILD/Sphinx-1.1.3 + pushd doc + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/man/man1 + mv _build/man/sphinx-all.1 _build/man/sphinx-apidoc.1 _build/man/sphinx-build.1 _build/man/sphinx-quickstart.1 /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/man/man1/ ~/build/BUILD/Sphinx-1.1.3 + popd + rm -rf doc/_build + sed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' doc/Makefile + mv doc reST ~/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages ~/build/BUILD/Sphinx-1.1.3 + pushd /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7/site-packages ++ find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '*/\.*' -printf '%f ' + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/bn + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/bn/LC_MESSAGES + mv sphinx/locale/bn/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/bn/ + mv sphinx/locale/bn/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/bn/LC_MESSAGES/ + rm -rf sphinx/locale/bn + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ca + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ca/LC_MESSAGES + mv sphinx/locale/ca/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ca/ + mv sphinx/locale/ca/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ca/LC_MESSAGES/ + rm -rf sphinx/locale/ca + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/cs + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/cs/LC_MESSAGES + mv sphinx/locale/cs/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/cs/ + mv sphinx/locale/cs/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/cs/LC_MESSAGES/ + rm -rf sphinx/locale/cs + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/da + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/da/LC_MESSAGES + mv sphinx/locale/da/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/da/ + mv sphinx/locale/da/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/da/LC_MESSAGES/ + rm -rf sphinx/locale/da + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/de + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/de/LC_MESSAGES + mv sphinx/locale/de/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/de/ + mv sphinx/locale/de/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/de/LC_MESSAGES/ + rm -rf sphinx/locale/de + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/es + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/es/LC_MESSAGES + mv sphinx/locale/es/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/es/ + mv sphinx/locale/es/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/es/LC_MESSAGES/ + rm -rf sphinx/locale/es + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/et + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/et/LC_MESSAGES + mv sphinx/locale/et/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/et/ + mv sphinx/locale/et/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/et/LC_MESSAGES/ + rm -rf sphinx/locale/et + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/fa + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/fa/LC_MESSAGES + mv sphinx/locale/fa/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/fa/ + mv sphinx/locale/fa/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/fa/LC_MESSAGES/ + rm -rf sphinx/locale/fa + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/fi + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/fi/LC_MESSAGES + mv sphinx/locale/fi/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/fi/ + mv sphinx/locale/fi/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/fi/LC_MESSAGES/ + rm -rf sphinx/locale/fi + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/fr + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/fr/LC_MESSAGES + mv sphinx/locale/fr/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/fr/ + mv sphinx/locale/fr/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/fr/LC_MESSAGES/ + rm -rf sphinx/locale/fr + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/hr + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/hr/LC_MESSAGES + mv sphinx/locale/hr/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/hr/ + mv sphinx/locale/hr/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/hr/LC_MESSAGES/ + rm -rf sphinx/locale/hr + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/it + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/it/LC_MESSAGES + mv sphinx/locale/it/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/it/ + mv sphinx/locale/it/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/it/LC_MESSAGES/ + rm -rf sphinx/locale/it + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ja + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ja/LC_MESSAGES + mv sphinx/locale/ja/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ja/ + mv sphinx/locale/ja/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ja/LC_MESSAGES/ + rm -rf sphinx/locale/ja + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ko + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ko/LC_MESSAGES + mv sphinx/locale/ko/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ko/ + mv sphinx/locale/ko/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ko/LC_MESSAGES/ + rm -rf sphinx/locale/ko + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/lt + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/lt/LC_MESSAGES + mv sphinx/locale/lt/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/lt/ + mv sphinx/locale/lt/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/lt/LC_MESSAGES/ + rm -rf sphinx/locale/lt + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/lv + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/lv/LC_MESSAGES + mv sphinx/locale/lv/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/lv/ + mv sphinx/locale/lv/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/lv/LC_MESSAGES/ + rm -rf sphinx/locale/lv + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ne + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ne/LC_MESSAGES + mv sphinx/locale/ne/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ne/ + mv sphinx/locale/ne/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ne/LC_MESSAGES/ + rm -rf sphinx/locale/ne + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/nl + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/nl/LC_MESSAGES + mv sphinx/locale/nl/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/nl/ + mv sphinx/locale/nl/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/nl/LC_MESSAGES/ + rm -rf sphinx/locale/nl + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/pl + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/pl/LC_MESSAGES + mv sphinx/locale/pl/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/pl/ + mv sphinx/locale/pl/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/pl/LC_MESSAGES/ + rm -rf sphinx/locale/pl + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/pt_BR + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/pt_BR/LC_MESSAGES + mv sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/pt_BR/ + mv sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/pt_BR/LC_MESSAGES/ + rm -rf sphinx/locale/pt_BR + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ru + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ru/LC_MESSAGES + mv sphinx/locale/ru/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/ru/ + mv sphinx/locale/ru/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/ru/LC_MESSAGES/ + rm -rf sphinx/locale/ru + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/sl + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/sl/LC_MESSAGES + mv sphinx/locale/sl/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/sl/ + mv sphinx/locale/sl/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/sl/LC_MESSAGES/ + rm -rf sphinx/locale/sl + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/sv + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/sv/LC_MESSAGES + mv sphinx/locale/sv/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/sv/ + mv sphinx/locale/sv/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/sv/LC_MESSAGES/ + rm -rf sphinx/locale/sv + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/tr + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/tr/LC_MESSAGES + mv sphinx/locale/tr/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/tr/ + mv sphinx/locale/tr/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/tr/LC_MESSAGES/ + rm -rf sphinx/locale/tr + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/uk_UA + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/uk_UA/LC_MESSAGES + mv sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/uk_UA/ + mv sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/uk_UA/LC_MESSAGES/ + rm -rf sphinx/locale/uk_UA + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/zh_CN + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/zh_CN/LC_MESSAGES + mv sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/zh_CN/ + mv sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/zh_CN/LC_MESSAGES/ + rm -rf sphinx/locale/zh_CN + for lang in '`find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '\''*/\.*'\'' -printf "%f "`' + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/zh_TW + install -d /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/zh_TW/LC_MESSAGES + mv sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/sphinx/locale/zh_TW/ + mv sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/locale/zh_TW/LC_MESSAGES/ + rm -rf sphinx/locale/zh_TW + popd ~/build/BUILD/Sphinx-1.1.3 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 sphinx + cd /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 + find . -name sphinx.js + sed -e 's|^.||' + sed -e 's:\(.*/locale/\)\([^/_]\+\)\(.*\.js$\):%lang(\2) \1\2\3:' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/Sphinx-1.1.3 /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-sphinx-1.1.3-12.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.abSPxr + umask 022 + cd /builddir/build/BUILD + cd Sphinx-1.1.3 + LANG=en_US.UTF-8 + make test running build running build_py running egg_info writing requirements to Sphinx.egg-info/requires.txt writing Sphinx.egg-info/PKG-INFO writing top-level names to Sphinx.egg-info/top_level.txt writing dependency_links to Sphinx.egg-info/dependency_links.txt writing entry points to Sphinx.egg-info/entry_points.txt reading manifest file 'Sphinx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'doc' no previously-included directories found matching 'doc/_build' writing manifest file 'Sphinx.egg-info/SOURCES.txt' copying sphinx/locale/__init__.pyc -> build/lib/sphinx/locale nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] nose.selector: INFO: /builddir/build/BUILD/Sphinx-1.1.3/tests/coverage.py is executable; skipped nose.selector: INFO: /builddir/build/BUILD/Sphinx-1.1.3/tests/run.py is executable; skipped test_application.test_output ... ok test_application.test_extensions ... ok test_application.test_events ... ok test_autodoc.test_parse_name ... ok test_autodoc.test_format_signature ... ok test_autodoc.test_get_doc ... ok test_autodoc.test_docstring_processing ... ok test_autodoc.test_new_documenter ... ok test_autodoc.test_generate ... ok test_autosummary.test_mangle_signature ... ok test_build.test_changes ... ok test_build.test_epub ... ok test_build.test_htmlhelp ... ok test_build.test_json ... ok test_build.test_linkcheck ... ok test_build.test_man ... ok test_build.test_pickle ... ok test_build.test_qthelp ... ok test_build.test_singlehtml ... ok test_build.test_text ... ok test_build_gettext.test_all ... ok test_build_gettext.test_build ... ok test_build_gettext.test_gettext ... ok test_build_html.test_html(, 'autodoc.html', ".//dt[@id='test_autodoc.Class']", '') ... ok test_build_html.test_html(, 'autodoc.html', ".//dt[@id='test_autodoc.function']/em", '\\*\\*kwds') ... ok test_build_html.test_html(, 'autodoc.html', './/dd/p', 'Return spam\\.') ... ok test_build_html.test_html(, 'extapi.html', './/strong', 'from function: Foo') ... ok test_build_html.test_html(, 'extapi.html', './/strong', 'from class: Bar') ... ok test_build_html.test_html(, 'markup.html', './/title', 'set by title directive') ... ok test_build_html.test_html(, 'markup.html', './/p/em', 'Section author: Georg Brandl') ... ok test_build_html.test_html(, 'markup.html', './/p/em', 'Module author: Georg Brandl') ... ok test_build_html.test_html(, 'markup.html', ".//meta[@name='author'][@content='Me']", '') ... ok test_build_html.test_html(, 'markup.html', ".//meta[@name='keywords'][@content='docs, sphinx']", '') ... ok test_build_html.test_html(, 'markup.html', ".//div[@id='label']", '') ... ok test_build_html.test_html(, 'markup.html', './/pre', '^some code$') ... ok test_build_html.test_html(, 'markup.html', ".//span[@class='option']", '--help') ... ok test_build_html.test_html(, 'markup.html', ".//p[@class='first admonition-title']", 'My Admonition') ... ok test_build_html.test_html(, 'markup.html', ".//p[@class='last']", 'Note text.') ... ok test_build_html.test_html(, 'markup.html', ".//p[@class='last']", 'Warning text.') ... ok test_build_html.test_html(, 'markup.html', './/li/strong', '^command\\\\n$') ... ok test_build_html.test_html(, 'markup.html', './/li/strong', '^program\\\\n$') ... ok test_build_html.test_html(, 'markup.html', './/li/em', '^dfn\\\\n$') ... ok test_build_html.test_html(, 'markup.html', ".//li/tt/span[@class='pre']", '^kbd\\\\n$') ... ok test_build_html.test_html(, 'markup.html', './/li/em', u'File \u2023 Close') ... ok test_build_html.test_html(, 'markup.html', ".//li/tt/span[@class='pre']", '^a/$') ... ok test_build_html.test_html(, 'markup.html', ".//li/tt/em/span[@class='pre']", '^varpart$') ... ok test_build_html.test_html(, 'markup.html', ".//li/tt/em/span[@class='pre']", '^i$') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='http://www.python.org/dev/peps/pep-0008'][@class='pep reference external']/strong", 'PEP 8') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='http://tools.ietf.org/html/rfc1.html'][@class='rfc reference external']/strong", 'RFC 1') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='objects.html#envvar-HOME'][@class='reference internal']/tt/span[@class='pre']", 'HOME') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='#with'][@class='reference internal']/tt/span[@class='pre']", '^with$') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='#grammar-token-try_stmt'][@class='reference internal']/tt/span", '^statement$') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='subdir/includes.html'][@class='reference internal']/em", 'Including in subdir') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='objects.html#cmdoption-python-c'][@class='reference internal']/em", 'Python -c option') ... ok test_build_html.test_html(, 'markup.html', ".//abbr[@title='abbreviation']", '^abbr$') ... ok test_build_html.test_html(, 'markup.html', ".//span[@class='versionmodified']", 'New in version 0.6') ... ok test_build_html.test_html(, 'markup.html', ".//a[@class='footnote-reference']", '\\[1\\]') ... ok test_build_html.test_html(, 'markup.html', ".//a[@href='contents.html#ref1']", '') ... ok test_build_html.test_html(, 'markup.html', ".//div/p[@class='first admonition-title']", 'See also') ... ok test_build_html.test_html(, 'markup.html', ".//table[@class='hlist']/tr/td/ul/li", '^This$') ... ok test_build_html.test_html(, 'markup.html', ".//p[@class='centered']/strong", 'LICENSE') ... ok test_build_html.test_html(, 'markup.html', ".//dl/dt[@id='term-boson']", 'boson') ... ok test_build_html.test_html(, 'markup.html', './/pre/strong', 'try_stmt') ... ok test_build_html.test_html(, 'markup.html', ".//pre/a[@href='#grammar-token-try1_stmt']/tt/span", 'try1_stmt') ... ok test_build_html.test_html(, 'markup.html', './/p', 'A global substitution.') ... ok test_build_html.test_html(, 'markup.html', './/p', 'In HTML.') ... ok test_build_html.test_html(, 'markup.html', './/p', 'In both.') ... ok test_build_html.test_html(, 'markup.html', './/p', 'Always present') ... ok test_build_html.test_html(, 'includes.html', './/pre', u'Max Strau\xdf') ... ok test_build_html.test_html(, 'includes.html', ".//a[@href='_downloads/img.png']", '') ... ok test_build_html.test_html(, 'includes.html', ".//a[@href='_downloads/img1.png']", '') ... ok test_build_html.test_html(, 'includes.html', './/pre', u'"quotes"') ... ok test_build_html.test_html(, 'includes.html', './/pre', u"'included'") ... ok test_build_html.test_html(, 'includes.html', ".//pre/span[@class='s']", u'\xfc\xf6\xe4') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-pyobj1 highlight-text']//pre", '^class Foo:\\n pass\\n\\s*$') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-pyobj2 highlight-text']//pre", '^ def baz\\(\\):\\n pass\\n\\s*$') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-lines highlight-text']//pre", '^class Foo:\\n pass\\nclass Bar:\\n$') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-startend highlight-text']//pre", u'^foo = "Including Unicode characters: \xfc\xf6\xe4"\\n$') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-preappend highlight-text']//pre", '(?m)^START CODE$') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-pyobj-dedent highlight-python']//span", 'def') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-tab3 highlight-text']//pre", '-| |-') ... ok test_build_html.test_html(, 'includes.html', ".//div[@class='inc-tab8 highlight-python']//pre/span", '-| |-') ... ok test_build_html.test_html(, 'objects.html', ".//dt[@id='mod.Cls.meth1']", '') ... ok test_build_html.test_html(, 'objects.html', ".//dt[@id='errmod.Error']", '') ... ok test_build_html.test_html(, 'objects.html', './/dt/tt', 'long\\(parameter,\\s* list\\)') ... ok test_build_html.test_html(, 'objects.html', './/dt/tt', 'another one') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#mod.Cls'][@class='reference internal']", '') ... ok test_build_html.test_html(, 'objects.html', ".//dl[@class='userdesc']", '') ... ok test_build_html.test_html(, 'objects.html', ".//dt[@id='userdesc-myobj']", '') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#userdesc-myobj'][@class='reference internal']", '') ... ok test_build_html.test_html(, 'objects.html', ".//span[@class='pre']", 'CFunction()') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#Sphinx_DoSomething']", '') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#SphinxStruct.member']", '') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#SPHINX_USE_PYTHON']", '') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#SphinxType']", '') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#sphinx_global']", '') ... ok test_build_html.test_html(, 'objects.html', ".//a[@href='#Sphinx_Func']", '') ... ok test_build_html.test_html(, 'objects.html', ".//ul[@class='current']/li[@class='toctree-l1 current']/a[@href='']", 'Testing object descriptions') ... ok test_build_html.test_html(, 'objects.html', ".//li[@class='toctree-l1']/a[@href='markup.html']", 'Testing various markup') ... ok test_build_html.test_html(, 'objects.html', './/h4', 'Custom sidebar') ... ok test_build_html.test_html(, 'objects.html', ".//td[@class='field-body']/strong", '^moo$') ... ok test_build_html.test_html(, 'objects.html', ".//td[@class='field-body']/strong", ) ... ok test_build_html.test_html(, 'objects.html', ".//td[@class='field-body']/ul/li/strong", '^hour$') ... ok test_build_html.test_html(, 'objects.html', ".//td[@class='field-body']/ul/li/em", '^DuplicateType$') ... ok test_build_html.test_html(, 'objects.html', ".//td[@class='field-body']/ul/li/em", ) ... ok test_build_html.test_html(, 'contents.html', ".//meta[@name='hc'][@content='hcval']", '') ... ok test_build_html.test_html(, 'contents.html', ".//meta[@name='hc_co'][@content='hcval_co']", '') ... ok test_build_html.test_html(, 'contents.html', ".//meta[@name='testopt'][@content='testoverride']", '') ... ok test_build_html.test_html(, 'contents.html', ".//td[@class='label']", '\\[Ref1\\]') ... ok test_build_html.test_html(, 'contents.html', ".//td[@class='label']", '') ... ok test_build_html.test_html(, 'contents.html', ".//li[@class='toctree-l1']/a", 'Testing various markup') ... ok test_build_html.test_html(, 'contents.html', ".//li[@class='toctree-l2']/a", 'Inline markup') ... ok test_build_html.test_html(, 'contents.html', './/title', 'Sphinx ') ... ok test_build_html.test_html(, 'contents.html', ".//div[@class='footer']", 'Georg Brandl & Team') ... ok test_build_html.test_html(, 'contents.html', ".//a[@href='http://python.org/'][@class='reference external']", '') ... ok test_build_html.test_html(, 'contents.html', ".//li/a[@href='genindex.html']/em", 'Index') ... ok test_build_html.test_html(, 'contents.html', ".//li/a[@href='py-modindex.html']/em", 'Module Index') ... ok test_build_html.test_html(, 'contents.html', ".//li/a[@href='search.html']/em", 'Search Page') ... ok test_build_html.test_html(, 'contents.html', './/h4', 'Contents sidebar') ... ok test_build_html.test_html(, 'contents.html', ".//script[@src='file://moo.js']", '') ... ok test_build_html.test_html(, '_static/statictmpl.html', './/project', 'Sphinx ') ... ok test_build_html.test_html(, 'images.html', ".//img[@src='_images/img.png']", '') ... ok test_build_html.test_html(, 'images.html', ".//img[@src='_images/img1.png']", '') ... ok test_build_html.test_html(, 'images.html', ".//img[@src='_images/simg.png']", '') ... ok test_build_html.test_html(, 'images.html', ".//img[@src='_images/svgimg.svg']", '') ... ok test_build_html.test_html(, 'bom.html', './/title', ' File with UTF-8 BOM') ... ok test_build_html.test_html(, 'subdir/includes.html', ".//a[@href='../_downloads/img.png']", '') ... ok test_build_html.test_html(, 'subdir/includes.html', ".//img[@src='../_images/img.png']", '') ... ok test_build_html.test_html(, 'subdir/includes.html', './/p', 'This is an include file.') ... ok test_build_html.test_html(, 'subdir/includes.html', './/pre/span', 'line 1') ... ok test_build_html.test_html(, 'subdir/includes.html', './/pre/span', 'line 2') ... ok test_build_html.test_html(, 'subdir/images.html', ".//img[@src='../_images/img1.png']", '') ... ok test_build_html.test_html(, 'subdir/images.html', ".//img[@src='../_images/rimg.png']", '') ... ok test_build_html.test_html(, 'extensions.html', ".//a[@href='http://python.org/dev/']", 'http://python.org/dev/') ... ok test_build_html.test_html(, 'extensions.html', ".//a[@href='http://bugs.python.org/issue1000']", 'issue 1000') ... ok test_build_html.test_html(, 'extensions.html', ".//a[@href='http://bugs.python.org/issue1042']", 'explicit caption') ... ok test_build_html.test_html(, 'genindex.html', './/a/strong', 'Main') ... ok test_build_html.test_html(, 'genindex.html', './/a/strong', '[1]') ... ok test_build_html.test_html(, 'genindex.html', './/a/strong', 'Other') ... ok test_build_html.test_html(, 'genindex.html', './/a', 'entry') ... ok test_build_html.test_html(, 'genindex.html', './/dt/a', 'double') ... ok test_build_latex.test_latex ... ok test_build_texinfo.test_texinfo ... ok test_config.test_needs_sphinx ... ok test_config.test_core_config ... ok test_config.test_extension_values ... ok test_config.test_errors_warnings ... ok test_coverage.test_build ... ok test_cpp_domain.test_type_definitions ... ok test_cpp_domain.test_bases ... ok test_cpp_domain.test_operators ... ok test_doctest.test_build ... ok test_env.test_first_update ... ok test_env.test_images ... ok test_env.test_second_update ... ok test_env.test_object_inventory ... ok test_highlighting.test_detect_interactive ... ok test_highlighting.test_set_formatter ... ok test_highlighting.test_trim_doctest_flags ... ok test_highlighting.test_add_lexer ... ok test_i18n.test_i18n ... ok test_intersphinx.test_read_inventory_v1 ... ok test_intersphinx.test_read_inventory_v2 ... ok test_intersphinx.test_load_mappings_warnings ... ok test_intersphinx.test_missing_reference ... ok test_intl.test_simple ... ok test_intl.test_subdir ... ok test_markup.test_inline('``code sample``', '

code   sample

', '\\\\code{code sample}') ... ok test_markup.test_inline(':samp:`code sample`', '

code   sample

', '\\\\code{code sample}') ... ok test_markup.test_inline(':samp:`a{b}c`', '

abc

', '\\code{a\\emph{b}c}') ... ok test_markup.test_inline(':menuselection:`a --> b`', u'

a \u2023 b

', '\\emph{a \\(\\rightarrow\\) b}') ... ok test_markup.test_inline(':guilabel:`&Foo -&&- &Bar`', u'

Foo -&- Bar

', '\\emph{\\DUspan{accelerator}{F}oo -\\&- \\DUspan{accelerator}{B}ar}') ... ok test_markup.test_inline(':option:`--with-option`', '

--with-option

$', '\\\\emph{\\\\texttt{-{-}with-option}}$') ... ok test_markup.test_inline('"John"', '

“John”

', "``John''") ... ok test_markup.test_inline('``"John"``', '

"John"

', '\\code{"John"}') ... ok test_markup.test_inline(':manpage:`mp(1)`', '

mp(1)

', '\\emph{\\texttt{mp(1)}}') ... ok test_markup.test_latex_escaping(u'\u0393\\\\\u221e$', None, u'\\(\\Gamma\\)\\textbackslash{}\\(\\infty\\)\\$') ... ok test_markup.test_latex_escaping(u'::\n\n @\u0393\\\u221e${}', None, u'\\begin{Verbatim}[commandchars=\\\\\\{\\}]\n@\\(\\Gamma\\)\\PYGZbs{}\\(\\infty\\)\\$\\PYGZob{}\\PYGZcb{}\n\\end{Verbatim}') ... ok test_markup.test_latex_escaping(u'`test `_', None, u'\\\\href{http://example.com/~me/}{test}.*') ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok Inspect the 'docinfo' metadata stored in the first node of the document. ... ok test_quickstart.test_do_prompt ... ok test_quickstart.test_quickstart_all_answers ... ok test_quickstart.test_quickstart_defaults ... ok test_rst_domain.test_parse_directive ... ok test_search.test_wordcollector ... ok test_searchadapters.test_xapian ... ok test_searchadapters.test_whoosh ... ok test_theming.test_theme_api ... ok test_versioning.test_get_ratio ... ok test_versioning.test_add_uids ... ok test_versioning.test_picklablility ... ok test_versioning.test_modified ... ok test_versioning.test_added ... ok test_versioning.test_deleted ... ok test_versioning.test_deleted_end ... ok test_versioning.test_insert ... ok test_versioning.test_insert_beginning ... ok test_versioning.test_insert_similar ... ok test_websupport.test_build ... ok test_websupport.test_comments ... ok test_websupport.test_get_document ... ok test_websupport.test_moderation ... ok test_websupport.test_moderator_delete_comments ... ok Make sure the correct exception is raised if srcdir is not given. ... ok test_websupport.test_proposals ... ok test_websupport.test_update_username ... ok test_websupport.test_user_delete_comments ... ok test_websupport.test_voting ... ok test_websupport.test_differ ... ok ---------------------------------------------------------------------- Ran 221 tests in 47.130s OK Running Sphinx test suite... + exit 0 Processing files: python-sphinx-1.1.3-12.el7.centos.noarch warning: File not found by glob: /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/bin/sphinx-*-3 warning: File not found by glob: /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/bin/sphinx-*-%{python3_version} warning: File not found by glob: /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/man/man1/sphinx-*-%{python3_version}.1* Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qcqBy3 + umask 022 + cd /builddir/build/BUILD + cd Sphinx-1.1.3 + DOCDIR=/builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + cp -pr CHANGES /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + cp -pr EXAMPLES /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + cp -pr README /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + cp -pr TODO /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-1.1.3 + exit 0 Provides: python-sphinx = 1.1.3-12.el7.centos python-sphinx-latex = 1.1.3-12.el7.centos 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/python python(abi) = 2.7 Processing files: python-sphinx-doc-1.1.3-12.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6x9mIP + umask 022 + cd /builddir/build/BUILD + cd Sphinx-1.1.3 + DOCDIR=/builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-doc-1.1.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-doc-1.1.3 + cp -pr html /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-doc-1.1.3 + cp -pr reST /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64/usr/share/doc/python-sphinx-doc-1.1.3 + exit 0 Provides: python-sphinx-doc = 1.1.3-12.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 Wrote: /builddir/build/RPMS/python-sphinx-1.1.3-12.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python-sphinx-doc-1.1.3-12.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6rWdQv + umask 022 + cd /builddir/build/BUILD + cd Sphinx-1.1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sphinx-1.1.3-12.el7.centos.x86_64 + exit 0 Child return code was: 0