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

zope-tests at bitdance.com zope-tests at bitdance.com
Sat Jan 31 12:06:49 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
not a package src/zope/products/externaleditor/tests
The following test left new threads behind:
testTimeout (zodb.zeo.tests.test_conn.MappingStorageTimeoutTests)
New thread(s): [<ConnectThread(Connect([(2, ('localhost', 28960))]), started daemon)>]
The following test left new threads behind:
testZEOInvalidation (zodb.zeo.tests.test_zeo.MappingStorageTests)
New thread(s): [<ConnectThread(Connect([(2, ('localhost', 26350))]), started daemon)>, <ConnectThread(Connect([(2, ('localhost', 27162))]), started daemon)>]
Failure in test PythonPage (zope.products.pythonpage)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 67, in runTest
    raise self.failureException(
AssertionError: Failed doctest test for zope.products.pythonpage.PythonPage
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/products/pythonpage/__init__.py", line 107 (or above), in PythonPage

*****************************************************************
Failure in example: pp = PythonPage()
from line #7 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/products/pythonpage/__init__.py", line 113, in __init__
    self.contentType = content_type
NameError: global name 'content_type' is not defined
*****************************************************************
Failure in example: pp.__parent__ = Root()
from line #8 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.__name__ = 'pp'
from line #9 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.setSource(u"'''<html>...</html>'''")
from line #12 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp(request)
from line #13 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.setSource(u"if 1 == 1:\n   '''<html>...</html>'''")
from line #16 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp(request)
from line #17 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.setSource(u"print u'<html>...</html>'")
from line #20 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp(request)
from line #21 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.setSource(u"'''<html>%s</html>''' %x")
from line #24 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp(request, x='test')
from line #25 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.setSource(u"'''<html>%s</html>''' %context.__name__")
from line #28 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp(request)
from line #29 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example:
try:
    pp.setSource(u"'''<html>...</html>") #'''"
except SyntaxError, err:
    print err
from line #32 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 2, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example:
try:
    pp.setSource(u"prin 'hello'")
except SyntaxError, err:
    print err
from line #38 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 2, in ?
NameError: name 'pp' is not defined


======================================================================
FAIL: Doctest: zope.products.pythonpage.PythonPage
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 67, in runTest
    raise self.failureException(
AssertionError: Failed doctest test for zope.products.pythonpage.PythonPage
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/products/pythonpage/__init__.py", line 107 (or above), in PythonPage

*****************************************************************
Failure in example: pp = PythonPage()
from line #7 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/products/pythonpage/__init__.py", line 113, in __init__
    self.contentType = content_type
NameError: global name 'content_type' is not defined
*****************************************************************
Failure in example: pp.__parent__ = Root()
from line #8 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.__name__ = 'pp'
from line #9 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp.setSource(u"'''<html>...</html>'''")
from line #12 of zope.products.pythonpage.PythonPage
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/doctest.py", line 442, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
NameError: name 'pp' is not defined
*****************************************************************
Failure in example: pp(re
<truncated>



More information about the Zope-tests mailing list