Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245217 Details for
Bug 335120
dev-python/setuptools-0.6.32 fails TestPTHFileWriter (py2.*)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
log
build.log (text/plain), 12.78 KB, created by
Nikoli
on 2010-08-29 12:56:20 UTC
(
hide
)
Description:
log
Filename:
MIME Type:
Creator:
Nikoli
Created:
2010-08-29 12:56:20 UTC
Size:
12.78 KB
patch
obsolete
> [32;01m*[0m CPV: dev-python/setuptools-0.6.14 > [32;01m*[0m REPO: gentoo > [32;01m*[0m USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU >>>> Unpacking source... >>>> Unpacking distribute-0.6.14.tar.gz to /var/tmp/portage/portage/dev-python/setuptools-0.6.14/work >>>> Source unpacked in /var/tmp/portage/portage/dev-python/setuptools-0.6.14/work >>>> Preparing source in /var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14 ... > [32;01m*[0m Applying setuptools-0.6_rc7-noexe.patch ... >[A[150C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying distribute-0.6.12-disable_versioned_easy_install.patch ... >[A[150C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying distribute-0.6.12-fix_deprecation_warnings.patch ... >[A[150C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14 ... > * Building of dev-python/setuptools-0.6.14 with CPython 2.6... >python2.6 setup.py build -b build-2.6 >running build >running build_py >creating build-2.6 >creating build-2.6/lib >copying pkg_resources.py -> build-2.6/lib >copying easy_install.py -> build-2.6/lib >copying site.py -> build-2.6/lib >creating build-2.6/lib/setuptools >copying setuptools/sandbox.py -> build-2.6/lib/setuptools >copying setuptools/depends.py -> build-2.6/lib/setuptools >copying setuptools/extension.py -> build-2.6/lib/setuptools >copying setuptools/archive_util.py -> build-2.6/lib/setuptools >copying setuptools/package_index.py -> build-2.6/lib/setuptools >copying setuptools/__init__.py -> build-2.6/lib/setuptools >copying setuptools/dist.py -> build-2.6/lib/setuptools >creating build-2.6/lib/setuptools/command >copying setuptools/command/install_scripts.py -> build-2.6/lib/setuptools/command >copying setuptools/command/test.py -> build-2.6/lib/setuptools/command >copying setuptools/command/bdist_wininst.py -> build-2.6/lib/setuptools/command >copying setuptools/command/upload.py -> build-2.6/lib/setuptools/command >copying setuptools/command/setopt.py -> build-2.6/lib/setuptools/command >copying setuptools/command/alias.py -> build-2.6/lib/setuptools/command >copying setuptools/command/saveopts.py -> build-2.6/lib/setuptools/command >copying setuptools/command/rotate.py -> build-2.6/lib/setuptools/command >copying setuptools/command/develop.py -> build-2.6/lib/setuptools/command >copying setuptools/command/install_egg_info.py -> build-2.6/lib/setuptools/command >copying setuptools/command/easy_install.py -> build-2.6/lib/setuptools/command >copying setuptools/command/bdist_rpm.py -> build-2.6/lib/setuptools/command >copying setuptools/command/bdist_egg.py -> build-2.6/lib/setuptools/command >copying setuptools/command/install.py -> build-2.6/lib/setuptools/command >copying setuptools/command/register.py -> build-2.6/lib/setuptools/command >copying setuptools/command/install_lib.py -> build-2.6/lib/setuptools/command >copying setuptools/command/__init__.py -> build-2.6/lib/setuptools/command >copying setuptools/command/egg_info.py -> build-2.6/lib/setuptools/command >copying setuptools/command/sdist.py -> build-2.6/lib/setuptools/command >copying setuptools/command/build_py.py -> build-2.6/lib/setuptools/command >copying setuptools/command/build_ext.py -> build-2.6/lib/setuptools/command >copying setuptools/command/upload_docs.py -> build-2.6/lib/setuptools/command >creating build-2.6/lib/setuptools/tests >copying setuptools/tests/test_easy_install.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_upload_docs.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_build_ext.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/server.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_develop.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/doctest.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_sandbox.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/test_resources.py -> build-2.6/lib/setuptools/tests >copying setuptools/tests/__init__.py -> build-2.6/lib/setuptools/tests >warning: build_py: byte-compiling is disabled, skipping. >>>> Source compiled. > * Testing of dev-python/setuptools-0.6.14 with CPython 2.6... >PYTHONPATH=build-2.6/lib python2.6 setup.py build -b build-2.6 test >running build >running build_py >running test >running egg_info >writing distribute.egg-info/PKG-INFO >writing top-level names to distribute.egg-info/top_level.txt >writing dependency_links to distribute.egg-info/dependency_links.txt >writing entry points to distribute.egg-info/entry_points.txt >reading manifest file 'distribute.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'distribute.egg-info/SOURCES.txt' >running build_ext >testExtractConst (setuptools.tests.DependsTests) ... ok >testFindModule (setuptools.tests.DependsTests) ... ok >testModuleExtract (setuptools.tests.DependsTests) ... ok >testRequire (setuptools.tests.DependsTests) ... ok >testContents (setuptools.tests.DistroTests) ... ok >testDistroType (setuptools.tests.DistroTests) ... ok >testEmpty (setuptools.tests.DistroTests) ... ok >testExcludePackage (setuptools.tests.DistroTests) ... ok >testExcludePackages (setuptools.tests.DistroTests) ... ok >testIncludeExclude (setuptools.tests.DistroTests) ... ok >testInvalidIncludeExclude (setuptools.tests.DistroTests) ... ok >testAvailability (setuptools.tests.FeatureTests) ... ok >testDefaults (setuptools.tests.FeatureTests) ... ok >testFeatureOptions (setuptools.tests.FeatureTests) ... ok >testFeatureWithInvalidRemove (setuptools.tests.FeatureTests) ... ok >testUseFeatures (setuptools.tests.FeatureTests) ... ok >testConflictingOptions (setuptools.tests.TestCommandTests) ... ok >testDefaultSuite (setuptools.tests.TestCommandTests) ... ok >testDefaultWModuleOnCmdLine (setuptools.tests.TestCommandTests) ... ok >testLongOptSuiteWNoDefault (setuptools.tests.TestCommandTests) ... ok >testNoSuite (setuptools.tests.TestCommandTests) ... ok >testTestIsCommand (setuptools.tests.TestCommandTests) ... ok >Doctest: api_tests.txt ... ok >test_get_script_args (setuptools.tests.test_easy_install.TestEasyInstallTest) ... ok >test_install_site_py (setuptools.tests.test_easy_install.TestEasyInstallTest) ... [?1034hCreating /var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/tmpsNVLBS/site.py >ok >test_no_find_links (setuptools.tests.test_easy_install.TestEasyInstallTest) ... install_dir /var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/tmpbc8D5C/ok >install_dir /var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/tmpYAvZiq/ok >Not found: link1 >Not found: link2 >ok >test_no_setup_cfg (setuptools.tests.test_easy_install.TestEasyInstallTest) ... ok >a pth file manager should set dirty ... /var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14/setuptools/command/easy_install.py:1574: UserWarning: Unbuilt egg for Unknown [unknown version] (/var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14) > Environment.add(self,dist) >ok >test_add_from_site_is_ignored (setuptools.tests.test_easy_install.TestPTHFileWriter) ... /var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14/setuptools/command/easy_install.py:1574: UserWarning: Unbuilt egg for Unknown [unknown version] (/test/location/does-not-have-to-exist) > Environment.add(self,dist) >FAIL >test_local_index (setuptools.tests.test_easy_install.TestUserInstallTest) ... install_dir /var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/tmplfrP1T >Searching for foo >Best match: foo 1.0 >Adding foo 1.0 to easy-install.pth file > >Using /var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/tmpegz9j9 >ok >test_multiproc_atexit (setuptools.tests.test_easy_install.TestUserInstallTest) ... INFO:test_easy_install:this should not break >ok >test_user_install_implied (setuptools.tests.test_easy_install.TestUserInstallTest) ... install_dir /var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/tmpOEcYkb >ok >test_user_install_not_implied_without_usersite_enabled (setuptools.tests.test_easy_install.TestUserInstallTest) ... ok >test_create_zipfile (setuptools.tests.test_upload_docs.TestUploadDocsTest) ... ok >test_get_ext_filename (setuptools.tests.test_build_ext.TestBuildExtTest) ... ok >test_develop (setuptools.tests.test_develop.TestDevelopTest) ... install_dir /var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/tmpYGrjh8 >ok >test_develop_with_setup_requires (setuptools.tests.test_develop.TestDevelopTest) ... install_dir . >Checking .pth file support in . >/usr/bin/python2.6 -E -c pass >Searching for I-DONT-EXIST >Reading http://pypi.python.org/simple/I_DONT_EXIST/ >Reading http://pypi.python.org/simple/I-DONT-EXIST/ >Couldn't find index page for 'I_DONT_EXIST' (maybe misspelled?) >Scanning index of all packages (this may take a while) >Reading http://pypi.python.org/simple/ >No local packages or download links found for I-DONT-EXIST >ok >test_devnull (setuptools.tests.test_sandbox.TestSandbox) ... ok >testCollection (setuptools.tests.test_resources.DistroTests) ... ok >testDistroBasics (setuptools.tests.test_resources.DistroTests) ... ok >testDistroDependsOptions (setuptools.tests.test_resources.DistroTests) ... ok >testDistroDependsSimple (setuptools.tests.test_resources.DistroTests) ... ok >testDistroMetadata (setuptools.tests.test_resources.DistroTests) ... ok >testDistroParse (setuptools.tests.test_resources.DistroTests) ... ok >testResolve (setuptools.tests.test_resources.DistroTests) ... ok >testSetuptoolsDistributeCombination (setuptools.tests.test_resources.DistroTests) ... ok >testBasics (setuptools.tests.test_resources.EntryPointTests) ... ok >testParse (setuptools.tests.test_resources.EntryPointTests) ... ok >testParseList (setuptools.tests.test_resources.EntryPointTests) ... ok >testParseMap (setuptools.tests.test_resources.EntryPointTests) ... ok >testRejects (setuptools.tests.test_resources.EntryPointTests) ... ok >testEmptyParse (setuptools.tests.test_resources.ParseTests) ... ok >testSafeName (setuptools.tests.test_resources.ParseTests) ... ok >testSafeVersion (setuptools.tests.test_resources.ParseTests) ... ok >testSimpleRequirements (setuptools.tests.test_resources.ParseTests) ... ok >testSplitting (setuptools.tests.test_resources.ParseTests) ... ok >testVersionEquality (setuptools.tests.test_resources.ParseTests) ... ok >testVersionOrdering (setuptools.tests.test_resources.ParseTests) ... ok >testYielding (setuptools.tests.test_resources.ParseTests) ... ok >testAdvancedContains (setuptools.tests.test_resources.RequirementsTests) ... ok >testBasicContains (setuptools.tests.test_resources.RequirementsTests) ... ok >testBasics (setuptools.tests.test_resources.RequirementsTests) ... ok >testDistributeSetuptoolsOverride (setuptools.tests.test_resources.RequirementsTests) ... ok >testOptionsAndHashing (setuptools.tests.test_resources.RequirementsTests) ... ok >testOrdering (setuptools.tests.test_resources.RequirementsTests) ... ok >testVersionEquality (setuptools.tests.test_resources.RequirementsTests) ... ok >test_get_script_header (setuptools.tests.test_resources.ScriptHeaderTests) ... ok >test_get_script_header_jython_workaround (setuptools.tests.test_resources.ScriptHeaderTests) ... ok > >====================================================================== >FAIL: test_add_from_site_is_ignored (setuptools.tests.test_easy_install.TestPTHFileWriter) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14/setuptools/tests/test_easy_install.py", line 147, in test_add_from_site_is_ignored > self.assert_(not pth.dirty) >AssertionError > >---------------------------------------------------------------------- >Ran 68 tests in 3.601s > >FAILED (failures=1) > [31;01m*[0m ERROR: dev-python/setuptools-0.6.14 failed: > [31;01m*[0m Testing failed with CPython 2.6 in distutils_testing() function > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 54: Called src_test > [31;01m*[0m environment, line 4820: Called distutils_src_test > [31;01m*[0m environment, line 1510: Called python_execute_function 'distutils_testing' > [31;01m*[0m environment, line 3570: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m die "${failure_message}"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.14', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.14'. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/portage/dev-python/setuptools-0.6.14/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/portage/dev-python/setuptools-0.6.14/work/distribute-0.6.14'
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 335120
:
245217
|
332278
|
332280