[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Buildbot] Gnus build failed
From: |
David Engster |
Subject: |
Re: [Buildbot] Gnus build failed |
Date: |
Sun, 31 May 2015 12:44:17 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4 (gnu/linux) |
Katsumi Yamaoka writes:
> On Fri, 29 May 2015 01:57:05 +0200, address@hidden wrote:
>> The Buildbot has detected a new failure on builder emacs-devel.
>> Details at:
>> http://randomsample.de/gnus-buildbot/builders/emacs-devel/builds/737
>> Blamelist: Katsumi Yamaoka <address@hidden>
>
>
>> Please note:
>> - The Buildbot uses 'make fail-on-warn'
>> - If this build fails again, it will only be reported on the
>> Gnus-buildbot mailing list (gmane.emacs.gnus.buildbot)
>
>> ---------------------------------------------------------------
>
> Why did the build, in the last process `test', fail?
> The change are for only string objects (see below), so it should
> not be a cause of any error.
Two reasons, and both indeed have nothing to do with the actual commit:
- Using `sleep-for' to wait for the ping to Gmane does not seem to
wait. This seems to be this issue here:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15990
http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00294.html
I replaced that `sleep-for' with a call to the 'sleep' binary...
- Connecting to Gmane seems to be unreliable, so I disabled running the
test for now.
-David