[Buildbot-devel] trial buildbot.test on Windows
David.Thorarinsson at sungard.com
David.Thorarinsson at sungard.com
Fri Aug 24 10:57:48 UTC 2007
I installed Buildbot 0.7.5 along with Twisted 2.5.0 and Python 2.5.0 and
the appropriate pywin32 on a Windows 2003 Server machine. So far I have
ironed out a few issues and things are up and running. However, when I
run the buildbot unit tests I get the following result:
Ran 256 tests in 184.555s
FAILED (skips=36, expectedFailures=2, failures=7, errors=3,
successes=207)
On this page:
http://svn.osgdc.org/browse/kusu/kusu-repo/sandbox/build/src/modules/bui
ldbot/README?r1=228&r2=229
I found the following information on running the unit tests:
"There are a few known failures under windows and OS-X, but please
report these to the mailing list so we can isolate and resolve them."
So here I am! The page mentions running 221 tests while my setup ran
256. My question is: are the 7 failures and 3 errors to be expected
under Windows? The same setup on a Linux machine goes through the unit
tests with flying colors. The output from running the test is found
below.
Best regards,
/David
C:\Documents and Settings\davidt>set PYTHONPATH=.
C:\Documents and Settings\davidt>trial buildbot.test
Running 256 tests.
buildbot.test.test__versions
Versions
test_versions ...
[OK]
buildbot.test.test_bonsaipoller
TestBonsaiPoller
testBadUnparsedResult ...
[OK]
testChangeNotSubmitted ...
[OK]
testDuplicateFilesResult ...
[OK]
testDuplicateLogResult ...
[OK]
testFullyFormedResult ...
[OK]
testInvalidDateResult ...
[OK]
testMissingCiResult ...
[OK]
testMissingFilenameResult ...
[OK]
testMissingRevisionResult ...
[OK]
buildbot.test.test_buildreq
Request
testMerge ...
[OK]
Set
testBuildSet ...
[OK]
testSuccess ...
[OK]
buildbot.test.test_changes
Sender
testSender ...
[OK]
TestChangePerspective
testNoPrefix ...
[OK]
testPrefix ...
[OK]
testPrefix2 ...
[OK]
testPrefix3 ...
[OK]
testPrefix4 ...
[OK]
buildbot.test.test_config
ConfigElements
testSchedulers ...
[OK]
ConfigFileTest
testFindConfigFile ...
[OK]
ConfigTest
testBots ...
[OK]
testBuilders ...
[OK]
testDebugPassword ...
[OK]
testEmpty ...
[OK]
testIRC ...
[OK]
testLocks ...
[OK]
testSchedulerErrors ...
[OK]
testSchedulers ...
[OK]
testSimple ...
[OK]
testSlavePortnum ...
[OK]
testSources ...
[SKIPPED]
testWebPathname ...
[OK]
testWebPortnum ...
[OK]
testWithProperties ...
[OK]
StartService
testStartService ...
[OK]
buildbot.test.test_control
Force
testRequest ...
[OK]
buildbot.test.test_dependencies
Dependencies
testParse ...
[OK]
testRun_Fail ...
[OK]
testRun_Pass ...
[OK]
buildbot.test.test_locks
GetLock
testGet ...
[OK]
Locks
testLock1 ...
[OK]
testLock1a ...
[OK]
testLock2 ...
[OK]
testLock3 ...
[OK]
testLock4 ...
[OK]
MakeRealLock
testMaster ...
[OK]
testSlave ...
[OK]
Multi
testLater ...
[OK]
testNow ...
[OK]
testRandom ...
[OK]
Unit
testCompetition ...
[OK]
testLater ...
[OK]
testNow ...
[OK]
testRandom ...
[OK]
buildbot.test.test_maildir
MaildirTest
testMaildir ... creating empty maildir
C:\Python25\lib\site-packages\buildbot\test\test_maildir.py:60:
exceptions.DeprecationWarning: react
or.iterate cannot be used inside unit tests. By Twisted 2.7, using
iterate will fail the test and ma
y crash or hang the test run.
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg1
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg2
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg3
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg4
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg5
got change
got change
got change
got change
got change
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg6
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg7
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg8
delivering C:\Python25\lib\site-packages\buildbot\test\mail\msg9
got change
got change
got change
got change
removing old maildir
[OK]
buildbot.test.test_mailparse
Test1
testMsg1 ...
[OK]
testMsg2 ...
[OK]
testMsg3 ...
[OK]
testMsg4 ...
[OK]
testMsg5 ...
[OK]
testMsg6 ...
[OK]
testMsg7 ...
[OK]
testMsg8 ...
[OK]
testMsg9 ...
[OK]
Test2
testMsg1p ...
[OK]
testMsg2p ...
[OK]
testMsg3p ...
[OK]
testMsg4p ...
[OK]
testMsg5p ...
[OK]
testMsg6p ...
[OK]
testMsg7p ...
[OK]
testMsg8p ...
[OK]
Test3
testMsgS1 ...
[OK]
testMsgS2 ...
[OK]
testMsgS3 ...
[OK]
testMsgS4 ...
[OK]
testMsgS5 ...
[OK]
buildbot.test.test_p4poller
TestP4Poller
testAlreadyWorking ...
[OK]
testCheck ...
[OK]
testFailedChanges ...
[OK]
testFailedDescribe ...
[OK]
testSplitFile ...
[OK]
buildbot.test.test_properties
Interpolate
testBuildNumber ...
[OK]
testCustomBuildStep ...
[OK]
testSlaveName ...
[OK]
testSourceStamp ...
[OK]
testWithProperties ...
[OK]
testWithPropertiesDict ...
[OK]
testWithPropertiesEmpty ...
[OK]
Run
testInterpolate ...
[FAIL]
buildbot.test.test_run
Basedir
testChangeBuilddir ...
[OK]
BuilderNames
testGetBuilderNames ...
[OK]
Disconnect
testBuild1 ...
[OK]
testBuild2 ...
[OK]
testBuild3 ...
[OK]
testBuild4 ...
[OK]
testDisappear ...
[OK]
testDuplicate ...
[OK]
testIdle2 ...
[OK]
testInterrupt ...
[OK]
Disconnect2
testSlaveTimeout ...
[OK]
Ping
testPing ...
[OK]
Run
testMaster ...
[OK]
buildbot.test.test_runner
Create
testMaster ...
[OK]
testSlave ...
[OK]
Options
testFindOptions ...
[OK]
testForceOptions ...
[OK]
Try
testGetTopdir ...
[OK]
testGetopt1 ...
[OK]
testGetopt2 ...
[OK]
testGetopt3 ...
[OK]
testGetopt4 ...
[OK]
buildbot.test.test_scheduler
Scheduling
testAnyBranch ...
[OK]
testAnyBranch2 ...
[OK]
testBranch ...
[OK]
testGetBuildSets ...
[OK]
testNightly ...
[OK]
testPeriodic1 ...
[OK]
testTryJobdir ...
[OK]
testTryUserpass ...
[OK]
buildbot.test.test_shell
SlaveSide
testLogFiles_0 ... Command ended with rc=None
STDERR:
[ERROR]
cleanup errors
[ERROR]
C:\Python25\lib\site-packages\twisted\trial\reporter.py:219:
twisted.trial.reporter.BrokenTestCaseWa
rning: REACTOR UNCLEAN! traceback(s) follow:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\twisted\trial\unittest.py", line
635, in _cleanUp
util._Janitor().postCaseCleanup()
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 64,
in postCaseCleanup
return self._dispatch('cleanPending')
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 72,
in _dispatch
getattr(self, "do_%s" % attr)()
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
164, in warningSuppressingWra
pper
return runWithWarningsSuppressed(suppressedWarnings, f, *a, **kw)
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
144, in runWithWarningsSuppre
ssed
result = f(*a, **kw)
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 91,
in do_cleanPending
raise PendingTimedCallsError(s)
twisted.trial.util.PendingTimedCallsError: pendingTimedCalls still
pending (consider setting twisted
.internet.base.DelayedCall.debug = True): <DelayedCall 29342696
[0.00699996948242s] called=0 cancell
ed=0 Process._pollEvent()>
<DelayedCall 29339816 [0.969000101089s] called=0 cancelled=0
LoopingCall<2>(LogFileWatcher.poll, *(
), **{})()>
<DelayedCall 29342376 [0.969000101089s] called=0 cancelled=0
LoopingCall<2>(LogFileWatcher.poll, *(
), **{})()>
testLogFiles_1 ... Command ended with rc=1
STDERR:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\emitlogs.py", line
15, in <module>
os.unlink("log2.out")
WindowsError: [Error 13] The process cannot access the file because it
is being used by another proc
ess: 'log2.out'
[FAIL]
testLogFiles_2 ... Command ended with rc=None
STDERR:
[ERROR]
cleanup errors
[ERROR]
C:\Python25\lib\site-packages\twisted\trial\reporter.py:219:
twisted.trial.reporter.BrokenTestCaseWa
rning: REACTOR UNCLEAN! traceback(s) follow:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\twisted\trial\unittest.py", line
635, in _cleanUp
util._Janitor().postCaseCleanup()
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 64,
in postCaseCleanup
return self._dispatch('cleanPending')
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 72,
in _dispatch
getattr(self, "do_%s" % attr)()
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
164, in warningSuppressingWra
pper
return runWithWarningsSuppressed(suppressedWarnings, f, *a, **kw)
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
144, in runWithWarningsSuppre
ssed
result = f(*a, **kw)
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 91,
in do_cleanPending
raise PendingTimedCallsError(s)
twisted.trial.util.PendingTimedCallsError: pendingTimedCalls still
pending (consider setting twisted
.internet.base.DelayedCall.debug = True): <DelayedCall 29647816
[0.0999999046326s] called=0 cancelle
d=0 Process._pollEvent()>
<DelayedCall 29648176 [0.93700003624s] called=0 cancelled=0
LoopingCall<2>(LogFileWatcher.poll, *()
, **{})()>
<DelayedCall 29648336 [0.93700003624s] called=0 cancelled=0
LoopingCall<2>(LogFileWatcher.poll, *()
, **{})()>
testLogFiles_3 ... Command ended with rc=1
STDERR:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\emitlogs.py", line
15, in <module>
os.unlink("log2.out")
WindowsError: [Error 13] The process cannot access the file because it
is being used by another proc
ess: 'log2.out'
[FAIL]
testOne ...
[FAIL]
buildbot.test.test_slavecommand
Shell
testInterrupt1 ...
[TODO]
cleanup errors
[ERROR]
C:\Python25\lib\site-packages\twisted\trial\reporter.py:219:
twisted.trial.reporter.BrokenTestCaseWa
rning: REACTOR UNCLEAN! traceback(s) follow:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\twisted\trial\unittest.py", line
635, in _cleanUp
util._Janitor().postCaseCleanup()
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 64,
in postCaseCleanup
return self._dispatch('cleanPending')
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 72,
in _dispatch
getattr(self, "do_%s" % attr)()
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
164, in warningSuppressingWra
pper
return runWithWarningsSuppressed(suppressedWarnings, f, *a, **kw)
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
144, in runWithWarningsSuppre
ssed
result = f(*a, **kw)
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 91,
in do_cleanPending
raise PendingTimedCallsError(s)
twisted.trial.util.PendingTimedCallsError: pendingTimedCalls still
pending (consider setting twisted
.internet.base.DelayedCall.debug = True): <DelayedCall 29751856
[0.0999999046326s] called=0 cancelle
d=0 Process._pollEvent()>
testInterrupt2 ... cleanup errors
[ERROR]
C:\Python25\lib\site-packages\twisted\trial\reporter.py:219:
twisted.trial.reporter.BrokenTestCaseWa
rning: REACTOR UNCLEAN! traceback(s) follow:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\twisted\trial\unittest.py", line
635, in _cleanUp
util._Janitor().postCaseCleanup()
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 64,
in postCaseCleanup
return self._dispatch('cleanPending')
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 72,
in _dispatch
getattr(self, "do_%s" % attr)()
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
164, in warningSuppressingWra
pper
return runWithWarningsSuppressed(suppressedWarnings, f, *a, **kw)
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
144, in runWithWarningsSuppre
ssed
result = f(*a, **kw)
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 91,
in do_cleanPending
raise PendingTimedCallsError(s)
twisted.trial.util.PendingTimedCallsError: pendingTimedCalls still
pending (consider setting twisted
.internet.base.DelayedCall.debug = True): <DelayedCall 29840648
[0.0369999408722s] called=0 cancelle
d=0 Process._pollEvent()>
testShell1 ...
[OK]
testShell2 ...
[OK]
testShellEnv ...
[OK]
testShellMissingCommand ...
[OK]
testShellRC ...
[OK]
testShellSubdir ...
[OK]
testTimeout ...
[TODO]
cleanup errors
[ERROR]
C:\Python25\lib\site-packages\twisted\trial\reporter.py:219:
twisted.trial.reporter.BrokenTestCaseWa
rning: REACTOR UNCLEAN! traceback(s) follow:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\twisted\trial\unittest.py", line
635, in _cleanUp
util._Janitor().postCaseCleanup()
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 64,
in postCaseCleanup
return self._dispatch('cleanPending')
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 72,
in _dispatch
getattr(self, "do_%s" % attr)()
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
164, in warningSuppressingWra
pper
return runWithWarningsSuppressed(suppressedWarnings, f, *a, **kw)
File "C:\Python25\lib\site-packages\twisted\internet\utils.py", line
144, in runWithWarningsSuppre
ssed
result = f(*a, **kw)
File "C:\Python25\lib\site-packages\twisted\trial\util.py", line 91,
in do_cleanPending
raise PendingTimedCallsError(s)
twisted.trial.util.PendingTimedCallsError: pendingTimedCalls still
pending (consider setting twisted
.internet.base.DelayedCall.debug = True): <DelayedCall 29300256
[0.0849997997284s] called=0 cancelle
d=0 Process._pollEvent()>
buildbot.test.test_slaves
Reconfig
testReconfig ...
[OK]
Slave
testDontClaimPingingSlave ...
[OK]
testFallback1 ...
[OK]
testFallback2 ...
[OK]
testSequence ...
[OK]
testSimultaneous ...
[OK]
Slave2
testFirstComeFirstServed ...
[OK]
buildbot.test.test_status
Client
testAdaptation ...
[OK]
Log
testAdd ...
[OK]
testChunks ...
[OK]
testConsumer ...
[OK]
testHTMLUpgrade ...
[OK]
testLargeSummary ...
[OK]
testMerge1 ...
[OK]
testMerge2 ...
[OK]
testMerge3 ...
[OK]
testReadlines ...
[OK]
testSubscribe ...
[OK]
testUpgrade ...
[OK]
Mail
testBuild1 ...
[OK]
testBuild2 ...
[OK]
testBuildStatusCategory ...
[OK]
testBuilderCategory ...
[OK]
testFailure ...
[OK]
testLogs ...
[OK]
testMail ...
[SKIPPED]
Progress
testWavg ...
[OK]
Results
testAddResults ...
[OK]
Subscription
testSlave ...
[OK]
buildbot.test.test_steps
BuildStep
testShellCommand1 ...
C:\Python25\lib\site-packages\buildbot\test\test_steps.py:157:
exceptions.DeprecationWarning: reacto
r.iterate cannot be used inside unit tests. By Twisted 2.7, using
iterate will fail the test and may
crash or hang the test run.
[OK]
CheckStepTester
testSimple ...
[OK]
Python
testPyFlakes1 ...
[OK]
testPyFlakes2 ...
[OK]
testPyFlakes3 ...
[OK]
ReorgCompatibility
testCompat ...
C:\Python25\lib\site-packages\buildbot\process\step.py:7:
exceptions.DeprecationWarning: buildbot.pr
ocess.step is deprecated. Please import things like ShellCommand from
one of the buildbot.steps.* mo
dules instead.
[OK]
SlaveVersion
testCompare ...
[OK]
Steps
testMultipleStepInstances ...
[OK]
test_addCompleteLog ...
[OK]
test_addHTMLLog ...
[OK]
test_addLog ...
[OK]
test_addLogObserver ...
[OK]
test_addURL ...
[OK]
test_description ...
[OK]
test_getProperty ...
[OK]
buildbot.test.test_svnpoller
ComputeChanges
test1 ...
[OK]
testChanges ...
[OK]
testFirstTime ...
[OK]
ComputePrefix
test1 ...
[OK]
test2 ...
[OK]
test3 ...
[OK]
test4 ...
[OK]
Everything
test1 ...
[OK]
Misc
testAlreadyWorking ...
[OK]
testGetRoot ...
[OK]
buildbot.test.test_transfer
Download
testMaxsize ...
[OK]
testMissingFile ...
[OK]
testMode ...
[FAIL]
testSuccess ...
[OK]
Upload
testMaxsize ...
[OK]
testMissingFile ...
[OK]
testMode ...
[FAIL]
testSuccess ...
[OK]
buildbot.test.test_twisted
Count
testCountFailedTests ...
[OK]
Counter
testCounter ...
[OK]
Parse
testParse ...
[OK]
buildbot.test.test_util
Compare
testCompare ...
[OK]
buildbot.test.test_vc
Arch
testCheckout ...
[SKIPPED]
testCheckoutBranch ...
[SKIPPED]
testCheckoutHTTP ...
[SKIPPED]
testPatch ...
[SKIPPED]
testTry ...
[SKIPPED]
Bazaar
testCheckout ...
[SKIPPED]
testCheckoutBranch ...
[SKIPPED]
testCheckoutHTTP ...
[SKIPPED]
testPatch ...
[SKIPPED]
testRetry ...
[SKIPPED]
testRetryFails ...
[SKIPPED]
testTry ...
[SKIPPED]
CVS
testCheckout ...
[SKIPPED]
testCheckoutBranch ...
[SKIPPED]
testPatch ...
[SKIPPED]
testTry ...
[SKIPPED]
Darcs
testCheckout ...
[SKIPPED]
testCheckoutBranch ...
[SKIPPED]
testCheckoutHTTP ...
[SKIPPED]
testPatch ...
[SKIPPED]
testTry ...
[SKIPPED]
Mercurial
testCheckout ...
[SKIPPED]
testCheckoutBranch ...
[SKIPPED]
testCheckoutHTTP ...
[SKIPPED]
testPatch ...
[SKIPPED]
testTry ...
[SKIPPED]
P4
testCheckout ...
[SKIPPED]
testCheckoutBranch ...
[SKIPPED]
testPatch ...
[SKIPPED]
Patch
testPatch ...
[ERROR]
SVN
testCheckout ...
[SKIPPED]
testCheckoutBranch ...
[SKIPPED]
testPatch ...
[SKIPPED]
testTry ...
[SKIPPED]
Sources
testCVS1 ...
[OK]
testCVS2 ...
[OK]
testCVS3 ...
[OK]
testCVS4 ...
[OK]
testSVN1 ...
[OK]
testSVN2 ...
[OK]
buildbot.test.test_web
GetURL
testBase ...
[OK]
testBuild ...
[OK]
testChange ...
[OK]
testMissingBase ...
[OK]
Logfile
test_logfile1 ...
[OK]
test_logfile2 ...
[OK]
test_logfile3 ...
[OK]
test_logfile4 ...
[OK]
test_logfile5 ...
[OK]
test_logfile6 ...
[OK]
Ports
test_webPathname ...
[SKIPPED]
test_webPathname_port ...
[OK]
test_webPortnum ...
[OK]
Waterfall
test_waterfall ...
[FAIL]
WaterfallSteps
test_urls ...
[OK]
========================================================================
=======
[SKIPPED]: buildbot.test.test_config.ConfigTest.testSources
this test needs CVSToys installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_status.Mail.testMail
define BUILDBOT_TEST_MAIL=dest to run this
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Arch.testCheckout
Arch (tla) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Arch.testCheckoutBranch
Arch (tla) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Arch.testCheckoutHTTP
Arch (tla) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Arch.testPatch
Arch (tla) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Arch.testTry
Arch (tla) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Bazaar.testCheckout
Arch (baz) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Bazaar.testCheckoutBranch
Arch (baz) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Bazaar.testCheckoutHTTP
Arch (baz) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Bazaar.testPatch
Arch (baz) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Bazaar.testRetry
Arch (baz) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Bazaar.testRetryFails
Arch (baz) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Bazaar.testTry
Arch (baz) is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.CVS.testCheckout
CVS is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.CVS.testCheckoutBranch
CVS is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.CVS.testPatch
CVS is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.CVS.testTry
CVS is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Darcs.testCheckout
Darcs is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Darcs.testCheckoutBranch
Darcs is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Darcs.testCheckoutHTTP
Darcs is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Darcs.testPatch
Darcs is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Darcs.testTry
Darcs is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Mercurial.testCheckout
Mercurial is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Mercurial.testCheckoutBranch
Mercurial is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Mercurial.testCheckoutHTTP
not yet implemented, use 'hg serve'
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Mercurial.testPatch
Mercurial is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.Mercurial.testTry
Mercurial is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.P4.testCheckout
p4 is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.P4.testCheckoutBranch
p4 is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.P4.testPatch
p4 is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.SVN.testCheckout
SVN is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.SVN.testCheckoutBranch
SVN is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.SVN.testPatch
SVN is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_vc.SVN.testTry
SVN is not installed
========================================================================
=======
[SKIPPED]: buildbot.test.test_web.Ports.test_webPathname
UNIX sockets not supported here
========================================================================
=======
[TODO]: buildbot.test.test_slavecommand.Shell.testInterrupt1
Reason: "interrupt doesn't appear to work under windows"
Traceback (most recent call last):
Failure: buildbot.slave.commands.TimeoutError: SIGKILL failed to kill
process
========================================================================
=======
[TODO]: buildbot.test.test_slavecommand.Shell.testTimeout
Reason: "timeout doesn't appear to work under windows"
Traceback (most recent call last):
Failure: buildbot.slave.commands.TimeoutError: SIGKILL failed to kill
process
========================================================================
=======
[FAIL]: buildbot.test.test_properties.Run.testInterpolate
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\runutils.py", line
118, in failUnlessBuildSuccee
ded
self.failUnless(bs.getResults() == builder.SUCCESS)
twisted.trial.unittest.FailTest: None
========================================================================
=======
[FAIL]: buildbot.test.test_shell.SlaveSide.testLogFiles_1
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_shell.py", line
122, in _check_and_wait
self.fail("command finished too early")
twisted.trial.unittest.FailTest: command finished too early
========================================================================
=======
[FAIL]: buildbot.test.test_shell.SlaveSide.testLogFiles_3
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_shell.py", line
122, in _check_and_wait
self.fail("command finished too early")
twisted.trial.unittest.FailTest: command finished too early
========================================================================
=======
[FAIL]: buildbot.test.test_shell.SlaveSide.testOne
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_shell.py", line
24, in _check
self.failUnlessEqual(logs['stdout'], "this is stdout\n")
twisted.trial.unittest.FailTest: 'this is stdout\r\n' != 'this is
stdout\n'
========================================================================
=======
[FAIL]: buildbot.test.test_transfer.Download.testMode
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_transfer.py",
line 262, in _checkDownload
(dest_mode, 0755))
twisted.trial.unittest.FailTest: target mode was 666, we wanted 755
========================================================================
=======
[FAIL]: buildbot.test.test_transfer.Upload.testMode
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_transfer.py",
line 133, in _checkUpload
(dest_mode, 0755))
twisted.trial.unittest.FailTest: target mode was 666, we wanted 755
========================================================================
=======
[FAIL]: buildbot.test.test_web.Waterfall.test_waterfall
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_web.py", line
251, in _test_waterfall_5
self.failUnless(robotstxt == self.robots_txt_contents)
twisted.trial.unittest.FailTest: None
========================================================================
=======
[ERROR]: buildbot.test.test_shell.SlaveSide.testLogFiles_0
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_shell.py", line
114, in _check_and_wait
raise defer.TimeoutError("gave up on command")
twisted.internet.defer.TimeoutError: gave up on command
========================================================================
=======
[ERROR]: buildbot.test.test_shell.SlaveSide.testLogFiles_2
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_shell.py", line
114, in _check_and_wait
raise defer.TimeoutError("gave up on command")
twisted.internet.defer.TimeoutError: gave up on command
========================================================================
=======
[ERROR]: buildbot.test.test_vc.Patch.testPatch
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\buildbot\test\test_vc.py", line
2374, in testPatch
patch = which("patch")[0]
exceptions.IndexError: list index out of range
------------------------------------------------------------------------
-------
Ran 256 tests in 184.555s
FAILED (skips=36, expectedFailures=2, failures=7, errors=3,
successes=207)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20070824/4b9bf4db/attachment.html>
More information about the devel
mailing list