From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 15 17:26:27 2017 Received: (at submit) by debbugs.gnu.org; 15 Feb 2017 22:26:27 +0000 Received: from localhost ([127.0.0.1]:41435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ce81q-0005Lj-Uz for submit@debbugs.gnu.org; Wed, 15 Feb 2017 17:26:27 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59396) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ce81p-0005LX-Nt for submit@debbugs.gnu.org; Wed, 15 Feb 2017 17:26:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ce81j-0002h4-8V for submit@debbugs.gnu.org; Wed, 15 Feb 2017 17:26:20 -0500 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,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35424) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ce81j-0002h0-5G for submit@debbugs.gnu.org; Wed, 15 Feb 2017 17:26:19 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce81h-0006k7-Pi for guix-patches@gnu.org; Wed, 15 Feb 2017 17:26:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ce81d-0002eo-NC for guix-patches@gnu.org; Wed, 15 Feb 2017 17:26:17 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:25690) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ce81d-0002eJ-HA for guix-patches@gnu.org; Wed, 15 Feb 2017 17:26:13 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id C2618120D0D for ; Wed, 15 Feb 2017 22:26:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487197572; bh=sSOYAl7UhTsS7YBuBlAwf34xhNmOyxIzuaUjUEgFFw0=; h=Date:From:To:Subject; b=KNAvmDGwW8MRoY3wmmnDVB2pClYfLqeuT1fHZRI4/ruz4gFwjwx0FtQ2tfUi0u+Cc 4O18iGUBPf5Ns4v8CdH5HSkI3WdcK26atPEp8oxiFrPRJFEBGrOYZ31u/wcUWZ5poW YZEiIfn9k/eTiY6cIZ2J46iB36hGurqoCsTR8Zlw= Date: Wed, 15 Feb 2017 22:27:58 +0000 From: ng0 To: guix-patches@gnu.org Subject: python-pykka Message-ID: <20170215222757.b5aqqm4osrfxpcak@wasp> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="gzvdsnpvp3dnvim4" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit 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: -4.1 (----) --gzvdsnpvp3dnvim4 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline --gzvdsnpvp3dnvim4 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-python-pykka.patch" >From 5f04445d95ac22a98eb80038f6e087218f3cf369 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 17 Oct 2016 10:30:58 +0000 Subject: [PATCH] gnu: Add python-pykka. * gnu/packages/python.scm (python-pykka): New variable. --- gnu/packages/python.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3e59b5892..875149b74 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2614,6 +2614,32 @@ somewhat intelligeble.") (define-public python2-pyjwt (package-with-python2 python-pyjwt)) +(define-public python-pykka + (package + (name "python-pykka") + (version "1.2.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "Pykka" version)) + (sha256 + (base32 + "049w3r0mdnnw7xv19jiq7rvls9k7xs73x05b4qs5d6z4vvmgyiz8")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. + (home-page "https://www.pykka.org/") + (synopsis "Pykka is a Python implementation of the actor model") + (description + "Pykka is a Python implementation of the actor model. +The actor model introduces some simple rules to control the sharing +of state and cooperation between execution units, which makes it +easier to build concurrent applications.") + (license license:asl2.0))) + +(define-public python2-pykka + (package-with-python2 python-pykka)) + (define-public python-oauthlib (package (name "python-oauthlib") -- 2.11.1 --gzvdsnpvp3dnvim4-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 00:11:43 2017 Received: (at submit) by debbugs.gnu.org; 16 Feb 2017 05:11:43 +0000 Received: from localhost ([127.0.0.1]:41576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ceEM3-0007x3-Aw for submit@debbugs.gnu.org; Thu, 16 Feb 2017 00:11:43 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ceEM1-0007wX-Nm for submit@debbugs.gnu.org; Thu, 16 Feb 2017 00:11:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceELv-0000G1-UR for submit@debbugs.gnu.org; Thu, 16 Feb 2017 00:11:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47799) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ceELv-0000Fx-RJ for submit@debbugs.gnu.org; Thu, 16 Feb 2017 00:11:35 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceELu-0001fT-OH for guix-patches@gnu.org; Thu, 16 Feb 2017 00:11:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceELq-0000E9-Ii for guix-patches@gnu.org; Thu, 16 Feb 2017 00:11:34 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:42624 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ceELq-0000DT-9u for guix-patches@gnu.org; Thu, 16 Feb 2017 00:11:30 -0500 Received: by mail.openmailbox.org (Postfix, from userid 20002) id AFC1D51344D; Thu, 16 Feb 2017 06:11:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1487221886; bh=qo+CPDySd++iYjra/YAG+qgJziSHLKzErFZZpgCOXow=; h=From:To:Subject:References:Date:In-Reply-To:From; b=XEX5OvabnMaAeIa7HImi8MaFdfLVmCFcYfU020m30fW0/QRAnPgMqaqV83eI4ZZNo OXEv4pXA5unnGlfDNfXoMeJWUMOuWrNQ8pgmvxi0FBVe5E5KahQPqU4f6WwUb3Y3vl +6ZaxcVcI3ATCgM/44Ls7mnnYiOnd8YfcXDbT+CQ= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1487221885; bh=qo+CPDySd++iYjra/YAG+qgJziSHLKzErFZZpgCOXow=; h=From:To:Subject:References:Date:In-Reply-To:From; b=qy7x8cZe0iIuSYbYnjAtW3PD3nNrJjJCS+F/QGTDZlvl6VGZpf9LUMW3PR+SL+A8G HBjShPy4WZRaTocxz9fKhQO1+6nqUF9ZZ/OyRBYJlx5zr2ioJOCxtXCtZOIMVPA7HD BGEWwETWtspX3o1A/AHCVoOqny6XuwUzLZLrdSJo= To: guix-patches@gnu.org Subject: Re: bug#25746: python-pykka References: <20170215222757.b5aqqm4osrfxpcak@wasp> Date: Thu, 16 Feb 2017 00:11:14 -0500 In-Reply-To: <20170215222757.b5aqqm4osrfxpcak@wasp> (ng0's message of "Wed, 15 Feb 2017 22:27:58 +0000") Message-ID: <87k28q7ma5.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit 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: -4.0 (----) --=-=-= Content-Type: text/plain ng0 writes: I'm okay with pushing this if no one objects. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlilNHIACgkQ5qXuPBlG eg35fxAAlzAVXMiRbiJdmdhz4ijhMqXxzL6FfM2sG/Ezj+Z9RGlpQ0jMgzrOCfDV RQ4dV+1IM5Dh91jLhry2vnaDLuaXKXqaA+vsDiMwZ2Qs7KSDmi5v1jLz6LFJb+hK lsgSlarjvyy+5FYvvqxGx6Ji7jhnbiaK2TCO5e4tI9+nlBIKP7TFYHumow7pWTOp +O5FzNdabfYSUaOK1kMieaQiSm1IBYG4keNLBJ4ir5EBjqJp9t8A0dGeOktkQspQ YJy/B5/cHhJ67N+LJy3g1prwHFly3BezOL5rgvErFX0sTETrgM3GD8iauCH+5X7F 6jWIRPACTNCJb2vnF2Ue7g9WhvTkK1FxIGrS2UIHpHQQ2lSnNxdOuTdcaTX5LAUI SV6gDRN69Pmb/8rrsNTZSCKX50k0+1fHQ7scUSlLdZRTlPwHb9WEhyogLUiiQH9m cdk0BaLX/is84qH2wDThs+J3ROiYqBIABGIzOouK0weDecQ5s36O0HRJ9gjTAVm/ GN+7A6izNWzDWkdOlUMyEjy7ZMRZvobcIWLrDhZhgpQY1L1cut8Wgylu1OpVt8Fc zeI70lJfVM2gtuj5Ekigey/jmjb/APt1YWqHvNmxcxL1+FvXzyOpTW0psDvIr5o6 +fpKEeV6h6eRwkC219bLzfoI+EZlO9SJrhbJGjhquKLuuNUVhew= =80VD -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 18 08:24:51 2017 Received: (at 25746) by debbugs.gnu.org; 18 Feb 2017 13:24:51 +0000 Received: from localhost ([127.0.0.1]:44331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cf50N-0002mv-7a for submit@debbugs.gnu.org; Sat, 18 Feb 2017 08:24:51 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cf50K-0002mj-NZ for 25746@debbugs.gnu.org; Sat, 18 Feb 2017 08:24:49 -0500 Received: from localhost (xd933e48a.dyn.telefonica.de [217.51.228.138]) by mx.zohomail.com with SMTPS id 1487424284229178.66471788579997; Sat, 18 Feb 2017 05:24:44 -0800 (PST) References: <20170215222757.b5aqqm4osrfxpcak@wasp> User-agent: mu4e 0.9.18; emacs 25.1.1 From: Ricardo Wurmus To: ng0 Subject: Re: bug#25746: python-pykka In-reply-to: <20170215222757.b5aqqm4osrfxpcak@wasp> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sat, 18 Feb 2017 14:24:40 +0100 Message-ID: <87d1efskbr.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 25746 Cc: 25746@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: -2.3 (--) ng0 writes: >>>From 5f04445d95ac22a98eb80038f6e087218f3cf369 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Mon, 17 Oct 2016 10:30:58 +0000 > Subject: [PATCH] gnu: Add python-pykka. > > * gnu/packages/python.scm (python-pykka): New variable. > --- > gnu/packages/python.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 3e59b5892..875149b74 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -2614,6 +2614,32 @@ somewhat intelligeble.") > (define-public python2-pyjwt > (package-with-python2 python-pyjwt)) > > +(define-public python-pykka > + (package > + (name "python-pykka") > + (version "1.2.1") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "Pykka" version)) > + (sha256 > + (base32 > + "049w3r0mdnnw7xv19jiq7rvls9k7xs73x05b4qs5d6z4vvmgyiz8")))) > + (build-system python-build-system) > + (arguments > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. It would be nice to have some more details here and a FIXME, so that dedicated folks could fix this in the future. > + (home-page "https://www.pykka.org/") > + (synopsis "Pykka is a Python implementation of the actor model") > + (description > + "Pykka is a Python implementation of the actor model. > +The actor model introduces some simple rules to control the sharing > +of state and cooperation between execution units, which makes it > +easier to build concurrent applications.") > + (license license:asl2.0))) > + > +(define-public python2-pykka > + (package-with-python2 python-pykka)) > + Other than that the patch looks fine to me. Could you provide a more detailed explanation about the test failures? Do all tests fail or just some? Any idea why they might fail? Do they only fail when built by Guix or also when building outside of a container? -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 18 15:19:00 2017 Received: (at 25746) by debbugs.gnu.org; 18 Feb 2017 20:19:00 +0000 Received: from localhost ([127.0.0.1]:45399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfBT6-0004Rb-4f for submit@debbugs.gnu.org; Sat, 18 Feb 2017 15:19:00 -0500 Received: from latitanza.investici.org ([82.94.249.234]:48094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfBT3-0004RQ-Ol for 25746@debbugs.gnu.org; Sat, 18 Feb 2017 15:18:54 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 11E6E121422; Sat, 18 Feb 2017 20:18:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487449132; bh=kJe+FB0aCIwGKY72DYdRzN8iOagN0ZW17/+p8HnrEsw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Z2gb0lsxM9iL7ds0DLFJxnQZtHOL2V7QcNl/mAiVAFID4Gw5AMsoyymfZaKev28Be xQt89BoM7RkVHy05Qx+sx45ltrSBFE67sZaUcbECsbGf4BLB4rrKfqQsy5SCmqfPYd 3RpLOEgBSS2GEsuxEIu2O6seafQkaJ0kHDjacamE= Date: Sat, 18 Feb 2017 20:20:51 +0000 From: ng0 To: Ricardo Wurmus Subject: Re: bug#25746: python-pykka Message-ID: <20170218202051.q3fkqriacbxouqvw@wasp> Mail-Followup-To: Ricardo Wurmus , 25746@debbugs.gnu.org References: <20170215222757.b5aqqm4osrfxpcak@wasp> <87d1efskbr.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87d1efskbr.fsf@elephly.net> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25746 Cc: 25746@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: 0.0 (/) On 17-02-18 14:24:40, Ricardo Wurmus wrote: > > ng0 writes: > > >>From 5f04445d95ac22a98eb80038f6e087218f3cf369 Mon Sep 17 00:00:00 2001 > > From: ng0 > > Date: Mon, 17 Oct 2016 10:30:58 +0000 > > Subject: [PATCH] gnu: Add python-pykka. > > > > * gnu/packages/python.scm (python-pykka): New variable. > > --- > > gnu/packages/python.scm | 26 ++++++++++++++++++++++++++ > > 1 file changed, 26 insertions(+) > > > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > > index 3e59b5892..875149b74 100644 > > --- a/gnu/packages/python.scm > > +++ b/gnu/packages/python.scm > > @@ -2614,6 +2614,32 @@ somewhat intelligeble.") > > (define-public python2-pyjwt > > (package-with-python2 python-pyjwt)) > > > > +(define-public python-pykka > > + (package > > + (name "python-pykka") > > + (version "1.2.1") > > + (source > > + (origin > > + (method url-fetch) > > + (uri (pypi-uri "Pykka" version)) > > + (sha256 > > + (base32 > > + "049w3r0mdnnw7xv19jiq7rvls9k7xs73x05b4qs5d6z4vvmgyiz8")))) > > + (build-system python-build-system) > > + (arguments > > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. > > It would be nice to have some more details here and a FIXME, so that > dedicated folks could fix this in the future. I think it's safe to use a git checkout. No new features are being added, it's being used in mopydi so an community of interest keeps it alive, and one of the commits which happened this year - the first ones after 2 years pause - looks like it fixes tests. I'll give it a try. > > + (home-page "https://www.pykka.org/") > > + (synopsis "Pykka is a Python implementation of the actor model") > > + (description > > + "Pykka is a Python implementation of the actor model. > > +The actor model introduces some simple rules to control the sharing > > +of state and cooperation between execution units, which makes it > > +easier to build concurrent applications.") > > + (license license:asl2.0))) > > + > > +(define-public python2-pykka > > + (package-with-python2 python-pykka)) > > + > > Other than that the patch looks fine to me. Could you provide a more > detailed explanation about the test failures? Do all tests fail or just > some? Any idea why they might fail? Do they only fail when built by > Guix or also when building outside of a container? > > -- > Ricardo > > GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC > https://elephly.net > -- ng0 -- https://www.inventati.org/patternsinthechaos/ From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 19 06:29:35 2017 Received: (at 25746) by debbugs.gnu.org; 19 Feb 2017 11:29:35 +0000 Received: from localhost ([127.0.0.1]:45620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfPgH-0004a5-6A for submit@debbugs.gnu.org; Sun, 19 Feb 2017 06:29:35 -0500 Received: from fragranza.investici.org ([178.175.144.26]:58250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfPgE-0004Zv-TA for 25746@debbugs.gnu.org; Sun, 19 Feb 2017 06:29:27 -0500 Received: from [178.175.144.26] (fragranza [178.175.144.26]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id CE30C2C0260; Sun, 19 Feb 2017 11:29:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487503764; bh=K17Rb8jULOauwdOytka+1h9uSsC1K6q122DR7xI8YGU=; h=Date:From:To:Subject:References:In-Reply-To; b=qo7T5zXM49Ili3urrYFrapcDShIoCVaGKtu4/e54NgKSP1SgaAN/1pHy3qkVxBMNW GBGgoZZrYAC2EOEY6EDVPJfK5sS7NfhFhWNRM+mLQomtetdrTSTTGpN6Cx4u6vyfHm P/yvYXw3F+sFEuzICUwTjFF7O0r1fEbgleHVEt6E= Date: Sun, 19 Feb 2017 11:31:23 +0000 From: ng0 To: Ricardo Wurmus , 25746@debbugs.gnu.org Subject: Re: bug#25746: python-pykka Message-ID: <20170219113123.54ndbhbolq5kcljl@wasp> Mail-Followup-To: Ricardo Wurmus , 25746@debbugs.gnu.org References: <20170215222757.b5aqqm4osrfxpcak@wasp> <87d1efskbr.fsf@elephly.net> <20170218202051.q3fkqriacbxouqvw@wasp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170218202051.q3fkqriacbxouqvw@wasp> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25746 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: 0.0 (/) On 17-02-18 20:20:51, ng0 wrote: > On 17-02-18 14:24:40, Ricardo Wurmus wrote: > > > > ng0 writes: > > > > >>From 5f04445d95ac22a98eb80038f6e087218f3cf369 Mon Sep 17 00:00:00 2001 > > > From: ng0 > > > Date: Mon, 17 Oct 2016 10:30:58 +0000 > > > Subject: [PATCH] gnu: Add python-pykka. > > > > > > * gnu/packages/python.scm (python-pykka): New variable. > > > --- > > > gnu/packages/python.scm | 26 ++++++++++++++++++++++++++ > > > 1 file changed, 26 insertions(+) > > > > > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > > > index 3e59b5892..875149b74 100644 > > > --- a/gnu/packages/python.scm > > > +++ b/gnu/packages/python.scm > > > @@ -2614,6 +2614,32 @@ somewhat intelligeble.") > > > (define-public python2-pyjwt > > > (package-with-python2 python-pyjwt)) > > > > > > +(define-public python-pykka > > > + (package > > > + (name "python-pykka") > > > + (version "1.2.1") > > > + (source > > > + (origin > > > + (method url-fetch) > > > + (uri (pypi-uri "Pykka" version)) > > > + (sha256 > > > + (base32 > > > + "049w3r0mdnnw7xv19jiq7rvls9k7xs73x05b4qs5d6z4vvmgyiz8")))) > > > + (build-system python-build-system) > > > + (arguments > > > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. > > > > It would be nice to have some more details here and a FIXME, so that > > dedicated folks could fix this in the future. > > I think it's safe to use a git checkout. No new features are being > added, it's being used in mopydi so an community of interest keeps it > alive, and one of the commits which happened this year - the first ones > after 2 years pause - looks like it fixes tests. > I'll give it a try. I tried running the build using the git versions in the package definition, and the python tests hang forever. I stopped after 3 - 5 hours: phase `build' succeeded after 4.3 seconds starting phase `check' running "python setup.py" with command "test" and parameters () running test running egg_info creating Pykka.egg-info writing Pykka.egg-info/PKG-INFO writing dependency_links to Pykka.egg-info/dependency_links.txt writing top-level names to Pykka.egg-info/top_level.txt writing manifest file 'Pykka.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'Pykka.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Pykka.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Pykka.egg-info/SOURCES.txt' running build_ext eventlet (unittest.loader._FailedTest) ... ERROR gevent (unittest.loader._FailedTest) ... ERROR test_actor_is_registered_when_started (tests.registry_test.ConcreteRegistryTest..C) ... ok test_actor_is_unregistered_when_stopped (tests.registry_test.ConcreteRegistryTest..C) ... ok test_actor_may_be_registered_manually (tests.registry_test.ConcreteRegistryTest..C) ... ok test_actor_may_be_unregistered_multiple_times_without_error (tests.registry_test.ConcreteRegistryTest..C) ... ok test_actors_may_be_looked_up_by_class (tests.registry_test.ConcreteRegistryTest..C) ... ok test_actors_may_be_looked_up_by_class_name (tests.registry_test.ConcreteRegistryTest..C) ... ok test_actors_may_be_looked_up_by_superclass (tests.registry_test.ConcreteRegistryTest..C) ... ok test_actors_may_be_looked_up_by_urn (tests.registry_test.ConcreteRegistryTest..C) ... ok test_all_actors_can_be_stopped_through_registry (tests.registry_test.ConcreteRegistryTest..C) ... ok test_broadcast_sends_message_to_all_actors_if_no_target (tests.registry_test.ConcreteRegistryTest..C) ... ok test_broadcast_sends_message_to_all_actors_of_given_class (tests.registry_test.ConcreteRegistryTest..C) ... ok test_broadcast_sends_message_to_all_actors_of_given_class_name (tests.registry_test.ConcreteRegistryTest..C) ... ok test_get_by_urn_returns_none_if_not_found (tests.registry_test.ConcreteRegistryTest..C) ... ok test_stop_all_stops_last_started_actor_first_if_blocking (tests.registry_test.ConcreteRegistryTest..C) ... ok test_can_call_method_that_was_added_at_runtime (tests.method_call_test.ThreadingDynamicMethodCallTest) ... ok test_can_proxy_itself_and_use_attrs_added_at_runtime (tests.method_call_test.ThreadingDynamicMethodCallTest) ... ok test_calling_unknown_method_raises_attribute_error (tests.method_call_test.ThreadingStaticMethodCallTest) ... ok test_can_proxy_itself_for_offloading_work_to_the_future (tests.method_call_test.ThreadingStaticMethodCallTest) ... ok test_functional_method_call_returns_correct_value (tests.method_call_test.ThreadingStaticMethodCallTest) ... ok test_side_effect_of_method_is_observable (tests.method_call_test.ThreadingStaticMethodCallTest) ... ok test_null_handler_is_added_to_avoid_warnings (tests.logging_test.LoggingNullHandlerTest) ... ok test_base_exception_is_logged (tests.logging_test.ConcreteActorLoggingTest..C) ... The last one (test_base_exception_is_logged) is the one where it hangs. I'm fairly sure it has to do with the previous failures of gevent and eventlet, which is surprising as both are python3 core functions or at least somehow existing within python3 and external modules of those are only required on python2. Without 'mopidy' https://github.com/mopidy I don't know if these test failures are grave or just minor. My idea is now to just use the tarball version, skip the tests, provide a comment about it (upstream is also fixing issues again after some hiatus) and package mopidy to have a proof of work. I just wanted to drop the attempt of packaging mopidy but I'm curious about these errors. What do you think? > > > + (home-page "https://www.pykka.org/") > > > + (synopsis "Pykka is a Python implementation of the actor model") > > > + (description > > > + "Pykka is a Python implementation of the actor model. > > > +The actor model introduces some simple rules to control the sharing > > > +of state and cooperation between execution units, which makes it > > > +easier to build concurrent applications.") > > > + (license license:asl2.0))) > > > + > > > +(define-public python2-pykka > > > + (package-with-python2 python-pykka)) > > > + > > > > Other than that the patch looks fine to me. Could you provide a more > > detailed explanation about the test failures? Do all tests fail or just > > some? Any idea why they might fail? Do they only fail when built by > > Guix or also when building outside of a container? > > > > -- > > Ricardo > > > > GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC > > https://elephly.net > > > > -- > ng0 -- https://www.inventati.org/patternsinthechaos/ > > > -- ng0 -- https://www.inventati.org/patternsinthechaos/ From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 19 07:02:10 2017 Received: (at 25746) by debbugs.gnu.org; 19 Feb 2017 12:02:10 +0000 Received: from localhost ([127.0.0.1]:45635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfQBu-0005TA-Bm for submit@debbugs.gnu.org; Sun, 19 Feb 2017 07:02:10 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfQBs-0005T2-FP for 25746@debbugs.gnu.org; Sun, 19 Feb 2017 07:02:09 -0500 Received: from localhost (x4d02127d.dyn.telefonica.de [77.2.18.125]) by mx.zohomail.com with SMTPS id 1487505725012322.52605682579235; Sun, 19 Feb 2017 04:02:05 -0800 (PST) References: <20170215222757.b5aqqm4osrfxpcak@wasp> <87d1efskbr.fsf@elephly.net> <20170218202051.q3fkqriacbxouqvw@wasp> <20170219113123.54ndbhbolq5kcljl@wasp> User-agent: mu4e 0.9.18; emacs 25.1.1 From: Ricardo Wurmus To: ng0 Subject: Re: bug#25746: python-pykka In-reply-to: <20170219113123.54ndbhbolq5kcljl@wasp> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sun, 19 Feb 2017 13:02:01 +0100 Message-ID: <87zihiz8w6.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 25746 Cc: 25746@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: -2.3 (--) ng0 writes: >> > > + (arguments >> > > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. >> > >> > It would be nice to have some more details here and a FIXME, so that >> > dedicated folks could fix this in the future. […] > I tried running the build using the git versions in the package > definition, and the python tests hang forever. I stopped after 3 - 5 > hours: […] > test_base_exception_is_logged (tests.logging_test.ConcreteActorLoggingTest..C) ... > > > The last one (test_base_exception_is_logged) is the one where it > hangs. How about disabling that one test then? > Without 'mopidy' https://github.com/mopidy I don't know if these > test failures are grave or just minor. I don’t know how this relates to the rest of this patch. > My idea is now to just use the tarball version, skip the tests Using the official release is preferred, but I’d rather not skip all the tests. We rarely ever do this unless there are bootstrap issues. Please try to disable just the hanging tests instead of the complete test suite. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 19 15:52:09 2017 Received: (at 25746) by debbugs.gnu.org; 19 Feb 2017 20:52:09 +0000 Received: from localhost ([127.0.0.1]:46527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfYSh-00088J-9h for submit@debbugs.gnu.org; Sun, 19 Feb 2017 15:52:09 -0500 Received: from latitanza.investici.org ([82.94.249.234]:20410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfYSe-00087t-TF for 25746@debbugs.gnu.org; Sun, 19 Feb 2017 15:52:01 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id BF69412076D; Sun, 19 Feb 2017 20:51:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1487537519; bh=Qs4Ru7V4e7RSIQIlvnf8UTBgAzCvF20+Mlgfy5c42aU=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Upknc/0+NkmwIzJRKZ4eswyYUWRtKp67GWF06JpnbU3EZ6A/9ksju3tu8JMmAnQXd OwQ/zjEKjTU278kK8CGhUlJ26O1y1tg09B+hpm2KKKaV0F8lsdGrpepFVCCaRX+fNj 1HXaHUXu8kri16b0vkU65cibkMsZ/uZBEyzy61KA= Date: Sun, 19 Feb 2017 20:53:56 +0000 From: ng0 To: Ricardo Wurmus Subject: Re: bug#25746: python-pykka Message-ID: <20170219205356.44hqfbo7zrrh3vql@wasp> Mail-Followup-To: Ricardo Wurmus , 25746@debbugs.gnu.org References: <20170215222757.b5aqqm4osrfxpcak@wasp> <87d1efskbr.fsf@elephly.net> <20170218202051.q3fkqriacbxouqvw@wasp> <20170219113123.54ndbhbolq5kcljl@wasp> <87zihiz8w6.fsf@elephly.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="7zd2grapurthxi2k" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87zihiz8w6.fsf@elephly.net> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25746 Cc: 25746@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: 0.0 (/) --7zd2grapurthxi2k Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 17-02-19 13:02:01, Ricardo Wurmus wrote: > > ng0 writes: > > >> > > + (arguments > >> > > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. > >> > > >> > It would be nice to have some more details here and a FIXME, so that > >> > dedicated folks could fix this in the future. > > […] > > > I tried running the build using the git versions in the package > > definition, and the python tests hang forever. I stopped after 3 - 5 > > hours: > […] > > test_base_exception_is_logged (tests.logging_test.ConcreteActorLoggingTest..C) ... > > > > > > The last one (test_base_exception_is_logged) is the one where it > > hangs. > > How about disabling that one test then? > > > Without 'mopidy' https://github.com/mopidy I don't know if these > > test failures are grave or just minor. > > I don’t know how this relates to the rest of this patch. > > > My idea is now to just use the tarball version, skip the tests > > Using the official release is preferred, but I’d rather not skip all the > tests. We rarely ever do this unless there are bootstrap issues. > Please try to disable just the hanging tests instead of the complete > test suite. > > -- > Ricardo > > GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC > https://elephly.net > I fixed it, patches are appended as git send-email is still broken since 82de2655a16dcc7a8e3b992b4afd34ec32c244a6. --7zd2grapurthxi2k Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-python-eventlet.patch" >From 67769beaa0b2411312494707d411e1a45d6ba6e1 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 19 Feb 2017 12:03:31 +0000 Subject: [PATCH 1/2] gnu: Add python-eventlet. * gnu/packages/python.scm (python-eventlet): New variable. --- gnu/packages/python.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3e59b5892..93bb4ae15 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1006,6 +1006,40 @@ etc.). The package is structured to make adding new modules easy.") "python" (package-inputs pycrypto))))))) +(define-public python-eventlet + (package + (name "python-eventlet") + (version "0.20.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "eventlet" version)) + (sha256 + (base32 + "0f3q55mq4n021wb7qa53pz3ix6i2py64sap66vsaqm2scjw83m9s")))) + (build-system python-build-system) + (propagated-inputs + `(("python-greenlet" ,python-greenlet))) + (home-page "http://eventlet.net") + (synopsis "Concurrent networking library for Python") + (description + "Eventlet is a concurrent networking library for Python that +allows you to change how you run your code, not how you write it. +It uses @code{epoll} or @code{libevent} for highly scalable non-blocking I/O. +Coroutines ensure that the developer uses a blocking style of programming +that is similar to threading, but provide the benefits of non-blocking I/O. +The event dispatch is implicit, which means you can easily use @code{Eventlet} +from the Python interpreter, or as a small part of a larger application.") + (license license:expat))) + +(define-public python2-eventlet + (let ((base (package-with-python2 + (strip-python2-variant python-eventlet)))) + (package (inherit base) + (propagated-inputs + `(("python2-enum34" ,python2-enum34) + ,@(package-propagated-inputs base)))))) + (define-public python-keyring (package (name "python-keyring") -- 2.11.1 --7zd2grapurthxi2k Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-Add-python-pykka.patch" >From 5e9e3e6e74f64bd3e7d8c9d3524f7e21a528554d Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 17 Oct 2016 10:30:58 +0000 Subject: [PATCH 2/2] gnu: Add python-pykka. * gnu/packages/python.scm (python-pykka): New variable. --- gnu/packages/python.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 93bb4ae15..961021182 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2648,6 +2648,35 @@ somewhat intelligeble.") (define-public python2-pyjwt (package-with-python2 python-pyjwt)) +(define-public python-pykka + (package + (name "python-pykka") + (version "1.2.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "Pykka" version)) + (sha256 + (base32 + "049w3r0mdnnw7xv19jiq7rvls9k7xs73x05b4qs5d6z4vvmgyiz8")))) + (build-system python-build-system) + (native-inputs + `(("python-mock" ,python-mock) + ("python-nose" ,python-nose) + ("python-gevent" ,python-gevent) + ("python-eventlet" ,python-eventlet))) + (home-page "https://www.pykka.org/") + (synopsis "Pykka is a Python implementation of the actor model") + (description + "Pykka is a Python implementation of the actor model. +The actor model introduces some simple rules to control the sharing +of state and cooperation between execution units, which makes it +easier to build concurrent applications.") + (license license:asl2.0))) + +(define-public python2-pykka + (package-with-python2 python-pykka)) + (define-public python-oauthlib (package (name "python-oauthlib") -- 2.11.1 --7zd2grapurthxi2k-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 02 14:16:54 2017 Received: (at 25746) by debbugs.gnu.org; 2 Mar 2017 19:16:54 +0000 Received: from localhost ([127.0.0.1]:36894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjWDe-0005n4-1M for submit@debbugs.gnu.org; Thu, 02 Mar 2017 14:16:54 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:52492 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjWDc-0005mv-0C for 25746@debbugs.gnu.org; Thu, 02 Mar 2017 14:16:52 -0500 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 2453350852A; Thu, 2 Mar 2017 20:16:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488482203; bh=HWMjcvnv6K0vaz2aYNbaZpKtNHgMt9yomHbvv8qNJ8A=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=fY/l6Md6iBzrhDKPwun3cMXIKBiy51aWyuo6gtI6ddVgC1Ff+K42t4YqAaljI8PRk MTZjtZmdPAXbQ2S8i3De7nZuxyp8NQerLduUR9M9NkId6JCbEGWKq3f2gNEjf3IJ9f RInkS/T+GkRtAhpFLG+umpOLs8PGWEh6uhy3+6EQ= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488482201; bh=HWMjcvnv6K0vaz2aYNbaZpKtNHgMt9yomHbvv8qNJ8A=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=TtoehpUvynX/xcVPUdWaAUiVrJcYO+vKP+ZXuCM7UW7d+Jyzf5wMpxuYW62JyecHk 9DujyffnM2mmrJH5zDhTrYZ1l5MugLw3j5GFMbShStAu6nSeTxwgO/gIjaFCAmk3te TWdHHmMWsOUtL39MtPwySb7V8klBKiEvinv7+C5s= To: Ricardo Wurmus Subject: Re: bug#25746: python-pykka References: <20170215222757.b5aqqm4osrfxpcak@wasp> <87d1efskbr.fsf@elephly.net> <20170218202051.q3fkqriacbxouqvw@wasp> <20170219113123.54ndbhbolq5kcljl@wasp> <87zihiz8w6.fsf@elephly.net> <20170219205356.44hqfbo7zrrh3vql@wasp> Date: Thu, 02 Mar 2017 14:16:26 -0500 In-Reply-To: <20170219205356.44hqfbo7zrrh3vql@wasp> (ng0's message of "Sun, 19 Feb 2017 20:53:56 +0000") Message-ID: <87wpc7ij5h.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25746 Cc: 25746@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: 0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ng0 writes: > On 17-02-19 13:02:01, Ricardo Wurmus wrote: >>=20 >> ng0 writes: >>=20 >> >> > > + (arguments >> >> > > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. >> >> >=20 >> >> > It would be nice to have some more details here and a FIXME, so that >> >> > dedicated folks could fix this in the future. >>=20 >> [=E2=80=A6] >>=20 >> > I tried running the build using the git versions in the package >> > definition, and the python tests hang forever. I stopped after 3 - 5 >> > hours: >> [=E2=80=A6] >> > test_base_exception_is_logged (tests.logging_test.ConcreteActorLogging= Test..C) ... >> > >> > >> > The last one (test_base_exception_is_logged) is the one where it >> > hangs. >>=20 >> How about disabling that one test then? >>=20 >> > Without 'mopidy' https://github.com/mopidy I don't know if these >> > test failures are grave or just minor. >>=20 >> I don=E2=80=99t know how this relates to the rest of this patch. >>=20 >> > My idea is now to just use the tarball version, skip the tests >>=20 >> Using the official release is preferred, but I=E2=80=99d rather not skip= all the >> tests. We rarely ever do this unless there are bootstrap issues. >> Please try to disable just the hanging tests instead of the complete >> test suite. >>=20 >> --=20 >> Ricardo >>=20 >> GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC >> https://elephly.net >>=20 > > I fixed it, patches are appended as git send-email is still broken since = 82de2655a16dcc7a8e3b992b4afd34ec32c244a6.=20 Looks good! Pushed as de959250411830584366a0397367032f10c3c352 and a80488c20481e2a86a1808b85530342cf119b424 to master. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAli4b4oACgkQ5qXuPBlG eg0V+A//SJEy0Mx2r4X/D+QffllP87E2zKyXBWK1khFvt7q0cwQSI4laNqrmz2bt PXLzTc14MZQPxPbaqCYHWLbLYgQsDYCLWii5pYhUA7jZ+kvwgRNQXZCjWG0Ejl5R VzjJox+bVhEk8HTTavOBUrh1QLPxrvU9OFKVfxRSKonF2+4skIulzyMLVI42jBau uimBJFd/IZCectgiZhZDKypMGFo1JUMNdPvmltsOSyHkTswaSu5fHMQEN0mleJCS svZsYGEqTtxUTHP02xcPwJYBXPV5Ovb4QvTWvoYRgLqdyMKrN3nsP8FYfiJQGNw9 7PRrlfmGLn7sI4z9hCdmpPPIZswnC+Jc+bAUOGR9vhpNTuOirAkKE8HlMpz8GWmP DkJA1f7KZuLFN03MN0g3h6p0J60JPr631nGZpxCR8SsHvWRKes9hFf3lRKV95PU3 j6OZpMA20EsjVB4mn0x5KTeFgY5dL7NqRObP2vhYtAkGFSa0fO8ZLr3nanaFp45R +RjFuqPjf03gPsx9bfAWpAiADhUy/QozDqesZy3hMWX9gamL8hPJVsABbPZlsBNf BE2KogEP5nLWvTW5bTxqShVFCVBctwunWfDDwisM4X+Lm/nDfa/0AYsg3wGgE2+7 YccqRAPRbU6YTUQxz2LilbMg208iQLf6LutQVrwlZbZUgUvtmhI= =0oFV -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 02 14:33:41 2017 Received: (at 25746) by debbugs.gnu.org; 2 Mar 2017 19:33:41 +0000 Received: from localhost ([127.0.0.1]:36900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjWTn-0006Du-5E for submit@debbugs.gnu.org; Thu, 02 Mar 2017 14:33:41 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:32957) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjWTl-0006Dm-DS for 25746@debbugs.gnu.org; Thu, 02 Mar 2017 14:33:33 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 5158720819; Thu, 2 Mar 2017 14:33:31 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Thu, 02 Mar 2017 14:33:31 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=ixtc7M2MTIZEQjWoatPGJGOOiCo=; b=6FI7x+ VcP2NAS5WGLl0simMtyeRSIwKqVGTDiELK+EmV+SRwAlyJnT/8KT+d83dr2+09pm rzgo3s53DPCbzQX63Sd9deNYYckmn9/eXGOWOvOMByyAkhurvBWOyvLLgKcXVDjt uZS1OlgloYp3LdZbbJ/8WoncQigmcdQ+Fey78= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=ixtc7M2MTIZEQj WoatPGJGOOiCo=; b=N29DQ1erJBpb6EHvmDSYqawML+PJprnAiUV409fNIxZ/zG 7UX1OEj3O27f8xmeqF49wuxYlSLa44D4zB/wKSYQpsX8Z7/Zx1JLMU5FsbrKQoN2 6g6lssGq7QAPyDXpNQ8wKUVKQ0BMzeLPJK1zYhCv4kx/aqGa6ATi/AqV/6W3Y= X-ME-Sender: X-Sasl-enc: X7PFTVB07lVk/KLERbG0yTexEkkgtpXOvP8QTF+w0QrN 1488483210 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id D863E7E077; Thu, 2 Mar 2017 14:33:30 -0500 (EST) From: Marius Bakke To: Kei Kebreau , Ricardo Wurmus Subject: Re: bug#25746: python-pykka In-Reply-To: <87wpc7ij5h.fsf@openmailbox.org> References: <20170215222757.b5aqqm4osrfxpcak@wasp> <87d1efskbr.fsf@elephly.net> <20170218202051.q3fkqriacbxouqvw@wasp> <20170219113123.54ndbhbolq5kcljl@wasp> <87zihiz8w6.fsf@elephly.net> <20170219205356.44hqfbo7zrrh3vql@wasp> <87wpc7ij5h.fsf@openmailbox.org> User-Agent: Notmuch/0.23.7 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) Date: Thu, 02 Mar 2017 20:33:29 +0100 Message-ID: <874lzb8ody.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 25746 Cc: 25746@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: 0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Kei Kebreau writes: > ng0 writes: > >> On 17-02-19 13:02:01, Ricardo Wurmus wrote: >>>=20 >>> ng0 writes: >>>=20 >>> >> > > + (arguments >>> >> > > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. >>> >> >=20 >>> >> > It would be nice to have some more details here and a FIXME, so th= at >>> >> > dedicated folks could fix this in the future. >>>=20 >>> [=E2=80=A6] >>>=20 >>> > I tried running the build using the git versions in the package >>> > definition, and the python tests hang forever. I stopped after 3 - 5 >>> > hours: >>> [=E2=80=A6] >>> > test_base_exception_is_logged (tests.logging_test.ConcreteActorLoggin= gTest..C) ... >>> > >>> > >>> > The last one (test_base_exception_is_logged) is the one where it >>> > hangs. >>>=20 >>> How about disabling that one test then? >>>=20 >>> > Without 'mopidy' https://github.com/mopidy I don't know if these >>> > test failures are grave or just minor. >>>=20 >>> I don=E2=80=99t know how this relates to the rest of this patch. >>>=20 >>> > My idea is now to just use the tarball version, skip the tests >>>=20 >>> Using the official release is preferred, but I=E2=80=99d rather not ski= p all the >>> tests. We rarely ever do this unless there are bootstrap issues. >>> Please try to disable just the hanging tests instead of the complete >>> test suite. >>>=20 >>> --=20 >>> Ricardo >>>=20 >>> GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC >>> https://elephly.net >>>=20 >> >> I fixed it, patches are appended as git send-email is still broken since= 82de2655a16dcc7a8e3b992b4afd34ec32c244a6.=20 > > Looks good! Pushed as de959250411830584366a0397367032f10c3c352 and > a80488c20481e2a86a1808b85530342cf119b424 to master. Please note that the tests for both variants of python-eventlet are currently soft failing, and this package won't build when #25177 is merged. starting phase `check' running "python setup.py" with command "test" and parameters () running test Searching for enum-compat Reading https://pypi.python.org/simple/enum-compat/ Download error on https://pypi.python.org/simple/enum-compat/: [Errno -2] N= ame or service not known -- Some packages may not be found! Couldn't find index page for 'enum-compat' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [Errno -2] Name or servi= ce not known -- Some packages may not be found! No local packages or download links found for enum-compat error: Could not find suitable distribution for Requirement.parse('enum-com= pat') phase `check' succeeded after 0.8 seconds "python-pykka" has a different error and will also fail after #25177. starting phase `check' running "python setup.py" with command "test" and parameters () running test running egg_info writing dependency_links to Pykka.egg-info/dependency_links.txt writing Pykka.egg-info/PKG-INFO writing top-level names to Pykka.egg-info/top_level.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'Pykka.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' writing manifest file 'Pykka.egg-info/SOURCES.txt' running build_ext error: protocol not found phase `check' succeeded after 1.1 seconds Can someone look into it? I also noticed errors in the `install` phase of some python2 variants, I wonder if we might have the same problem there... byte-compiling /gnu/store/rnbyh8fp8n5canv1jxi2r0140b8ani3s-python2-eventlet= -0.20.1/lib/python2.7/site-packages/eventlet/green/http/cookiejar.py to coo= kiejar.pyc File "gnu/store/rnbyh8fp8n5canv1jxi2r0140b8ani3s-python2-eventlet-0.20.1/= lib/python2.7/site-packages/eventlet/green/http/cookiejar.py", line 1269 yield from deepvalues(obj) ^ SyntaxError: invalid syntax --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAli4c4kACgkQoqBt8qM6 VPryLQf+MQc83Bj49oRkYvYysGNYjUZmIAUibLmwVFDDBWd2XXkJNM07wDn6RD8C ps8o+ekKHt20v/Sq/qvdNuGBPz/HEsry148cqa+uCh8VY8r5TTdWOaFHVmmUZJEB hCjyoKpU9Rv9M7GPNYt9Xqd/l3/7Kakthc8DjbJL1lAUHL/FS8MDhv29meit3/Je hxU9B+Ia12MiG8fb3Ir3ho7jVAcoMGPqIRqInlJH2SI8StZinoXFKs+8JMn/SmEI qaLU1rcj0gxF3lPnuaoQI8aMfYbEAmTATGwUuXDydahOGvS1YD+c4ewfLu7sGcY6 +Csak69g1XBvYSoqBzRS8cmAbp5hFg== =NUEG -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 02 15:27:33 2017 Received: (at 25746-done) by debbugs.gnu.org; 2 Mar 2017 20:27:33 +0000 Received: from localhost ([127.0.0.1]:36952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjXJu-0007Ze-42 for submit@debbugs.gnu.org; Thu, 02 Mar 2017 15:27:33 -0500 Received: from perdizione.investici.org ([94.23.50.208]:64206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjXJs-0007ZW-6K for 25746-done@debbugs.gnu.org; Thu, 02 Mar 2017 15:27:24 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id C42761203FD; Thu, 2 Mar 2017 20:27:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1488486443; bh=N8Lbneov8g42heQdEKDP8XoXW9fiOU89bftq5uE52KM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=etaUayhnAYiEqASQED4wIRgJNvby41CsiBYMpP1iBnrKNoa9ZFhvGb9ejY0Cy7Jbk fFzKrXwNlxW7IZZ8of5B0F56JxBZ81Y6bqWejgCZ7cTJ63+xyrwUd/3768DLzA4QpE ag2Iy5A0l4rfkoQ9XAbBmbxGm9IVRNzGBswAAxKA= Date: Thu, 2 Mar 2017 20:27:19 +0000 From: ng0 To: Marius Bakke Subject: Re: bug#25746: python-pykka Message-ID: <20170302202719.m7lmj6bf4cj5syco@abyayala> Mail-Followup-To: Marius Bakke , Kei Kebreau , Ricardo Wurmus , 25746-done@debbugs.gnu.org References: <20170215222757.b5aqqm4osrfxpcak@wasp> <87d1efskbr.fsf@elephly.net> <20170218202051.q3fkqriacbxouqvw@wasp> <20170219113123.54ndbhbolq5kcljl@wasp> <87zihiz8w6.fsf@elephly.net> <20170219205356.44hqfbo7zrrh3vql@wasp> <87wpc7ij5h.fsf@openmailbox.org> <874lzb8ody.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <874lzb8ody.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25746-done Cc: Ricardo Wurmus , 25746-done@debbugs.gnu.org, Kei Kebreau 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: 0.0 (/) On 17-03-02 20:33:29, Marius Bakke wrote: > Kei Kebreau writes: > > > ng0 writes: > > > >> On 17-02-19 13:02:01, Ricardo Wurmus wrote: > >>> > >>> ng0 writes: > >>> > >>> >> > > + (arguments > >>> >> > > + `(#:tests? #f)) ; Testsuite fails for unspecified reasons. > >>> >> > > >>> >> > It would be nice to have some more details here and a FIXME, so that > >>> >> > dedicated folks could fix this in the future. > >>> > >>> […] > >>> > >>> > I tried running the build using the git versions in the package > >>> > definition, and the python tests hang forever. I stopped after 3 - 5 > >>> > hours: > >>> […] > >>> > test_base_exception_is_logged (tests.logging_test.ConcreteActorLoggingTest..C) ... > >>> > > >>> > > >>> > The last one (test_base_exception_is_logged) is the one where it > >>> > hangs. > >>> > >>> How about disabling that one test then? > >>> > >>> > Without 'mopidy' https://github.com/mopidy I don't know if these > >>> > test failures are grave or just minor. > >>> > >>> I don’t know how this relates to the rest of this patch. > >>> > >>> > My idea is now to just use the tarball version, skip the tests > >>> > >>> Using the official release is preferred, but I’d rather not skip all the > >>> tests. We rarely ever do this unless there are bootstrap issues. > >>> Please try to disable just the hanging tests instead of the complete > >>> test suite. > >>> > >>> -- > >>> Ricardo > >>> > >>> GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC > >>> https://elephly.net > >>> > >> > >> I fixed it, patches are appended as git send-email is still broken since 82de2655a16dcc7a8e3b992b4afd34ec32c244a6. > > > > Looks good! Pushed as de959250411830584366a0397367032f10c3c352 and > > a80488c20481e2a86a1808b85530342cf119b424 to master. Thanks Kei! Closing this patch-bug. > Please note that the tests for both variants of python-eventlet are > currently soft failing, and this package won't build when #25177 is > merged. > > starting phase `check' > running "python setup.py" with command "test" and parameters () > running test > Searching for enum-compat > Reading https://pypi.python.org/simple/enum-compat/ > Download error on https://pypi.python.org/simple/enum-compat/: [Errno -2] Name or service not known -- Some packages may not be found! > Couldn't find index page for 'enum-compat' (maybe misspelled?) > Scanning index of all packages (this may take a while) > Reading https://pypi.python.org/simple/ > Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found! > No local packages or download links found for enum-compat > error: Could not find suitable distribution for Requirement.parse('enum-compat') > phase `check' succeeded after 0.8 seconds > > "python-pykka" has a different error and will also fail after #25177. > > starting phase `check' > running "python setup.py" with command "test" and parameters () > running test > running egg_info > writing dependency_links to Pykka.egg-info/dependency_links.txt > writing Pykka.egg-info/PKG-INFO > writing top-level names to Pykka.egg-info/top_level.txt > warning: manifest_maker: standard file '-c' not found > > reading manifest file 'Pykka.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > no previously-included directories found matching 'docs/_build' > writing manifest file 'Pykka.egg-info/SOURCES.txt' > running build_ext > error: protocol not found > phase `check' succeeded after 1.1 seconds Yeah this is what I experienced as failure before using the git checkout. The git checkout hangs for different reasons. > Can someone look into it? > > I also noticed errors in the `install` phase of some python2 variants, > I wonder if we might have the same problem there... > > byte-compiling /gnu/store/rnbyh8fp8n5canv1jxi2r0140b8ani3s-python2-eventlet-0.20.1/lib/python2.7/site-packages/eventlet/green/http/cookiejar.py to cookiejar.pyc > File "gnu/store/rnbyh8fp8n5canv1jxi2r0140b8ani3s-python2-eventlet-0.20.1/lib/python2.7/site-packages/eventlet/green/http/cookiejar.py", line 1269 > yield from deepvalues(obj) > ^ > SyntaxError: invalid syntax From unknown Tue Jun 17 01:34:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 31 Mar 2017 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator