From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33106: "make check-system TESTS=basic" fails on master Date: Sat, 27 Oct 2018 16:37:14 +0200 Message-ID: <87ftwra21x.fsf@gnu.org> References: <87k1mcqvt5.fsf@gmail.com> <87pnw2jfc5.fsf@gnu.org> <87lg6pujj8.fsf@garuda.local.i-did-not-set--mail-host-address--so-tickle-me> <871s8gp10g.fsf@gmail.com> <87k1m75ypf.fsf@gnu.org> <875zxppa1a.fsf@gmail.com> <87lg6lnit2.fsf@gnu.org> <87lg6kn0s2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGPj3-0004l0-84 for bug-guix@gnu.org; Sat, 27 Oct 2018 10:38:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGPj1-0007XY-BZ for bug-guix@gnu.org; Sat, 27 Oct 2018 10:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41319) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGPj0-0007XI-E5 for bug-guix@gnu.org; Sat, 27 Oct 2018 10:38:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGPj0-0002Xf-9M for bug-guix@gnu.org; Sat, 27 Oct 2018 10:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lg6kn0s2.fsf@gmail.com> (Chris Marusich's message of "Fri, 26 Oct 2018 09:14:05 -0700") 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" To: Chris Marusich Cc: 33106@debbugs.gnu.org Hello, Chris Marusich skribis: > The problem still occurs, but now there are no 9p-related errors: > > loading kernel modules... > [ 1.350969] usbcore: registered new interface driver usb-storage > [ 1.366341] usbcore: registered new interface driver uas > [ 1.385533] hidraw: raw HID events driver (C) Jiri Kosina > [ 1.389538] usbcore: registered new interface driver usbhid > [ 1.391152] usbhid: USB HID core driver > [ 1.443626] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0 > [ 1.480467] PCI Interrupt Link [LNKC] enabled at IRQ 11 > [ 1.510120] PCI Interrupt Link [LNKD] enabled at IRQ 10 > [ 1.539737] PCI Interrupt Link [LNKA] enabled at IRQ 10 > [ 1.569364] PCI Interrupt Link [LNKB] enabled at IRQ 11 > [ 1.618251] virtio_blk virtio4: [vda] 143360 512-byte logical blocks (= 73.4 MB/70.0 MiB) > [ 1.667705] random: fast init done > [ 1.669014] random: crng init done > [ 1.671153] FS-Cache: Loaded > [ 1.677011] 9pnet: Installing 9P2000 support > [ 1.679743] 9p: Installing v9fs 9p2000 file system support > [ 1.681353] FS-Cache: Netfs '9p' registered for caching > In gnu/build/linux-boot.scm: > 516:13 2 (_) > 367:8 1 (mount-root-file-system "/dev/vda1" "ext4" # _) > In unknown file: > 0 (mount "/dev/vda1" "/real-root" "ext4" 1 #) > In procedure mount: No such file or directory Could you launch QEMU by hand (grab the command line from the derivation builder or something like that) to get to the initrd REPL when this error occurs, and from there inspect what=E2=80=99s in /dev? I don=E2=80=99t have any better idea. :-/ Thanks, Ludo=E2=80=99.