From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 10:37:37 2018 Received: (at 33106) by debbugs.gnu.org; 27 Oct 2018 14:37:37 +0000 Received: from localhost ([127.0.0.1]:45577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGPia-0002Wy-VF for submit@debbugs.gnu.org; Sat, 27 Oct 2018 10:37:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGPiZ-0002Wk-74 for 33106@debbugs.gnu.org; Sat, 27 Oct 2018 10:37:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGPiJ-0006Py-8h for 33106@debbugs.gnu.org; Sat, 27 Oct 2018 10:37:22 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGPiG-0006OC-J9; Sat, 27 Oct 2018 10:37:16 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59000 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gGPiF-0006YA-8f; Sat, 27 Oct 2018 10:37:16 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Chris Marusich Subject: Re: bug#33106: "make check-system TESTS=basic" fails on master 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> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Brumaire an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 27 Oct 2018 16:37:14 +0200 In-Reply-To: <87lg6kn0s2.fsf@gmail.com> (Chris Marusich's message of "Fri, 26 Oct 2018 09:14:05 -0700") Message-ID: <87ftwra21x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33106 Cc: 33106@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) 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.