From: ludo@gnu.org (Ludovic Courtès)
To: Martin Castillo <castilma@uni-bremen.de>
Cc: 29356@debbugs.gnu.org
Subject: bug#29356: 1 test-suite test fails
Date: Mon, 20 Nov 2017 10:23:46 +0100 [thread overview]
Message-ID: <87tvxp5mn1.fsf@gnu.org> (raw)
In-Reply-To: <4b65c962-1fe9-e4f4-7b74-4371bff259f5@uni-bremen.de> (Martin Castillo's message of "Sun, 19 Nov 2017 14:37:46 +0100")
Hi Martin,
Martin Castillo <castilma@uni-bremen.de> skribis:
> + guix system build t-guix-system-11155 -n
> + grep 't-guix-system-11155:3:2: .*module .*qemu.*not found' t-guix-system-error-11155
> + rm -f t-guix-system-11155 t-guix-system-error-11155 '/tmp/t-guix-system-11155/*'
> + rmdir /tmp/t-guix-system-11155
> ./test-env: line 1: 11154 Terminated "/home/mcd/guix/pre-inst-env" "/home/mcd/guix/guix-daemon" --disable-chroot --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL"
> FAIL tests/guix-system.sh (exit status: 1)
The failing test here is this:
--8<---------------cut here---------------start------------->8---
cat > "$tmpfile" <<EOF
;; Line 1.
(use-modules (gnu))
(use-package-modules qemu)
EOF
if guix system build "$tmpfile" -n 2> "$errorfile"
then false
else
grep "$tmpfile:3:2: .*module .*qemu.*not found" "$errorfile"
grep "Try.*use-package-modules virtualization" "$errorfile"
fi
--8<---------------cut here---------------end--------------->8---
Could it be that there are stale gnu/packages/qemu.{scm,go} files in the
working tree?
Thanks in advance,
Ludo’.
next prev parent reply other threads:[~2017-11-20 9:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-19 13:37 bug#29356: 1 test-suite test fails Martin Castillo
2017-11-20 9:23 ` Ludovic Courtès [this message]
2017-11-20 19:50 ` Martin Castillo
2017-11-20 21:15 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tvxp5mn1.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=29356@debbugs.gnu.org \
--cc=castilma@uni-bremen.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.