[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please help with test suite error and installation problem of python-aws-xray-sdk (Was: If there is no response in debian-python then debian-science might be the right team)



Hi Yaroslav,

On Mon, Jan 15, 2018 at 05:26:28AM -0500, Yaroslav Halchenko wrote:
> I don't mind helping to maintain it under any of those teams. Thank you Andreas for taking care about this new dependency. I will look into updating pandas package

That's very welcome and help is actually needed.  I have pushed my
preliminary attempt to Debian Science Git[1].  Since the test suite was
featuring four errors I simply forced the result of dh_auto_test to true
to get some package for a first test.  This needs to be investigated
before uploading.  Unfortunately the install process also throws errors
when compyling to byte code.  Here are the issues I'm facing and I'm
struck with:

  1) test suite

I: pybuild base:184: cd /build/python-aws-xray-sdk-0.95/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest tests
============================= test session starts ==============================
platform linux2 -- Python 2.7.14+, pytest-3.2.1, py-1.4.34, pluggy-0.4.0
rootdir: /build/python-aws-xray-sdk-0.95, inifile:
collected 57 items / 4 errors

==================================== ERRORS ====================================
 ERROR collecting .pybuild/pythonX.Y_2.7/build/tests/test_async_local_storage.py.
/usr/lib/python2.7/dist-packages/_pytest/python.py:395: in _importtestmodule
    mod = self.fspath.pyimport(ensuresyspath=importmode)
/usr/lib/python2.7/dist-packages/py/_path/local.py:662: in pyimport
    __import__(modname)
E     File "/build/python-aws-xray-sdk-0.95/.pybuild/pythonX.Y_2.7/build/tests/test_async_local_storage.py", line 10
E       async def _test():
E               ^
E   SyntaxError: invalid syntax
__ ERROR collecting .pybuild/pythonX.Y_2.7/build/tests/test_async_recorder.py __
/usr/lib/python2.7/dist-packages/_pytest/python.py:395: in _importtestmodule
    mod = self.fspath.pyimport(ensuresyspath=importmode)
/usr/lib/python2.7/dist-packages/py/_path/local.py:662: in pyimport
    __import__(modname)
E     File "/build/python-aws-xray-sdk-0.95/.pybuild/pythonX.Y_2.7/build/tests/test_async_recorder.py", line 9
E       async def async_method2():
E           ^
E   SyntaxError: invalid syntax
 ERROR collecting .pybuild/pythonX.Y_2.7/build/tests/ext/aiobotocore/test_aiobotocore.py.
/usr/lib/python2.7/dist-packages/_pytest/python.py:395: in _importtestmodule
    mod = self.fspath.pyimport(ensuresyspath=importmode)
/usr/lib/python2.7/dist-packages/py/_path/local.py:662: in pyimport
    __import__(modname)
E     File "/build/python-aws-xray-sdk-0.95/.pybuild/pythonX.Y_2.7/build/tests/ext/aiobotocore/test_aiobotocore.py", line 24
E       async def test_describe_table(loop, recorder):
E               ^
E   SyntaxError: invalid syntax
 ERROR collecting .pybuild/pythonX.Y_2.7/build/tests/ext/aiohttp/test_aiohttp.py.
/usr/lib/python2.7/dist-packages/_pytest/python.py:395: in _importtestmodule
    mod = self.fspath.pyimport(ensuresyspath=importmode)
/usr/lib/python2.7/dist-packages/py/_path/local.py:662: in pyimport
    __import__(modname)
E     File "/build/python-aws-xray-sdk-0.95/.pybuild/pythonX.Y_2.7/build/tests/ext/aiohttp/test_aiohttp.py", line 46
E       async def handle_ok(self, request: web.Request) -> web.Response:
E               ^
E   SyntaxError: invalid syntax
!!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 4 error in 0.69 seconds ============================


  2) installation of the resulting package:

E:Sub-process /usr/bin/dpkg returned an error code (1)
Traceback (most recent call last):
  File "/usr/share/wajig/debfile-deps.py", line 56, in <module>
    main(sys.argv[1])
  File "/usr/share/wajig/debfile-deps.py", line 48, in main
    cache.commit(apt.progress.text.AcquireProgress())
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 529, in commit
    raise SystemError("installArchives() failed")
SystemError: installArchives() failed
python-aws-xray-sdk (0.95-1) wird eingerichtet ...
  File "/usr/lib/python2.7/dist-packages/aws_xray_sdk/core/async_context.py", line 14
    def __init__(self, *args, loop=None, use_task_factory=True, **kwargs):
                                 ^
SyntaxError: invalid syntax

  File "/usr/lib/python2.7/dist-packages/aws_xray_sdk/core/async_recorder.py", line 20
    async def wrapper(wrapped, instance, args, kwargs):
        ^
SyntaxError: invalid syntax

  File "/usr/lib/python2.7/dist-packages/aws_xray_sdk/ext/aiobotocore/patch.py", line 30
    async def _xray_traced_aiobotocore(wrapped, instance, args, kwargs):
            ^
SyntaxError: invalid syntax

  File "/usr/lib/python2.7/dist-packages/aws_xray_sdk/ext/aiohttp/middleware.py", line 11
    async def middleware(app, handler):
            ^
SyntaxError: invalid syntax


Any help would be really appreciated.

Kind regards

        Andreas.


[1] https://salsa.debian.org/science-team/python-aws-xray-sdk.git

-- 
http://fam-tille.de


Reply to: