From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31974: If a phase returns #f, a warning is issued, but the build continues Date: Thu, 28 Jun 2018 17:10:51 +0200 Message-ID: <87efgr3q10.fsf@gnu.org> References: <87efgu8clc.fsf@netris.org> <87bmbwx9z2.fsf@gnu.org> <87y3ezqyyi.fsf@netris.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]:55541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYYac-00040X-Cx for bug-guix@gnu.org; Thu, 28 Jun 2018 11:12:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYYaY-0001S3-A3 for bug-guix@gnu.org; Thu, 28 Jun 2018 11:12:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59069) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYYaY-0001RF-5N for bug-guix@gnu.org; Thu, 28 Jun 2018 11:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fYYaX-0002hS-Oa for bug-guix@gnu.org; Thu, 28 Jun 2018 11:12:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y3ezqyyi.fsf@netris.org> (Mark H. Weaver's message of "Thu, 28 Jun 2018 01:09:25 -0400") 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: Mark H Weaver Cc: 31974@debbugs.gnu.org Hello, 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? The =E2=80=98check=E2=80=99 phase is a serious issue that I had overlooked;= in effect, everything is as if we were not running tests. Thanks for investigating! Ludo=E2=80=99.