GNU bug report logs -
#19805
Numpy failures
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Sat, 7 Feb 2015 16:42:02 UTC
Severity: normal
Merged with 19819
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19805 in the body.
You can then email your comments to 19805 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#19805
; Package
guix
.
(Sat, 07 Feb 2015 16:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Enge <andreas <at> enge.fr>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 07 Feb 2015 16:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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.
Andreas
Information forwarded
to
bug-guix <at> gnu.org
:
bug#19805
; Package
guix
.
(Mon, 09 Feb 2015 12:32:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 19805 <at> debbugs.gnu.org (full text, mbox):
Andreas Enge <andreas <at> enge.fr> 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).
At some point we should fix the support for '#:substitutable?' on hydra
(or the upcoming 'guix publish').
Regards,
Fede
Information forwarded
to
bug-guix <at> gnu.org
:
bug#19805
; Package
guix
.
(Mon, 09 Feb 2015 23:08:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 19805 <at> debbugs.gnu.org (full text, mbox):
Federico Beffa <beffa <at> ieee.org> skribis:
> Andreas Enge <andreas <at> enge.fr> 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–i.e.,
that anything depending on ATLAS should not be substituted.
Thanks for investigating!
Ludo’.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#19805
; Package
guix
.
(Tue, 10 Feb 2015 13:22:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 19805 <at> debbugs.gnu.org (full text, mbox):
On Tue, Feb 10, 2015 at 12:07 AM, Ludovic Courtès <ludo <at> gnu.org> wrote:
>> At some point we should fix the support for '#:substitutable?' on hydra
>
> That probably means that #:substitutable? should be propagated–i.e.,
> that anything depending on ATLAS should not be substituted.
I guess so. Is there a way to specify this in a package or does it
require changes to the guix code?
Regards,
Fede
Information forwarded
to
bug-guix <at> gnu.org
:
bug#19805
; Package
guix
.
(Tue, 10 Feb 2015 13:53:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 19805 <at> debbugs.gnu.org (full text, mbox):
ludo <at> gnu.org (Ludovic Courtès) writes:
> Federico Beffa <beffa <at> ieee.org> skribis:
>
>> At some point we should fix the support for '#:substitutable?' on hydra
>
> That probably means that #:substitutable? should be propagated–i.e.,
> that anything depending on ATLAS should not be substituted.
As I just wrote in the "texlive failure" thread, setting
#:substitutable? #f might make sense for texlive. However, in that case
we certainly would not want to propagate that setting.
So, instead of propagating it, how about simply arranging to not send
such packages to the build slaves, instead forcing them to build it
locally on their own?
I suppose this would cause the texlive build log to be prepended to some
other build log, which is not so good, but that could also be dealt with
in various ways, e.g. by changing the "send dependency to slave" logic
for non-substitutable packages to build the package on that particular
slave.
What do you think?
Mark
Information forwarded
to
bug-guix <at> gnu.org
:
bug#19805
; Package
guix
.
(Tue, 10 Feb 2015 14:42:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 19805 <at> debbugs.gnu.org (full text, mbox):
Mark H Weaver <mhw <at> netris.org> skribis:
> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> Federico Beffa <beffa <at> ieee.org> skribis:
>>
>>> At some point we should fix the support for '#:substitutable?' on hydra
>>
>> That probably means that #:substitutable? should be propagated–i.e.,
>> that anything depending on ATLAS should not be substituted.
>
> As I just wrote in the "texlive failure" thread, setting
> #:substitutable? #f might make sense for texlive. However, in that case
> we certainly would not want to propagate that setting.
>
> So, instead of propagating it, how about simply arranging to not send
> such packages to the build slaves, instead forcing them to build it
> locally on their own?
I think there are two properties of interest: “substitutability”, and
“offloadability”.
What do we want for ATLAS, for NumPy, and for TeX Live?
However, note that we can’t currently distinguish between these two
properties: <http://bugs.gnu.org/18747>.
Thanks,
Ludo’.
Merged 19805 19819.
Request was from
ludo <at> gnu.org (Ludovic Courtès)
to
control <at> debbugs.gnu.org
.
(Fri, 11 Sep 2015 19:37:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Fri, 11 Sep 2015 19:41:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andreas Enge <andreas <at> enge.fr>
:
bug acknowledged by developer.
(Fri, 11 Sep 2015 19:41:04 GMT)
Full text and
rfc822 format available.
Message #27 received at 19805-done <at> debbugs.gnu.org (full text, mbox):
This bug is moot now that NumPy uses OpenBLAS instead of ATLAS (commit
dbdfe515), so closing it.
The suggestion about propagating the #:substitutable? flag at
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19805#11> remains valid,
but it’s a separate issue.
Ludo’.
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Fri, 11 Sep 2015 19:41:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Federico Beffa <beffa <at> ieee.org>
:
bug acknowledged by developer.
(Fri, 11 Sep 2015 19:41:05 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 10 Oct 2015 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.