From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39926: Regression introduced by Shepherd 0.7.0 ('make check-system TESTS=btrfs-root-os' fails) Date: Sat, 07 Mar 2020 12:11:59 +0100 Message-ID: <87mu8sju68.fsf@gnu.org> References: <87wo7yswwy.fsf@gmail.com> <87blpa7m3j.fsf@gnu.org> <87a74skcb1.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:470:142:3::10]:46371) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAXOB-00081M-He for bug-guix@gnu.org; Sat, 07 Mar 2020 06:13:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAXOA-00039n-Mt for bug-guix@gnu.org; Sat, 07 Mar 2020 06:13:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40338) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jAXOA-00038W-Iz for bug-guix@gnu.org; Sat, 07 Mar 2020 06:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jAXOA-0005sy-Dn for bug-guix@gnu.org; Sat, 07 Mar 2020 06:13:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a74skcb1.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 06 Mar 2020 23:40:18 -0500") 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: Maxim Cournoyer Cc: 39926@debbugs.gnu.org Hi! Maxim Cournoyer skribis: > Comparing with the above uname output, we can see that it validates the > hostname matches against "liberigilo", yet it is "gnu"! Perhaps > Shepherd 0.7.0 introduced some problem with the hostname service? The =E2=80=9Cbasic=E2=80=9D test expects the name =E2=80=9Cliberigilo=E2=80= =9D, which is why all the tests in (gnu tests install) use that name (yeah, it should probably be a parameter somewhere=E2=80=A6). Could it be that the btrfs test uses =E2=80=9Cgnu=E2=80=9D instead? (The Shepherd doesn=E2=80=99t know or care about the host name.) HTH! Ludo=E2=80=99.