Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-repoze-what.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-1520-2196/root/', None, 86400, True, 0, 73, 203, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-repoze-what.spec'] warning: Could not canonicalize hostname: omachi.rutgers.edu Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-repoze-what-1.0.8-6.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-repoze-what.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-1520-2196/root/', None, 86400, True, 0, 73, 203, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-repoze-what.spec'] Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5644 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf repoze.what-1.0.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/repoze.what-1.0.8.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd repoze.what-1.0.8 ++ /usr/bin/id -u + '[' 73 = 0 ']' ++ /usr/bin/id -u + '[' 73 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-repoze-what-setup.patch):' Patch #0 (python-repoze-what-setup.patch): + patch -p0 -b --suffix .setup -s + echo 'Patch #1 (python-repoze-what-release.patch):' Patch #1 (python-repoze-what-release.patch): + patch -p0 -b --suffix .release -s + echo 'Patch #2 (python-repoze-what-sphinx.patch):' Patch #2 (python-repoze-what-sphinx.patch): + patch -p1 -b --suffix .sphinx -s + /bin/sed -i -e 's|$VERSION|1.0.8|' repoze/what/release.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.69112 + umask 022 + cd /builddir/build/BUILD + cd repoze.what-1.0.8 + 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/repoze copying repoze/__init__.py -> build/lib/repoze creating build/lib/repoze/what copying repoze/what/authorize.py -> build/lib/repoze/what copying repoze/what/middleware.py -> build/lib/repoze/what copying repoze/what/release.py -> build/lib/repoze/what copying repoze/what/__init__.py -> build/lib/repoze/what copying repoze/what/predicates.py -> build/lib/repoze/what creating build/lib/repoze/what/plugins copying repoze/what/plugins/__init__.py -> build/lib/repoze/what/plugins creating build/lib/repoze/what/adapters copying repoze/what/adapters/__init__.py -> build/lib/repoze/what/adapters copying repoze/what/adapters/testutil.py -> build/lib/repoze/what/adapters running egg_info writing requirements to repoze.what.egg-info/requires.txt writing repoze.what.egg-info/PKG-INFO writing namespace_packages to repoze.what.egg-info/namespace_packages.txt writing top-level names to repoze.what.egg-info/top_level.txt writing dependency_links to repoze.what.egg-info/dependency_links.txt writing entry points to repoze.what.egg-info/entry_points.txt reading manifest file 'repoze.what.egg-info/SOURCES.txt' writing manifest file 'repoze.what.egg-info/SOURCES.txt' + /usr/bin/make -C docs html make: Entering directory `/builddir/build/BUILD/repoze.what-1.0.8/docs' mkdir -p build/html build/doctrees sphinx-build -b html -d build/doctrees source build/html Running Sphinx v0.6.4 running test running egg_info writing requirements to repoze.what.egg-info/requires.txt writing repoze.what.egg-info/PKG-INFO writing namespace_packages to repoze.what.egg-info/namespace_packages.txt writing top-level names to repoze.what.egg-info/top_level.txt writing dependency_links to repoze.what.egg-info/dependency_links.txt writing entry points to repoze.what.egg-info/entry_points.txt reading manifest file 'repoze.what.egg-info/SOURCES.txt' writing manifest file 'repoze.what.egg-info/SOURCES.txt' running build_ext /usr/lib/python2.4/site-packages/nose/config.py:256: RuntimeWarning: Option 'cover-package' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.4/site-packages/nose/config.py:256: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.4/site-packages/nose/config.py:256: RuntimeWarning: Option 'cover-erase' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.4/site-packages/nose/config.py:256: RuntimeWarning: Option 'with-doctest' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) ............................................................................................................../builddir/build/BUILD/repoze.what-1.0.8/tests/test_authorize.py:42: DeprecationWarning: repoze.what.authorize is deprecated for forward compatibility with repoze.what v2; use Predicate.check_authorization(environ) instead check_authorization(p, environ) ./builddir/build/BUILD/repoze.what-1.0.8/tests/test_authorize.py:83: DeprecationWarning: repoze.what.authorize is deprecated for forward compatibility with repoze.what v2; use Predicate.check_authorization(environ) instead check_authorization(p, environ) ./builddir/build/BUILD/repoze.what-1.0.8/tests/test_authorize.py:71: DeprecationWarning: repoze.what.authorize is deprecated for forward compatibility with repoze.what v2; use Predicate.check_authorization(environ) instead check_authorization(p, environ) .........................../builddir/build/BUILD/repoze.what-1.0.8/repoze/what/predicates.py:111: DeprecationWarning: Predicate._eval_with_environ(environ) is deprecated for forward compatibility with repoze.what v2; define Predicate.evaluate(environ, credentials) instead self.eval_with_environ(environ) .......................................... ---------------------------------------------------------------------- Ran 181 tests in 0.041s OK Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib64/python2.4/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/usr/lib64/python2.4/logging/__init__.py", line 1332, in shutdown h.flush() File "/usr/lib64/python2.4/logging/__init__.py", line 718, in flush self.stream.flush() File "/usr/lib64/python2.4/StringIO.py", line 257, in flush _complain_ifclosed(self.closed) TypeError: 'NoneType' object is not callable Error in sys.exitfunc: Traceback (most recent call last): File "/usr/lib64/python2.4/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/usr/lib64/python2.4/logging/__init__.py", line 1332, in shutdown h.flush() File "/usr/lib64/python2.4/logging/__init__.py", line 718, in flush self.stream.flush() File "/usr/lib64/python2.4/StringIO.py", line 257, in flush _complain_ifclosed(self.closed) TypeError: 'NoneType' object is not callable loading pickled environment... failed: [Errno 2] No such file or directory: '/builddir/build/BUILD/repoze.what-1.0.8/docs/build/doctrees/environment.pickle' building [html]: targets for 12 source files that are out of date updating environment: 12 added, 0 changed, 0 removed reading sources... [ 8%] Manual/GettingStarted reading sources... [ 16%] Manual/InnerWorkings reading sources... [ 25%] Manual/ManagingSources reading sources... [ 33%] Manual/Plugins/index reading sources... [ 41%] Manual/Predicates/Builtin reading sources... [ 50%] Manual/Predicates/Evaluating reading sources... [ 58%] Manual/Predicates/Writing reading sources... [ 66%] Manual/Predicates/index reading sources... [ 75%] Manual/index reading sources... [ 83%] News reading sources... [ 91%] Participate reading sources... [100%] index looking for now-outdated files... /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/InnerWorkings.rst:28: (WARNING/2) autodoc can't import/find function 'repoze.what.middleware.setup_auth', it reported error: "No module named what.middleware", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:211: (WARNING/2) autodoc can't import/find exception 'repoze.what.adapters.AdapterError', it reported error: "No module named what.adapters", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:213: (WARNING/2) autodoc can't import/find exception 'repoze.what.adapters.SourceError', it reported error: "No module named what.adapters", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:215: (WARNING/2) autodoc can't import/find exception 'repoze.what.adapters.ExistingSectionError', it reported error: "No module named what.adapters", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:217: (WARNING/2) autodoc can't import/find exception 'repoze.what.adapters.NonExistingSectionError', it reported error: "No module named what.adapters", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:219: (WARNING/2) autodoc can't import/find exception 'repoze.what.adapters.ItemPresentError', it reported error: "No module named what.adapters", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:221: (WARNING/2) autodoc can't import/find exception 'repoze.what.adapters.ItemNotPresentError', it reported error: "No module named what.adapters", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:237: (WARNING/2) autodoc can't import/find class 'repoze.what.adapters.BaseSourceAdapter', it reported error: "No module named what.adapters", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:359: (WARNING/2) autodoc can't import/find class 'repoze.what.adapters.testutil.ReadOnlyGroupsAdapterTester', it reported error: "No module named what.adapters.testutil", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:361: (WARNING/2) autodoc can't import/find class 'repoze.what.adapters.testutil.ReadOnlyPermissionsAdapterTester', it reported error: "No module named what.adapters.testutil", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:363: (WARNING/2) autodoc can't import/find class 'repoze.what.adapters.testutil.GroupsAdapterTester', it reported error: "No module named what.adapters.testutil", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/ManagingSources.rst:365: (WARNING/2) autodoc can't import/find class 'repoze.what.adapters.testutil.PermissionsAdapterTester', it reported error: "No module named what.adapters.testutil", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:17: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.Predicate', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:24: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.is_user', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:26: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.not_anonymous', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:28: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.is_anonymous', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:30: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.in_group', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:32: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.in_all_groups', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:34: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.in_any_group', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:36: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.has_permission', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:38: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.has_all_permissions', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:40: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.has_any_permission', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:42: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.Not', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:51: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.All', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:53: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.Any', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:67: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.NotAuthorizedError', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Builtin.rst:69: (WARNING/2) autodoc can't import/find class 'repoze.what.predicates.PredicateError', it reported error: "No module named what.predicates", please check your spelling and sys.path /builddir/build/BUILD/repoze.what-1.0.8/docs/source/Manual/Predicates/Evaluating.rst:103: (WARNING/2) autodoc can't import/find function 'repoze.what.authorize.check_authorization', it reported error: "No module named what.authorize", please check your spelling and sys.path none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 8%] Manual/GettingStarted writing output... [ 16%] Manual/InnerWorkings writing output... [ 25%] Manual/ManagingSources writing output... [ 33%] Manual/Plugins/index writing output... [ 41%] Manual/Predicates/Builtin writing output... [ 50%] Manual/Predicates/Evaluating writing output... [ 58%] Manual/Predicates/Writing writing output... [ 66%] Manual/Predicates/index writing output... [ 75%] Manual/index writing output... [ 83%] News writing output... [ 91%] Participate writing output... [100%] index writing additional files... genindex modindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 28 warnings. Build finished. The HTML pages are in build/html. make: Leaving directory `/builddir/build/BUILD/repoze.what-1.0.8/docs' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.35641 + umask 022 + cd /builddir/build/BUILD + cd repoze.what-1.0.8 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild + /usr/bin/python setup.py install -O1 --skip-build --root /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild running install running install_lib Skipping installation of /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/__init__.py (namespace package) copying repoze/what/authorize.py -> /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what copying repoze/what/middleware.py -> /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what copying repoze/what/release.py -> /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what Skipping installation of /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/__init__.py (namespace package) copying repoze/what/predicates.py -> /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what Skipping installation of /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/plugins/__init__.py (namespace package) copying repoze/what/adapters/__init__.py -> /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/adapters copying repoze/what/adapters/testutil.py -> /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/adapters byte-compiling /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/authorize.py to authorize.pyc byte-compiling /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/middleware.py to middleware.pyc byte-compiling /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/release.py to release.pyc byte-compiling /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/predicates.py to predicates.pyc byte-compiling /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/adapters/__init__.py to __init__.pyc byte-compiling /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze/what/adapters/testutil.py to testutil.pyc writing byte-compilation script '/tmp/tmp8nS8b0.py' /usr/bin/python -O /tmp/tmp8nS8b0.py removing /tmp/tmp8nS8b0.py running install_egg_info running egg_info writing requirements to repoze.what.egg-info/requires.txt writing repoze.what.egg-info/PKG-INFO writing namespace_packages to repoze.what.egg-info/namespace_packages.txt writing top-level names to repoze.what.egg-info/top_level.txt writing dependency_links to repoze.what.egg-info/dependency_links.txt writing entry points to repoze.what.egg-info/entry_points.txt reading manifest file 'repoze.what.egg-info/SOURCES.txt' writing manifest file 'repoze.what.egg-info/SOURCES.txt' Copying repoze.what.egg-info to /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze.what-1.0.8-py2.4.egg-info Installing /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/lib/python2.4/site-packages/repoze.what-1.0.8-py2.4-nspkg.pth running install_scripts + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/repoze.what-1.0.8 find: debug: No such file or directory + /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/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.31499 + umask 022 + cd /builddir/build/BUILD + cd repoze.what-1.0.8 ++ pwd + PYTHONPATH=/builddir/build/BUILD/repoze.what-1.0.8 + nosetests ............................................................................................................../builddir/build/BUILD/repoze.what-1.0.8/tests/test_authorize.py:42: DeprecationWarning: repoze.what.authorize is deprecated for forward compatibility with repoze.what v2; use Predicate.check_authorization(environ) instead check_authorization(p, environ) ./builddir/build/BUILD/repoze.what-1.0.8/tests/test_authorize.py:83: DeprecationWarning: repoze.what.authorize is deprecated for forward compatibility with repoze.what v2; use Predicate.check_authorization(environ) instead check_authorization(p, environ) ./builddir/build/BUILD/repoze.what-1.0.8/tests/test_authorize.py:71: DeprecationWarning: repoze.what.authorize is deprecated for forward compatibility with repoze.what v2; use Predicate.check_authorization(environ) instead check_authorization(p, environ) .........................../builddir/build/BUILD/repoze.what-1.0.8/repoze/what/predicates.py:111: DeprecationWarning: Predicate._eval_with_environ(environ) is deprecated for forward compatibility with repoze.what v2; define Predicate.evaluate(environ, credentials) instead self.eval_with_environ(environ) .......................................... Name Stmts Exec Cover Missing ------------------------------------------------------------- repoze.what 6 0 0% 18-31 repoze.what.adapters 114 114 100% repoze.what.adapters.testutil 91 91 100% repoze.what.authorize 8 8 100% repoze.what.middleware 53 53 100% repoze.what.plugins 5 0 0% 17-21 repoze.what.predicates 145 145 100% repoze.what.release 4 4 100% ------------------------------------------------------------- TOTAL 426 415 97% ---------------------------------------------------------------------- Ran 181 tests in 0.054s OK + exit 0 Processing files: python-repoze-what-1.0.8-6.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.31499 + umask 022 + cd /builddir/build/BUILD + cd repoze.what-1.0.8 + DOCDIR=/var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-1.0.8 + export DOCDIR + rm -rf /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-1.0.8 + /bin/mkdir -p /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-1.0.8 + cp -pr README.txt VERSION.txt /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-1.0.8 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.4 python-paste python-repoze-who python-repoze-who-testutil Processing files: python-repoze-what-docs-1.0.8-6.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.72686 + umask 022 + cd /builddir/build/BUILD + cd repoze.what-1.0.8 + DOCDIR=/var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-docs-1.0.8 + export DOCDIR + rm -rf /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-docs-1.0.8 + /bin/mkdir -p /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-docs-1.0.8 + cp -pr docs/ /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild/usr/share/doc/python-repoze-what-docs-1.0.8 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python-repoze-what = 1.0.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild warning: Could not canonicalize hostname: omachi.rutgers.edu Wrote: /builddir/build/RPMS/python-repoze-what-1.0.8-6.ru.noarch.rpm Wrote: /builddir/build/RPMS/python-repoze-what-docs-1.0.8-6.ru.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.72686 + umask 022 + cd /builddir/build/BUILD + cd repoze.what-1.0.8 + rm -rf /var/tmp/python-repoze-what-1.0.8-6.ru-root-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->