From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKkyA-0003tf-0B for guix-patches@gnu.org; Fri, 01 Dec 2017 08:03:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKky6-000401-T1 for guix-patches@gnu.org; Fri, 01 Dec 2017 08:03:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58741) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKky6-0003zo-Oe for guix-patches@gnu.org; Fri, 01 Dec 2017 08:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKky6-00065o-G2 for guix-patches@gnu.org; Fri, 01 Dec 2017 08:03:02 -0500 Subject: [bug#29409] [PATCH] tests: install: Increase extlinux install partition size. Resent-Message-ID: References: <877euhtjkj.fsf@gmail.com> <1511976873-26867-1-git-send-email-m.othacehe@gmail.com> <87fu8v1yj3.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87fu8v1yj3.fsf@gnu.org> Date: Fri, 01 Dec 2017 14:02:04 +0100 Message-ID: <87wp26sisz.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29409@debbugs.gnu.org > Does 53d26163c6ec1a1c48a1ec775e67b739b9005270 allow bare-bones to fit in > 1G again? That was the main motivation behind this patch. Ok, i'm running the test again on 1776d5cd but it fails when building guix with the following errors : --8<---------------cut here---------------start------------->8--- GUILEC guix/scripts/import/json.go GUILEC guix/scripts/import/pypi.go GUILEC guix/scripts/import/stackage.go GUILEC guix/ssh.go GUILEC guix/scripts/copy.go GUILEC guix/store/ssh.go GUILEC guix/scripts/offload.go GUILEC guix/config.go GUILEC guix/tests.go GUILEC guix/tests/http.go random seed for tests: 1512112612 ;;; Failed to autoload make-page-map in (charting): ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) guix/scripts/size.scm:221:2: warning: possibly unbound variable `make-page-map' ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload exec-command in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload exec-command in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) gnu/build/shepherd.scm:100:13: warning: possibly unbound variable `read-pid-file' gnu/build/shepherd.scm:161:32: warning: possibly unbound variable `exec-command' gnu/build/shepherd.scm:172:14: warning: possibly unbound variable `read-pid-file' ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload exec-command in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload exec-command in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) ;;; Failed to autoload read-pid-file in (shepherd service): ;;; ERROR: missing interface for module (shepherd service) Backtrace: Exception thrown while printing backtrace: ERROR: In procedure public-lookup: Module named (system repl debug) does not exist Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. make[2]: *** [Makefile:5309: make-go] Error 1 make[2]: Leaving directory '/tmp/guix-build-guix-0.13.0-12.0a154c1+.drv-0/source' --8<---------------cut here---------------end--------------->8--- The test "installed-os" also fails with the same error. Any idea of what is going on ? Thanks, Mathieu