Activity log for bug #1507427

Date Who What changed Old value New value Message
2015-10-19 02:07:07 Logan Rosen bug added bug
2015-10-19 02:07:10 Logan Rosen bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802148
2015-10-19 02:07:10 Logan Rosen python-greenio (Debian): remote watch Debian Bug tracker #802148
2015-10-19 02:07:19 Logan Rosen python-greenio (Ubuntu): status New Triaged
2015-10-19 02:07:21 Logan Rosen python-greenio (Ubuntu): importance Undecided High
2015-10-19 02:07:39 Logan Rosen description Imported from Debian bug http://bugs.debian.org/802148: Received: (at submit) by bugs.debian.org; 17 Oct 2015 18:36:42 +0000 From solo-debianbugs@goeswhere.com Sat Oct 17 18:36:42 2015 X-Spam-Checker-Version: SpamAssassin 3.4.0-bugs.debian.org_2005_01_02 (2014-02-07) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=0.5 required=4.0 tests=BAYES_00,HELO_LH_HOME, RCVD_IN_BRBL_LASTEXT,RCVD_IN_PBL,RDNS_DYNAMIC,X_DEBBUGS_CC autolearn=no autolearn_force=no version=3.4.0-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 33; hammy, 150; neutral, 78; spammy, 0. spammytokens: hammytokens:0.000-+--H*UA:2014-03-12, 0.000-+--H*u:2014-03-12, 0.000-+--H*UA:1.5.23, 0.000-+--H*u:1.5.23, 0.000-+--xdebbugscc Return-path: <solo-debianbugs@goeswhere.com> Received: from host81-131-200-101.range81-131.btcentralplus.com ([81.131.200.101] helo=astoria.home) by buxtehude.debian.org with esmtp (Exim 4.84) (envelope-from <solo-debianbugs@goeswhere.com>) id 1ZnWLS-0001Zh-3N for submit@bugs.debian.org; Sat, 17 Oct 2015 18:36:42 +0000 Received: by astoria.home (Postfix, from userid 1000) id C981E35C720; Sat, 17 Oct 2015 17:07:52 +0100 (BST) Date: Sat, 17 Oct 2015 17:07:52 +0100 From: "Chris West (Faux)" <solo-debianbugs@goeswhere.com> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: python-greenio: FTBFS: RuntimeError: generator raised StopIteration Message-ID: <20151017160752.GA28346@astoria.goeswhere.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debbugs-Cc: solo-debianbugs@goeswhere.com User-Agent: Mutt/1.5.23 (2014-03-12) Delivered-To: submit@bugs.debian.org Imported from Debian bug http://bugs.debian.org/802148: Source: python-greenio Version: 0.6.0-1 Severity: serious Justification: fails to build from source Tags: sid stretch User: reproducible-builds@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-CC: reproducible-builds@lists.alioth.debian.org Dear Maintainer, The package fails to build: set -e && for pyvers in 3.5 3.4; do \ python$pyvers runtests.py ; \ done EE.................E ====================================================================== ERROR: test_asyncio_coroutine (test_asyncio_trollius.TrolliusEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_asyncio_trollius.py", line 61, in test raise Return(res) StopIteration: 42 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "tests/test_asyncio_trollius.py", line 64, in test_asyncio_coroutine self.loop.run_until_complete(fut) File "/python-greenio-0.6.0/greenio/__init__.py", line 129, in run_until_complete return self._green_run(ovr, args, kwargs) File "/python-greenio-0.6.0/greenio/__init__.py", line 125, in _green_run return _LoopGreenlet(method).switch(*args, **kwargs) File "/usr/lib/python3/dist-packages/trollius/base_events.py", line 273, in run_until_complete return future.result() File "/usr/lib/python3/dist-packages/trollius/futures.py", line 277, in result raise self._exception File "/usr/lib/python3/dist-packages/trollius/tasks.py", line 247, in _step result = coro.send(value) RuntimeError: generator raised StopIteration ... FAILED (errors=3) Full build log: https://reproducible.debian.net/rb-pkg/unstable/amd64/python-greenio.html -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64)
2015-10-19 03:09:43 Bug Watch Updater python-greenio (Debian): importance Undecided Unknown
2015-10-21 03:48:44 Logan Rosen tags ftbfs
2016-02-19 06:22:55 Bug Watch Updater python-greenio (Debian): status New Fix Released