[Zope-tests] FreeBSD Test Results - Zope 3 / Python 2.3 - Too many errors :-(

zope-tests at bitdance.com zope-tests at bitdance.com
Mon Mar 29 12:10:29 EST 2004


==============================================================================
==============================================================================
Python Version:2.3.3 (#1, Jan  4 2004, 20:36:27) 
[GCC 3.2.2 [FreeBSD] 20030205 (release)]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zdaemon/tests/testzdrun.py", line 227, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: ''

Error: can't stat program '/bin/touch'
For help, use /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zdaemon/zdrun.py -h
Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zdaemon/tests/testzdrun.py", line 240, in testUmask
    self.assert_(os.path.exists(path))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

Failure in test findClasses (zope.app.apidoc.classmodule.browser.Menu)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 72, in runTest
    raise self.failureException(
AssertionError: Failed doctest test for zope.app.apidoc.classmodule.browser.Menu.findClasses
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/classmodule/browser.py", line 41, in findClasses

*****************************************************************
Failure in example: info = menu.findClasses()
from line #30 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/classmodule/browser.py", line 100, in findClasses
    klass = zapi.traverse(classModule, p.replace('.', '/'))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 89, in traverse
    return traverser.traverse(path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 123, in traverse
    curr = traversePathElement(curr, name, path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 176, in traversePathElement
    next_item = traversable.traverse(nm, parms, name, further_path)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 59, in traverse
    return subject[name]
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/utilities.py", line 97, in __getitem__
    raise KeyError, key
KeyError: 'Foo2'
*****************************************************************
Failure in example: info.sort()
from line #31 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'info' is not defined
*****************************************************************
Failure in example: pprint.pprint(info)
from line #32 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'info' is not defined
*****************************************************************
Failure in example: info = menu.findClasses()
from line #39 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/classmodule/browser.py", line 100, in findClasses
    klass = zapi.traverse(classModule, p.replace('.', '/'))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 89, in traverse
    return traverser.traverse(path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 123, in traverse
    curr = traversePathElement(curr, name, path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 176, in traversePathElement
    next_item = traversable.traverse(nm, parms, name, further_path)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 59, in traverse
    return subject[name]
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/utilities.py", line 97, in __getitem__
    raise KeyError, key
KeyError: 'Foo2'
*****************************************************************
Failure in example: info.sort()
from line #40 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'info' is not defined
*****************************************************************
Failure in example: pprint.pprint(info)
from line #41 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'info' is not defined
*****************************************************************
Failure in example: info = menu.findClasses()
from line #46 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/classmodule/browser.py", line 100, in findClasses
    klass = zapi.traverse(classModule, p.replace('.', '/'))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 89, in traverse
    return traverser.traverse(path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 123, in traverse
    curr = traversePathElement(curr, name, path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 176, in traversePathElement
    next_item = traversable.traverse(nm, parms, name, further_path)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 59, in traverse
    return subject[name]
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/utilities.py", line 97, in __getitem__
    raise KeyError, key
KeyError: 'Blah'
*****************************************************************
Failure in example: info.sort()
from line #47 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'info' is not defined
*****************************************************************
Failure in example: pprint.pprint(info)
from line #48 of zope.app.apidoc.classmodule.browser.Menu.findClasses
Exception raised:
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctest.py", line 445, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'info' is not defined


Failure in test Module (zope.app.apidoc.classmodule)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 72, in runTest
    raise self.failureException(
AssertionError: Failed doctest test for zope.app.apidoc.classmodule.Module
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/apidoc/classmodule/__init__.py", line 153 (or above), in Module

*****************************************************************
Failure in example: module.getFileName()[-32:]
from line #14 of zope.app.apidoc.classmodule.Module
Expected: 'src/zope/app/apidoc/__init__.pyc'
Got: '/src/zope/app/apidoc/__init__.py'
*****************************************************************
Failure in example: keys[:4]
from line #26 of zope.app.apidoc.classmodule.Module
Expected: ['APIDocumentation', 'browser', 'classmodule', 'ifacemodule']
Got: ['APIDocumentation']


Failure in test safe_import (zope.app.apidoc.classmodule)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", lin
<truncated>



More information about the Zope-tests mailing list