This is the summary for test reports received on the zope-tests list between 2012-06-25 00:00:00 UTC and 2012-06-26 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation: http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds Reports received ---------------- Zope 3.4 Known Good Set / py2.4-32bit-linux Zope 3.4 Known Good Set / py2.4-64bit-linux Zope 3.4 Known Good Set / py2.5-32bit-linux Zope 3.4 Known Good Set / py2.5-64bit-linux Zope-2.10 Python-2.4.6 : Linux Zope-2.11 Python-2.4.6 : Linux Zope-2.12 Python-2.6.8 : Linux Zope-2.13 Python-2.6.8 : Linux Zope-2.13 Python-2.7.3 : Linux Zope-trunk Python-2.6.8 : Linux Zope-trunk Python-2.7.3 : Linux winbot / ZODB_dev py_265_win32 winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_270_win32 winbot / ZODB_dev py_270_win64 winbot / ztk_10 py_254_win32 winbot / ztk_10 py_265_win32 winbot / ztk_10 py_265_win64 winbot / ztk_11 py_254_win32 winbot / ztk_11 py_265_win32 winbot / ztk_11 py_265_win64 winbot / ztk_11 py_270_win32 winbot / ztk_11 py_270_win64 Non-OK results --------------
On Wed, Jun 27, 2012 at 3:00 AM, Zope tests summarizer <noreply@zope.org> wrote:
This is the summary for test reports received on the zope-tests list between 2012-06-25 00:00:00 UTC and 2012-06-26 00:00:00 UTC:
Exception raised on all Buildbots at the end of the tests and I don't know why: http://buildbot.afpy.org/ztk1.0/waterfall http://buildbot.afpy.org/ztk1.0dev/waterfall http://buildbot.afpy.org/ztk1.1/waterfall http://buildbot.afpy.org/ztk1.1dev/waterfall -- Sebastien Douche <sdouche@gmail.com> Twitter: @sdouche / G+: +sdouche
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/27/2012 07:33 AM, Sebastien Douche wrote:
On Wed, Jun 27, 2012 at 3:00 AM, Zope tests summarizer <noreply@zope.org> wrote:
This is the summary for test reports received on the zope-tests list between 2012-06-25 00:00:00 UTC and 2012-06-26 00:00:00 UTC:
Exception raised on all Buildbots at the end of the tests and I don't know why:
http://buildbot.afpy.org/ztk1.0/waterfall http://buildbot.afpy.org/ztk1.0dev/waterfall http://buildbot.afpy.org/ztk1.1/waterfall http://buildbot.afpy.org/ztk1.1dev/waterfall
I don't know what is the source of the "interrupted" status, but ZTK 1.0 should be tested against Python 2.4 - 2.6, while ZTK 1.1 should be tested against Python 2.5 - 2.7. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/rH9AACgkQ+gerLs4ltQ4T4wCeKU6kI571brk2/YjuN6smWP85 6wsAn3e/dSbEI10Y9x4yNE2eWGz72P0c =G1Ql -----END PGP SIGNATURE-----
On Wed, Jun 27, 2012 at 4:59 PM, Tres Seaver <tseaver@palladion.com> wrote:
I don't know what is the source of the "interrupted" status, but ZTK 1.0 should be tested against Python 2.4 - 2.6, while ZTK 1.1 should be tested against Python 2.5 - 2.7.
Done -- Sebastien Douche <sdouche@gmail.com> Twitter: @sdouche / G+: +sdouche
On Wed, Jun 27, 2012 at 01:33:56PM +0200, Sebastien Douche wrote:
On Wed, Jun 27, 2012 at 3:00 AM, Zope tests summarizer <noreply@zope.org> wrote:
This is the summary for test reports received on the zope-tests list between 2012-06-25 00:00:00 UTC and 2012-06-26 00:00:00 UTC:
Exception raised on all Buildbots at the end of the tests and I don't know why:
http://buildbot.afpy.org/ztk1.0/waterfall http://buildbot.afpy.org/ztk1.0dev/waterfall http://buildbot.afpy.org/ztk1.1/waterfall http://buildbot.afpy.org/ztk1.1dev/waterfall
Did you check twistd.log? Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
On Thu, Jun 28, 2012 at 10:37 AM, Marius Gedminas <marius@gedmin.as> wrote:
Did you check twistd.log?
The log is empty. But I played a bit with the configuration file, the exception disappears when I remove lines on time. -- Sebastien Douche <sdouche@gmail.com> Twitter: @sdouche / G+: +sdouche
On Wed, Jun 27, 2012 at 1:33 PM, Sebastien Douche <sdouche@gmail.com> wrote:
On Wed, Jun 27, 2012 at 3:00 AM, Zope tests summarizer <noreply@zope.org> wrote:
This is the summary for test reports received on the zope-tests list between 2012-06-25 00:00:00 UTC and 2012-06-26 00:00:00 UTC:
Exception raised on all Buildbots at the end of the tests and I don't know why:
I removed some lines and it's now ok: http://buildbot.afpy.org/ztk1.0/waterfall http://buildbot.afpy.org/ztk1.0dev/waterfall http://buildbot.afpy.org/ztk1.1/waterfall http://buildbot.afpy.org/ztk1.1dev/waterfall # def start(self): # shell.Test.start(self) # self.started = time.time() # reactor.callLater(self.tick_every, self.tick) # def finished(self, results): # if not self.stopped: # self.stopped = time.time() # shell.Test.finished(self, results) # def tick(self): # if not self.stopped: # self.step_status.setText(self.describe(False)) # reactor.callLater(self.tick_every, self.tick) # def describe(self, done=False): # description = [self.name] # if not done and self.started: # running = time.time() - self.started # description = [self.name, self.formatTime(running)] # return description def createSummary(self, log): # if not self.started: # # just in case something async happens # self.started = time.time() # self.stopped = time.time() log_text = log.getText() totals = self.extractTotals(log_text) if totals: self.descriptionDone = self.descriptionDone + [totals] # the test runner lies about the time ## time_info = self.extractTime(log_text) # time_info = self.formatTime(self.stopped - self.started) # if time_info: # self.descriptionDone = self.descriptionDone + [time_info] -- Sebastien Douche <sdouche@gmail.com> Twitter: @sdouche / G+: +sdouche
participants (4)
-
Marius Gedminas -
Sebastien Douche -
Tres Seaver -
Zope tests summarizer