From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Paul Schmidt Subject: bug#22078: failed builds due to exceeding max-silent-time not marked as failed in db Date: Wed, 2 Dec 2015 23:03:07 +0100 Message-ID: <565F6A9B.9050406@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4FVO-0001yI-PR for bug-guix@gnu.org; Wed, 02 Dec 2015 17:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4FVK-0003j9-Mc for bug-guix@gnu.org; Wed, 02 Dec 2015 17:04:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4FVK-0003j3-K0 for bug-guix@gnu.org; Wed, 02 Dec 2015 17:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a4FVK-0002Ci-CW for bug-guix@gnu.org; Wed, 02 Dec 2015 17:04:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4FUW-0000iu-TL for bug-guix@gnu.org; Wed, 02 Dec 2015 17:03:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4FUS-0003SO-SL for bug-guix@gnu.org; Wed, 02 Dec 2015 17:03:12 -0500 Received: from mout.gmx.net ([212.227.15.15]:50475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4FUS-0003SG-Je for bug-guix@gnu.org; Wed, 02 Dec 2015 17:03:08 -0500 Received: from [192.168.1.241] ([77.8.107.219]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0Llm9w-1adaF12vuS-00ZMTa for ; Wed, 02 Dec 2015 23:03:07 +0100 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22078@debbugs.gnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, on my system bulding the derivation for the package tbb (version 4.3.2) does not complete due to exceeding the max-silent-time default value of 3600 seconds (one hour). It seems that in this case the path is not marked as failed in the sqlite3 db /var/guix/db/db.sqlite in the table FailedPaths. This is quite annoying since it seems that several packages depend on it causing the derivation to be built several times (each taking over an hour to fail). The guix daemon is running with the --cache-failures option and I would expect the second run of for n in `guix package -A | cut -f1`; do guix build --no-substitutes "$n" || true; done to be mostly a NOOP, since all failures from the first run should be cached. And even in the first run I wouldn't expect failed dependencies to be tried to build again. Contrary to this on this box even the second run of this takes about half a day or so to complete ;) Flo P.S.: FYI: The thing that takes over an hour to run is ./test_atomic.exe - -- https://fps.io -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWX2qaAAoJEA5f4Coltk8ZnasH/jOg+E0Y/CDxw5SGgcJN0Q6K TYo41AVz0u9tLJEVYW4ZW9Z7A3UL5OTB+03LwC1zT7iDtFzU6a7BzaW2N3gP+GGi Tx+Rq0z7ZIHEF1t71YFtPOAIpuyxwl1yMnRo0kd8BVsrNu843ITI4w+kzGV4tcP1 l9uDf7c+WQ8MFhoMDUqjW5ufIb3zy6yKk1GDXw14xZ8laeiE8hrXFE2LFV4WCxzP VMPDgHBlPF6pAKLYpWSpL2RtL/WxO9tYIYpQ16EW7GjOouCy2ObT+1CJ75kSIOie DZ/RLUSxa39amDFwii5liR+ETgvz3FCoBAcyI5AP/76uMToub1z3S1PNt58EnsE= =Hivd -----END PGP SIGNATURE-----