From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36176: ``make check'' 3 failures? Date: Wed, 12 Jun 2019 14:14:06 +0200 Message-ID: <87ef3zxapd.fsf@gnu.org> References: <87pnnjih2r.fsf@cock.li> 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]:48319) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hb29m-0006Ve-Ia for bug-guix@gnu.org; Wed, 12 Jun 2019 08:15:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hb29i-0003zv-Q2 for bug-guix@gnu.org; Wed, 12 Jun 2019 08:15:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47280) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hb29h-0003zI-Le for bug-guix@gnu.org; Wed, 12 Jun 2019 08:15:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hb29h-0003Ta-B0 for bug-guix@gnu.org; Wed, 12 Jun 2019 08:15:05 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pnnjih2r.fsf@cock.li> (neet's message of "Tue, 11 Jun 2019 22:05:32 -0600") 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: neet Cc: 36176@debbugs.gnu.org Hi neet, The test suite log shows things like this: --8<---------------cut here---------------start------------->8--- substitute: unmatched line "" actual-value: #f actual-error: + (srfi-34 + #) --8<---------------cut here---------------end--------------->8--- This shows that your ISP performs =E2=80=9CDNS hijacking=E2=80=9D: instead = of getting an error when resolving the =E2=80=98does-not-exist=E2=80=99 domain used in th= e test, your ISP resolves it and serves an HTML page. This is the same with the 3 test failures you observe, and there=E2=80=99s nothing we can do about it. Thanks anyway for the report! Ludo=E2=80=99.