Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 371241 Details for
Bug 539032
FTBFS python-py-1.0.2-1.fc12
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 146.20 KB, created by
FTBFS
on 2009-11-19 16:31:09 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2009-11-19 16:31:09 UTC
Size:
146.20 KB
patch
obsolete
>Mock Version: 0.9.19 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-py.spec'], False, '/var/lib/mock/fedora-development-x86_64-python-py-1.0.2-1.fc12.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1f58890>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-py.spec'] >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/python-py-1.0.2-1.fc13.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-py.spec'], False, '/var/lib/mock/fedora-development-x86_64-python-py-1.0.2-1.fc12.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1f58890>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-py.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mYLPWy >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf py-1.0.2 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/py-1.0.2.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd py-1.0.2 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ for module in doctest optparse textwrap subprocess >+ rm py/compat/doctest.py >+ echo 'from doctest import *' >+ sed -i py/__init__.py -e s,compat/doctest.py,compat/system_doctest.py, >+ for module in doctest optparse textwrap subprocess >+ rm py/compat/optparse.py >+ echo 'from optparse import *' >+ sed -i py/__init__.py -e s,compat/optparse.py,compat/system_optparse.py, >+ for module in doctest optparse textwrap subprocess >+ rm py/compat/textwrap.py >+ echo 'from textwrap import *' >+ sed -i py/__init__.py -e s,compat/textwrap.py,compat/system_textwrap.py, >+ for module in doctest optparse textwrap subprocess >+ rm py/compat/subprocess.py >+ echo 'from subprocess import *' >+ sed -i py/__init__.py -e s,compat/subprocess.py,compat/system_subprocess.py, >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.szkK4T >+ umask 022 >+ cd /builddir/build/BUILD >+ cd py-1.0.2 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ /usr/bin/python setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/py >copying py/conftest.py -> build/lib/py >copying py/__init__.py -> build/lib/py >copying py/initpkg.py -> build/lib/py >copying py/_com.py -> build/lib/py >copying py/env.py -> build/lib/py >creating build/lib/py/builtin >copying py/builtin/enumerate.py -> build/lib/py/builtin >copying py/builtin/sorted.py -> build/lib/py/builtin >copying py/builtin/__init__.py -> build/lib/py/builtin >copying py/builtin/set.py -> build/lib/py/builtin >copying py/builtin/exception.py -> build/lib/py/builtin >copying py/builtin/reversed.py -> build/lib/py/builtin >creating build/lib/py/builtin/testing >copying py/builtin/testing/test_reversed.py -> build/lib/py/builtin/testing >copying py/builtin/testing/test_sorted.py -> build/lib/py/builtin/testing >copying py/builtin/testing/test_set.py -> build/lib/py/builtin/testing >copying py/builtin/testing/__init__.py -> build/lib/py/builtin/testing >copying py/builtin/testing/test_enumerate.py -> build/lib/py/builtin/testing >copying py/builtin/testing/test_exception.py -> build/lib/py/builtin/testing >creating build/lib/py/cmdline >copying py/cmdline/pywhich.py -> build/lib/py/cmdline >copying py/cmdline/pytest.py -> build/lib/py/cmdline >copying py/cmdline/pyrest.py -> build/lib/py/cmdline >copying py/cmdline/__init__.py -> build/lib/py/cmdline >copying py/cmdline/pysvnwcrevert.py -> build/lib/py/cmdline >copying py/cmdline/pycountloc.py -> build/lib/py/cmdline >copying py/cmdline/pycleanup.py -> build/lib/py/cmdline >copying py/cmdline/pylookup.py -> build/lib/py/cmdline >creating build/lib/py/cmdline/testing >copying py/cmdline/testing/__init__.py -> build/lib/py/cmdline/testing >copying py/cmdline/testing/test_generic.py -> build/lib/py/cmdline/testing >copying py/cmdline/testing/test_cmdline.py -> build/lib/py/cmdline/testing >creating build/lib/py/code >copying py/code/code.py -> build/lib/py/code >copying py/code/traceback2.py -> build/lib/py/code >copying py/code/safe_repr.py -> build/lib/py/code >copying py/code/__init__.py -> build/lib/py/code >copying py/code/frame.py -> build/lib/py/code >copying py/code/excinfo.py -> build/lib/py/code >copying py/code/source.py -> build/lib/py/code >creating build/lib/py/code/testing >copying py/code/testing/test_code.py -> build/lib/py/code/testing >copying py/code/testing/test_frame.py -> build/lib/py/code/testing >copying py/code/testing/__init__.py -> build/lib/py/code/testing >copying py/code/testing/test_source.py -> build/lib/py/code/testing >copying py/code/testing/test_safe_repr.py -> build/lib/py/code/testing >copying py/code/testing/test_excinfo.py -> build/lib/py/code/testing >creating build/lib/py/compat >copying py/compat/system_subprocess.py -> build/lib/py/compat >copying py/compat/conftest.py -> build/lib/py/compat >copying py/compat/__init__.py -> build/lib/py/compat >copying py/compat/system_doctest.py -> build/lib/py/compat >copying py/compat/system_textwrap.py -> build/lib/py/compat >copying py/compat/system_optparse.py -> build/lib/py/compat >creating build/lib/py/compat/testing >copying py/compat/testing/test_doctest.py -> build/lib/py/compat/testing >copying py/compat/testing/test_textwrap.py -> build/lib/py/compat/testing >copying py/compat/testing/test_subprocess.py -> build/lib/py/compat/testing >copying py/compat/testing/__init__.py -> build/lib/py/compat/testing >copying py/compat/testing/test_optparse.py -> build/lib/py/compat/testing >copying py/compat/testing/test_doctest2.py -> build/lib/py/compat/testing >creating build/lib/py/execnet >copying py/execnet/xspec.py -> build/lib/py/execnet >copying py/execnet/message.py -> build/lib/py/execnet >copying py/execnet/__init__.py -> build/lib/py/execnet >copying py/execnet/register.py -> build/lib/py/execnet >copying py/execnet/channel.py -> build/lib/py/execnet >copying py/execnet/gwmanage.py -> build/lib/py/execnet >copying py/execnet/multi.py -> build/lib/py/execnet >copying py/execnet/rsync_remote.py -> build/lib/py/execnet >copying py/execnet/rsync.py -> build/lib/py/execnet >copying py/execnet/inputoutput.py -> build/lib/py/execnet >copying py/execnet/gateway.py -> build/lib/py/execnet >creating build/lib/py/execnet/script >copying py/execnet/script/shell.py -> build/lib/py/execnet/script >copying py/execnet/script/__init__.py -> build/lib/py/execnet/script >copying py/execnet/script/xx.py -> build/lib/py/execnet/script >copying py/execnet/script/socketserver.py -> build/lib/py/execnet/script >copying py/execnet/script/loop_socketserver.py -> build/lib/py/execnet/script >copying py/execnet/script/socketserverservice.py -> build/lib/py/execnet/script >copying py/execnet/script/quitserver.py -> build/lib/py/execnet/script >creating build/lib/py/execnet/testing >copying py/execnet/testing/test_pickle.py -> build/lib/py/execnet/testing >copying py/execnet/testing/conftest.py -> build/lib/py/execnet/testing >copying py/execnet/testing/test_xspec.py -> build/lib/py/execnet/testing >copying py/execnet/testing/__init__.py -> build/lib/py/execnet/testing >copying py/execnet/testing/test_gateway.py -> build/lib/py/execnet/testing >copying py/execnet/testing/test_gwmanage.py -> build/lib/py/execnet/testing >copying py/execnet/testing/test_event.py -> build/lib/py/execnet/testing >copying py/execnet/testing/test_rsync.py -> build/lib/py/execnet/testing >copying py/execnet/testing/test_multi.py -> build/lib/py/execnet/testing >creating build/lib/py/io >copying py/io/fdcapture.py -> build/lib/py/io >copying py/io/__init__.py -> build/lib/py/io >copying py/io/dupfile.py -> build/lib/py/io >copying py/io/terminalwriter.py -> build/lib/py/io >copying py/io/stdcapture.py -> build/lib/py/io >creating build/lib/py/io/testing >copying py/io/testing/test_stdcapture.py -> build/lib/py/io/testing >copying py/io/testing/__init__.py -> build/lib/py/io/testing >copying py/io/testing/test_fdcapture.py -> build/lib/py/io/testing >copying py/io/testing/test_dupfile.py -> build/lib/py/io/testing >copying py/io/testing/test_terminalwriter.py -> build/lib/py/io/testing >creating build/lib/py/log >copying py/log/__init__.py -> build/lib/py/log >copying py/log/consumer.py -> build/lib/py/log >copying py/log/logger.py -> build/lib/py/log >copying py/log/warning.py -> build/lib/py/log >copying py/log/producer.py -> build/lib/py/log >creating build/lib/py/log/testing >copying py/log/testing/test_logger.py -> build/lib/py/log/testing >copying py/log/testing/__init__.py -> build/lib/py/log/testing >copying py/log/testing/test_log.py -> build/lib/py/log/testing >copying py/log/testing/test_warning.py -> build/lib/py/log/testing >creating build/lib/py/magic >copying py/magic/assertion.py -> build/lib/py/magic >copying py/magic/__init__.py -> build/lib/py/magic >copying py/magic/viewtype.py -> build/lib/py/magic >copying py/magic/exprinfo.py -> build/lib/py/magic >copying py/magic/invoke.py -> build/lib/py/magic >copying py/magic/autopath.py -> build/lib/py/magic >copying py/magic/patch.py -> build/lib/py/magic >creating build/lib/py/magic/testing >copying py/magic/testing/test_viewtype.py -> build/lib/py/magic/testing >copying py/magic/testing/__init__.py -> build/lib/py/magic/testing >copying py/magic/testing/test_patch.py -> build/lib/py/magic/testing >copying py/magic/testing/test_assertion.py -> build/lib/py/magic/testing >copying py/magic/testing/test_invoke.py -> build/lib/py/magic/testing >copying py/magic/testing/test_exprinfo.py -> build/lib/py/magic/testing >copying py/magic/testing/test_autopath.py -> build/lib/py/magic/testing >creating build/lib/py/misc >copying py/misc/terminal_helper.py -> build/lib/py/misc >copying py/misc/error.py -> build/lib/py/misc >copying py/misc/rest.py -> build/lib/py/misc >copying py/misc/__init__.py -> build/lib/py/misc >copying py/misc/svnlook.py -> build/lib/py/misc >copying py/misc/difftime.py -> build/lib/py/misc >copying py/misc/buildcmodule.py -> build/lib/py/misc >copying py/misc/_dist.py -> build/lib/py/misc >copying py/misc/dynpkg.py -> build/lib/py/misc >copying py/misc/std.py -> build/lib/py/misc >copying py/misc/findmissingdocstrings.py -> build/lib/py/misc >copying py/misc/cache.py -> build/lib/py/misc >creating build/lib/py/misc/cmdline >copying py/misc/cmdline/__init__.py -> build/lib/py/misc/cmdline >copying py/misc/cmdline/countloc.py -> build/lib/py/misc/cmdline >creating build/lib/py/misc/testing >copying py/misc/testing/test_error.py -> build/lib/py/misc/testing >copying py/misc/testing/test_initpkg.py -> build/lib/py/misc/testing >copying py/misc/testing/__init__.py -> build/lib/py/misc/testing >copying py/misc/testing/test_std.py -> build/lib/py/misc/testing >copying py/misc/testing/test_svnlook.py -> build/lib/py/misc/testing >copying py/misc/testing/test_terminal.py -> build/lib/py/misc/testing >copying py/misc/testing/test_com.py -> build/lib/py/misc/testing >copying py/misc/testing/test_api.py -> build/lib/py/misc/testing >copying py/misc/testing/test_cache.py -> build/lib/py/misc/testing >creating build/lib/py/path >copying py/path/__init__.py -> build/lib/py/path >copying py/path/common.py -> build/lib/py/path >creating build/lib/py/path/gateway >copying py/path/gateway/__init__.py -> build/lib/py/path/gateway >copying py/path/gateway/channeltest.py -> build/lib/py/path/gateway >copying py/path/gateway/remotepath.py -> build/lib/py/path/gateway >copying py/path/gateway/channeltest2.py -> build/lib/py/path/gateway >creating build/lib/py/path/local >copying py/path/local/win.py -> build/lib/py/path/local >copying py/path/local/__init__.py -> build/lib/py/path/local >copying py/path/local/common.py -> build/lib/py/path/local >copying py/path/local/local.py -> build/lib/py/path/local >copying py/path/local/posix.py -> build/lib/py/path/local >creating build/lib/py/path/local/testing >copying py/path/local/testing/test_win.py -> build/lib/py/path/local/testing >copying py/path/local/testing/__init__.py -> build/lib/py/path/local/testing >copying py/path/local/testing/test_posix.py -> build/lib/py/path/local/testing >copying py/path/local/testing/test_local.py -> build/lib/py/path/local/testing >creating build/lib/py/path/svn >copying py/path/svn/urlcommand.py -> build/lib/py/path/svn >copying py/path/svn/__init__.py -> build/lib/py/path/svn >copying py/path/svn/wccommand.py -> build/lib/py/path/svn >copying py/path/svn/svncommon.py -> build/lib/py/path/svn >copying py/path/svn/cache.py -> build/lib/py/path/svn >creating build/lib/py/path/svn/testing >copying py/path/svn/testing/test_urlcommand.py -> build/lib/py/path/svn/testing >copying py/path/svn/testing/test_auth.py -> build/lib/py/path/svn/testing >copying py/path/svn/testing/__init__.py -> build/lib/py/path/svn/testing >copying py/path/svn/testing/test_wccommand.py -> build/lib/py/path/svn/testing >copying py/path/svn/testing/svntestbase.py -> build/lib/py/path/svn/testing >copying py/path/svn/testing/test_test_repo.py -> build/lib/py/path/svn/testing >creating build/lib/py/path/testing >copying py/path/testing/__init__.py -> build/lib/py/path/testing >copying py/path/testing/common.py -> build/lib/py/path/testing >copying py/path/testing/fscommon.py -> build/lib/py/path/testing >copying py/path/testing/test_api.py -> build/lib/py/path/testing >creating build/lib/py/process >copying py/process/forkedfunc.py -> build/lib/py/process >copying py/process/__init__.py -> build/lib/py/process >copying py/process/cmdexec.py -> build/lib/py/process >copying py/process/killproc.py -> build/lib/py/process >creating build/lib/py/process/testing >copying py/process/testing/test_killproc.py -> build/lib/py/process/testing >copying py/process/testing/__init__.py -> build/lib/py/process/testing >copying py/process/testing/test_cmdexec.py -> build/lib/py/process/testing >copying py/process/testing/test_forkedfunc.py -> build/lib/py/process/testing >creating build/lib/py/rest >copying py/rest/rst.py -> build/lib/py/rest >copying py/rest/__init__.py -> build/lib/py/rest >copying py/rest/transform.py -> build/lib/py/rest >copying py/rest/directive.py -> build/lib/py/rest >copying py/rest/latex.py -> build/lib/py/rest >copying py/rest/convert.py -> build/lib/py/rest >creating build/lib/py/rest/testing >copying py/rest/testing/test_htmlrest.py -> build/lib/py/rest/testing >copying py/rest/testing/test_rst.py -> build/lib/py/rest/testing >copying py/rest/testing/test_convert.py -> build/lib/py/rest/testing >copying py/rest/testing/__init__.py -> build/lib/py/rest/testing >copying py/rest/testing/test_transform.py -> build/lib/py/rest/testing >copying py/rest/testing/test_directive.py -> build/lib/py/rest/testing >copying py/rest/testing/setup.py -> build/lib/py/rest/testing >copying py/rest/testing/test_rst2pdf.py -> build/lib/py/rest/testing >creating build/lib/py/test >copying py/test/collect.py -> build/lib/py/test >copying py/test/conftesthandle.py -> build/lib/py/test >copying py/test/__init__.py -> build/lib/py/test >copying py/test/cmdline.py -> build/lib/py/test >copying py/test/pycollect.py -> build/lib/py/test >copying py/test/defaultconftest.py -> build/lib/py/test >copying py/test/pluginmanager.py -> build/lib/py/test >copying py/test/compat.py -> build/lib/py/test >copying py/test/parseopt.py -> build/lib/py/test >copying py/test/funcargs.py -> build/lib/py/test >copying py/test/config.py -> build/lib/py/test >copying py/test/outcome.py -> build/lib/py/test >copying py/test/session.py -> build/lib/py/test >creating build/lib/py/test/dist >copying py/test/dist/dsession.py -> build/lib/py/test/dist >copying py/test/dist/mypickle.py -> build/lib/py/test/dist >copying py/test/dist/__init__.py -> build/lib/py/test/dist >copying py/test/dist/nodemanage.py -> build/lib/py/test/dist >copying py/test/dist/txnode.py -> build/lib/py/test/dist >creating build/lib/py/test/dist/testing >copying py/test/dist/testing/__init__.py -> build/lib/py/test/dist/testing >copying py/test/dist/testing/test_txnode.py -> build/lib/py/test/dist/testing >copying py/test/dist/testing/test_mypickle.py -> build/lib/py/test/dist/testing >copying py/test/dist/testing/test_dsession.py -> build/lib/py/test/dist/testing >copying py/test/dist/testing/test_nodemanage.py -> build/lib/py/test/dist/testing >copying py/test/dist/testing/acceptance_test.py -> build/lib/py/test/dist/testing >creating build/lib/py/test/looponfail >copying py/test/looponfail/__init__.py -> build/lib/py/test/looponfail >copying py/test/looponfail/remote.py -> build/lib/py/test/looponfail >copying py/test/looponfail/util.py -> build/lib/py/test/looponfail >creating build/lib/py/test/looponfail/testing >copying py/test/looponfail/testing/__init__.py -> build/lib/py/test/looponfail/testing >copying py/test/looponfail/testing/test_util.py -> build/lib/py/test/looponfail/testing >copying py/test/looponfail/testing/test_remote.py -> build/lib/py/test/looponfail/testing >creating build/lib/py/test/plugin >copying py/test/plugin/conftest.py -> build/lib/py/test/plugin >copying py/test/plugin/test_pytest_nose.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_monkeypatch.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_figleaf.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_helpconfig.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_pylint.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_terminal.py -> build/lib/py/test/plugin >copying py/test/plugin/__init__.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_nose.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_hooklog.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_recwarn.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_pytester.py -> build/lib/py/test/plugin >copying py/test/plugin/test_pytest_capture.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_runner.py -> build/lib/py/test/plugin >copying py/test/plugin/test_pytest_runner_xunit.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_resultlog.py -> build/lib/py/test/plugin >copying py/test/plugin/test_pytest_terminal.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_default.py -> build/lib/py/test/plugin >copying py/test/plugin/test_pytest_helpconfig.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest__pytest.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_tmpdir.py -> build/lib/py/test/plugin >copying py/test/plugin/test_pytest_runner.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_restdoc.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_xfail.py -> build/lib/py/test/plugin >copying py/test/plugin/hookspec.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_doctest.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_execnetcleanup.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_pdb.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_unittest.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_capture.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_keyword.py -> build/lib/py/test/plugin >copying py/test/plugin/pytest_pastebin.py -> build/lib/py/test/plugin >creating build/lib/py/test/testing >copying py/test/testing/conftest.py -> build/lib/py/test/testing >copying py/test/testing/test_pycollect.py -> build/lib/py/test/testing >copying py/test/testing/test_deprecated_api.py -> build/lib/py/test/testing >copying py/test/testing/__init__.py -> build/lib/py/test/testing >copying py/test/testing/test_collect.py -> build/lib/py/test/testing >copying py/test/testing/test_pluginmanager.py -> build/lib/py/test/testing >copying py/test/testing/test_outcome.py -> build/lib/py/test/testing >copying py/test/testing/test_funcargs.py -> build/lib/py/test/testing >copying py/test/testing/test_recording.py -> build/lib/py/test/testing >copying py/test/testing/test_conftesthandle.py -> build/lib/py/test/testing >copying py/test/testing/test_config.py -> build/lib/py/test/testing >copying py/test/testing/test_genitems.py -> build/lib/py/test/testing >copying py/test/testing/test_parseopt.py -> build/lib/py/test/testing >copying py/test/testing/test_traceback.py -> build/lib/py/test/testing >copying py/test/testing/acceptance_test.py -> build/lib/py/test/testing >copying py/test/testing/test_pickling.py -> build/lib/py/test/testing >copying py/test/testing/test_compat.py -> build/lib/py/test/testing >copying py/test/testing/test_session.py -> build/lib/py/test/testing >creating build/lib/py/test/testing/import_test >creating build/lib/py/test/testing/import_test/package >copying py/test/testing/import_test/package/module_that_imports_shared_lib.py -> build/lib/py/test/testing/import_test/package >copying py/test/testing/import_test/package/__init__.py -> build/lib/py/test/testing/import_test/package >copying py/test/testing/import_test/package/absolute_import_shared_lib.py -> build/lib/py/test/testing/import_test/package >copying py/test/testing/import_test/package/shared_lib.py -> build/lib/py/test/testing/import_test/package >copying py/test/testing/import_test/package/test_import.py -> build/lib/py/test/testing/import_test/package >creating build/lib/py/test/web >copying py/test/web/webcheck.py -> build/lib/py/test/web >copying py/test/web/__init__.py -> build/lib/py/test/web >copying py/test/web/exception.py -> build/lib/py/test/web >copying py/test/web/post_multipart.py -> build/lib/py/test/web >creating build/lib/py/thread >copying py/thread/pool.py -> build/lib/py/thread >copying py/thread/__init__.py -> build/lib/py/thread >copying py/thread/io.py -> build/lib/py/thread >creating build/lib/py/thread/testing >copying py/thread/testing/__init__.py -> build/lib/py/thread/testing >copying py/thread/testing/test_io.py -> build/lib/py/thread/testing >copying py/thread/testing/test_pool.py -> build/lib/py/thread/testing >creating build/lib/py/tool >copying py/tool/__init__.py -> build/lib/py/tool >copying py/tool/utestconvert.py -> build/lib/py/tool >creating build/lib/py/tool/testing >copying py/tool/testing/test_utestconvert.py -> build/lib/py/tool/testing >copying py/tool/testing/__init__.py -> build/lib/py/tool/testing >creating build/lib/py/xmlobj >copying py/xmlobj/misc.py -> build/lib/py/xmlobj >copying py/xmlobj/__init__.py -> build/lib/py/xmlobj >copying py/xmlobj/xml.py -> build/lib/py/xmlobj >copying py/xmlobj/visit.py -> build/lib/py/xmlobj >copying py/xmlobj/html.py -> build/lib/py/xmlobj >creating build/lib/py/xmlobj/testing >copying py/xmlobj/testing/test_xml.py -> build/lib/py/xmlobj/testing >copying py/xmlobj/testing/__init__.py -> build/lib/py/xmlobj/testing >copying py/xmlobj/testing/test_html.py -> build/lib/py/xmlobj/testing >copying py/LICENSE -> build/lib/py >creating build/lib/py/bin >copying py/bin/_findpy.py -> build/lib/py/bin >copying py/bin/py.cleanup -> build/lib/py/bin >copying py/bin/py.countloc -> build/lib/py/bin >copying py/bin/py.lookup -> build/lib/py/bin >copying py/bin/py.rest -> build/lib/py/bin >copying py/bin/py.svnwcrevert -> build/lib/py/bin >copying py/bin/py.test -> build/lib/py/bin >copying py/bin/py.which -> build/lib/py/bin >creating build/lib/py/bin/win32 >copying py/bin/win32/py.cleanup.cmd -> build/lib/py/bin/win32 >copying py/bin/win32/py.countloc.cmd -> build/lib/py/bin/win32 >copying py/bin/win32/py.lookup.cmd -> build/lib/py/bin/win32 >copying py/bin/win32/py.rest.cmd -> build/lib/py/bin/win32 >copying py/bin/win32/py.svnwcrevert.cmd -> build/lib/py/bin/win32 >copying py/bin/win32/py.test.cmd -> build/lib/py/bin/win32 >copying py/bin/win32/py.which.cmd -> build/lib/py/bin/win32 >creating build/lib/py/misc/testing/data >copying py/misc/testing/data/svnlookrepo.dump -> build/lib/py/misc/testing/data >copying py/path/svn/testing/repotest.dump -> build/lib/py/path/svn/testing >copying py/rest/rest.sty.template -> build/lib/py/rest >creating build/lib/py/rest/testing/data >copying py/rest/testing/data/example.rst2pdfconfig -> build/lib/py/rest/testing/data >copying py/rest/testing/data/example1.dot -> build/lib/py/rest/testing/data >copying py/rest/testing/data/formula.txt -> build/lib/py/rest/testing/data >copying py/rest/testing/data/formula1.txt -> build/lib/py/rest/testing/data >copying py/rest/testing/data/graphviz.txt -> build/lib/py/rest/testing/data >copying py/rest/testing/data/part1.txt -> build/lib/py/rest/testing/data >copying py/rest/testing/data/part2.txt -> build/lib/py/rest/testing/data >copying py/rest/testing/data/tocdepth.rst2pdfconfig -> build/lib/py/rest/testing/data >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Cv9sPg >+ exit 0 >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64 >++ dirname /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64 >+ cd py-1.0.2 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ rm -rf /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64 >+ /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64 >running install >running install_lib >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64 >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6 >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py >copying build/lib/py/conftest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail >copying build/lib/py/test/looponfail/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/testing >copying build/lib/py/test/looponfail/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/testing >copying build/lib/py/test/looponfail/testing/test_util.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/testing >copying build/lib/py/test/looponfail/testing/test_remote.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/testing >copying build/lib/py/test/looponfail/remote.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail >copying build/lib/py/test/looponfail/util.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail >copying build/lib/py/test/collect.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/conftesthandle.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/cmdline.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/conftest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/test_pytest_nose.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_monkeypatch.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_figleaf.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_helpconfig.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_pylint.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_terminal.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_nose.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_hooklog.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_recwarn.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_pytester.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/test_pytest_capture.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_runner.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/test_pytest_runner_xunit.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_resultlog.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/test_pytest_terminal.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_default.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/test_pytest_helpconfig.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest__pytest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_tmpdir.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/test_pytest_runner.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_restdoc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_xfail.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/hookspec.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_doctest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_execnetcleanup.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_pdb.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_unittest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_capture.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_keyword.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/plugin/pytest_pastebin.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin >copying build/lib/py/test/pycollect.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/conftest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_pycollect.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_deprecated_api.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_collect.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_pluginmanager.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_outcome.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_funcargs.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_recording.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_conftesthandle.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_config.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_genitems.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package >copying build/lib/py/test/testing/import_test/package/module_that_imports_shared_lib.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package >copying build/lib/py/test/testing/import_test/package/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package >copying build/lib/py/test/testing/import_test/package/absolute_import_shared_lib.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package >copying build/lib/py/test/testing/import_test/package/shared_lib.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package >copying build/lib/py/test/testing/import_test/package/test_import.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package >copying build/lib/py/test/testing/test_parseopt.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_traceback.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/acceptance_test.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_pickling.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_compat.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/testing/test_session.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing >copying build/lib/py/test/defaultconftest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/pluginmanager.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/compat.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist >copying build/lib/py/test/dist/dsession.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist >copying build/lib/py/test/dist/mypickle.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist >copying build/lib/py/test/dist/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist >copying build/lib/py/test/dist/nodemanage.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist >copying build/lib/py/test/dist/txnode.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing >copying build/lib/py/test/dist/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing >copying build/lib/py/test/dist/testing/test_txnode.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing >copying build/lib/py/test/dist/testing/test_mypickle.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing >copying build/lib/py/test/dist/testing/test_dsession.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing >copying build/lib/py/test/dist/testing/test_nodemanage.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing >copying build/lib/py/test/dist/testing/acceptance_test.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing >copying build/lib/py/test/parseopt.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web >copying build/lib/py/test/web/webcheck.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web >copying build/lib/py/test/web/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web >copying build/lib/py/test/web/exception.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web >copying build/lib/py/test/web/post_multipart.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web >copying build/lib/py/test/funcargs.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/config.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/outcome.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >copying build/lib/py/test/session.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log >copying build/lib/py/log/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log >copying build/lib/py/log/consumer.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing >copying build/lib/py/log/testing/test_logger.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing >copying build/lib/py/log/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing >copying build/lib/py/log/testing/test_log.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing >copying build/lib/py/log/testing/test_warning.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing >copying build/lib/py/log/logger.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log >copying build/lib/py/log/warning.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log >copying build/lib/py/log/producer.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process >copying build/lib/py/process/forkedfunc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process >copying build/lib/py/process/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing >copying build/lib/py/process/testing/test_killproc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing >copying build/lib/py/process/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing >copying build/lib/py/process/testing/test_cmdexec.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing >copying build/lib/py/process/testing/test_forkedfunc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing >copying build/lib/py/process/cmdexec.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process >copying build/lib/py/process/killproc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >copying build/lib/py/rest/rst.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >copying build/lib/py/rest/rest.sty.template -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >copying build/lib/py/rest/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >copying build/lib/py/rest/transform.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >copying build/lib/py/rest/directive.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/testing/test_htmlrest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/testing/test_rst.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/testing/test_convert.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/formula1.txt -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/part2.txt -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/formula.txt -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/tocdepth.rst2pdfconfig -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/part1.txt -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/graphviz.txt -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/example.rst2pdfconfig -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/data/example1.dot -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/data >copying build/lib/py/rest/testing/test_transform.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/testing/test_directive.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/testing/setup.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/testing/test_rst2pdf.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing >copying build/lib/py/rest/latex.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >copying build/lib/py/rest/convert.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest >copying build/lib/py/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway >copying build/lib/py/path/gateway/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway >copying build/lib/py/path/gateway/channeltest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway >copying build/lib/py/path/gateway/remotepath.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway >copying build/lib/py/path/gateway/channeltest2.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway >copying build/lib/py/path/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path >copying build/lib/py/path/common.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing >copying build/lib/py/path/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing >copying build/lib/py/path/testing/common.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing >copying build/lib/py/path/testing/fscommon.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing >copying build/lib/py/path/testing/test_api.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn >copying build/lib/py/path/svn/urlcommand.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn >copying build/lib/py/path/svn/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/testing/repotest.dump -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/testing/test_urlcommand.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/testing/test_auth.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/testing/test_wccommand.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/testing/svntestbase.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/testing/test_test_repo.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing >copying build/lib/py/path/svn/wccommand.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn >copying build/lib/py/path/svn/svncommon.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn >copying build/lib/py/path/svn/cache.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local >copying build/lib/py/path/local/win.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local >copying build/lib/py/path/local/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local >copying build/lib/py/path/local/common.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing >copying build/lib/py/path/local/testing/test_win.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing >copying build/lib/py/path/local/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing >copying build/lib/py/path/local/testing/test_posix.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing >copying build/lib/py/path/local/testing/test_local.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing >copying build/lib/py/path/local/local.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local >copying build/lib/py/path/local/posix.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/xspec.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/message.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/register.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/channel.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/gwmanage.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/test_pickle.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/conftest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/test_xspec.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/test_gateway.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/test_gwmanage.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/test_event.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/test_rsync.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >copying build/lib/py/execnet/testing/test_multi.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/script/shell.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/script/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/script/xx.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/script/socketserver.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/script/loop_socketserver.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/script/socketserverservice.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/script/quitserver.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script >copying build/lib/py/execnet/multi.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/rsync_remote.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/rsync.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/inputoutput.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >copying build/lib/py/execnet/gateway.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >copying build/lib/py/bin/py.lookup -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/win32/py.svnwcrevert.cmd -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/win32/py.rest.cmd -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/win32/py.which.cmd -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/win32/py.countloc.cmd -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/win32/py.lookup.cmd -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/win32/py.cleanup.cmd -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/win32/py.test.cmd -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/win32 >copying build/lib/py/bin/py.countloc -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >copying build/lib/py/bin/_findpy.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >copying build/lib/py/bin/py.rest -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >copying build/lib/py/bin/py.which -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >copying build/lib/py/bin/py.test -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >copying build/lib/py/bin/py.cleanup -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >copying build/lib/py/bin/py.svnwcrevert -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread >copying build/lib/py/thread/pool.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread >copying build/lib/py/thread/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/testing >copying build/lib/py/thread/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/testing >copying build/lib/py/thread/testing/test_io.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/testing >copying build/lib/py/thread/testing/test_pool.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/testing >copying build/lib/py/thread/io.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io >copying build/lib/py/io/fdcapture.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io >copying build/lib/py/io/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io >copying build/lib/py/io/dupfile.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io >copying build/lib/py/io/terminalwriter.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing >copying build/lib/py/io/testing/test_stdcapture.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing >copying build/lib/py/io/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing >copying build/lib/py/io/testing/test_fdcapture.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing >copying build/lib/py/io/testing/test_dupfile.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing >copying build/lib/py/io/testing/test_terminalwriter.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing >copying build/lib/py/io/stdcapture.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >copying build/lib/py/cmdline/pywhich.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >copying build/lib/py/cmdline/pytest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >copying build/lib/py/cmdline/pyrest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >copying build/lib/py/cmdline/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/testing >copying build/lib/py/cmdline/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/testing >copying build/lib/py/cmdline/testing/test_generic.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/testing >copying build/lib/py/cmdline/testing/test_cmdline.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/testing >copying build/lib/py/cmdline/pysvnwcrevert.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >copying build/lib/py/cmdline/pycountloc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >copying build/lib/py/cmdline/pycleanup.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >copying build/lib/py/cmdline/pylookup.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/terminal_helper.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/error.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/rest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/svnlook.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/difftime.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/cmdline >copying build/lib/py/misc/cmdline/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/cmdline >copying build/lib/py/misc/cmdline/countloc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/cmdline >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/test_error.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/test_initpkg.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/test_std.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/data >copying build/lib/py/misc/testing/data/svnlookrepo.dump -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/data >copying build/lib/py/misc/testing/test_svnlook.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/test_terminal.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/test_com.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/test_api.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/testing/test_cache.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing >copying build/lib/py/misc/buildcmodule.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/_dist.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/dynpkg.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/std.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/findmissingdocstrings.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >copying build/lib/py/misc/cache.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >copying build/lib/py/code/code.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >copying build/lib/py/code/traceback2.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >copying build/lib/py/code/safe_repr.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >copying build/lib/py/code/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing >copying build/lib/py/code/testing/test_code.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing >copying build/lib/py/code/testing/test_frame.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing >copying build/lib/py/code/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing >copying build/lib/py/code/testing/test_source.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing >copying build/lib/py/code/testing/test_safe_repr.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing >copying build/lib/py/code/testing/test_excinfo.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing >copying build/lib/py/code/frame.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >copying build/lib/py/code/excinfo.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >copying build/lib/py/code/source.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code >copying build/lib/py/LICENSE -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >copying build/lib/py/magic/assertion.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >copying build/lib/py/magic/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/testing/test_viewtype.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/testing/test_patch.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/testing/test_assertion.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/testing/test_invoke.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/testing/test_exprinfo.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/testing/test_autopath.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing >copying build/lib/py/magic/viewtype.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >copying build/lib/py/magic/exprinfo.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >copying build/lib/py/magic/invoke.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >copying build/lib/py/magic/autopath.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >copying build/lib/py/magic/patch.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic >copying build/lib/py/initpkg.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat >copying build/lib/py/compat/system_subprocess.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat >copying build/lib/py/compat/conftest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat >copying build/lib/py/compat/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat >copying build/lib/py/compat/system_doctest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat >copying build/lib/py/compat/system_textwrap.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing >copying build/lib/py/compat/testing/test_doctest.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing >copying build/lib/py/compat/testing/test_textwrap.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing >copying build/lib/py/compat/testing/test_subprocess.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing >copying build/lib/py/compat/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing >copying build/lib/py/compat/testing/test_optparse.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing >copying build/lib/py/compat/testing/test_doctest2.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing >copying build/lib/py/compat/system_optparse.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj >copying build/lib/py/xmlobj/misc.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj >copying build/lib/py/xmlobj/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/testing >copying build/lib/py/xmlobj/testing/test_xml.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/testing >copying build/lib/py/xmlobj/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/testing >copying build/lib/py/xmlobj/testing/test_html.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/testing >copying build/lib/py/xmlobj/xml.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj >copying build/lib/py/xmlobj/visit.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj >copying build/lib/py/xmlobj/html.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool >copying build/lib/py/tool/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool/testing >copying build/lib/py/tool/testing/test_utestconvert.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool/testing >copying build/lib/py/tool/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool/testing >copying build/lib/py/tool/utestconvert.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool >copying build/lib/py/_com.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py >copying build/lib/py/env.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin >copying build/lib/py/builtin/enumerate.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin >copying build/lib/py/builtin/sorted.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin >copying build/lib/py/builtin/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin >copying build/lib/py/builtin/set.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin >copying build/lib/py/builtin/exception.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin >creating /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing >copying build/lib/py/builtin/testing/test_reversed.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing >copying build/lib/py/builtin/testing/test_sorted.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing >copying build/lib/py/builtin/testing/test_set.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing >copying build/lib/py/builtin/testing/__init__.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing >copying build/lib/py/builtin/testing/test_enumerate.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing >copying build/lib/py/builtin/testing/test_exception.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing >copying build/lib/py/builtin/reversed.py -> /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/conftest.py to conftest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/testing/test_util.py to test_util.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/testing/test_remote.py to test_remote.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/remote.py to remote.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/looponfail/util.py to util.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/collect.py to collect.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/conftesthandle.py to conftesthandle.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/cmdline.py to cmdline.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/conftest.py to conftest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/test_pytest_nose.py to test_pytest_nose.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_monkeypatch.py to pytest_monkeypatch.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_figleaf.py to pytest_figleaf.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_helpconfig.py to pytest_helpconfig.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_pylint.py to pytest_pylint.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_terminal.py to pytest_terminal.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_nose.py to pytest_nose.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_hooklog.py to pytest_hooklog.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_recwarn.py to pytest_recwarn.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_pytester.py to pytest_pytester.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/test_pytest_capture.py to test_pytest_capture.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_runner.py to pytest_runner.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/test_pytest_runner_xunit.py to test_pytest_runner_xunit.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_resultlog.py to pytest_resultlog.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/test_pytest_terminal.py to test_pytest_terminal.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_default.py to pytest_default.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/test_pytest_helpconfig.py to test_pytest_helpconfig.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest__pytest.py to pytest__pytest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_tmpdir.py to pytest_tmpdir.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/test_pytest_runner.py to test_pytest_runner.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_restdoc.py to pytest_restdoc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_xfail.py to pytest_xfail.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/hookspec.py to hookspec.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_doctest.py to pytest_doctest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_execnetcleanup.py to pytest_execnetcleanup.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_pdb.py to pytest_pdb.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_unittest.py to pytest_unittest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_capture.py to pytest_capture.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_keyword.py to pytest_keyword.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/plugin/pytest_pastebin.py to pytest_pastebin.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/pycollect.py to pycollect.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/conftest.py to conftest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_pycollect.py to test_pycollect.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_deprecated_api.py to test_deprecated_api.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_collect.py to test_collect.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_pluginmanager.py to test_pluginmanager.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_outcome.py to test_outcome.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_funcargs.py to test_funcargs.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_recording.py to test_recording.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_conftesthandle.py to test_conftesthandle.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_config.py to test_config.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_genitems.py to test_genitems.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package/module_that_imports_shared_lib.py to module_that_imports_shared_lib.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package/absolute_import_shared_lib.py to absolute_import_shared_lib.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package/shared_lib.py to shared_lib.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/import_test/package/test_import.py to test_import.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_parseopt.py to test_parseopt.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_traceback.py to test_traceback.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/acceptance_test.py to acceptance_test.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_pickling.py to test_pickling.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_compat.py to test_compat.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/testing/test_session.py to test_session.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/defaultconftest.py to defaultconftest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/pluginmanager.py to pluginmanager.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/compat.py to compat.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/dsession.py to dsession.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/mypickle.py to mypickle.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/nodemanage.py to nodemanage.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/txnode.py to txnode.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing/test_txnode.py to test_txnode.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing/test_mypickle.py to test_mypickle.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing/test_dsession.py to test_dsession.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing/test_nodemanage.py to test_nodemanage.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/dist/testing/acceptance_test.py to acceptance_test.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/parseopt.py to parseopt.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web/webcheck.py to webcheck.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web/exception.py to exception.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/web/post_multipart.py to post_multipart.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/funcargs.py to funcargs.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/config.py to config.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/outcome.py to outcome.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/test/session.py to session.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/consumer.py to consumer.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing/test_logger.py to test_logger.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing/test_log.py to test_log.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/testing/test_warning.py to test_warning.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/logger.py to logger.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/warning.py to warning.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/log/producer.py to producer.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/forkedfunc.py to forkedfunc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing/test_killproc.py to test_killproc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing/test_cmdexec.py to test_cmdexec.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/testing/test_forkedfunc.py to test_forkedfunc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/cmdexec.py to cmdexec.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/process/killproc.py to killproc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/rst.py to rst.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/transform.py to transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/directive.py to directive.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/test_htmlrest.py to test_htmlrest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/test_rst.py to test_rst.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/test_convert.py to test_convert.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/test_transform.py to test_transform.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/test_directive.py to test_directive.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/setup.py to setup.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/testing/test_rst2pdf.py to test_rst2pdf.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/latex.py to latex.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/rest/convert.py to convert.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway/channeltest.py to channeltest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway/remotepath.py to remotepath.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/gateway/channeltest2.py to channeltest2.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/common.py to common.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing/common.py to common.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing/fscommon.py to fscommon.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/testing/test_api.py to test_api.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/urlcommand.py to urlcommand.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing/test_urlcommand.py to test_urlcommand.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing/test_auth.py to test_auth.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing/test_wccommand.py to test_wccommand.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing/svntestbase.py to svntestbase.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/testing/test_test_repo.py to test_test_repo.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/wccommand.py to wccommand.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/svncommon.py to svncommon.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/svn/cache.py to cache.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/win.py to win.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/common.py to common.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing/test_win.py to test_win.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing/test_posix.py to test_posix.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/testing/test_local.py to test_local.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/local.py to local.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/path/local/posix.py to posix.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/xspec.py to xspec.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/message.py to message.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/register.py to register.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/channel.py to channel.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/gwmanage.py to gwmanage.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/test_pickle.py to test_pickle.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/conftest.py to conftest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/test_xspec.py to test_xspec.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/test_gateway.py to test_gateway.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/test_gwmanage.py to test_gwmanage.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/test_event.py to test_event.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/test_rsync.py to test_rsync.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/testing/test_multi.py to test_multi.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script/shell.py to shell.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script/xx.py to xx.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script/socketserver.py to socketserver.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script/loop_socketserver.py to loop_socketserver.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script/socketserverservice.py to socketserverservice.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/script/quitserver.py to quitserver.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/multi.py to multi.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/rsync_remote.py to rsync_remote.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/rsync.py to rsync.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/inputoutput.py to inputoutput.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/execnet/gateway.py to gateway.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/bin/_findpy.py to _findpy.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/pool.py to pool.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/testing/test_io.py to test_io.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/testing/test_pool.py to test_pool.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/thread/io.py to io.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/fdcapture.py to fdcapture.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/dupfile.py to dupfile.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/terminalwriter.py to terminalwriter.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing/test_stdcapture.py to test_stdcapture.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing/test_fdcapture.py to test_fdcapture.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing/test_dupfile.py to test_dupfile.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/testing/test_terminalwriter.py to test_terminalwriter.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/io/stdcapture.py to stdcapture.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/pywhich.py to pywhich.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/pytest.py to pytest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/pyrest.py to pyrest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/testing/test_generic.py to test_generic.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/testing/test_cmdline.py to test_cmdline.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/pysvnwcrevert.py to pysvnwcrevert.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/pycountloc.py to pycountloc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/pycleanup.py to pycleanup.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/cmdline/pylookup.py to pylookup.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/terminal_helper.py to terminal_helper.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/error.py to error.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/rest.py to rest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/svnlook.py to svnlook.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/difftime.py to difftime.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/cmdline/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/cmdline/countloc.py to countloc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_error.py to test_error.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_initpkg.py to test_initpkg.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_std.py to test_std.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_svnlook.py to test_svnlook.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_terminal.py to test_terminal.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_com.py to test_com.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_api.py to test_api.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/testing/test_cache.py to test_cache.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/buildcmodule.py to buildcmodule.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/_dist.py to _dist.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/dynpkg.py to dynpkg.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/std.py to std.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/findmissingdocstrings.py to findmissingdocstrings.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/misc/cache.py to cache.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/code.py to code.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/traceback2.py to traceback2.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/safe_repr.py to safe_repr.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing/test_code.py to test_code.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing/test_frame.py to test_frame.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing/test_source.py to test_source.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing/test_safe_repr.py to test_safe_repr.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/testing/test_excinfo.py to test_excinfo.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/frame.py to frame.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/excinfo.py to excinfo.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/code/source.py to source.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/assertion.py to assertion.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing/test_viewtype.py to test_viewtype.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing/test_patch.py to test_patch.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing/test_assertion.py to test_assertion.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing/test_invoke.py to test_invoke.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing/test_exprinfo.py to test_exprinfo.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/testing/test_autopath.py to test_autopath.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/viewtype.py to viewtype.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/exprinfo.py to exprinfo.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/invoke.py to invoke.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/autopath.py to autopath.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/magic/patch.py to patch.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/initpkg.py to initpkg.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/system_subprocess.py to system_subprocess.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/conftest.py to conftest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/system_doctest.py to system_doctest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/system_textwrap.py to system_textwrap.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing/test_doctest.py to test_doctest.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing/test_textwrap.py to test_textwrap.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing/test_subprocess.py to test_subprocess.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing/test_optparse.py to test_optparse.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/testing/test_doctest2.py to test_doctest2.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/compat/system_optparse.py to system_optparse.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/misc.py to misc.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/testing/test_xml.py to test_xml.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/testing/test_html.py to test_html.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/xml.py to xml.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/visit.py to visit.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/xmlobj/html.py to html.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool/testing/test_utestconvert.py to test_utestconvert.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/tool/utestconvert.py to utestconvert.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/_com.py to _com.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/env.py to env.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/enumerate.py to enumerate.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/sorted.py to sorted.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/set.py to set.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/exception.py to exception.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing/test_reversed.py to test_reversed.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing/test_sorted.py to test_sorted.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing/test_set.py to test_set.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing/test_enumerate.py to test_enumerate.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/testing/test_exception.py to test_exception.pyc >byte-compiling /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/builtin/reversed.py to reversed.pyc >writing byte-compilation script '/tmp/tmphMxqsv.py' >/usr/bin/python -O /tmp/tmphMxqsv.py >removing /tmp/tmphMxqsv.py >running install_egg_info >running egg_info >writing py.egg-info/PKG-INFO >writing top-level names to py.egg-info/top_level.txt >writing dependency_links to py.egg-info/dependency_links.txt >writing entry points to py.egg-info/entry_points.txt >reading manifest file 'py.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >warning: no previously-included files found matching '*.orig' >warning: no previously-included files found matching '*.rej' >no previously-included directories found matching '.svn' >no previously-included directories found matching '.hg' >writing manifest file 'py.egg-info/SOURCES.txt' >Copying py.egg-info to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py-1.0.2-py2.6.egg-info >running install_scripts >Installing py.lookup script to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/bin >Installing py.countloc script to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/bin >Installing py.rest script to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/bin >Installing py.test script to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/bin >Installing py.which script to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/bin >Installing py.cleanup script to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/bin >Installing py.svnwcrevert script to /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/bin >+ find /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages '(' -name '*.py' -o -name 'py.*' ')' -exec sed -i '1{/^#!/d}' '{}' ';' -exec chmod u=rw,go=r '{}' ';' >+ mkdir -p /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/share/doc/python-py-1.0.2 >+ mv /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages/py/LICENSE /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/share/doc/python-py-1.0.2 >+ cp -pr README.txt doc example contrib /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/share/doc/python-py-1.0.2 >+ find /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.x86_64/usr/lib/python2.6/site-packages -name '*.cmd' -exec rm '{}' ';' >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/py-1.0.2 >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 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-py-1.0.2-1.fc13.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 >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hfykZp >+ umask 022 >+ cd /builddir/build/BUILD >+ cd py-1.0.2 >+ unset DISPLAY >++ pwd >+ PYTHONPATH=/builddir/build/BUILD/py-1.0.2/py >+ /usr/bin/python py/bin/py.test py >inserting into sys.path: /builddir/build/BUILD/py-1.0.2 >============================= test session starts ============================= >python: platform linux2 -- Python 2.6.4 >test object 1: /builddir/build/BUILD/py-1.0.2/py >py/builtin/testing/test_enumerate.py . >py/builtin/testing/test_exception.py .. >py/builtin/testing/test_reversed.py . >py/builtin/testing/test_set.py .. >py/builtin/testing/test_sorted.py .. >py/cmdline/testing/test_cmdline.py .. >py/cmdline/testing/test_generic.py ............. >py/code/testing/test_code.py .......... >py/code/testing/test_excinfo.py .............................................................. >py/code/testing/test_frame.py ... >py/code/testing/test_safe_repr.py ...... >py/code/testing/test_source.py ....................x..............x..... >py/compat S >py/execnet/testing/test_event.py . >py/execnet/testing/test_gateway.py ............s.........................................xs......................................ssssssssssssssssssssssssssssssssssssssssss... >py/execnet/testing/test_gwmanage.py .......... >py/execnet/testing/test_multi.py .... >py/execnet/testing/test_pickle.py .. >py/execnet/testing/test_rsync.py ........ >py/execnet/testing/test_xspec.py ........s...ss >py/io/testing/test_dupfile.py . >py/io/testing/test_fdcapture.py ..... >py/io/testing/test_stdcapture.py ............................. >py/io/testing/test_terminalwriter.py ............................. >py/log/testing/test_log.py ................ >py/log/testing/test_logger.py ........ >py/log/testing/test_warning.py .... >py/magic/testing/test_assertion.py ......... >py/magic/testing/test_autopath.py ..... >py/magic/testing/test_exprinfo.py .......... >py/magic/testing/test_invoke.py .. >py/magic/testing/test_patch.py ... >py/magic/testing/test_viewtype.py .. >py/misc/testing/test_api.py .... >py/misc/testing/test_cache.py ........... >py/misc/testing/test_com.py ............... >py/misc/testing/test_error.py .. >py/misc/testing/test_initpkg.py ...........................................................................................................s.s..................................s.....................................................................................................s...... >py/misc/testing/test_std.py ... >py/misc/testing/test_svnlook.py . >py/misc/testing/test_terminal.py . >py/path/local/testing/test_local.py .....................................................................................s.................. >py/path/local/testing/test_posix.py ...................... >py/path/local/testing/test_win.py sssss >py/path/svn/testing/test_auth.py ........................sssssssssss >py/path/svn/testing/test_test_repo.py .. >py/path/svn/testing/test_urlcommand.py .......................................................................................... >py/path/svn/testing/test_wccommand.py ...............ss........................................................................................ >py/path/testing/test_api.py .... >py/process/testing/test_cmdexec.py ..... >py/process/testing/test_forkedfunc.py ........... >py/process/testing/test_killproc.py . >py/rest/testing/test_convert.py ss >py/rest/testing/test_directive.py s. >py/rest/testing/test_htmlrest.py S >py/rest/testing/test_rst.py .................................................. >py/rest/testing/test_rst2pdf.py s >py/rest/testing/test_transform.py ... >py/test/dist/testing/acceptance_test.py .....s >py/test/dist/testing/test_dsession.py ...................... >py/test/dist/testing/test_mypickle.py .......................... >py/test/dist/testing/test_nodemanage.py x......s >py/test/dist/testing/test_txnode.py ....... >py/test/looponfail/testing/test_remote.py ...... >py/test/looponfail/testing/test_util.py ... >py/test/plugin/pytest__pytest.py .... >py/test/plugin/pytest_default.py ......... >py/test/plugin/pytest_doctest.py ....... >py/test/plugin/pytest_execnetcleanup.py . >py/test/plugin/pytest_figleaf.py S >py/test/plugin/pytest_hooklog.py . >py/test/plugin/pytest_keyword.py .. >py/test/plugin/pytest_monkeypatch.py ..... >py/test/plugin/pytest_pastebin.py .. >py/test/plugin/pytest_pdb.py ...F >py/test/plugin/pytest_pytester.py ... >py/test/plugin/pytest_recwarn.py ........ >py/test/plugin/pytest_restdoc.py .sss...... >py/test/plugin/pytest_resultlog.py ...... >py/test/plugin/pytest_tmpdir.py . >py/test/plugin/pytest_unittest.py .... >py/test/plugin/pytest_xfail.py . >py/test/plugin/test_pytest_capture.py ............x............ >py/test/plugin/test_pytest_helpconfig.py .. >py/test/plugin/test_pytest_nose.py S >py/test/plugin/test_pytest_runner.py ............................ >py/test/plugin/test_pytest_runner_xunit.py ...... >py/test/plugin/test_pytest_terminal.py ......................................... >py/test/testing/acceptance_test.py ...... >py/test/testing/import_test/package/test_import.py . >py/test/testing/test_collect.py ............... >py/test/testing/test_compat.py .................. >py/test/testing/test_config.py .......................... >py/test/testing/test_conftesthandle.py .................... >py/test/testing/test_deprecated_api.py ....... >py/test/testing/test_funcargs.py ........................... >py/test/testing/test_genitems.py ........ >py/test/testing/test_outcome.py ...... >py/test/testing/test_parseopt.py .......... >py/test/testing/test_pickling.py .......... >py/test/testing/test_pluginmanager.py ......................x >py/test/testing/test_pycollect.py .......................... >py/test/testing/test_recording.py S >py/test/testing/test_session.py ..................... >py/test/testing/test_traceback.py .. >py/thread/testing/test_io.py .... >py/thread/testing/test_pool.py ....... >py/tool/testing/test_utestconvert.py . >py/xmlobj/testing/test_html.py ...... >py/xmlobj/testing/test_xml.py ......... >================================== FAILURES =================================== >________________________ TestPDB.test_pdb_interaction _________________________ >self = <py.__.test.plugin.pytest_pdb.TestPDB instance at 0x3920950> >testdir = <TmpTestdir local('/tmp/pytest-0/testdir/test_pdb_interaction0/test_pdb_interaction')> > def test_pdb_interaction(self, testdir): > p1 = testdir.makepyfile(""" > def test_1(): > i = 0 > assert i == 1 > """) >> child = testdir.spawn_pytest("--pdb %s" % p1) >/builddir/build/BUILD/py-1.0.2/py/test/plugin/pytest_pdb.py:153: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = <TmpTestdir local('/tmp/pytest-0/testdir/test_pdb_interaction0/test_pdb_interaction')> >string = '--pdb /tmp/pytest-0/testdir/test_pdb_interaction0/test_pdb_interaction/test_pdb_interaction.py' >expect_timeout = 10.0 > def spawn_pytest(self, string, expect_timeout=10.0): > pexpect = py.test.importorskip("pexpect", "2.3") > basetemp = self.tmpdir.mkdir("pexpect") > invoke = "%s %s" % self._getpybinargs("py.test") > cmd = "%s --basetemp=%s %s" % (invoke, basetemp, string) >> child = pexpect.spawn(cmd, logfile=basetemp.join("spawn.out").open("w")) >/builddir/build/BUILD/py-1.0.2/py/test/plugin/pytest_pytester.py:318: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = <pexpect.spawn object at 0x392b850> >command = '/usr/bin/python /builddir/build/BUILD/py-1.0.2/py/bin/py.test --basetemp=/tmp/pytest-0/testdir/test_pdb_interaction0/...pdb_interaction/pexpect --pdb /tmp/pytest-0/testdir/test_pdb_interaction0/test_pdb_interaction/test_pdb_interaction.py' >args = [], timeout = 30, maxread = 2000, searchwindowsize = None >logfile = <open file '/tmp/pytest-0/testdir/test_pdb_interaction0/test_pdb_interaction/pexpect/spawn.out', mode 'w' at 0x376da48> >cwd = None, env = None > def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None): > > """This is the constructor. The command parameter may be a string that > includes a command and any arguments to the command. For example:: > > child = pexpect.spawn ('/usr/bin/ftp') > child = pexpect.spawn ('/usr/bin/ssh user@example.com') > child = pexpect.spawn ('ls -latr /tmp') > > You may also construct it with a list of arguments like so:: > > child = pexpect.spawn ('/usr/bin/ftp', []) > child = pexpect.spawn ('/usr/bin/ssh', ['user@example.com']) > child = pexpect.spawn ('ls', ['-latr', '/tmp']) > > After this the child application will be created and will be ready to > talk to. For normal use, see expect() and send() and sendline(). > > Remember that Pexpect does NOT interpret shell meta characters such as > redirect, pipe, or wild cards (>, |, or *). This is a common mistake. > If you want to run a command and pipe it through another command then > you must also start a shell. For example:: > > child = pexpect.spawn('/bin/bash -c "ls -l | grep LOG > log_list.txt"') > child.expect(pexpect.EOF) > > The second form of spawn (where you pass a list of arguments) is useful > in situations where you wish to spawn a command and pass it its own > argument list. This can make syntax more clear. For example, the > following is equivalent to the previous example:: > > shell_cmd = 'ls -l | grep LOG > log_list.txt' > child = pexpect.spawn('/bin/bash', ['-c', shell_cmd]) > child.expect(pexpect.EOF) > > The maxread attribute sets the read buffer size. This is maximum number > of bytes that Pexpect will try to read from a TTY at one time. Setting > the maxread size to 1 will turn off buffering. Setting the maxread > value higher may help performance in cases where large amounts of > output are read back from the child. This feature is useful in > conjunction with searchwindowsize. > > The searchwindowsize attribute sets the how far back in the incomming > seach buffer Pexpect will search for pattern matches. Every time > Pexpect reads some data from the child it will append the data to the > incomming buffer. The default is to search from the beginning of the > imcomming buffer each time new data is read from the child. But this is > very inefficient if you are running a command that generates a large > amount of data where you want to match The searchwindowsize does not > effect the size of the incomming data buffer. You will still have > access to the full buffer after expect() returns. > > The logfile member turns on or off logging. All input and output will > be copied to the given file object. Set logfile to None to stop > logging. This is the default. Set logfile to sys.stdout to echo > everything to standard output. The logfile is flushed after each write. > > Example log input and output to a file:: > > child = pexpect.spawn('some_command') > fout = file('mylog.txt','w') > child.logfile = fout > > Example log to stdout:: > > child = pexpect.spawn('some_command') > child.logfile = sys.stdout > > The logfile_read and logfile_send members can be used to separately log > the input from the child and output sent to the child. Sometimes you > don't want to see everything you write to the child. You only want to > log what the child sends back. For example:: > > child = pexpect.spawn('some_command') > child.logfile_read = sys.stdout > > To separately log output sent to the child use logfile_send:: > > self.logfile_send = fout > > The delaybeforesend helps overcome a weird behavior that many users > were experiencing. The typical problem was that a user would expect() a > "Password:" prompt and then immediately call sendline() to send the > password. The user would then see that their password was echoed back > to them. Passwords don't normally echo. The problem is caused by the > fact that most applications print out the "Password" prompt and then > turn off stdin echo, but if you send your password before the > application turned off echo, then you get your password echoed. > Normally this wouldn't be a problem when interacting with a human at a > real keyboard. If you introduce a slight delay just before writing then > this seems to clear up the problem. This was such a common problem for > many users that I decided that the default pexpect behavior should be > to sleep just before writing to the child application. 1/20th of a > second (50 ms) seems to be enough to clear up the problem. You can set > delaybeforesend to 0 to return to the old behavior. Most Linux machines > don't like this to be below 0.03. I don't know why. > > Note that spawn is clever about finding commands on your path. > It uses the same logic that "which" uses to find executables. > > If you wish to get the exit status of the child you must call the > close() method. The exit or signal status of the child will be stored > in self.exitstatus or self.signalstatus. If the child exited normally > then exitstatus will store the exit return code and signalstatus will > be None. If the child was terminated abnormally with a signal then > signalstatus will store the signal value and exitstatus will be None. > If you need more detail you can also read the self.status member which > stores the status returned by os.waitpid. You can interpret this using > os.WIFEXITED/os.WEXITSTATUS or os.WIFSIGNALED/os.TERMSIG. """ > > self.STDIN_FILENO = pty.STDIN_FILENO > self.STDOUT_FILENO = pty.STDOUT_FILENO > self.STDERR_FILENO = pty.STDERR_FILENO > self.stdin = sys.stdin > self.stdout = sys.stdout > self.stderr = sys.stderr > > self.searcher = None > self.ignorecase = False > self.before = None > self.after = None > self.match = None > self.match_index = None > self.terminated = True > self.exitstatus = None > self.signalstatus = None > self.status = None # status returned by os.waitpid > self.flag_eof = False > self.pid = None > self.child_fd = -1 # initially closed > self.timeout = timeout > self.delimiter = EOF > self.logfile = logfile > self.logfile_read = None # input from child (read_nonblocking) > self.logfile_send = None # output to send (send, sendline) > self.maxread = maxread # max bytes to read at one time into buffer > self.buffer = '' # This is the read buffer. See maxread. > self.searchwindowsize = searchwindowsize # Anything before searchwindowsize point is preserved, but not searched. > # Most Linux machines don't like delaybeforesend to be below 0.03 (30 ms). > self.delaybeforesend = 0.05 # Sets sleep time used just before sending data to child. Time in seconds. > self.delayafterclose = 0.1 # Sets delay in close() method to allow kernel time to update process status. Time in seconds. > self.delayafterterminate = 0.1 # Sets delay in terminate() method to allow kernel time to update process status. Time in seconds. > self.softspace = False # File-like object. > self.name = '<' + repr(self) + '>' # File-like object. > self.encoding = None # File-like object. > self.closed = True # File-like object. > self.cwd = cwd > self.env = env > self.__irix_hack = (sys.platform.lower().find('irix')>=0) # This flags if we are running on irix > # Solaris uses internal __fork_pty(). All others use pty.fork(). > if (sys.platform.lower().find('solaris')>=0) or (sys.platform.lower().find('sunos5')>=0): > self.use_native_pty_fork = False > else: > self.use_native_pty_fork = True > > > # allow dummy instances for subclasses that may not use command or args. > if command is None: > self.command = None > self.args = None > self.name = '<pexpect factory incomplete>' > else: >> self._spawn (command, args) >/usr/lib/python2.6/site-packages/pexpect.py:429: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = <pexpect.spawn object at 0x392b850> >command = '/usr/bin/python /builddir/build/BUILD/py-1.0.2/py/bin/py.test --basetemp=/tmp/pytest-0/testdir/test_pdb_interaction0/...pdb_interaction/pexpect --pdb /tmp/pytest-0/testdir/test_pdb_interaction0/test_pdb_interaction/test_pdb_interaction.py' >args = [] > def _spawn(self,command,args=[]): > > """This starts the given command in a child process. This does all the > fork/exec type of stuff for a pty. This is called by __init__. If args > is empty then command will be parsed (split on spaces) and args will be > set to parsed arguments. """ > > # The pid and child_fd of this object get set by this method. > # Note that it is difficult for this method to fail. > # You cannot detect if the child process cannot start. > # So the only way you can tell if the child process started > # or not is to try to read from the file descriptor. If you get > # EOF immediately then it means that the child is already dead. > # That may not necessarily be bad because you may haved spawned a child > # that performs some task; creates no stdout output; and then dies. > > # If command is an int type then it may represent a file descriptor. > if type(command) == type(0): > raise ExceptionPexpect ('Command is an int type. If this is a file descriptor then maybe you want to use fdpexpect.fdspawn which takes an existing file descriptor instead of a command string.') > > if type (args) != type([]): > raise TypeError ('The argument, args, must be a list.') > > if args == []: > self.args = split_command_line(command) > self.command = self.args[0] > else: > self.args = args[:] # work with a copy > self.args.insert (0, command) > self.command = command > > command_with_path = which(self.command) > if command_with_path is None: > raise ExceptionPexpect ('The command was not found or was not executable: %s.' % self.command) > self.command = command_with_path > self.args[0] = self.command > > self.name = '<' + ' '.join (self.args) + '>' > > assert self.pid is None, 'The pid member should be None.' > assert self.command is not None, 'The command member should not be None.' > > if self.use_native_pty_fork: > try: > self.pid, self.child_fd = pty.fork() > except OSError, e: >> raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e)) >E ExceptionPexpect: Error! pty.fork() failed: out of pty devices >/usr/lib/python2.6/site-packages/pexpect.py:529: ExceptionPexpect >______________________________ expected failures ______________________________ >test_source.TestSourceParsingAndCompiling.test_getstatementrange_bug2 /builddir/build/BUILD/py-1.0.2/py/code/testing/test_source.py:190: assert (4, 7) == (0, 9) >test_source.test_source_of_class_at_eof_without_newline /builddir/build/BUILD/py-1.0.2/py/code/testing/test_source.py:316: assert 'class A(object):\n def method(self):\n x = 1' == 'class A(object):\n def method(self):' >test_gateway.TestPopenGateway.test_waitclose_on_remote_killed /builddir/build/BUILD/py-1.0.2/py/execnet/testing/test_gateway.py:563: ExceptionFailure: 'DID NOT RAISE' >test_nodemanage.TestNodeManager.test_rsync_roots_no_roots /builddir/build/BUILD/py-1.0.2/py/test/dist/testing/test_nodemanage.py:17: NameError: global name 'source' is not defined >test_pytest_capture.TestPerTestCapturing.test_capture_scope_cache /builddir/build/BUILD/py-1.0.2/py/test/plugin/test_pytest_capture.py:147: AssertionError: expected line not found: '*Captured stdout during setup*' >test_pluginmanager.test_namespace_has_default_and_env_plugins /builddir/build/BUILD/py-1.0.2/py/test/testing/test_pluginmanager.py:254: assert 1 == 0 >======= 1 failed, 1593 passed, 84 skipped, 6 xfailed in 148.25 seconds ======== >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.hfykZp (%check) > Bad exit status from /var/tmp/rpm-tmp.hfykZp (%check) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-py.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 324, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-py.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 539032
:
371237
|
371238
|
371239
|
371240
| 371241 |
371242