From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVGME-0004up-P3 for guix-patches@gnu.org; Wed, 12 Jul 2017 08:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVGMA-00040c-4E for guix-patches@gnu.org; Wed, 12 Jul 2017 08:03:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60357) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVGMA-00040U-0r for guix-patches@gnu.org; Wed, 12 Jul 2017 08:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVGM9-0008Je-Mu for guix-patches@gnu.org; Wed, 12 Jul 2017 08:03:01 -0400 Subject: [bug#27520] System test failures Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170702120557.07355db9@scratchpost.org> <20170710030440.4282-1-dannym@scratchpost.org> <87a84c60os.fsf@gnu.org> <20170710153750.1706413c@scratchpost.org> <87lgnvvvmj.fsf@gnu.org> <20170711180025.77530a0a@scratchpost.org> Date: Wed, 12 Jul 2017 14:02:01 +0200 In-Reply-To: <20170711180025.77530a0a@scratchpost.org> (Danny Milosavljevic's message of "Tue, 11 Jul 2017 18:00:25 +0200") Message-ID: <87k23dg8xy.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 27520-done@debbugs.gnu.org Danny Milosavljevic skribis: > On Tue, 11 Jul 2017 17:30:44 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> =E2=80=9Cmake check-system TESTS=3D"dicod exim"=E2=80=9D works for me on= current master; I >> haven=E2=80=99t checked the other ones. Could you see what=E2=80=99s wr= ong? > > Both say "Connection refused". Weird, it looks as though port forwards from the guest to the host didn=E2=80=99t work, although it definitely works here and on hydra: https://hydra.gnu.org/job/gnu/master/test.dicod.x86_64-linux https://hydra.gnu.org/job/gnu/master/test.exim.x86_64-linux The build environment lives in a separate network namespace, which I think means that there cannot be conflicts regarding the TCP ports being used, so I wonder what could be interfering. Ludo=E2=80=99.