[Buildbot-devel] upcoming release (win32/Twisted 2.0 issues)

Nick Trout nick at rockstarvancouver.com
Tue Apr 26 17:04:03 UTC 2005


> > Nick: if you can get us any more information on the test_webPathname
> win32
> > failure, maybe we can get that taken care of before the release.
> 
> Sorry for the late reply. Off latest CVS (as of 9.20am PCT) I'm
getting

I upgraded to Twisted 2.0.0 (using the Windows installer for Python 2.3)
as Bear is using this version and is helping with these tests. I still
get a lot of similar warnings to the Twisted 1.3 version.

Nick


========================================================================
=======
[FAIL]: testChangeBuilddir (buildbot.test.test_run.Basedir)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_run.py", line 797, in
testChangeB
uilddir
    self.failUnlessEqual(builder.basedir, "slavebase/dummy")
  File "C:\Python23\Lib\site-packages\twisted\trial\unittest.py", line
415, in <
lambda>
    failUnlessEqual = lambda self, a, b, msg=None: failUnlessEqual(a, b,
msg)
  File "C:\Python23\Lib\site-packages\twisted\trial\assertions.py", line
77, in
failUnlessEqual
    raise FailTest, (msg or '%r != %r' % (first, second))
twisted.trial.assertions.FailTest: 'slavebase\\dummy' !=
'slavebase/dummy'
========================================================================
=======
[FAIL]: testGetBuilderNames (buildbot.test.test_run.BuilderNames)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_run.py", line 505, in
testGetBuil
derNames
    m = master.BuildMaster("/tmp")
  File "z:\tools\pythonlibs\buildbot\master.py", line 609, in __init__
    self.status = Status(self.botmaster, self.basedir)
  File "z:\tools\pythonlibs\buildbot\status\builder.py", line 1412, in
__init__
    assert os.path.isdir(basedir)
exceptions.AssertionError:
========================================================================
=======
[FAIL]: testShell1 (buildbot.test.test_slavecommand.Shell)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
138, in te
stShell1
    self.checkOutput([('stdout', "this is stdout\n"),
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
123, in ch
eckOutput
    self.assertEquals(got, contents)
  File "C:\Python23\Lib\site-packages\twisted\trial\unittest.py", line
415, in <
lambda>
    failUnlessEqual = lambda self, a, b, msg=None: failUnlessEqual(a, b,
msg)
  File "C:\Python23\Lib\site-packages\twisted\trial\assertions.py", line
77, in
failUnlessEqual
    raise FailTest, (msg or '%r != %r' % (first, second))
twisted.trial.assertions.FailTest: 'this is stderr\r\n' != 'this is
stderr\n'
========================================================================
=======
[FAIL]: testShell2 (buildbot.test.test_slavecommand.Shell)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
147, in te
stShell2
    self.checkOutput([('stdout', "this is stdout\n"),
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
123, in ch
eckOutput
    self.assertEquals(got, contents)
  File "C:\Python23\Lib\site-packages\twisted\trial\unittest.py", line
415, in <
lambda>
    failUnlessEqual = lambda self, a, b, msg=None: failUnlessEqual(a, b,
msg)
  File "C:\Python23\Lib\site-packages\twisted\trial\assertions.py", line
77, in
failUnlessEqual
    raise FailTest, (msg or '%r != %r' % (first, second))
twisted.trial.assertions.FailTest: 'this is stderr\r\n' != 'this is
stderr\n'
========================================================================
=======
[FAIL]: testShell3 (buildbot.test.test_slavecommand.Shell)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
157, in te
stShell3
    self.checkOutput([('stdout', "this is stdout\n"),
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
123, in ch
eckOutput
    self.assertEquals(got, contents)
  File "C:\Python23\Lib\site-packages\twisted\trial\unittest.py", line
415, in <
lambda>
    failUnlessEqual = lambda self, a, b, msg=None: failUnlessEqual(a, b,
msg)
  File "C:\Python23\Lib\site-packages\twisted\trial\assertions.py", line
77, in
failUnlessEqual
    raise FailTest, (msg or '%r != %r' % (first, second))
twisted.trial.assertions.FailTest: 'this is stderr\r\n' != 'this is
stderr\n'
========================================================================
=======
[FAIL]: testShell4 (buildbot.test.test_slavecommand.Shell)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
168, in te
stShell4
    self.checkOutput([('stdout', "this is stdout in subdir\n"),
  File "z:\tools\pythonlibs\buildbot\test\test_slavecommand.py", line
123, in ch
eckOutput
    self.assertEquals(got, contents)
  File "C:\Python23\Lib\site-packages\twisted\trial\unittest.py", line
415, in <
lambda>
    failUnlessEqual = lambda self, a, b, msg=None: failUnlessEqual(a, b,
msg)
  File "C:\Python23\Lib\site-packages\twisted\trial\assertions.py", line
77, in
failUnlessEqual
    raise FailTest, (msg or '%r != %r' % (first, second))
twisted.trial.assertions.FailTest: 'this is stderr\r\n' != 'this is
stderr\n'
========================================================================
=======
[ERROR]: testFindOptions (buildbot.test.test_runner.Options)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_runner.py", line 13, in
setUp
    self.savedHome = os.environ['HOME']
  File "C:\Python23\lib\os.py", line 417, in __getitem__
    return self.data[key.upper()]
exceptions.KeyError: 'HOME'
========================================================================
=======
[ERROR]: test_webPathname_port (buildbot.test.test_web.WebTest)


  File "C:\Python23\Lib\site-packages\twisted\internet\defer.py", line
117, in m
aybeDeferred
    result = f(*args, **kw)
  File "z:\tools\pythonlibs\buildbot\test\test_web.py", line 157, in
test_webPat
hname_port
    page = dr(d, 10)
  File "C:\Python23\Lib\site-packages\twisted\trial\util.py", line 54,
in deferr
edResult
    result = _Wait.wait(d, timeout)
  File "C:\Python23\Lib\site-packages\twisted\trial\util.py", line 275,
in wait
    raise e
twisted.internet.defer.TimeoutError: None
------------------------------------------------------------------------
-------
Ran 106 tests in 60.517s

FAILED (skips=12, failures=6, errors=2, successes=86)






More information about the devel mailing list