Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/epydoc.spec'], chrootPath='/var/lib/mock/739034-epel-6-x86_64-1523291216.641934/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/epydoc.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: Could not canonicalize hostname: copr-builder-224990728.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/epydoc-3.0.1-14.el6.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/epydoc.spec'], chrootPath='/var/lib/mock/739034-epel-6-x86_64-1523291216.641934/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/epydoc.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.o8lINM + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf epydoc-3.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/epydoc-3.0.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd epydoc-3.0.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (epydoc-3.0.1-nohashbang.patch): + echo 'Patch #0 (epydoc-3.0.1-nohashbang.patch):' + /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 Patch #1 (epydoc-3.0.1-giftopng.patch): + echo 'Patch #1 (epydoc-3.0.1-giftopng.patch):' + /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):' + /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 Patch #3 (epydoc-3.0.1-object-fix.patch): + echo 'Patch #3 (epydoc-3.0.1-object-fix.patch):' + /bin/cat /builddir/build/SOURCES/epydoc-3.0.1-object-fix.patch + /usr/bin/patch -p0 -b --suffix .object-fix --fuzz=0 patching file epydoc/docwriter/dotgraph.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZedvcD + umask 022 + cd /builddir/build/BUILD + cd epydoc-3.0.1 + LANG=C + export LANG + unset DISPLAY + /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/cli.py -> build/lib/epydoc copying epydoc/docparser.py -> build/lib/epydoc copying epydoc/docbuilder.py -> build/lib/epydoc copying epydoc/__init__.py -> build/lib/epydoc copying epydoc/docstringparser.py -> build/lib/epydoc copying epydoc/docintrospecter.py -> build/lib/epydoc copying epydoc/util.py -> build/lib/epydoc copying epydoc/compat.py -> build/lib/epydoc copying epydoc/apidoc.py -> build/lib/epydoc copying epydoc/checker.py -> build/lib/epydoc copying epydoc/log.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/javadoc.py -> build/lib/epydoc/markup copying epydoc/markup/pyval_repr.py -> build/lib/epydoc/markup copying epydoc/markup/doctest.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/dotgraph.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/html.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/latex.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_help.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/html_colorize.py -> build/lib/epydoc/docwriter copying epydoc/docwriter/html_css.py -> build/lib/epydoc/docwriter running build_scripts creating build/scripts-2.6 copying and adjusting scripts/epydoc -> build/scripts-2.6 copying and adjusting scripts/epydocgui -> build/scripts-2.6 copying and adjusting scripts/apirst2html.py -> build/scripts-2.6 changing mode of build/scripts-2.6/epydoc from 644 to 755 changing mode of build/scripts-2.6/epydocgui from 644 to 755 changing mode of build/scripts-2.6/apirst2html.py from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oSjFMt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 + cd epydoc-3.0.1 + LANG=C + export LANG + unset DISPLAY + /bin/rm -rf /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root=/builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6 creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html_css.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html_colorize.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html_help.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/xlink.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/plaintext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/latex.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/html.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter copying build/lib/epydoc/docwriter/dotgraph.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/test copying build/lib/epydoc/test/util.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/test copying build/lib/epydoc/test/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/test creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/markup/doctest.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/markup/pyval_repr.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/markup/javadoc.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/markup/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/markup/plaintext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/markup/epytext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/markup/restructuredtext.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup copying build/lib/epydoc/log.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/checker.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/apidoc.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/compat.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/util.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/docintrospecter.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/docstringparser.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/__init__.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/docbuilder.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/docparser.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/cli.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc copying build/lib/epydoc/gui.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/html_css.py to html_css.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/html_colorize.py to html_colorize.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/html_help.py to html_help.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/xlink.py to xlink.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/plaintext.py to plaintext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/latex.py to latex.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/html.py to html.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docwriter/dotgraph.py to dotgraph.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/test/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup/doctest.py to doctest.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup/pyval_repr.py to pyval_repr.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup/javadoc.py to javadoc.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup/plaintext.py to plaintext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup/epytext.py to epytext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/markup/restructuredtext.py to restructuredtext.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/checker.py to checker.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/apidoc.py to apidoc.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docintrospecter.py to docintrospecter.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docstringparser.py to docstringparser.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docbuilder.py to docbuilder.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/docparser.py to docparser.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc/gui.py to gui.pyc writing byte-compilation script '/tmp/tmpWes6Oi.py' /usr/bin/python -O /tmp/tmpWes6Oi.py removing /tmp/tmpWes6Oi.py running install_scripts creating /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin copying build/scripts-2.6/apirst2html.py -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin copying build/scripts-2.6/epydocgui -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin copying build/scripts-2.6/epydoc -> /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin/apirst2html.py to 755 changing mode of /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin/epydocgui to 755 changing mode of /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin/epydoc to 755 running install_egg_info Writing /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6/site-packages/epydoc-3.0.1-py2.6.egg-info + desktop-file-install --vendor= --dir=/builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/share/applications --mode=0644 /builddir/build/SOURCES/epydocgui.desktop + /bin/mkdir -p /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.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.el6.x86_64/usr/share/man/man1/ + /bin/mv /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin/apirst2html.py /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/bin/apirst2html + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/epydoc-3.0.1 BUILDSTDERR: 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python Bytecompiling .py files below /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/lib/python2.6 using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: epydoc-3.0.1-14.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HA2DAn + umask 022 + cd /builddir/build/BUILD + cd epydoc-3.0.1 + DOCDIR=/builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/share/doc/epydoc-3.0.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/share/doc/epydoc-3.0.1 + /bin/mkdir -p /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/share/doc/epydoc-3.0.1 + cp -pr LICENSE.txt README.txt doc/ /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64/usr/share/doc/epydoc-3.0.1 + exit 0 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.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 BUILDSTDERR: warning: Could not canonicalize hostname: copr-builder-224990728.novalocal Wrote: /builddir/build/RPMS/epydoc-3.0.1-14.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dc7LDy + umask 022 + cd /builddir/build/BUILD + cd epydoc-3.0.1 + /bin/rm -rf /builddir/build/BUILDROOT/epydoc-3.0.1-14.el6.x86_64 + exit 0 Child return code was: 0