Bug#628246: zope.testrunner: FTBFS: Could not find suitable distribution for Requirement.parse('zope.fixers')

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat May 28 12:01:28 UTC 2011


Source: zope.testrunner
Version: 4.0.3-1
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20110528 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/build/user-zope.testrunner_4.0.3-1-amd64-ChRoEV/zope.testrunner-4.0.3'
> for pyvers in 2.7 2.6; do \
> 		python$pyvers setup.py build; \
> 	done
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-2.7
> creating build/lib.linux-x86_64-2.7/zope
> copying src/zope/__init__.py -> build/lib.linux-x86_64-2.7/zope
> creating build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/find.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/selftest.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/shuffle.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/refcount.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/process.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/statistics.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/coverage.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/_doctest.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/logsupport.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/interfaces.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/profiling.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/test_subunit.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/eggsupport.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/filter.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/feature.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/tests.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/layer.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/exceptions.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/garbagecollection.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/options.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/runner.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/formatter.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/listing.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/tb_format.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/debug.py -> build/lib.linux-x86_64-2.7/zope/testrunner
> package init file 'src/zope/testrunner/testrunner-ex/__init__.py' not found (or not a regular file)
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/leak.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/samplelayers.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletests_buffering.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gc1.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletestsf.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/unicode.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gc0.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gcstats.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/pledge.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gcset.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> running egg_info
> writing requirements to src/zope.testrunner.egg-info/requires.txt
> writing src/zope.testrunner.egg-info/PKG-INFO
> writing namespace_packages to src/zope.testrunner.egg-info/namespace_packages.txt
> writing top-level names to src/zope.testrunner.egg-info/top_level.txt
> writing dependency_links to src/zope.testrunner.egg-info/dependency_links.txt
> writing entry points to src/zope.testrunner.egg-info/entry_points.txt
> reading manifest file 'src/zope.testrunner.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt'
> copying src/zope/testrunner/testrunner-arguments.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-colors.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-coverage-win32.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-coverage.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-debugging-layer-setup.test -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-debugging.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-discovery.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-edge-cases.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-errors.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-gc.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-knit.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-layers-api.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-layers-buff.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-layers-ntd.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-layers.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-leaks-err.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-leaks.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-profiling-cprofiler.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-profiling.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-progress.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-repeat.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-shuffle.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-simple.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-subunit-err.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-subunit-leaks.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-subunit.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-tb-format.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-test-selection.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-unexpected-success.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-verbose.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner-wo-source.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> copying src/zope/testrunner/testrunner.txt -> build/lib.linux-x86_64-2.7/zope/testrunner
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/test.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/tests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-719369
> copying src/zope/testrunner/testrunner-ex-719369/sampletestsf.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-719369
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-lib
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-lib/sample4
> copying src/zope/testrunner/testrunner-ex-pp-lib/sample4/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-lib/sample4
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-lib/sample4/products
> copying src/zope/testrunner/testrunner-ex-pp-lib/sample4/products/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-lib/sample4/products
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-products
> copying src/zope/testrunner/testrunner-ex-pp-products/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-products
> copying src/zope/testrunner/testrunner-ex-pp-products/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-products
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-products/more
> copying src/zope/testrunner/testrunner-ex-pp-products/more/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-products/more
> copying src/zope/testrunner/testrunner-ex-pp-products/more/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex-pp-products/more
> copying src/zope/testrunner/testrunner-ex/README.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletests.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletestsl.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_discover.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_discover_notests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_none_suite.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_none_test.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_ntd.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_ntds.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletestsf.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample11
> copying src/zope/testrunner/testrunner-ex/sample1/sample11/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample11
> copying src/zope/testrunner/testrunner-ex/sample1/sample11/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample11
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample12
> copying src/zope/testrunner/testrunner-ex/sample1/sample12/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample12
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample13
> copying src/zope/testrunner/testrunner-ex/sample1/sample13/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample13
> copying src/zope/testrunner/testrunner-ex/sample1/sample13/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sample13
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test1.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test11.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test111.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test112.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test12.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test121.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test122.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test_one.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample1/sampletests
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/e.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_1.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_e.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_f.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_ntd.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_ntds.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/stderrtest.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/do-not-enter
> copying src/zope/testrunner/testrunner-ex/sample2/do-not-enter/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/do-not-enter
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/donotenter
> copying src/zope/testrunner/testrunner-ex/sample2/donotenter/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/donotenter
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample21
> copying src/zope/testrunner/testrunner-ex/sample2/sample21/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample21
> copying src/zope/testrunner/testrunner-ex/sample2/sample21/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample21
> copying src/zope/testrunner/testrunner-ex/sample2/sample21/sampletests_i.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample21
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample22
> copying src/zope/testrunner/testrunner-ex/sample2/sample22/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample22
> copying src/zope/testrunner/testrunner-ex/sample2/sample22/sampletests_i.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample22
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample23
> copying src/zope/testrunner/testrunner-ex/sample2/sample23/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample23
> copying src/zope/testrunner/testrunner-ex/sample2/sample23/sampletests_i.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sample23
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sampletests
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sampletests
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests/test_1.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sampletests
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests/testone.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample2/sampletests
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/post_mortem5.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/post_mortem6.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/post_mortem_failure.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/sampletests.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/sampletests_d.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/sampletests_ntd.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/set_trace5.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/set_trace6.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3/sample31
> copying src/zope/testrunner/testrunner-ex/sample3/sample31/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3/sample31
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3/sample32
> copying src/zope/testrunner/testrunner-ex/sample3/sample32/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3/sample32
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3/sample33
> copying src/zope/testrunner/testrunner-ex/sample3/sample33/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sample3/sample33
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test1.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test11.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test111.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test112.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test12.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test121.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test122.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test_one.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/sampletests
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/usecompiled
> copying src/zope/testrunner/testrunner-ex/usecompiled/README.txt -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/usecompiled
> copying src/zope/testrunner/testrunner-ex/usecompiled/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/usecompiled
> copying src/zope/testrunner/testrunner-ex/usecompiled/compiletest.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/usecompiled
> creating build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/usecompiled/package
> copying src/zope/testrunner/testrunner-ex/usecompiled/package/__init__.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/usecompiled/package
> copying src/zope/testrunner/testrunner-ex/usecompiled/package/compiletest.py -> build/lib.linux-x86_64-2.7/zope/testrunner/testrunner-ex/usecompiled/package
> running build
> running build_py
> creating build/lib.linux-x86_64-2.6
> creating build/lib.linux-x86_64-2.6/zope
> copying src/zope/__init__.py -> build/lib.linux-x86_64-2.6/zope
> creating build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/find.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/selftest.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/shuffle.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/refcount.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/process.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/statistics.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/coverage.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/_doctest.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/logsupport.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/interfaces.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/profiling.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/test_subunit.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/eggsupport.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/filter.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/feature.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/tests.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/layer.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/exceptions.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/garbagecollection.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/options.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/runner.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/formatter.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/listing.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/tb_format.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/debug.py -> build/lib.linux-x86_64-2.6/zope/testrunner
> package init file 'src/zope/testrunner/testrunner-ex/__init__.py' not found (or not a regular file)
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/leak.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/samplelayers.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletests_buffering.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gc1.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletestsf.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/unicode.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gc0.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gcstats.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/pledge.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/gcset.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> running egg_info
> writing requirements to src/zope.testrunner.egg-info/requires.txt
> writing src/zope.testrunner.egg-info/PKG-INFO
> writing namespace_packages to src/zope.testrunner.egg-info/namespace_packages.txt
> writing top-level names to src/zope.testrunner.egg-info/top_level.txt
> writing dependency_links to src/zope.testrunner.egg-info/dependency_links.txt
> writing entry points to src/zope.testrunner.egg-info/entry_points.txt
> reading manifest file 'src/zope.testrunner.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/zope.testrunner.egg-info/SOURCES.txt'
> copying src/zope/testrunner/testrunner-arguments.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-colors.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-coverage-win32.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-coverage.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-debugging-layer-setup.test -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-debugging.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-discovery.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-edge-cases.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-errors.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-gc.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-knit.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-layers-api.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-layers-buff.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-layers-ntd.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-layers.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-leaks-err.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-leaks.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-profiling-cprofiler.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-profiling.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-progress.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-repeat.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-shuffle.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-simple.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-subunit-err.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-subunit-leaks.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-subunit.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-tb-format.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-test-selection.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-unexpected-success.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-verbose.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner-wo-source.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> copying src/zope/testrunner/testrunner.txt -> build/lib.linux-x86_64-2.6/zope/testrunner
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/test.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar
> copying src/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar/tests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-251759/eggs/foo.bar-1.2-py2.5.egg/foo/bar
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-719369
> copying src/zope/testrunner/testrunner-ex-719369/sampletestsf.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-719369
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-lib
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-lib/sample4
> copying src/zope/testrunner/testrunner-ex-pp-lib/sample4/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-lib/sample4
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-lib/sample4/products
> copying src/zope/testrunner/testrunner-ex-pp-lib/sample4/products/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-lib/sample4/products
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-products
> copying src/zope/testrunner/testrunner-ex-pp-products/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-products
> copying src/zope/testrunner/testrunner-ex-pp-products/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-products
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-products/more
> copying src/zope/testrunner/testrunner-ex-pp-products/more/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-products/more
> copying src/zope/testrunner/testrunner-ex-pp-products/more/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex-pp-products/more
> copying src/zope/testrunner/testrunner-ex/README.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletests.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> copying src/zope/testrunner/testrunner-ex/sampletestsl.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_discover.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_discover_notests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_none_suite.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_none_test.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_ntd.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests_ntds.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> copying src/zope/testrunner/testrunner-ex/sample1/sampletestsf.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample11
> copying src/zope/testrunner/testrunner-ex/sample1/sample11/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample11
> copying src/zope/testrunner/testrunner-ex/sample1/sample11/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample11
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample12
> copying src/zope/testrunner/testrunner-ex/sample1/sample12/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample12
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample13
> copying src/zope/testrunner/testrunner-ex/sample1/sample13/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample13
> copying src/zope/testrunner/testrunner-ex/sample1/sample13/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sample13
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test1.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test11.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test111.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test112.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test12.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test121.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test122.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> copying src/zope/testrunner/testrunner-ex/sample1/sampletests/test_one.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample1/sampletests
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/e.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_1.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_e.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_f.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_ntd.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests_ntds.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> copying src/zope/testrunner/testrunner-ex/sample2/stderrtest.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/do-not-enter
> copying src/zope/testrunner/testrunner-ex/sample2/do-not-enter/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/do-not-enter
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/donotenter
> copying src/zope/testrunner/testrunner-ex/sample2/donotenter/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/donotenter
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample21
> copying src/zope/testrunner/testrunner-ex/sample2/sample21/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample21
> copying src/zope/testrunner/testrunner-ex/sample2/sample21/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample21
> copying src/zope/testrunner/testrunner-ex/sample2/sample21/sampletests_i.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample21
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample22
> copying src/zope/testrunner/testrunner-ex/sample2/sample22/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample22
> copying src/zope/testrunner/testrunner-ex/sample2/sample22/sampletests_i.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample22
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample23
> copying src/zope/testrunner/testrunner-ex/sample2/sample23/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample23
> copying src/zope/testrunner/testrunner-ex/sample2/sample23/sampletests_i.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sample23
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sampletests
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sampletests
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests/test_1.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sampletests
> copying src/zope/testrunner/testrunner-ex/sample2/sampletests/testone.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample2/sampletests
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/post_mortem5.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/post_mortem6.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/post_mortem_failure.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/sampletests.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/sampletests_d.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/sampletests_ntd.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/set_trace5.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> copying src/zope/testrunner/testrunner-ex/sample3/set_trace6.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3/sample31
> copying src/zope/testrunner/testrunner-ex/sample3/sample31/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3/sample31
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3/sample32
> copying src/zope/testrunner/testrunner-ex/sample3/sample32/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3/sample32
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3/sample33
> copying src/zope/testrunner/testrunner-ex/sample3/sample33/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sample3/sample33
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test1.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test11.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test111.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test112.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test12.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test121.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test122.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> copying src/zope/testrunner/testrunner-ex/sampletests/test_one.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/sampletests
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/usecompiled
> copying src/zope/testrunner/testrunner-ex/usecompiled/README.txt -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/usecompiled
> copying src/zope/testrunner/testrunner-ex/usecompiled/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/usecompiled
> copying src/zope/testrunner/testrunner-ex/usecompiled/compiletest.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/usecompiled
> creating build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/usecompiled/package
> copying src/zope/testrunner/testrunner-ex/usecompiled/package/__init__.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/usecompiled/package
> copying src/zope/testrunner/testrunner-ex/usecompiled/package/compiletest.py -> build/lib.linux-x86_64-2.6/zope/testrunner/testrunner-ex/usecompiled/package
> for pyvers in 3.2; do \
> 		python$pyvers setup.py build; \
> 	done
> Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
> Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
> Couldn't find index page for 'zope.fixers' (maybe misspelled?)
> Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
> No local packages or download links found for zope.fixers
> Traceback (most recent call last):
>   File "setup.py", line 199, in <module>
>     **extra
>   File "/usr/lib/python3.2/distutils/core.py", line 110, in setup
>     _setup_distribution = dist = klass(attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 221, in __init__
>     self.fetch_build_eggs(attrs.pop('setup_requires'))
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs
>     parse_requirements(requires), installer=self.fetch_build_egg
>   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 544, in resolve
>     dist = best[req.key] = env.best_match(req, self, installer)
>   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 786, in best_match
>     return self.obtain(req, installer) # try and download/install
>   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 798, in obtain
>     return installer(requirement)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 293, in fetch_build_egg
>     return cmd.easy_install(req)
>   File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 598, in easy_install
>     raise DistutilsError(msg)
> distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('zope.fixers')
> make[1]: *** [override_dh_auto_build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/05/28/zope.testrunner_4.0.3-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the pkg-zope-developers mailing list