Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/epydoc.spec'], False, '/srv/build/7/C/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/epydoc.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/epydoc-3.0.1-14.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/epydoc.spec'], False, '/srv/build/7/C/mock-root/c7.00.03-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/epydoc.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XoPCTY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf epydoc-3.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/epydoc-3.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd epydoc-3.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (epydoc-3.0.1-nohashbang.patch):' Patch #0 (epydoc-3.0.1-nohashbang.patch): + /usr/bin/cat /builddir/build/SOURCES/epydoc-3.0.1-nohashbang.patch + /usr/bin/patch -p1 -b --suffix .nohashbang --fuzz=0 patching file epydoc/gui.py + echo 'Patch #1 (epydoc-3.0.1-giftopng.patch):' Patch #1 (epydoc-3.0.1-giftopng.patch): + /usr/bin/cat /builddir/build/SOURCES/epydoc-3.0.1-giftopng.patch + /usr/bin/patch -p1 -b --suffix .giftopng --fuzz=0 patching file epydoc/docwriter/dotgraph.py patching file epydoc/docwriter/html.py patching file epydoc/markup/epytext.py patching file epydoc/markup/restructuredtext.py Patch #2 (epydoc-3.0.1-new-docutils.patch): + echo 'Patch #2 (epydoc-3.0.1-new-docutils.patch):' + /usr/bin/cat /builddir/build/SOURCES/epydoc-3.0.1-new-docutils.patch + /usr/bin/patch -p1 -b --suffix .new-docutils --fuzz=0 patching file epydoc/markup/restructuredtext.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fooAbA + umask 022 + cd /builddir/build/BUILD + cd epydoc-3.0.1 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/epydoc copying epydoc/gui.py -> build/lib/epydoc copying epydoc/checker.py -> build/lib/epydoc copying epydoc/docparser.py -> build/lib/epydoc copying epydoc/log.py -> build/lib/epydoc copying epydoc/__init__.py -> build/lib/epydoc copying epydoc/docstringparser.py -> build/lib/epydoc copying epydoc/docbuilder.py -> build/lib/epydoc copying epydoc/cli.py -> build/lib/epydoc copying epydoc/docintrospecter.py -> build/lib/epydoc copying epydoc/compat.py -> build/lib/epydoc copying epydoc/util.py -> build/lib/epydoc copying epydoc/apidoc.py -> build/lib/epydoc creating build/lib/epydoc/markup copying epydoc/markup/restructuredtext.py -> build/lib/epydoc/markup copying epydoc/markup/epytext.py -> build/lib/epydoc/markup copying epydoc/markup/plaintext.py -> build/lib/epydoc/markup copying epydoc/markup/__init__.py -> build/lib/epydoc/markup copying epydoc/markup/pyval_repr.py -> build/lib/epydoc/markup copying epydoc/markup/doctest.py -> build/lib/epydoc/markup copying epydoc/markup/javadoc.py -> build/lib/epydoc/markup creating build/lib/epydoc/test copying epydoc/test/__init__.py -> build/lib/epydoc/test copying epydoc/test/util.py -> build/lib/epydoc/test creating build/lib/epydoc/docwriter copying epydoc/docwriter/html.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/dotgraph.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/plaintext.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/xlink.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/__init__.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/html_css.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/latex.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/html_colorize.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/html_help.py -> build/lib/epydoc/docwriter running build_scripts creating build/scripts-2.7 copying and adjusting scripts/epydoc -> build/scripts-2.7 copying and adjusting scripts/epydocgui -> build/scripts-2.7 copying and adjusting scripts/apirst2html.py -> build/scripts-2.7 changing mode of build/scripts-2.7/epydoc from 644 to 755 changing mode of build/scripts-2.7/epydocgui from 644 to 755 changing mode of build/scripts-2.7/apirst2html.py from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ra6xAb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 + cd epydoc-3.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root=/builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/gui.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/markup/restructuredtext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/markup/epytext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/markup/plaintext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/markup/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/markup/pyval_repr.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/markup/doctest.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/markup/javadoc.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup copying build/lib/epydoc/checker.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/docparser.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/log.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/dotgraph.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/plaintext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/xlink.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html_css.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/latex.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html_colorize.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html_help.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter copying build/lib/epydoc/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/docstringparser.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/docbuilder.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/cli.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/docintrospecter.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/compat.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/test copying build/lib/epydoc/test/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/test copying build/lib/epydoc/test/util.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/test copying build/lib/epydoc/util.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc copying build/lib/epydoc/apidoc.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/gui.py to gui.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup/restructuredtext.py to restructuredtext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup/epytext.py to epytext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup/plaintext.py to plaintext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup/pyval_repr.py to pyval_repr.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup/doctest.py to doctest.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/markup/javadoc.py to javadoc.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/checker.py to checker.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docparser.py to docparser.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/html.py to html.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/dotgraph.py to dotgraph.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/plaintext.py to plaintext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/xlink.py to xlink.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/html_css.py to html_css.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/latex.py to latex.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/html_colorize.py to html_colorize.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docwriter/html_help.py to html_help.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docstringparser.py to docstringparser.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docbuilder.py to docbuilder.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/docintrospecter.py to docintrospecter.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/test/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc/apidoc.py to apidoc.pyc writing byte-compilation script '/tmp/tmp68C1EB.py' /usr/bin/python -O /tmp/tmp68C1EB.py removing /tmp/tmp68C1EB.py running install_scripts creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin copying build/scripts-2.7/epydocgui -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin copying build/scripts-2.7/epydoc -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin copying build/scripts-2.7/apirst2html.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin/epydocgui to 755 changing mode of /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin/epydoc to 755 changing mode of /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin/apirst2html.py to 755 running install_egg_info Writing /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/site-packages/epydoc-3.0.1-py2.7.egg-info + desktop-file-install --vendor= --dir=/builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/applications --mode=0644 /builddir/build/SOURCES/epydocgui.desktop + /usr/bin/mkdir -p /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/man/man1 + /usr/bin/install -p -m 0644 man/epydoc.1 man/epydocgui.1 /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/man/man1/ + /usr/bin/mv /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin/apirst2html.py /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/bin/apirst2html + /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/epydoc-3.0.1 /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/epydoc-3.0.1-14.el7.x86_64/usr/lib/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: epydoc-3.0.1-14.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0QBUYP + umask 022 + cd /builddir/build/BUILD + cd epydoc-3.0.1 + DOCDIR=/builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/doc/epydoc-3.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/doc/epydoc-3.0.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/doc/epydoc-3.0.1 + cp -pr README.txt /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/doc/epydoc-3.0.1 + cp -pr doc/ /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64/usr/share/doc/epydoc-3.0.1 + exit 0 Provides: epydoc = 3.0.1-14.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 Wrote: /builddir/build/RPMS/epydoc-3.0.1-14.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JOnfFh + umask 022 + cd /builddir/build/BUILD + cd epydoc-3.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/epydoc-3.0.1-14.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->