From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#38232: Cuirass: Some builds fail although their log file ends with 'build-succeeded' Date: Sun, 17 Nov 2019 11:56:41 +0100 Message-ID: <8736emvkie.fsf@gmail.com> References: <87y2wfptj5.fsf@lassieur.org> <874kz2vrem.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37681) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWIEq-0006ST-2B for bug-guix@gnu.org; Sun, 17 Nov 2019 05:57:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWIEp-0000o4-1C for bug-guix@gnu.org; Sun, 17 Nov 2019 05:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59806) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iWIEo-0000nw-Tx for bug-guix@gnu.org; Sun, 17 Nov 2019 05:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iWIEn-0006bU-NE for bug-guix@gnu.org; Sun, 17 Nov 2019 05:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37658) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWIEe-0006SI-6W for bug-guix@gnu.org; Sun, 17 Nov 2019 05:56:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWIEd-0000hI-2b for bug-guix@gnu.org; Sun, 17 Nov 2019 05:56:52 -0500 Received: from mail-wr1-x434.google.com ([2a00:1450:4864:20::434]:44793) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iWIEc-0000gY-SX for bug-guix@gnu.org; Sun, 17 Nov 2019 05:56:51 -0500 Received: by mail-wr1-x434.google.com with SMTP id f2so16071360wrs.11 for ; Sun, 17 Nov 2019 02:56:50 -0800 (PST) In-reply-to: <874kz2vrem.fsf@gmail.com> 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: 38232@debbugs.gnu.org > It seems to be also an issue for evaluations that look successful but > are reported as failed, see here: Looking at those evaluation logs, I think there is yet another issue. On core-updates: * Evaluation 8747 fails because it cannot build curl (https://ci.guix.gnu.org/eval/8748/log/raw). * Next evaluation 8762, considers curl build as previously failed: --8<---------------cut here---------------start------------->8--- Computing Guix derivation for 'x86_64-linux'... builder for `/gnu/store/1510sg9h2ivq4841gqm9dhmq5l50a52b-curl-7.66.0' failed previously (cached) @ build-failed /gnu/store/pqfnxfk5xx0ngc32wlq87vhchh80mnkw-curl-7.66.0.drv - cached--8<---------------cut here---------------end--------------->8--- and fails immediately. The curl build problem (at 8747 evaluation) seems related to some failed test case (1242) that I cannot reproduce locally. Will all future evaluations re-use this cache and also fail immediately? If yes, how can we unblock the situation? Mathieu