From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19805: Numpy failures Date: Tue, 10 Feb 2015 00:07:07 +0100 Message-ID: <87zj8m7kh0.fsf__34491.0057647668$1423523289$gmane$org@gnu.org> References: <20150207164108.GA7946@debian> 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]:47039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKxQy-0000dF-P3 for bug-guix@gnu.org; Mon, 09 Feb 2015 18:08:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKxQw-0005rE-Hu for bug-guix@gnu.org; Mon, 09 Feb 2015 18:08:04 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:47385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKxQw-0005r4-FA for bug-guix@gnu.org; Mon, 09 Feb 2015 18:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKxQw-0001u7-3O for bug-guix@gnu.org; Mon, 09 Feb 2015 18:08:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Federico Beffa's message of "Mon, 9 Feb 2015 09:30:16 +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: Federico Beffa Cc: guix-devel@gnu.org, 19805@debbugs.gnu.org Federico Beffa skribis: > Andreas Enge writes: > >> python-numpy-bootstrap currently fails its tests on hydra, which entails= a >> bunch of other failures. On my own x86_64 machines, the build succeeds, >> however. > > We believe the reason being the fact that hydra doesn't handle the flag > '#:substitutable?' properly. As a result we have the following > situation: > > 1. hydra builds a version of ATLAS optimized for its CPU locally. > > 2. 'python-numpy-bootstrap' and co., on some architectures, probably get > an incompatible version of ATLAS and therefore fail to pass some tests. > > You can check in the build log of 'python-numpy-bootstrap' that ATLAS, > despite the flas, is substituted (no local build on the slave). Oh. Actually, slaves do not use substitutes at all, but they receive missing store items from hydra.gnu.org when builds are offloaded. So I suppose they receive something built on hydra.gnu.org, which may be incompatible. > At some point we should fix the support for '#:substitutable?' on hydra That probably means that #:substitutable? should be propagated=E2=80=93i.e., that anything depending on ATLAS should not be substituted. Thanks for investigating! Ludo=E2=80=99.