[Zope-dev] zope-tests - FAILED: 5, OK: 8

Marius Gedminas marius at gedmin.as
Tue Jul 16 12:53:26 CEST 2013


On Tue, Jul 16, 2013 at 01:00:02AM +0200, Zope tests summarizer wrote:
> [1]    FAILED  winbot / ZODB_dev py_265_win64
>        https://mail.zope.org/pipermail/zope-tests/2013-July/077848.html
> 
> [2]    FAILED  winbot / ZODB_dev py_270_win64
>        https://mail.zope.org/pipermail/zope-tests/2013-July/077850.html
> 
> [3]    FAILED  winbot / ztk_10 py_265_win64
>        https://mail.zope.org/pipermail/zope-tests/2013-July/077841.html
> 
> [4]    FAILED  winbot / ztk_11 py_265_win64
>        https://mail.zope.org/pipermail/zope-tests/2013-July/077844.html
> 
> [5]    FAILED  winbot / ztk_11 py_270_win64
>        https://mail.zope.org/pipermail/zope-tests/2013-July/077846.html

All of these fail with

  ImportError: No module named pkg_resources

All of them use c:\Python27_64\python.exe

Some of them use c:\buildmaster\bootstrap.py, and some of them use a local
bootstrap.py.  In all cases bootstrap downloads
http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg

I went through the list of winbot builders that work on win64, and found
only this (and a few setuptools builders that don't use buildout):
http://winbot.zope.org/builders/BlueBream_dev%20py_270_win64/builds/219

This is BlueBream on Python 2.7 (win64).  It downloads
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz

Incidentally, BlueBream on Python 2.6 (win64) fails bootstrap with
pkg_resources.VersionConflict: (setuptools 0.6c11 (c:\python26_64\lib\site-packages\setuptools-0.6c11-py2.6.egg), Requirement.parse('setuptools>=0.7'))

Suggestion: compare the versions of setuptools in
c:\python2*_64\lib\site-packages with versions in
c:\python2*_32\lib\site-packages, see if there's a pattern.

Perhaps manually installing setuptools >= 0.7 into c:\python2*_64 would
fix the failing builds?

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.zope.org/pipermail/zope-dev/attachments/20130716/70073770/attachment.sig>


More information about the Zope-Dev mailing list