Public bug reported:

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: [email protected]
Usertags: ftbfs
X-Debbugs-CC: [email protected]

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)

** Affects: python-greenio (Ubuntu)
     Importance: High
         Status: Triaged

** Affects: python-greenio (Debian)
     Importance: Undecided
         Status: New

** Bug watch added: Debian Bug tracker #802148
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802148

** Changed in: python-greenio (Debian)
 Remote watch: None => Debian Bug tracker #802148

** Changed in: python-greenio (Ubuntu)
       Status: New => Triaged

** Changed in: python-greenio (Ubuntu)
   Importance: Undecided => High

** Description changed:

  Imported from Debian bug http://bugs.debian.org/802148:
  
- Received: (at submit) by bugs.debian.org; 17 Oct 2015 18:36:42 +0000
- From [email protected] 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: <[email protected]>
- 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 <[email protected]>)
-       id 1ZnWLS-0001Zh-3N
-       for [email protected]; 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)" <[email protected]>
- To: Debian Bug Tracking System <[email protected]>
- Subject: python-greenio: FTBFS: RuntimeError: generator raised StopIteration
- Message-ID: <[email protected]>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Disposition: inline
- X-Debbugs-Cc: [email protected]
- User-Agent: Mutt/1.5.23 (2014-03-12)
- Delivered-To: [email protected]
+ Source: python-greenio
+ Version: 0.6.0-1
+ Severity: serious
+ Justification: fails to build from source
+ Tags: sid stretch
+ User: [email protected]
+ Usertags: ftbfs
+ X-Debbugs-CC: [email protected]
+ 
+ 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)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507427

Title:
  python-greenio: FTBFS: RuntimeError: generator raised StopIteration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-greenio/+bug/1507427/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to