[Zope-dev] buildbot failure in Zope on z3c.sessionwidget
ct at gocept.com
ct at gocept.com
Sat Jun 7 11:06:02 EDT 2008
The Buildbot has detected a new failure of z3c.sessionwidget on Zope.
Full details are available at:
http://zopebuildbot.whq.gocept.com/z3c.sessionwidget/builds/91
Buildbot URL: http://zopebuildbot.whq.gocept.com/
Buildslave for this Build: local
Build Reason: The Nightly scheduler named 'z3c.sessionwidget nightly' triggered this build
Build Source Stamp: [branch z3c.sessionwidget/trunk] HEAD
Blamelist:
BUILD FAILED: failed test
Logs are attached.
sincerely,
-The Buildbot
-------------- next part --------------
A build/bootstrap.py
A build/buildout.cfg
A build/setup.py
A build/src
A build/src/z3c
A build/src/z3c/__init__.py
A build/src/z3c/sessionwidget
A build/src/z3c/sessionwidget/namespace.py
A build/src/z3c/sessionwidget/configure.zcml
A build/src/z3c/sessionwidget/__init__.py
A build/src/z3c/sessionwidget/z3c.sessionwidget-configure.zcml
A build/src/z3c/sessionwidget/tests.py
A build/src/z3c/sessionwidget/interfaces.py
A build/src/z3c/sessionwidget/widget.py
A build/src/z3c/sessionwidget/README.txt
A build/src/z3c/sessionwidget/SETUP.cfg
A build/setup.cfg
U build
Checked out revision 87225.
-------------- next part --------------
Creating directory '/home/ctheune/zope.org/slave/z3c.sessionwidget/build/bin'.
Creating directory '/home/ctheune/zope.org/slave/z3c.sessionwidget/build/parts'.
Creating directory '/home/ctheune/zope.org/slave/z3c.sessionwidget/build/develop-eggs'.
Generated script '/home/ctheune/zope.org/slave/z3c.sessionwidget/build/bin/buildout'.
-------------- next part --------------
Upgraded:
zc.buildout version 1.0.3,
setuptools version 0.6c8;
restarting.
Generated script '/home/ctheune/zope.org/slave/z3c.sessionwidget/build/bin/buildout'.
Develop: '/home/ctheune/zope.org/slave/z3c.sessionwidget/build/.'
Installing test.
Generated script '/home/ctheune/zope.org/slave/z3c.sessionwidget/build/bin/test'.
-------------- next part --------------
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/widget.py:23: DeprecationWarning: ISession is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes.
from zope.app.session.interfaces import ISession
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/widget.py:24: DeprecationWarning: SessionPkgData is deprecated. It has moved to zope.session.session This reference will be gone sometimes.
from zope.app.session.session import SessionPkgData
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:25: DeprecationWarning: CookieClientIdManager is deprecated. It has moved to zope.session.http This reference will be gone sometimes.
from zope.app.session.http import CookieClientIdManager
Running unit tests:
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:32: DeprecationWarning: ClientId is deprecated. It has moved to zope.session.session This reference will be gone sometimes.
zope.component.provideAdapter(
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:32: DeprecationWarning: IClientId is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes.
zope.component.provideAdapter(
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:34: DeprecationWarning: Session is deprecated. It has moved to zope.session.session This reference will be gone sometimes.
zope.component.provideAdapter(
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:36: DeprecationWarning: IClientIdManager is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes.
zope.component.provideUtility(
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:38: DeprecationWarning: PersistentSessionDataContainer is deprecated. It has moved to zope.session.session This reference will be gone sometimes.
zope.component.provideUtility(
/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:40: DeprecationWarning: ISessionDataContainer is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes.
interfaces.ISessionDataContainer)
Failure in test /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/README.txt
Failed doctest test for README.txt
File "/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/README.txt", line 0
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/README.txt", line 87, in README.txt
Failed example:
objWidget.session
Expected:
<zope.app.session.session.SessionPkgData object at ...>
Got:
<zope.session.session.SessionPkgData object at 0xb741836c>
Ran 19 tests with 1 failures and 0 errors in 0.464 seconds.
More information about the Zope-Dev
mailing list