[Zope-dev] buildbot failure in Zope on zope.traversing

ct at gocept.com ct at gocept.com
Sat Jun 7 19:03:33 EDT 2008


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

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

Buildslave for this Build: local

Build Reason: The Nightly scheduler named 'zope.traversing nightly' triggered this build
Build Source Stamp: [branch zope.traversing/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/zope
A    build/src/zope/traversing
A    build/src/zope/traversing/api.py
A    build/src/zope/traversing/tests
A    build/src/zope/traversing/tests/test_physicallocationadapters.py
A    build/src/zope/traversing/tests/test_skinf.py
A    build/src/zope/traversing/tests/test_etc.py
A    build/src/zope/traversing/tests/test_presentation.py
A    build/src/zope/traversing/tests/layer.py
A    build/src/zope/traversing/tests/test_traverser.py
A    build/src/zope/traversing/tests/test_vh.py
A    build/src/zope/traversing/tests/test_namespacetrversal.py
A    build/src/zope/traversing/tests/__init__.py
A    build/src/zope/traversing/tests/ftesting.zcml
A    build/src/zope/traversing/tests/test_lang.py
A    build/src/zope/traversing/tests/test_vhosting.py
A    build/src/zope/traversing/tests/test_skin.py
A    build/src/zope/traversing/tests/test_conveniencefunctions.py
A    build/src/zope/traversing/browser
A    build/src/zope/traversing/browser/configure.zcml
A    build/src/zope/traversing/browser/__init__.py
A    build/src/zope/traversing/browser/absoluteurl.py
A    build/src/zope/traversing/browser/tests.py
A    build/src/zope/traversing/browser/interfaces.py
A    build/src/zope/traversing/namespace.py
A    build/src/zope/traversing/DEPENDENCIES.cfg
A    build/src/zope/traversing/testing.py
A    build/src/zope/traversing/configure.zcml
A    build/src/zope/traversing/__init__.py
A    build/src/zope/traversing/adapters.py
A    build/src/zope/traversing/interfaces.py
A    build/src/zope/__init__.py
A    build/README.txt
 U   build
Checked out revision 87236.
-------------- next part --------------
Creating directory '/home/ctheune/zope.org/slave/zope.traversing/build/bin'.
Creating directory '/home/ctheune/zope.org/slave/zope.traversing/build/parts'.
Creating directory '/home/ctheune/zope.org/slave/zope.traversing/build/develop-eggs'.
Generated script '/home/ctheune/zope.org/slave/zope.traversing/build/bin/buildout'.
-------------- next part --------------
Upgraded:
  zc.buildout version 1.0.3,
  setuptools version 0.6c8;
restarting.
Generated script '/home/ctheune/zope.org/slave/zope.traversing/build/bin/buildout'.
Develop: '/home/ctheune/zope.org/slave/zope.traversing/build/.'
Installing test.
Generated script '/home/ctheune/zope.org/slave/zope.traversing/build/bin/test'.
-------------- next part --------------
Running unit tests:
  Ran 86 tests with 0 failures and 0 errors in 0.527 seconds.
Running zope.traversing.tests.layer.TraversingLayer tests:
  Set up zope.traversing.tests.layer.TraversingLayer/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 2.793 seconds.


Failure in test test_absolute_url (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 110, in test_absolute_url
    self.verify('/pt', 'http://localhost/pt\n')
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify
    self.assertEquals(result.getBody(), content)
  File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'http://localhost/pt' != 'http://localhost/pt\n'



Failure in test test_absolute_url_absolute_traverse (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 132, in test_absolute_url_absolute_traverse
    self.verify('/foo/bar/pt', 'http://localhost/foo/bar/pt\n')
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify
    self.assertEquals(result.getBody(), content)
  File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'http://localhost/foo/bar/pt' != 'http://localhost/foo/bar/pt\n'



Failure in test test_request_base (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 69, in test_request_base
    '<head>\n<base href="http://localhost/pt" />\n'
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify
    self.assertEquals(result.getBody(), content)
  File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: '<head>\n<base href="http://localhost/pt" />\n</head>' != '<head>\n<base href="http://localhost/pt" />\n</head>\n'



Failure in test test_request_url (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 49, in test_request_url
    self.verify('/pt', 'http://localhost/pt\n')
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify
    self.assertEquals(result.getBody(), content)
  File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'http://localhost/pt' != 'http://localhost/pt\n'



Failure in test test_resources (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 143, in test_resources
    self.verify('/foo/bar/pt', 'http://localhost/@@/quux\n')
  File "/home/ctheune/zope.org/slave/zope.traversing/build/src/zope/traversing/tests/test_vhosting.py", line 176, in verify
    self.assertEquals(result.getBody(), content)
  File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'http://localhost/@@/quux' != 'http://localhost/@@/quux\n'

  Ran 7 tests with 5 failures and 0 errors in 0.587 seconds.
Tearing down left over layers:
  Tear down zope.traversing.tests.layer.TraversingLayer in 0.002 seconds.
Total: 93 tests, 5 failures, 0 errors in 3.611 seconds.


More information about the Zope-Dev mailing list