From unknown Sun Jun 22 04:20:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests. Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Jun 2019 22:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36081 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36081@debbugs.gnu.org Cc: Robert Vollmert X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.155959943216364 (code B ref -1); Mon, 03 Jun 2019 22:04:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Jun 2019 22:03:52 +0000 Received: from localhost ([127.0.0.1]:43331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXv3X-0004Fs-Kl for submit@debbugs.gnu.org; Mon, 03 Jun 2019 18:03:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXv3V-0004Ff-6D for submit@debbugs.gnu.org; Mon, 03 Jun 2019 18:03:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:36286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXv3P-0007ib-Rf for submit@debbugs.gnu.org; Mon, 03 Jun 2019 18:03:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXv3O-0006Pz-Oi for guix-patches@gnu.org; Mon, 03 Jun 2019 18:03: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,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXv3N-0007ZM-HI for guix-patches@gnu.org; Mon, 03 Jun 2019 18:03:42 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:47746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXv3N-0006rv-AD for guix-patches@gnu.org; Mon, 03 Jun 2019 18:03:41 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 7CF37504C1; Tue, 4 Jun 2019 00:03:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id yDztXkFMuqww; Tue, 4 Jun 2019 00:03:16 +0200 (CEST) From: Robert Vollmert Date: Tue, 4 Jun 2019 00:02:54 +0200 Message-Id: <20190603220254.3038-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:2050:104:0:1:25:1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.6 (-) 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.6 (--) There's a sporadic test failure, showing up particularly in Nix/Guix builds: https://github.com/fpco/streaming-commons/issues/49. * gnu/packages/haskell.scm (ghc-streaming-commons): Skip tests. --- gnu/packages/haskell.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 822b0499b6..a6eb7c3701 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -17,6 +17,7 @@ ;;; Copyright =C2=A9 2018, 2019 Timothy Sample ;;; Copyright =C2=A9 2018 Arun Isaac ;;; Copyright =C2=A9 2018, 2019 Gabriel Hondet +;;; Copyright =C2=A9 2019 Robert Vollmert ;;; ;;; This file is part of GNU Guix. ;;; @@ -1815,6 +1816,8 @@ version 1.3).") (base32 "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq")))) (build-system haskell-build-system) + (arguments + `(#:tests? #f)) ; sporadic failure: https://github.com/fpco/stream= ing-commons/issues/49 (inputs `(("ghc-async" ,ghc-async) ("ghc-blaze-builder" ,ghc-blaze-builder) --=20 2.20.1 (Apple Git-117) From unknown Sun Jun 22 04:20:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1. References: <20190603220254.3038-1-rob@vllmrt.net> In-Reply-To: <20190603220254.3038-1-rob@vllmrt.net> Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 05 Jun 2019 18:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36081 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36081@debbugs.gnu.org Cc: Robert Vollmert Received: via spool by 36081-submit@debbugs.gnu.org id=B36081.15597594898585 (code B ref 36081); Wed, 05 Jun 2019 18:32:02 +0000 Received: (at 36081) by debbugs.gnu.org; 5 Jun 2019 18:31:29 +0000 Received: from localhost ([127.0.0.1]:48200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYah6-0002EO-Vg for submit@debbugs.gnu.org; Wed, 05 Jun 2019 14:31:29 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:20240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYah4-0002E8-4v for 36081@debbugs.gnu.org; Wed, 05 Jun 2019 14:31:26 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 27738A1054; Wed, 5 Jun 2019 20:31:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id eCxPK0whV60Z; Wed, 5 Jun 2019 20:31:15 +0200 (CEST) From: Robert Vollmert Date: Wed, 5 Jun 2019 20:30:19 +0200 Message-Id: <20190605183018.80536-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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: -1.7 (-) This fixes a sporadic test failure, showing up particularly in Nix/Guix builds: https://github.com/fpco/streaming-commons/issues/49. * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1. --- (I learnt that this is a place I might be able to put comments -- let's see.) This replaces the previous version of the patch, after the issue has been fixed in a new upstream release. gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 877b89f21f..00e21be296 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1797,7 +1797,7 @@ version 1.3).") (define-public ghc-streaming-commons (package (name "ghc-streaming-commons") - (version "0.2.1.0") + (version "0.2.1.1") (source (origin (method url-fetch) @@ -1806,7 +1806,7 @@ version 1.3).") version ".tar.gz")) (sha256 (base32 - "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq")))) + "1lmyx3wkjsayhy5yilzvy0kf8qwmycwlk26r1d8f3cxbfhkr7s52")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; sporadic failure: https://github.com/fpco/streaming-commons/issues/49 -- 2.20.1 (Apple Git-117) From unknown Sun Jun 22 04:20:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Robert Vollmert Subject: bug#36081: closed (Re: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1.) Message-ID: References: <87y32ejsxh.fsf@gnu.org> <20190603220254.3038-1-rob@vllmrt.net> X-Gnu-PR-Message: they-closed 36081 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 36081@debbugs.gnu.org Date: Thu, 06 Jun 2019 21:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1559857142-7610-1" This is a multi-part message in MIME format... ------------=_1559857142-7610-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36081: [PATCH] gnu: ghc-streaming-commons: Skip tests. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 36081@debbugs.gnu.org. --=20 36081: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36081 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1559857142-7610-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36081-done) by debbugs.gnu.org; 6 Jun 2019 21:38:35 +0000 Received: from localhost ([127.0.0.1]:50705 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZ05i-0001y7-VS for submit@debbugs.gnu.org; Thu, 06 Jun 2019 17:38:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hZ05g-0001xu-Pb for 36081-done@debbugs.gnu.org; Thu, 06 Jun 2019 17:38:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hZ05X-0004b2-OO; Thu, 06 Jun 2019 17:38:24 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=54024 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hZ05X-0005kq-C3; Thu, 06 Jun 2019 17:38:23 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Robert Vollmert Subject: Re: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1. References: <20190603220254.3038-1-rob@vllmrt.net> <20190605183018.80536-1-rob@vllmrt.net> Date: Thu, 06 Jun 2019 23:38:18 +0200 In-Reply-To: <20190605183018.80536-1-rob@vllmrt.net> (Robert Vollmert's message of "Wed, 5 Jun 2019 20:30:19 +0200") Message-ID: <87y32ejsxh.fsf@gnu.org> 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36081-done Cc: 36081-done@debbugs.gnu.org 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 (---) Robert Vollmert skribis: > This fixes a sporadic test failure, showing up particularly in Nix/Guix > builds: https://github.com/fpco/streaming-commons/issues/49. > > * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1. Pushed, thanks! ------------=_1559857142-7610-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Jun 2019 22:03:52 +0000 Received: from localhost ([127.0.0.1]:43331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXv3X-0004Fs-Kl for submit@debbugs.gnu.org; Mon, 03 Jun 2019 18:03:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXv3V-0004Ff-6D for submit@debbugs.gnu.org; Mon, 03 Jun 2019 18:03:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:36286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXv3P-0007ib-Rf for submit@debbugs.gnu.org; Mon, 03 Jun 2019 18:03:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXv3O-0006Pz-Oi for guix-patches@gnu.org; Mon, 03 Jun 2019 18:03: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,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXv3N-0007ZM-HI for guix-patches@gnu.org; Mon, 03 Jun 2019 18:03:42 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:47746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXv3N-0006rv-AD for guix-patches@gnu.org; Mon, 03 Jun 2019 18:03:41 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 7CF37504C1; Tue, 4 Jun 2019 00:03:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id yDztXkFMuqww; Tue, 4 Jun 2019 00:03:16 +0200 (CEST) From: Robert Vollmert To: guix-patches@gnu.org Subject: [PATCH] gnu: ghc-streaming-commons: Skip tests. Date: Tue, 4 Jun 2019 00:02:54 +0200 Message-Id: <20190603220254.3038-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:2050:104:0:1:25:1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Robert Vollmert 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.6 (--) There's a sporadic test failure, showing up particularly in Nix/Guix builds: https://github.com/fpco/streaming-commons/issues/49. * gnu/packages/haskell.scm (ghc-streaming-commons): Skip tests. --- gnu/packages/haskell.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 822b0499b6..a6eb7c3701 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -17,6 +17,7 @@ ;;; Copyright =C2=A9 2018, 2019 Timothy Sample ;;; Copyright =C2=A9 2018 Arun Isaac ;;; Copyright =C2=A9 2018, 2019 Gabriel Hondet +;;; Copyright =C2=A9 2019 Robert Vollmert ;;; ;;; This file is part of GNU Guix. ;;; @@ -1815,6 +1816,8 @@ version 1.3).") (base32 "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq")))) (build-system haskell-build-system) + (arguments + `(#:tests? #f)) ; sporadic failure: https://github.com/fpco/stream= ing-commons/issues/49 (inputs `(("ghc-async" ,ghc-async) ("ghc-blaze-builder" ,ghc-blaze-builder) --=20 2.20.1 (Apple Git-117) ------------=_1559857142-7610-1--