From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19811: Attempt to graft texlive times out after one hour Date: Sat, 07 Feb 2015 21:42:29 -0500 Message-ID: <87vbjd15uy.fsf@netris.org> References: <8761bd2moy.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKHpz-00037D-41 for bug-guix@gnu.org; Sat, 07 Feb 2015 21:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKHpv-0007Cz-1z for bug-guix@gnu.org; Sat, 07 Feb 2015 21:43:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKHpu-0007Cv-VE for bug-guix@gnu.org; Sat, 07 Feb 2015 21:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKHpu-0005VN-Fq for bug-guix@gnu.org; Sat, 07 Feb 2015 21:43:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8761bd2moy.fsf@netris.org> (Mark H. Weaver's message of "Sat, 07 Feb 2015 20:53:33 -0500") 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: 19811@debbugs.gnu.org Mark H Weaver 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@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