[Buildbot-devel] Problems configuring buildbot.

Nick Trout nick at rockstarvancouver.com
Wed Apr 27 18:01:34 UTC 2005


> On Behalf Of Brian Warner:
> Please try out current CVS 

Hi Brian, sorry, I have a load of problems with latest CVS (11am PCT).
There does appear to be quite a lag between commit notices and my cvs
updating. I'm not quite sure for the reason for this. Anyway, the
following are the latest unittest problems.

I guess under unix you can rename (mv?) a file to another name and it
will overwrite the other file? Windows doesn't seem to like this.

Nick


<<<<
[ERROR]: testSave (buildbot.test.test_config.Save)


  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_config.py", line 938, in
testSave

    from twisted.scripts import mktap, twistd
  File "C:\Python23\Lib\site-packages\twisted\scripts\twistd.py", line
6, in ?
    from twisted.python import log, syslog
  File "C:\Python23\Lib\site-packages\twisted\python\syslog.py", line 5,
in ?
    syslog = __import__('syslog')
exceptions.ImportError: No module named syslog
========================================================================
=======
[ERROR]: testBuilderInUse (buildbot.test.test_control.Force)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testForce (buildbot.test.test_control.Force)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testNoSlave (buildbot.test.test_control.Force)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testChangeBuilddir (buildbot.test.test_run.Basedir)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testBuild1 (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testBuild2 (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testBuild3 (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testBuild4 (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testDisappear (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testDuplicate (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testIdle1 (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testInterrupt (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testSlaveTimeout (buildbot.test.test_run.Disconnect)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testMaster (buildbot.test.test_run.Run)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: testSlave (buildbot.test.test_run.Status)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[ERROR]: test_waterfall (buildbot.test.test_web.WebTest)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
========================================================================
=======
[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
========================================================================
=======
[ERROR]: test_webPortnum (buildbot.test.test_web.WebTest)


  File "z:\tools\pythonlibs\buildbot\changes\changes.py", line 243, in
saveYours
elf
    os.rename(tmpfilename, filename)
exceptions.OSError: [Errno 17] File exists
------------------------------------------------------------------------
-------
Ran 107 tests in 61.173s

FAILED (skips=12, errors=19, successes=76)
>>>>







More information about the devel mailing list