[Zope-dev] buildbot failure in Zope on lovely.memcached

ct at gocept.com ct at gocept.com
Sat Jun 7 18:02:06 EDT 2008


The Buildbot has detected a new failure of lovely.memcached on Zope.
Full details are available at:
 http://zopebuildbot.whq.gocept.com/lovely.memcached/builds/115

Buildbot URL: http://zopebuildbot.whq.gocept.com/

Buildslave for this Build: local

Build Reason: The Nightly scheduler named 'lovely.memcached nightly' triggered this build
Build Source Stamp: [branch lovely.memcached/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/CHANGES.txt
A    build/setup.py
A    build/src
A    build/src/lovely
A    build/src/lovely/__init__.py
A    build/src/lovely/memcached
A    build/src/lovely/memcached/lovely.memcached-configure.zcml
A    build/src/lovely/memcached/browser
A    build/src/lovely/memcached/browser/stats.pt
A    build/src/lovely/memcached/browser/configure.zcml
A    build/src/lovely/memcached/browser/__init__.py
A    build/src/lovely/memcached/browser/ftesting.zcml
A    build/src/lovely/memcached/browser/tests.py
A    build/src/lovely/memcached/browser/README.txt
A    build/src/lovely/memcached/configure.zcml
A    build/src/lovely/memcached/__init__.py
A    build/src/lovely/memcached/event.py
A    build/src/lovely/memcached/configurator.py
A    build/src/lovely/memcached/tests.py
A    build/src/lovely/memcached/interfaces.py
A    build/src/lovely/memcached/utility.py
A    build/src/lovely/memcached/README.txt
A    build/src/lovely/memcached/testing
A    build/src/lovely/memcached/testing/__init__.py
A    build/src/lovely/memcached/testing/memcache.py
A    build/src/lovely/memcached/testing/README.txt
A    build/README.txt
 U   build
Checked out revision 87235.
-------------- next part --------------
Creating directory '/home/ctheune/zope.org/slave/lovely.memcached/build/bin'.
Creating directory '/home/ctheune/zope.org/slave/lovely.memcached/build/parts'.
Creating directory '/home/ctheune/zope.org/slave/lovely.memcached/build/develop-eggs'.
Generated script '/home/ctheune/zope.org/slave/lovely.memcached/build/bin/buildout'.
-------------- next part --------------
Upgraded:
  zc.buildout version 1.0.3,
  setuptools version 0.6c8;
restarting.
Generated script '/home/ctheune/zope.org/slave/lovely.memcached/build/bin/buildout'.
Develop: '/home/ctheune/zope.org/slave/lovely.memcached/build/.'
Installing test.
Generated script '/home/ctheune/zope.org/slave/lovely.memcached/build/bin/test'.
-------------- next part --------------
Running unit tests:


Failure in test /home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt
Failed doctest test for README.txt
  File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 0

----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 28, in README.txt
Failed example:
    util.set('cached value', 'cache_key')
Expected:
    '188693688126b424eb89e1385eca6f01'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 30, in README.txt
Failed example:
    util.query('cache_key')
Expected:
    'cached value'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 42, in README.txt
Failed example:
    util.query('cache_key') == u'cached value ä'
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 63, in README.txt
Failed example:
    util1.query(1)
Expected:
    1
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 67, in README.txt
Failed example:
    util1.query(2, ns=u'2')
Expected:
    2
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 69, in README.txt
Failed example:
    util2.query(2)
Expected:
    2
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 95, in README.txt
Failed example:
    sorted(util3.keys())
Expected:
    [1]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 98, in README.txt
Failed example:
    sorted(util3.keys())
Expected:
    [1, 2]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 116, in README.txt
Failed example:
    log
Expected:
    [([1, 2, 3], '...-...-...')]
Got:
    [([], 'zopebuildbot-28617-Thread-1')]
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 128, in README.txt
Failed example:
    sorted(util3.keys())
Expected:
    [1, 2, 3, 4]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 132, in README.txt
Failed example:
    sorted(util3.keys())
Expected:
    [1, 2, 3]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 143, in README.txt
Failed example:
    sorted(util3.keys())
Expected:
    [1, 2, 3]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 145, in README.txt
Failed example:
    sorted(util3.keys(u'3'))
Expected:
    [5]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 151, in README.txt
Failed example:
    sorted(util3.keys())
Expected:
    [2, 3]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 176, in README.txt
Failed example:
    util.set('value of a', 'a', raw=True)
Expected:
    'a'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 187, in README.txt
Failed example:
    util.set('value of a', 'a', ns='NS_', raw=True)
Expected:
    'NS_a'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 194, in README.txt
Failed example:
    util.query('a', raw=True)
Expected:
    'value of a'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 202, in README.txt
Failed example:
    util.query('a', raw=True)
Expected:
    'value of a'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 222, in README.txt
Failed example:
    util5.query(depKey, raw=True)
Expected:
    ('19192ccdbb8267c35b9bdaf2f1f5594b', 'key2')
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 225, in README.txt
Failed example:
    util5.query('key1')
Expected:
    'data1'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 227, in README.txt
Failed example:
    util5.query('key2', raw=True)
Expected:
    'data2'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 234, in README.txt
Failed example:
    util5.query('key1')
Expected:
    'data1'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 236, in README.txt
Failed example:
    util5.query('key2', raw=True)
Expected:
    'data2'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 241, in README.txt
Failed example:
    util5.query(depKey, raw=True)
Expected:
    ('19192ccdbb8267c35b9bdaf2f1f5594b', 'key2')
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 257, in README.txt
Failed example:
    util5.query('key3', ns='1')
Expected:
    'data3'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 269, in README.txt
Failed example:
    util.getStatistics()
Expected:
    [('127.0.0.1:11211 (1)', {...'total_items':...]
Got:
    []
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 295, in README.txt
Failed example:
    cacheUtil1.set('Value1', 'key1', dependencies=['dep1'])
Expected:
    '19192ccdbb8267c35b9bdaf2f1f5594b'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 298, in README.txt
Failed example:
    cacheUtil1.query('key1')
Expected:
    'Value1'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 334, in README.txt
Failed example:
    cacheUtil1.query('key1', ns='test', raw=False)
Expected:
    'Value1'
Got nothing
----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/README.txt", line 338, in README.txt
Failed example:
    cacheUtil1.query('key1', ns='test', raw=False)
Expected:
    'Value1'
Got nothing

  Ran 38 tests with 1 failures and 0 errors in 3.351 seconds.
Running lovely.memcached.browser.tests.MemcachedLayer tests:
  Set up lovely.memcached.browser.tests.MemcachedLayer/home/ctheune/eggs/zope.configuration-3.4.0-py2.4.egg/zope/configuration/config.py:197: DeprecationWarning: ZopeSecurityPolicy is deprecated. It has moved to zope.securitypolicy.zopepolicy  This reference will be removed somedays
  obj = getattr(mod, oname)
 in 4.128 seconds.


Failure in test /home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/browser/README.txt
Failed doctest test for README.txt
  File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/browser/README.txt", line 0

----------------------------------------------------------------------
File "/home/ctheune/zope.org/slave/lovely.memcached/build/src/lovely/memcached/browser/README.txt", line 31, in README.txt
Failed example:
    '<th>127.0.0.1:11211 (1)</th>' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False

  Ran 2 tests with 1 failures and 0 errors in 3.088 seconds.
Tearing down left over layers:
  Tear down lovely.memcached.browser.tests.MemcachedLayer in 0.005 seconds.
Total: 40 tests, 2 failures, 0 errors in 7.474 seconds.


More information about the Zope-Dev mailing list