From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#39926: Regression introduced by Shepherd 0.7.0 ('make check-system TESTS=btrfs-root-os' fails) Date: Mon, 23 Mar 2020 14:01:25 -0400 Message-ID: <87tv2f7xxm.fsf@gmail.com> References: <87wo7yswwy.fsf@gmail.com> <87blpa7m3j.fsf@gnu.org> <87a74skcb1.fsf@gmail.com> <875zfgkap0.fsf@gmail.com> <87v9n03s02.fsf@gnu.org> <877dzf3y0y.fsf@gmail.com> <87h7yh3jrc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57411) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGROm-0003nq-SK for bug-guix@gnu.org; Mon, 23 Mar 2020 14:02:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGROk-00082Q-W6 for bug-guix@gnu.org; Mon, 23 Mar 2020 14:02:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47547) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGROk-00082I-Lq for bug-guix@gnu.org; Mon, 23 Mar 2020 14:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGROk-0002VV-Ii for bug-guix@gnu.org; Mon, 23 Mar 2020 14:02:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h7yh3jrc.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 21 Mar 2020 14:44:23 +0100") 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-mx.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 39926-done@debbugs.gnu.org Hi! Ludovic Court=C3=A8s writes: [...] >> Hey, weird! Anyway, thanks for fixing it! How did you debug this? I'm= curious. > > I first noticed that the installation script ran to completion and that > the VM seems to stop properly. Then I saw our code that did: > > (zero? (marionette-eval '(system #$script) marionette)) > > So I just tried adding: > > (pk (marionette-eval '(system "/run/current-system/profile/sbin/reboot") > marionette)) > > to the =E2=80=98basic=E2=80=99 test. I noticed it would return 15, and t= hen I got it. > > Nothing fancy, mostly stubbornness and perseverance. :-) I see! Good old pk :-). Thanks for sharing the process used! Maxim