From unknown Sun Jun 22 00:20:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#36176: ``make check'' 3 failures? Resent-From: neet Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 12 Jun 2019 04:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36176 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 36176@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156031287211841 (code B ref -1); Wed, 12 Jun 2019 04:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Jun 2019 04:14:32 +0000 Received: from localhost ([127.0.0.1]:60500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1haued-00034u-2P for submit@debbugs.gnu.org; Wed, 12 Jun 2019 00:14:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:50282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hauW7-0002o8-VM for submit@debbugs.gnu.org; Wed, 12 Jun 2019 00:05:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44867) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hauW6-0004Cy-QO for bug-guix@gnu.org; Wed, 12 Jun 2019 00:05:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hauW5-0007hQ-A6 for bug-guix@gnu.org; Wed, 12 Jun 2019 00:05:42 -0400 Received: from mx1.cock.li ([185.10.68.5]:41875 helo=cock.li) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hauW3-0007fu-Ox for bug-guix@gnu.org; Wed, 12 Jun 2019 00:05:41 -0400 From: neet DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1560312335; bh=48PRC0gCZNADmvQ5er1keJRnGRGIxoPTDES4xjjFcug=; h=From:To:Subject:Date:From; b=Na5/cMWTkno6+DeBwHgp33vR3wsFkZKwQOPnDH6fnuCsy79wEMFC/iyn0rwhSi/j8 UrM7uHkk8kqN7Rqex1nQaMWH8Be6MEEbRCCfU8H9PK9NCOuKl72IvnsPto7ewoVUQ1 1v7bXfmLrGJckltEUV9/R0ttdNC8RTSoufYzvsfMjYgElyT3F5RlJJII62IuXf/SK6 rUimmfyLKA3ssRkqrCTTxLLbq26ZF/azzy4Hl2u45t2SJTYszMXj8nvxp8fh9lvr9z oV0bPHDUIN9vyO/8/ZSjINMcM3z7FHPnvTOWbeFz/UK4Or6SVMmrZ/zfAEjF4k0VHV Yg0ovkzMeXGLA== Date: Tue, 11 Jun 2019 22:05:32 -0600 Message-ID: <87pnnjih2r.fsf@cock.li> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.10.68.5 X-Spam-Score: -1.4 (-) X-Mailman-Approved-At: Wed, 12 Jun 2019 00:14:30 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello, I'm trying to set up an appropriate environment for writing packages. Following https://www.gnu.org/software/guix/manual/en/html_node/Building-from-Git.html tells me to run ``make check'' and says: >If anything fails, take a look at installation instructions (see >Installation) or send a message to the mailing list. which points to guix-devel@gnu.org but the test suite says to report this to bug-guix@gnu.org, so I apologize in advance if I'm taking this to the wrong place. Anyway, the test suite ends with 3 failures: ============================================================================ Testsuite summary for GNU Guix 1.0.1.665-2444a ============================================================================ # TOTAL: 917 # PASS: 908 # SKIP: 6 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to bug-guix@gnu.org ============================================================================ Here is the test-suite.log file: http://ix.io/1Lzj I'm quite new to Guix so I'm not sure what I should be doing at this point. I'm just trying to get my hands started on writing packages :) From unknown Sun Jun 22 00:20:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#36176: ``make check'' 3 failures? Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 12 Jun 2019 12:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36176 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: neet Cc: 36176@debbugs.gnu.org Received: via spool by 36176-submit@debbugs.gnu.org id=B36176.156034165613262 (code B ref 36176); Wed, 12 Jun 2019 12:15:02 +0000 Received: (at 36176) by debbugs.gnu.org; 12 Jun 2019 12:14:16 +0000 Received: from localhost ([127.0.0.1]:60821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb28u-0003Ro-7R for submit@debbugs.gnu.org; Wed, 12 Jun 2019 08:14:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb28s-0003RW-2v for 36176@debbugs.gnu.org; Wed, 12 Jun 2019 08:14:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hb28m-0003ep-EO; Wed, 12 Jun 2019 08:14:08 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42734 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hb28l-00040T-UR; Wed, 12 Jun 2019 08:14:08 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87pnnjih2r.fsf@cock.li> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Prairial an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 12 Jun 2019 14:14:06 +0200 In-Reply-To: <87pnnjih2r.fsf@cock.li> (neet's message of "Tue, 11 Jun 2019 22:05:32 -0600") Message-ID: <87ef3zxapd.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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. From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 08:14:36 2019 Received: (at control) by debbugs.gnu.org; 12 Jun 2019 12:14:36 +0000 Received: from localhost ([127.0.0.1]:60824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb29B-0003SP-M5 for submit@debbugs.gnu.org; Wed, 12 Jun 2019 08:14:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hb29A-0003SA-1W for control@debbugs.gnu.org; Wed, 12 Jun 2019 08:14:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hb294-0003mE-VH for control@debbugs.gnu.org; Wed, 12 Jun 2019 08:14:26 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42740 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hb294-00042F-4C for control@debbugs.gnu.org; Wed, 12 Jun 2019 08:14:26 -0400 Date: Wed, 12 Jun 2019 14:14:24 +0200 Message-Id: <87d0jjxaov.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #36176 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 36176 notabug close 36176 quit