From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31974: If a phase returns #f, a warning is issued, but the build continues Date: Thu, 28 Jun 2018 13:51:01 -0400 Message-ID: <87o9fuztoa.fsf@netris.org> References: <87efgu8clc.fsf@netris.org> <87bmbwx9z2.fsf@gnu.org> <87y3ezqyyi.fsf@netris.org> <87efgr3q10.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYb6P-0007Au-DK for bug-guix@gnu.org; Thu, 28 Jun 2018 13:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYb6M-0006PD-8T for bug-guix@gnu.org; Thu, 28 Jun 2018 13:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59157) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYb6M-0006Op-40 for bug-guix@gnu.org; Thu, 28 Jun 2018 13:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fYb6L-0006Vq-NI for bug-guix@gnu.org; Thu, 28 Jun 2018 13:53:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efgr3q10.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 28 Jun 2018 17:10:51 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31974@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> I grepped the build logs on Hydra from evaluation 110021 searching for >> the warning issued when a phase returns #f. Some of the build logs had >> been deleted, but of the builds whose logs are still present, these are >> the ones whose 'check' phase returned #f, but which nonetheless >> succeeded: > > Are these builds that succeeded despite these #f returns? Yes, except for 'scm', 'teeworlds', and 'hop'. Those builds ultimately failed, so they should have been omitted from the lists I provided. Mark