From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35719: iso-image-install fails Date: Wed, 15 May 2019 12:23:58 +0200 Message-ID: <87imucvww1.fsf@gnu.org> References: <20190513203057.79b7e431@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQr5s-0003ZK-PD for bug-guix@gnu.org; Wed, 15 May 2019 06:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQr5r-0005Nb-JZ for bug-guix@gnu.org; Wed, 15 May 2019 06:25:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37573) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQr5r-0005NE-EY for bug-guix@gnu.org; Wed, 15 May 2019 06:25:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQr5q-0006Ox-V0 for bug-guix@gnu.org; Wed, 15 May 2019 06:25:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190513203057.79b7e431@scratchpost.org> (Danny Milosavljevic's message of "Mon, 13 May 2019 20:30:57 +0200") 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: Danny Milosavljevic Cc: 35719@debbugs.gnu.org Hello Danny, Danny Milosavljevic skribis: > /gnu/store/3c4y81fr7r6lk5d4fpx1cyqkl4x64kz5-iso-image-installer-builder:1= : FAIL shell and user commands > > ;;; (services (udev term-tty1 console-font-tty1 term-tty2 term-tty6 conso= le-font-tty6 console-font-tty2 console-font-tty5 console-font-tty4 user-pro= cesses syslogd file-system-/dev/pts term-tty4 root-file-system user-homes c= onsole-font-tty3 loopback file-system-/gnu/store nscd urandom-seed host-nam= e marionette term-auto guix-daemon root file-system-/dev/shm file-systems u= ser-file-systems term-tty5 term-tty3 virtual-terminal)) > /gnu/store/3c4y81fr7r6lk5d4fpx1cyqkl4x64kz5-iso-image-installer-builder:1= : FAIL skeletons in home directories > /gnu/store/3c4y81fr7r6lk5d4fpx1cyqkl4x64kz5-iso-image-installer-builder:2= : FAIL getlogin on tty1 > # of expected passes 22 > # of unexpected failures 3 When that happens, you have to look at the .log file in the failed build tree (we should probably fix that and display that file automatically upon completion.) The =E2=80=98getlogin=E2=80=99 test was racy, which 8b310793d2b7d3cf5b3a5301423640dcf68e2528 fixes. For the other tests, I don=E2=80=99t know: they pass for me for =E2=80=9Ciso-image-installer=E2=80=9D, =E2=80=9Cencrypted-root-os=E2=80=9D,= and =E2=80=9Cbtrfs-root-os=E2=80=9D. Could you try again and get the =E2=80=98basic.log=E2=80=99 file upon failu= re? Thanks, Ludo=E2=80=99.