GNU bug report logs - #35139
Rust builds systematically time out

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Thu, 4 Apr 2019 09:01:02 UTC

Severity: important

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #19 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ivan Petkov <ivanppetkov <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: dannym <at> scratchpost.org, Pierre Langlois <pierre.langlois <at> gmx.com>,
 bug-guix <at> gnu.org
Subject: Re: bug#35139: Rust builds systematically time out
Date: Thu, 4 Apr 2019 10:37:03 -0700
[Message part 1 (text/plain, inline)]
Danny’s got a patch for turning on parallel tests in #35126

Not sure why the previous tests were running sequentially, but there is a comment somewhere saying it’s to avoid EAGAIN errors.

--Ivan

> On Apr 4, 2019, at 9:06 AM, Ludovic Courtès <ludo <at> gnu.org> wrote:
> 
> Ivan Petkov <ivanppetkov <at> gmail.com> skribis:
> 
>>> On Apr 4, 2019, at 1:59 AM, Ludovic Courtès <ludo <at> gnu.org> wrote:
>>> 
>>> The build nodes may be slower than the front-end, but still, it seems
>>> unlikely that it would take more than 6h there.  (That could happen if
>>> the test suite, which lasts 2.1h, were “embarrassingly parallel”, but
>>> we’re running tests with ‘-j1’.)
>>> 
>>> To summarize, there are two problems:
>>> 
>>> 1. Rust takes too long to build.  What can we do about it?  Enable
>>>    parallel builds?
>> 
>> Rust tests are designed to run in parallel, as long as you have enough
>> RAM, file descriptors, etc. available on the machine for the amount of
>> concurrency being used. The compiler test suite is largely just compiling
>> files, so the most important resource is probably available RAM/swap.
> 
> Perhaps we could start with:
> 
>  "-j" (number->string (min (parallel-job-count) 2))
> 
> ?
> 
>> Maybe if the bootstrapped versions don’t ever change skipping the check
>> phase will be safe, but I think we should try running parallel tests first
>> and see how far that gets us.
> 
> Sounds like a good start.
> 
> So the only reason we’re running tests sequentially is because of memory
> usage concerns?
> 
> Thanks,
> Ludo’.
[Message part 2 (text/html, inline)]

This bug report was last modified 3 years and 239 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.