On Mon, Jul 15, 2013 at 01:00:02AM +0200, Zope tests summarizer wrote: > [1] FAILED winbot / ZODB_dev py_265_win32 > https://mail.zope.org/pipermail/zope-tests/2013-July/077831.html > > [3] FAILED winbot / ZODB_dev py_270_win32 > https://mail.zope.org/pipermail/zope-tests/2013-July/077833.html
New error:
CalledProcessError: Command '['c:\\Python26_32\\python.exe', '-c', 'from
ZODB.tests.testSerialize import _functest_prep;
_functest_prep("c:\\buildslave\\ZODB_dev_py_265_win32\\build\\parts\\test\\tmp\\tmpy2lgphserializerfunc\\Data.fs")']'
returned non-zero exit status 1
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"c:\buildslave\zodb_dev_py_265_win32\build\src\ZODB\tests\testSerialize.py",
line 164, in _functest_prep
db = DB(fqn)
File "c:\buildslave\zodb_dev_py_265_win32\build\src\ZODB\DB.py", line
402, in __init__
storage = ZODB.FileStorage.FileStorage(storage, **storage_args)
File
"c:\buildslave\zodb_dev_py_265_win32\build\src\ZODB\FileStorage\FileStorage.py",
line 164, in __init__
self._lock_file = LockFile(file_name + '.lock')
File "c:\eggs\zc.lockfile-1.1.0-py2.6.egg\zc\lockfile\__init__.py", line
81, in __init__
fp = open(path, 'a+')
IOError: [Errno 22] invalid mode ('a+') or filename:
'c:\x08uildslave\\ZODB_dev_py_265_win32\x08uild\\parts\test\tmp\tmpy2lgphserializerfunc\\Data.fs.lock'
Ouch, insufficient quoting of Windows filenames. \b becomes an ASCII
backspace.
> [2] FAILED winbot / ZODB_dev py_265_win64
> https://mail.zope.org/pipermail/zope-tests/2013-July/077832.html
>
> [4] FAILED winbot / ZODB_dev py_270_win64
> https://mail.zope.org/pipermail/zope-tests/2013-July/077834.html
>
> [5] FAILED winbot / ztk_10 py_265_win64
> https://mail.zope.org/pipermail/zope-tests/2013-July/077825.html
>
> [6] FAILED winbot / ztk_11 py_265_win64
> https://mail.zope.org/pipermail/zope-tests/2013-July/077828.html
>
> [7] FAILED winbot / ztk_11 py_270_win64
> https://mail.zope.org/pipermail/zope-tests/2013-July/077830.html
All Win64 builds break with
ImportError: No module named pkg_resources
No idea why, the bootstrap step downloads an (ancient) version of
setuptools:
Downloading
http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg
Marius Gedminas
--
http://pov.lt/ -- Zope 3/BlueBream consulting and development
signature.asc
Description: Digital signature
_______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
