Guest User

Untitled

a guest
Mar 12th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.18 KB | None | 0 0
  1. pep8 create: /home/waboring/devel/openstack/cinder/.tox/pep8
  2. pep8 installdeps: -r/home/waboring/devel/openstack/cinder/test-requirements.txt
  3. pep8 develop-inst: /home/waboring/devel/openstack/cinder
  4. ERROR: invocation failed (exit code 1), logfile: /home/waboring/devel/openstack/cinder/.tox/pep8/log/pep8-2.log
  5. ERROR: actionid: pep8
  6. msg: developpkg
  7. cmdargs: ['/home/waboring/devel/openstack/cinder/.tox/pep8/bin/pip', 'install', '-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt', '-e', '/home/waboring/devel/openstack/cinder']
  8.  
  9. /home/waboring/devel/openstack/cinder/.tox/pep8/lib64/python3.4/site.py:165: DeprecationWarning: 'U' mode is deprecated
  10.   f = open(fullname, "rU")
  11. Ignoring hyperframe: markers 'python_version == "3.5"' don't match your environment
  12. Ignoring kaitaistruct: markers 'python_version == "3.5"' don't match your environment
  13. Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment
  14. Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment
  15. Ignoring tornado: markers 'python_version == "3.5"' don't match your environment
  16. Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment
  17. Ignoring h11: markers 'python_version == "3.5"' don't match your environment
  18. Ignoring ruamel.yaml: markers 'python_version == "3.5"' don't match your environment
  19. Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment
  20. Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  21. Ignoring hpack: markers 'python_version == "3.5"' don't match your environment
  22. Ignoring brotlipy: markers 'python_version == "3.5"' don't match your environment
  23. Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  24. Ignoring urwid: markers 'python_version == "3.5"' don't match your environment
  25. Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment
  26. Ignoring thriftpy: markers 'python_version == "2.7"' don't match your environment
  27. Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment
  28. Ignoring blinker: markers 'python_version == "3.5"' don't match your environment
  29. Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  30. Ignoring h2: markers 'python_version == "3.5"' don't match your environment
  31. Ignoring mitmproxy: markers 'python_version == "3.5"' don't match your environment
  32. Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment
  33. Ignoring wsproto: markers 'python_version == "3.5"' don't match your environment
  34. Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment
  35. Ignoring functools32: markers 'python_version == "2.7"' don't match your environment
  36. Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment
  37. Ignoring scandir: markers 'python_version == "2.7"' don't match your environment
  38. Ignoring futures: markers 'python_version == "2.7"' don't match your environment
  39. Ignoring happybase: markers 'python_version == "2.7"' don't match your environment
  40. Ignoring sortedcontainers: markers 'python_version == "3.5"' don't match your environment
  41. Obtaining file:///home/waboring/devel/openstack/cinder
  42.     Complete output from command python setup.py egg_info:
  43.     /home/waboring/devel/openstack/cinder/.tox/pep8/lib64/python3.4/site.py:165: DeprecationWarning: 'U' mode is deprecated
  44.       f = open(fullname, "rU")
  45.     /home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/setuptools/dist.py:34: DeprecationWarning: Do not call this function
  46.       warnings.warn("Do not call this function", DeprecationWarning)
  47.     ERROR:root:Error parsing
  48.     Traceback (most recent call last):
  49.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/testrepository/repository/file.py", line 19, in <module>
  50.         import anydbm as dbm
  51.     ImportError: No module named 'anydbm'
  52.    
  53.     During handling of the above exception, another exception occurred:
  54.    
  55.     Traceback (most recent call last):
  56.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/pbr/core.py", line 111, in pbr
  57.         attrs = util.cfg_to_args(path, dist.script_args)
  58.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/pbr/util.py", line 267, in cfg_to_args
  59.         wrap_commands(kwargs)
  60.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/pbr/util.py", line 569, in wrap_commands
  61.         cmdclass = ep.resolve()
  62.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2437, in resolve
  63.         module = __import__(self.module_name, fromlist=['__name__'], level=0)
  64.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/testrepository/setuptools_command.py", line 33, in <module>
  65.         from testrepository import commands
  66.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/testrepository/commands/__init__.py", line 43, in <module>
  67.         from testrepository.repository import file
  68.       File "/home/waboring/devel/openstack/cinder/.tox/pep8/lib/python3.4/site-packages/testrepository/repository/file.py", line 21, in <module>
  69.         import dbm
  70.     ImportError: No module named 'dbm'
  71.     error in setup command: Error parsing /home/waboring/devel/openstack/cinder/setup.cfg: ImportError: No module named 'dbm'
  72.    
  73.     ----------------------------------------
  74. Command "python setup.py egg_info" failed with error code 1 in /home/waboring/devel/openstack/cinder/
  75.  
  76. pep8 installed: /home/waboring/devel/openstack/cinder/.tox/pep8/lib64/python3.4/site.py:165: DeprecationWarning: 'U' mode is deprecated,  f = open(fullname, "rU"),alabaster==0.7.10,amqp==2.2.2,appdirs==1.4.3,asn1crypto==0.24.0,Babel==2.5.3,bandit==1.4.0,bcrypt==3.1.4,cachetools==2.0.1,certifi==2018.1.18,cffi==1.11.5,chardet==3.0.4,cliff==2.11.0,cmd2==0.8.0,contextlib2==0.5.5,coverage==4.5.1,cryptography==2.1.4,ddt==1.1.2,debtcollector==1.19.0,docutils==0.14,dulwich==0.18.6,enum-compat==0.0.2,eventlet==0.20.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.5.5,future==0.16.0,futurist==1.6.0,gitdb2==2.0.3,GitPython==2.1.8,greenlet==0.4.13,hacking==0.12.0,idna==2.6,imagesize==1.0.0,iso8601==0.1.12,Jinja2==2.10,jsonschema==2.6.0,keystoneauth1==3.4.0,kombu==4.1.0,linecache2==1.0.0,MarkupSafe==1.0,mccabe==0.2.1,mock==2.0.0,monotonic==1.4,mox3==0.24.0,msgpack==0.5.6,netaddr==0.7.19,netifaces==0.10.6,openstackdocstheme==1.19.0,os-api-ref==1.5.0,os-client-config==1.29.0,oslo.concurrency==3.25.0,oslo.config==5.2.0,oslo.context==2.20.0,oslo.i18n==3.19.0,oslo.log==3.36.0,oslo.messaging==5.35.0,oslo.middleware==3.34.0,oslo.serialization==2.24.0,oslo.service==1.29.0,oslo.utils==3.35.0,oslo.versionedobjects==1.31.2,oslotest==3.2.0,paramiko==2.4.0,Paste==2.0.3,PasteDeploy==1.5.2,pbr==3.1.1,pep8==1.5.7,pika==0.10.0,pika-pool==0.1.3,prettytable==0.7.2,psycopg2==2.7.4,pyasn1==0.4.2,pycparser==2.18,pyflakes==0.8.1,Pygments==2.2.0,pyinotify==0.9.6,PyMySQL==0.8.0,PyNaCl==1.2.1,pyparsing==2.2.0,pyperclip==1.6.0,python-dateutil==2.6.1,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2018.3,PyYAML==3.12,repoze.lru==0.7,requests==2.18.4,requestsexceptions==1.4.0,rfc3986==1.1.0,Routes==2.4.1,six==1.11.0,smmap2==2.0.3,snowballstemmer==1.2.1,Sphinx==1.6.5,sphinxcontrib-websupport==1.0.1,statsd==3.2.2,stestr==2.0.0,stevedore==1.28.0,tempest==18.0.0,tenacity==4.9.0,testrepository==0.0.20,testresources==2.0.1,testscenarios==0.5.0,testtools==2.3.0,traceback2==1.4.0,typing==3.6.4,unittest2==1.1.0,urllib3==1.22,vine==1.1.4,voluptuous==0.11.1,WebOb==1.7.4,wrapt==1.10.11
  77. __________________________________________________________________________________________________________________ summary ___________________________________________________________________________________________________________________
  78. ERROR:   pep8: InvocationError: /home/waboring/devel/openstack/cinder/.tox/pep8/bin/pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -e /home/waboring/devel/openstack/cinder (see /home/waboring/devel/openstack/cinder/.tox/pep8/log/pep8-2.log)
Advertisement
Add Comment
Please, Sign In to add comment