From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: librsvg & Rust Date: Fri, 15 Mar 2019 12:27:41 +0100 Message-ID: <877ed074ya.fsf@gnu.org> References: <20190220161027.17460.87383@vcs0.savannah.gnu.org> <20190220161038.3F54B2040C@vcs0.savannah.gnu.org> <87bm2ol0ud.fsf_-_@gnu.org> <875zswngzb.fsf@fastmail.com> <87tvgfd0ce.fsf@netris.org> <20190308025205.1b5f4b8a@scratchpost.org> <20190308031716.438f1573@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4mTv-0002bl-AR for guix-devel@gnu.org; Fri, 15 Mar 2019 09:02:40 -0400 In-Reply-To: <20190308031716.438f1573@scratchpost.org> (Danny Milosavljevic's message of "Fri, 8 Mar 2019 03:17:16 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hello! Danny Milosavljevic skribis: > http://hydra.gnu.org/build/3385267/nixlog/3/raw seems to be the latest > armhf-linux build attempt on master and it says: > > building of `/gnu/store/xqwkq4hvc3wq7pvx4fcj3sws55zp64b7-rust-1.19.0.drv'= timed out after 3600 seconds of silence > > However, rust-1.19 on master has: > > (properties '((timeout . 72000) ;20 hours > (max-silent-time . 18000))) ;5 hours (for armel) > > Why does it already time out after 3600 seconds of silence although it's = configured to stand 18000 seconds of silence? Note that these properties are ignored by Cuirass, and I believe there can be cases on Hydra where it=E2=80=99s not honored either (e.g., if =E2=80=98rust-1.19=E2=80=99 is built has a dependency of another job.) Ludo=E2=80=99.