[Buildbot] #3066: buildbot.test.integration.test_master.RunMaster.test_master1 become flaky

Buildbot trac trac at buildbot.net
Wed Nov 26 13:32:43 UTC 2014


#3066: buildbot.test.integration.test_master.RunMaster.test_master1 become flaky
---------------------+--------------------
Reporter:  Ben       |       Owner:
    Type:  defect    |      Status:  new
Priority:  critical  |   Milestone:  0.9.0
 Version:  master    |  Resolution:
Keywords:            |
---------------------+--------------------

Comment (by Ben):

 Unfortunately, those are not the only ones to be flaky:

 {{{
 [ERROR]
 Traceback (most recent call last):
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks
     result = g.send(result)
   File
 "/home/benoit/buildbot/buildbot/master/buildbot/buildslave/base.py", line
 262, in stopService
     yield service.AsyncMultiService.stopService(self)
   File "/home/benoit/buildbot/buildbot/master/buildbot/util/service.py",
 line 204, in stopService
     service.Service.stopService(self)
   File
 "/home/benoit/buildbot/buildbot/master/buildbot/monkeypatches/servicechecks.py",
 line 33, in stopService
     assert self.running, "%r already stopped" % (self,)
 exceptions.AssertionError: <BuildSlave u'local1'> already stopped

 buildbot.test.integration.test_try_client.Schedulers.test_userpass_list_builders
 buildbot.test.integration.test_try_client.Schedulers.test_userpass_no_wait
 }}}

 When running the test under validate.sh, I now even consistently get
 ``KeyboardInterrupt`` ... Is something very wrong with my system ?

 {{{
 ............EEEETraceback (most recent call last):
   File "/home/benoit/buildbot/openvas/venv/bin/trial", line 18, in
 <module>
     run()
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/scripts/trial.py", line 615, in run
     test_result = trialRunner.run(suite)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 729, in run
     return self._runWithoutDecoration(test, self._forceGarbageCollection)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 756, in _runWithoutDecoration
     run()
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 751, in <lambda>
     run = lambda: suite.run(result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 219, in run
     TestSuite.run(self, result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asyncrunner.py", line 36, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 178, in run
     super(LoggedSuite, self).run(result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asyncrunner.py", line 36, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asynctest.py", line 119, in __call__
     return self.run(*args, **kwargs)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_synctest.py", line 943, in run
     _collectWarnings(self._warnings.append, self._runFixturesAndTest,
 result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_synctest.py", line 182, in _collectWarnings
     result = f(*args, **kwargs)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asynctest.py", line 300, in _runFixturesAndTest
     self._wait(d)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asynctest.py", line 402, in _wait
     raise KeyboardInterrupt()
 KeyboardInterrupt............EEEETraceback (most recent call last):
   File "/home/benoit/buildbot/openvas/venv/bin/trial", line 18, in
 <module>
     run()
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/scripts/trial.py", line 615, in run
     test_result = trialRunner.run(suite)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 729, in run
     return self._runWithoutDecoration(test, self._forceGarbageCollection)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 756, in _runWithoutDecoration
     run()
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 751, in <lambda>
     run = lambda: suite.run(result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 219, in run
     TestSuite.run(self, result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asyncrunner.py", line 36, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 178, in run
     super(LoggedSuite, self).run(result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asyncrunner.py", line 36, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
     return self.run(*args, **kwds)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/runner.py", line 151, in run
     test(result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asynctest.py", line 119, in __call__
     return self.run(*args, **kwargs)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_synctest.py", line 943, in run
     _collectWarnings(self._warnings.append, self._runFixturesAndTest,
 result)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_synctest.py", line 182, in _collectWarnings
     result = f(*args, **kwargs)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asynctest.py", line 300, in _runFixturesAndTest
     self._wait(d)
   File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-
 packages/twisted/trial/_asynctest.py", line 402, in _wait
     raise KeyboardInterrupt()
 KeyboardInterrupt
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/3066#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list