GNU bug report logs - #19811
Attempt to graft texlive times out after one hour

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Sun, 8 Feb 2015 01:54:01 UTC

Severity: normal

Tags: patch

Merged with 23433

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 19811 in the body.
You can then email your comments to 19811 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#19811; Package guix. (Sun, 08 Feb 2015 01:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark H Weaver <mhw <at> netris.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 08 Feb 2015 01:54:01 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: Attempt to graft texlive times out after one hour
Date: Sat, 07 Feb 2015 20:53:33 -0500
On my i686 Libreboot X60, two consecutive attempts to run "guix package
-u" have failed with the following message:

--8<---------------cut here---------------start------------->8---
grafting '/gnu/store/i8iiv9qd1jndwxxr2h563fwwn0997xkx-cups-2.0.1' -> '/gnu/store/nrdr51fkncjm5nqkx70576g25l4ka5na-cups-2.0.1'...
grafting '/gnu/store/y2f71ym41fp803ysf62k1ajk687xd684-xsensors-0.70' -> '/gnu/store/vhjp122fax73k4vags86q6gqzk5qj232-xsensors-0.70'...
building of `/gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv' timed out after 3600 seconds of silence
cannot build derivation `/gnu/store/c2fab7ppy5xqgsglvkdp489n95278izx-profile.drv': 1 dependencies couldn't be built
guix package: error: build failed: build of `/gnu/store/c2fab7ppy5xqgsglvkdp489n95278izx-profile.drv' failed
--8<---------------cut here---------------end--------------->8---

I guess that my machine and rotating disk are too slow to graft texlive
within an hour.

Apart from that, there are a few specific problems:

* It never notified me that it was grafting texlive.  Are those messages
  not printed until after the grafts have completed?

* I later discovered the --timeout option for 'guix build' (also
  supported by 'guix package') but the manual claims that "By default
  there is no timeout".  This seems to be incorrect.

     Mark




Information forwarded to bug-guix <at> gnu.org:
bug#19811; Package guix. (Sun, 08 Feb 2015 02:43:02 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: 19811 <at> debbugs.gnu.org
Subject: Re: bug#19811: Attempt to graft texlive times out after one hour
Date: Sat, 07 Feb 2015 21:42:29 -0500
Mark H Weaver <mhw <at> netris.org> writes:

> * I later discovered the --timeout option for 'guix build' (also
>   supported by 'guix package') but the manual claims that "By default
>   there is no timeout".  This seems to be incorrect.

I proceeded to try explicitly passing --timeout=0 to 'guix build', but
that didn't work:

--8<---------------cut here---------------start------------->8---
mhw <at> jojen:~/guix$ guix build -c1 --timeout=0 texlive
substitute-binary: updating list of substitutes from 'http://hydra.gnu.org'...
The following derivation will be built:
   /gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv
@ build-started /gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv - i686-linux /var/log/guix/drvs/an//8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv.bz2
building of `/gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv' timed out after 3600 seconds of silence
@ build-failed /gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv - timeout
guix build: error: build failed: build of `/gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv' failed
--8<---------------cut here---------------end--------------->8---

I seem to be stuck now, with no way to update my system :-(

     Mark




Information forwarded to bug-guix <at> gnu.org:
bug#19811; Package guix. (Sun, 08 Feb 2015 02:50:02 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: 19811 <at> debbugs.gnu.org
Subject: Re: bug#19811: Attempt to graft texlive times out after one hour
Date: Sat, 07 Feb 2015 21:49:09 -0500
Mark H Weaver <mhw <at> netris.org> writes:

> Mark H Weaver <mhw <at> netris.org> writes:
>
>> * I later discovered the --timeout option for 'guix build' (also
>>   supported by 'guix package') but the manual claims that "By default
>>   there is no timeout".  This seems to be incorrect.
>
> I proceeded to try explicitly passing --timeout=0 to 'guix build', but
> that didn't work:

Bah, I see now that --max-silent-time is the relevant option to use
here.  Nevermind :)

     Mark




Information forwarded to bug-guix <at> gnu.org:
bug#19811; Package guix. (Sun, 08 Feb 2015 05:10:01 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: 19811 <at> debbugs.gnu.org
Subject: Re: bug#19811: Attempt to graft texlive times out after one hour
Date: Sun, 08 Feb 2015 00:09:37 -0500
Mark H Weaver <mhw <at> netris.org> writes:
> I guess that my machine and rotating disk are too slow to graft texlive
> within an hour.

I was able to do it by passing "--max-silent-time=36000".  It ended up
taking just under 2 hours (real time) to graft texlive on my i686
Libreboot X60 system.

      Mark




Information forwarded to bug-guix <at> gnu.org:
bug#19811; Package guix. (Mon, 16 Nov 2015 13:26:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw <at> netris.org>
Cc: 19811 <at> debbugs.gnu.org
Subject: Re: bug#19811: Attempt to graft texlive times out after one hour
Date: Mon, 16 Nov 2015 14:25:30 +0100
Mark H Weaver <mhw <at> netris.org> skribis:

> I was able to do it by passing "--max-silent-time=36000".  It ended up
> taking just under 2 hours (real time) to graft texlive on my i686
> Libreboot X60 system.

With commit 333c376 it may be down to one hour if there are two cores.
Still way too much for something like TeX Live, but an improvement.

Ludo’.




Merged 19811 23433. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Tue, 03 May 2016 20:07:02 GMT) Full text and rfc822 format available.

Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 12 May 2016 08:01:02 GMT) Full text and rfc822 format available.

Added tag(s) patch. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sat, 21 May 2016 18:22:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#19811; Package guix. (Thu, 19 Oct 2017 03:41:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Mark H Weaver <mhw <at> netris.org>, 19811 <at> debbugs.gnu.org
Subject: Re: bug#19811: Attempt to graft texlive times out after one hour
Date: Thu, 19 Oct 2017 01:50:11 +0200
Ludovic Courtès <ludo <at> gnu.org> writes:

> Mark H Weaver <mhw <at> netris.org> skribis:
>
>> I was able to do it by passing "--max-silent-time=36000".  It ended up
>> taking just under 2 hours (real time) to graft texlive on my i686
>> Libreboot X60 system.
>
> With commit 333c376 it may be down to one hour if there are two cores.
> Still way too much for something like TeX Live, but an improvement.

Is this still an issue?  While grafting the texlive package is still
rather slow I haven’t seen anything close to one hour recently.

Can this bug be closed?

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 19 Oct 2017 07:27:02 GMT) Full text and rfc822 format available.

Notification sent to Mark H Weaver <mhw <at> netris.org>:
bug acknowledged by developer. (Thu, 19 Oct 2017 07:27:02 GMT) Full text and rfc822 format available.

Message #31 received at 19811-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: Mark H Weaver <mhw <at> netris.org>, 19811-done <at> debbugs.gnu.org
Subject: Re: bug#19811: Attempt to graft texlive times out after one hour
Date: Thu, 19 Oct 2017 09:26:17 +0200
Hello,

Ricardo Wurmus <rekado <at> elephly.net> skribis:

> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Mark H Weaver <mhw <at> netris.org> skribis:
>>
>>> I was able to do it by passing "--max-silent-time=36000".  It ended up
>>> taking just under 2 hours (real time) to graft texlive on my i686
>>> Libreboot X60 system.
>>
>> With commit 333c376 it may be down to one hour if there are two cores.
>> Still way too much for something like TeX Live, but an improvement.
>
> Is this still an issue?  While grafting the texlive package is still
> rather slow I haven’t seen anything close to one hour recently.

Same here.  Grafting big packages is still rather slow as you write, but
we shouldn’t have anything as big as the old monolithic texlive package
(4 GiB!).

> Can this bug be closed?

I think so.  Done!

Ludo’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 19 Oct 2017 07:27:02 GMT) Full text and rfc822 format available.

Notification sent to Andreas Enge <andreas <at> enge.fr>:
bug acknowledged by developer. (Thu, 19 Oct 2017 07:27:02 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. (Thu, 16 Nov 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 164 days ago.

Previous Next


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