Skip to content

Instantly share code, notes, and snippets.

@jethrosun
Created April 20, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jethrosun/8edcaadd879955303c94bc0041e7cc76 to your computer and use it in GitHub Desktop.
Save jethrosun/8edcaadd879955303c94bc0041e7cc76 to your computer and use it in GitHub Desktop.
HaaS build errors on Arch Linux

# Arch

Basically it seems like something goes wrong with the python version, i.e. setting up virtualenv for Python2.7 can solve it. Log with details are provided. If there is something wrong with the environment setup, I will be happy to test HaaS on Arch again.

$ uname -r

4.1.21-1-lts

$ python --version

Python 3.5.1

$ which python

/usr/bin/python

issues Seems like even with `virtualenv -p /usr/bin/python2 .env`, there is still something wrong. More tests needed.

## Install HaaS

Environment(with virtualenv point to python2)

$ python --version [18:12:09] Python 2.7.11

Running haas-admin db create with errors

$ haas-admin db create [18:14:10] Traceback (most recent call last): File "/usr/bin/haas-admin", line 9, in <module> load_entry_point('haas==0.2rc2', 'console_scripts', 'haas-admin')() File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2569, in load_entry_point return ep.load() File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3.5/site-packages/haas-0.2rc2-py3.5.egg/haas/commands/admin.py", line 1, in <module> from haas import config, model File "/usr/lib/python3.5/site-packages/haas-0.2rc2-py3.5.egg/haas/config.py", line 22, in <module> import ConfigParser ImportError: No module named 'ConfigParser' FAIL

Installation log

$ python setup.py install [18:13:25] running install running bdist_egg running egg_info creating haas.egg-info writing requirements to haas.egg-info/requires.txt writing haas.egg-info/PKG-INFO writing top-level names to haas.egg-info/top_level.txt writing dependency_links to haas.egg-info/dependency_links.txt writing entry points to haas.egg-info/entry_points.txt writing manifest file 'haas.egg-info/SOURCES.txt' reading manifest file 'haas.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'haas.egg-info/SOURCES.txt' installing library code to build/bdist.linux-i686/egg running install_lib running build_py creating build creating build/lib creating build/lib/haas copying haas/auth.py -> build/lib/haas copying haas/errors.py -> build/lib/haas copying haas/network_allocator.py -> build/lib/haas copying haas/migrations.py -> build/lib/haas copying haas/dev_support.py -> build/lib/haas copying haas/config.py -> build/lib/haas copying haas/api.py -> build/lib/haas copying haas/flaskapp.py -> build/lib/haas copying haas/server.py -> build/lib/haas copying haas/__init__.py -> build/lib/haas copying haas/test_common.py -> build/lib/haas copying haas/rest.py -> build/lib/haas copying haas/deferred.py -> build/lib/haas copying haas/class_resolver.py -> build/lib/haas copying haas/cli.py -> build/lib/haas copying haas/model.py -> build/lib/haas creating build/lib/haas/commands copying haas/commands/__init__.py -> build/lib/haas/commands copying haas/commands/admin.py -> build/lib/haas/commands copying haas/commands/db.py -> build/lib/haas/commands creating build/lib/haas/ext copying haas/ext/__init__.py -> build/lib/haas/ext creating build/lib/haas/ext/obm copying haas/ext/obm/__init__.py -> build/lib/haas/ext/obm copying haas/ext/obm/mock.py -> build/lib/haas/ext/obm copying haas/ext/obm/ipmi.py -> build/lib/haas/ext/obm creating build/lib/haas/ext/switches copying haas/ext/switches/null.py -> build/lib/haas/ext/switches copying haas/ext/switches/nexus.py -> build/lib/haas/ext/switches copying haas/ext/switches/__init__.py -> build/lib/haas/ext/switches copying haas/ext/switches/_console.py -> build/lib/haas/ext/switches copying haas/ext/switches/mock.py -> build/lib/haas/ext/switches copying haas/ext/switches/dell.py -> build/lib/haas/ext/switches creating build/lib/haas/ext/auth copying haas/ext/auth/null.py -> build/lib/haas/ext/auth copying haas/ext/auth/__init__.py -> build/lib/haas/ext/auth copying haas/ext/auth/mock.py -> build/lib/haas/ext/auth copying haas/ext/auth/database.py -> build/lib/haas/ext/auth creating build/lib/haas/ext/network_allocators copying haas/ext/network_allocators/null.py -> build/lib/haas/ext/network_allocators copying haas/ext/network_allocators/__init__.py -> build/lib/haas/ext/network_allocators copying haas/ext/network_allocators/vlan_pool.py -> build/lib/haas/ext/network_allocators creating build/lib/haas/migrations copying haas/migrations/env.py -> build/lib/haas/migrations copying haas/migrations/alembic.ini -> build/lib/haas/migrations copying haas/migrations/script.py.mako -> build/lib/haas/migrations creating build/lib/haas/migrations/versions copying haas/migrations/versions/6a8c19565060_move_to_flask.py -> build/lib/haas/migrations/versions creating build/lib/haas/ext/obm/migrations creating build/lib/haas/ext/obm/migrations/mock copying haas/ext/obm/migrations/mock/df8d9f423f2b_rename_mockobm_table_for_flask.py -> build/lib/haas/ext/obm/migrations/mock creating build/lib/haas/ext/switches/migrations creating build/lib/haas/ext/switches/migrations/mock copying haas/ext/switches/migrations/mock/b5b31d19257d_rename_mockswitch_table_for_flask.py -> build/lib/haas/ext/switches/migrations/mock creating build/lib/haas/ext/switches/migrations/dell copying haas/ext/switches/migrations/dell/099b939261c1_rename_dell_switch_table_for_flask.py -> build/lib/haas/ext/switches/migrations/dell creating build/bdist.linux-i686 creating build/bdist.linux-i686/egg creating build/bdist.linux-i686/egg/haas copying build/lib/haas/auth.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/errors.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/network_allocator.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/migrations.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/dev_support.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/config.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/api.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/flaskapp.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/server.py -> build/bdist.linux-i686/egg/haas creating build/bdist.linux-i686/egg/haas/migrations copying build/lib/haas/migrations/env.py -> build/bdist.linux-i686/egg/haas/migrations copying build/lib/haas/migrations/alembic.ini -> build/bdist.linux-i686/egg/haas/migrations creating build/bdist.linux-i686/egg/haas/migrations/versions copying build/lib/haas/migrations/versions/6a8c19565060_move_to_flask.py -> build/bdist.linux-i686/egg/haas/migrations/versions copying build/lib/haas/migrations/script.py.mako -> build/bdist.linux-i686/egg/haas/migrations copying build/lib/haas/__init__.py -> build/bdist.linux-i686/egg/haas creating build/bdist.linux-i686/egg/haas/commands copying build/lib/haas/commands/__init__.py -> build/bdist.linux-i686/egg/haas/commands copying build/lib/haas/commands/admin.py -> build/bdist.linux-i686/egg/haas/commands copying build/lib/haas/commands/db.py -> build/bdist.linux-i686/egg/haas/commands copying build/lib/haas/test_common.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/rest.py -> build/bdist.linux-i686/egg/haas creating build/bdist.linux-i686/egg/haas/ext creating build/bdist.linux-i686/egg/haas/ext/obm creating build/bdist.linux-i686/egg/haas/ext/obm/migrations creating build/bdist.linux-i686/egg/haas/ext/obm/migrations/mock copying build/lib/haas/ext/obm/migrations/mock/df8d9f423f2b_rename_mockobm_table_for_flask.py -> build/bdist.linux-i686/egg/haas/ext/obm/migrations/mock copying build/lib/haas/ext/obm/__init__.py -> build/bdist.linux-i686/egg/haas/ext/obm copying build/lib/haas/ext/obm/mock.py -> build/bdist.linux-i686/egg/haas/ext/obm copying build/lib/haas/ext/obm/ipmi.py -> build/bdist.linux-i686/egg/haas/ext/obm creating build/bdist.linux-i686/egg/haas/ext/switches copying build/lib/haas/ext/switches/null.py -> build/bdist.linux-i686/egg/haas/ext/switches creating build/bdist.linux-i686/egg/haas/ext/switches/migrations creating build/bdist.linux-i686/egg/haas/ext/switches/migrations/mock copying build/lib/haas/ext/switches/migrations/mock/b5b31d19257d_rename_mockswitch_table_for_flask.py -> build/bdist.linux-i686/egg/haas/ext/switches/migrations/mock creating build/bdist.linux-i686/egg/haas/ext/switches/migrations/dell copying build/lib/haas/ext/switches/migrations/dell/099b939261c1_rename_dell_switch_table_for_flask.py -> build/bdist.linux-i686/egg/haas/ext/switches/migrations/dell copying build/lib/haas/ext/switches/nexus.py -> build/bdist.linux-i686/egg/haas/ext/switches copying build/lib/haas/ext/switches/__init__.py -> build/bdist.linux-i686/egg/haas/ext/switches copying build/lib/haas/ext/switches/_console.py -> build/bdist.linux-i686/egg/haas/ext/switches copying build/lib/haas/ext/switches/mock.py -> build/bdist.linux-i686/egg/haas/ext/switches copying build/lib/haas/ext/switches/dell.py -> build/bdist.linux-i686/egg/haas/ext/switches copying build/lib/haas/ext/__init__.py -> build/bdist.linux-i686/egg/haas/ext creating build/bdist.linux-i686/egg/haas/ext/auth copying build/lib/haas/ext/auth/null.py -> build/bdist.linux-i686/egg/haas/ext/auth copying build/lib/haas/ext/auth/__init__.py -> build/bdist.linux-i686/egg/haas/ext/auth copying build/lib/haas/ext/auth/mock.py -> build/bdist.linux-i686/egg/haas/ext/auth copying build/lib/haas/ext/auth/database.py -> build/bdist.linux-i686/egg/haas/ext/auth creating build/bdist.linux-i686/egg/haas/ext/network_allocators copying build/lib/haas/ext/network_allocators/null.py -> build/bdist.linux-i686/egg/haas/ext/network_allocators copying build/lib/haas/ext/network_allocators/__init__.py -> build/bdist.linux-i686/egg/haas/ext/network_allocators copying build/lib/haas/ext/network_allocators/vlan_pool.py -> build/bdist.linux-i686/egg/haas/ext/network_allocators copying build/lib/haas/deferred.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/class_resolver.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/cli.py -> build/bdist.linux-i686/egg/haas copying build/lib/haas/model.py -> build/bdist.linux-i686/egg/haas byte-compiling build/bdist.linux-i686/egg/haas/auth.py to auth.pyc byte-compiling build/bdist.linux-i686/egg/haas/errors.py to errors.pyc byte-compiling build/bdist.linux-i686/egg/haas/network_allocator.py to network_allocator.pyc byte-compiling build/bdist.linux-i686/egg/haas/migrations.py to migrations.pyc byte-compiling build/bdist.linux-i686/egg/haas/dev_support.py to dev_support.pyc byte-compiling build/bdist.linux-i686/egg/haas/config.py to config.pyc byte-compiling build/bdist.linux-i686/egg/haas/api.py to api.pyc byte-compiling build/bdist.linux-i686/egg/haas/flaskapp.py to flaskapp.pyc byte-compiling build/bdist.linux-i686/egg/haas/server.py to server.pyc byte-compiling build/bdist.linux-i686/egg/haas/migrations/env.py to env.pyc byte-compiling build/bdist.linux-i686/egg/haas/migrations/versions/6a8c19565060_move_to_flask.py to 6a8c19565060_move_to_flask.pyc byte-compiling build/bdist.linux-i686/egg/haas/__init__.py to __init__.pyc byte-compiling build/bdist.linux-i686/egg/haas/commands/__init__.py to __init__.pyc byte-compiling build/bdist.linux-i686/egg/haas/commands/admin.py to admin.pyc byte-compiling build/bdist.linux-i686/egg/haas/commands/db.py to db.pyc byte-compiling build/bdist.linux-i686/egg/haas/test_common.py to test_common.pyc byte-compiling build/bdist.linux-i686/egg/haas/rest.py to rest.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/obm/migrations/mock/df8d9f423f2b_rename_mockobm_table_for_flask.py to df8d9f423f2b_rename_mockobm_table_for_flask.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/obm/__init__.py to __init__.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/obm/mock.py to mock.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/obm/ipmi.py to ipmi.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/null.py to null.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/migrations/mock/b5b31d19257d_rename_mockswitch_table_for_flask.py to b5b31d19257d_rename_mockswitch_table_for_flask.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/migrations/dell/099b939261c1_rename_dell_switch_table_for_flask.py to 099b939261c1_rename_dell_switch_table_for_flask.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/nexus.py to nexus.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/__init__.py to __init__.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/_console.py to _console.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/mock.py to mock.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/switches/dell.py to dell.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/__init__.py to __init__.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/auth/null.py to null.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/auth/__init__.py to __init__.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/auth/mock.py to mock.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/auth/database.py to database.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/network_allocators/null.py to null.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/network_allocators/__init__.py to __init__.pyc byte-compiling build/bdist.linux-i686/egg/haas/ext/network_allocators/vlan_pool.py to vlan_pool.pyc byte-compiling build/bdist.linux-i686/egg/haas/deferred.py to deferred.pyc byte-compiling build/bdist.linux-i686/egg/haas/class_resolver.py to class_resolver.pyc byte-compiling build/bdist.linux-i686/egg/haas/cli.py to cli.pyc byte-compiling build/bdist.linux-i686/egg/haas/model.py to model.pyc creating build/bdist.linux-i686/egg/EGG-INFO installing scripts to build/bdist.linux-i686/egg/EGG-INFO/scripts running install_scripts running build_scripts creating build/scripts-2.7 copying and adjusting scripts/haas -> build/scripts-2.7 copying and adjusting scripts/create_bridges -> build/scripts-2.7 changing mode of build/scripts-2.7/haas from 644 to 755 changing mode of build/scripts-2.7/create_bridges from 644 to 755 creating build/bdist.linux-i686/egg/EGG-INFO/scripts copying build/scripts-2.7/haas -> build/bdist.linux-i686/egg/EGG-INFO/scripts copying build/scripts-2.7/create_bridges -> build/bdist.linux-i686/egg/EGG-INFO/scripts changing mode of build/bdist.linux-i686/egg/EGG-INFO/scripts/haas to 755 changing mode of build/bdist.linux-i686/egg/EGG-INFO/scripts/create_bridges to 755 copying haas.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO copying haas.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO copying haas.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO copying haas.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO copying haas.egg-info/not-zip-safe -> build/bdist.linux-i686/egg/EGG-INFO copying haas.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO copying haas.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO creating dist creating 'dist/haas-0.2rc2-py2.7.egg' and adding 'build/bdist.linux-i686/egg' to it removing 'build/bdist.linux-i686/egg' (and everything under it) Processing haas-0.2rc2-py2.7.egg creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/haas-0.2rc2-py2.7.egg Extracting haas-0.2rc2-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding haas 0.2rc2 to easy-install.pth file Installing haas script to /home/archie/coding/.env/.env/bin Installing create_bridges script to /home/archie/coding/.env/.env/bin Installing haas-admin script to /home/archie/coding/.env/.env/bin

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/haas-0.2rc2-py2.7.egg Processing dependencies for haas==0.2rc2 Searching for pytest-xdist Reading https://pypi.python.org/simple/pytest-xdist/ Best match: pytest-xdist 1.14 Downloading https://pypi.python.org/packages/source/p/pytest-xdist/pytest-xdist-1.14.zip#md5=958699a0487226505470e984f1843329 Processing pytest-xdist-1.14.zip Writing /tmp/easy_install-_af5X/pytest-xdist-1.14/setup.cfg Running pytest-xdist-1.14/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_af5X/pytest-xdist-1.14/egg-dist-tmp-X9G7_4

Installed /tmp/easy_install-_af5X/pytest-xdist-1.14/.eggs/setuptools_scm-1.11.0-py2.7.egg warning: no files found matching 'README.txt' no previously-included directories found matching '.hg' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/pytest_xdist-1.14-py2.7.egg Extracting pytest_xdist-1.14-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding pytest-xdist 1.14 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/pytest_xdist-1.14-py2.7.egg Searching for pytest-cov==1.8.0 Reading https://pypi.python.org/simple/pytest-cov/ Best match: pytest-cov 1.8.0 Downloading https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-1.8.0.tar.gz#md5=b9bfa95145c019a109987ab3835c7a97 Processing pytest-cov-1.8.0.tar.gz Writing /tmp/easy_install-dKyIpF/pytest-cov-1.8.0/setup.cfg Running pytest-cov-1.8.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dKyIpF/pytest-cov-1.8.0/egg-dist-tmp-p8mkuG creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/pytest_cov-1.8.0-py2.7.egg Extracting pytest_cov-1.8.0-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding pytest-cov 1.8.0 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/pytest_cov-1.8.0-py2.7.egg Searching for pytest<3.0,>=2.6.2 Reading https://pypi.python.org/simple/pytest/ Best match: pytest 2.9.1 Downloading https://pypi.python.org/packages/source/p/pytest/pytest-2.9.1.tar.gz#md5=05165740ea50928e4e971378630163ec Processing pytest-2.9.1.tar.gz Writing /tmp/easy_install-ETKRgB/pytest-2.9.1/setup.cfg Running pytest-2.9.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ETKRgB/pytest-2.9.1/egg-dist-tmp-rxikdQ warning: no previously-included files found matching '_pytest/impl' warning: no previously-included files matching '.pyc' found under directory '' warning: no previously-included files matching '.pyo' found under directory '' warning: no previously-included files found matching 'appveyor/install.ps1' warning: no previously-included files found matching 'appveyor.yml' warning: no previously-included files found matching 'appveyor' warning: no previously-included files found matching 'ISSUES.txt' warning: no previously-included files found matching 'HOWTORELEASE.rst' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/pytest-2.9.1-py2.7.egg Extracting pytest-2.9.1-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding pytest 2.9.1 to easy-install.pth file Installing py.test-2.7 script to /home/archie/coding/.env/.env/bin Installing py.test script to /home/archie/coding/.env/.env/bin

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/pytest-2.9.1-py2.7.egg Searching for requests==2.4.1 Reading https://pypi.python.org/simple/requests/ Best match: requests 2.4.1 Downloading https://pypi.python.org/packages/source/r/requests/requests-2.4.1.tar.gz#md5=931461f761c70708c46ea65b7889da58 Processing requests-2.4.1.tar.gz Writing /tmp/easy_install-ouuLuX/requests-2.4.1/setup.cfg Running requests-2.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ouuLuX/requests-2.4.1/egg-dist-tmp-lYRDKG creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/requests-2.4.1-py2.7.egg Extracting requests-2.4.1-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding requests 2.4.1 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/requests-2.4.1-py2.7.egg Searching for pexpect==3.3 Reading https://pypi.python.org/simple/pexpect/ Best match: pexpect 3.3 Downloading https://pypi.python.org/packages/source/p/pexpect/pexpect-3.3.tar.gz#md5=0de72541d3f1374b795472fed841dce8 Processing pexpect-3.3.tar.gz Writing /tmp/easy_install-_g79Y4/pexpect-3.3/setup.cfg Running pexpect-3.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_g79Y4/pexpect-3.3/egg-dist-tmp-Fjj_M1 zip_safe flag not set; analyzing archive contents... Moving pexpect-3.3-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding pexpect 3.3 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/pexpect-3.3-py2.7.egg Searching for passlib==1.6.2 Reading https://pypi.python.org/simple/passlib/ Best match: passlib 1.6.2 Downloading https://pypi.python.org/packages/source/p/passlib/passlib-1.6.2.tar.gz#md5=2f872ae7c72ca338634c618f2cff5863 Processing passlib-1.6.2.tar.gz Writing /tmp/easy_install-WaSmJf/passlib-1.6.2/setup.cfg Running passlib-1.6.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-WaSmJf/passlib-1.6.2/egg-dist-tmp-s55p3d Moving passlib-1.6.2-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding passlib 1.6.2 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/passlib-1.6.2-py2.7.egg Searching for importlib==1.0.3 Reading https://pypi.python.org/simple/importlib/ Best match: importlib 1.0.3 Downloading https://pypi.python.org/packages/source/i/importlib/importlib-1.0.3.zip#md5=8a635997b2239c7160addfd2cb33c4d8 Processing importlib-1.0.3.zip Writing /tmp/easy_install-eT1fyp/importlib-1.0.3/setup.cfg Running importlib-1.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-eT1fyp/importlib-1.0.3/egg-dist-tmp-873FVp warning: install_lib: 'build/lib' does not exist -- no Python modules to install

zip_safe flag not set; analyzing archive contents... Moving importlib-1.0.3-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding importlib 1.0.3 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/importlib-1.0.3-py2.7.egg Searching for schema==0.3.1 Reading https://pypi.python.org/simple/schema/ Best match: schema 0.3.1 Downloading https://pypi.python.org/packages/source/s/schema/schema-0.3.1.tar.gz#md5=241d4f8211ebab33bc28be90a300cb58 Processing schema-0.3.1.tar.gz Writing /tmp/easy_install-vcmSfJ/schema-0.3.1/setup.cfg Running schema-0.3.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-vcmSfJ/schema-0.3.1/egg-dist-tmp-gRjlQX zip_safe flag not set; analyzing archive contents... Moving schema-0.3.1-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding schema 0.3.1 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/schema-0.3.1-py2.7.egg Searching for Flask<0.11,>=0.10.1 Reading https://pypi.python.org/simple/Flask/ Best match: Flask 0.10.1 Downloading https://pypi.python.org/packages/source/F/Flask/Flask-0.10.1.tar.gz#md5=378670fe456957eb3c27ddaef60b2b24 Processing Flask-0.10.1.tar.gz Writing /tmp/easy_install-4Hby2C/Flask-0.10.1/setup.cfg Running Flask-0.10.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4Hby2C/Flask-0.10.1/egg-dist-tmp-ExbjHm warning: no files found matching '' under directory 'tests' warning: no previously-included files matching '.pyc' found under directory 'docs' warning: no previously-included files matching '.pyo' found under directory 'docs' warning: no previously-included files matching '.pyc' found under directory 'tests' warning: no previously-included files matching '.pyo' found under directory 'tests' warning: no previously-included files matching '.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg Extracting Flask-0.10.1-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding Flask 0.10.1 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg Searching for Werkzeug<0.10,>=0.9.4 Reading https://pypi.python.org/simple/Werkzeug/ Best match: Werkzeug 0.9.6 Downloading https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.9.6.tar.gz#md5=f7afcadc03b0f2267bdc156c34586043 Processing Werkzeug-0.9.6.tar.gz Writing /tmp/easy_install-baLZIz/Werkzeug-0.9.6/setup.cfg Running Werkzeug-0.9.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-baLZIz/Werkzeug-0.9.6/egg-dist-tmp-nY6NrP warning: no files found matching '' under directory 'werkzeug/debug/templates' warning: no files found matching '' under directory 'tests' warning: no previously-included files matching '.pyc' found under directory 'docs' warning: no previously-included files matching '.pyo' found under directory 'docs' warning: no previously-included files matching '.pyc' found under directory 'tests' warning: no previously-included files matching '.pyo' found under directory 'tests' warning: no previously-included files matching '.pyc' found under directory 'examples' warning: no previously-included files matching '.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/Werkzeug-0.9.6-py2.7.egg Extracting Werkzeug-0.9.6-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding Werkzeug 0.9.6 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/Werkzeug-0.9.6-py2.7.egg Searching for Flask-Script<3.0,>=2.0.5 Reading https://pypi.python.org/simple/Flask-Script/ Best match: Flask-Script 2.0.5 Downloading https://pypi.python.org/packages/source/F/Flask-Script/Flask-Script-2.0.5.tar.gz#md5=e5c73d3b7937f5b88942f342f9617029 Processing Flask-Script-2.0.5.tar.gz Writing /tmp/easy_install-3LRwYe/Flask-Script-2.0.5/setup.cfg Running Flask-Script-2.0.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3LRwYe/Flask-Script-2.0.5/egg-dist-tmp-g2ySUV warning: no previously-included files matching '.pyc' found under directory 'docs' warning: no previously-included files matching '.pyo' found under directory 'docs' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask_Script-2.0.5-py2.7.egg Extracting Flask_Script-2.0.5-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding Flask-Script 2.0.5 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask_Script-2.0.5-py2.7.egg Searching for Flask-Migrate<2.0,>=1.8 Reading https://pypi.python.org/simple/Flask-Migrate/ Best match: Flask-Migrate 1.8.0 Downloading https://pypi.python.org/packages/source/F/Flask-Migrate/Flask-Migrate-1.8.0.tar.gz#md5=5ca0ebb9ee2b1c29d11268f01d652927 Processing Flask-Migrate-1.8.0.tar.gz Writing /tmp/easy_install-z_rGXc/Flask-Migrate-1.8.0/setup.cfg Running Flask-Migrate-1.8.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-z_rGXc/Flask-Migrate-1.8.0/egg-dist-tmp-2OUf6W creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask_Migrate-1.8.0-py2.7.egg Extracting Flask_Migrate-1.8.0-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding Flask-Migrate 1.8.0 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask_Migrate-1.8.0-py2.7.egg Searching for Flask-SQLAlchemy<3.0,>=2.1 Reading https://pypi.python.org/simple/Flask-SQLAlchemy/ Best match: Flask-SQLAlchemy 2.1 Downloading https://pypi.python.org/packages/source/F/Flask-SQLAlchemy/Flask-SQLAlchemy-2.1.tar.gz#md5=dc15fe08b07b434d3d2c4063b4674b72 Processing Flask-SQLAlchemy-2.1.tar.gz Writing /tmp/easy_install-ETEP9l/Flask-SQLAlchemy-2.1/setup.cfg Running Flask-SQLAlchemy-2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ETEP9l/Flask-SQLAlchemy-2.1/egg-dist-tmp-3EJI6H warning: no previously-included files matching '.pyc' found under directory 'docs' warning: no previously-included files matching '.pyo' found under directory 'docs' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask_SQLAlchemy-2.1-py2.7.egg Extracting Flask_SQLAlchemy-2.1-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding Flask-SQLAlchemy 2.1 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/Flask_SQLAlchemy-2.1-py2.7.egg Searching for py>=1.4.22 Reading https://pypi.python.org/simple/py/ Best match: py 1.4.31 Downloading https://pypi.python.org/packages/source/p/py/py-1.4.31.tar.gz#md5=5d2c63c56dc3f2115ec35c066ecd582b Processing py-1.4.31.tar.gz Writing /tmp/easy_install-Rx1OEl/py-1.4.31/setup.cfg Running py-1.4.31/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Rx1OEl/py-1.4.31/egg-dist-tmp-ZkWCm5 creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/py-1.4.31-py2.7.egg Extracting py-1.4.31-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding py 1.4.31 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/py-1.4.31-py2.7.egg Searching for execnet>=1.1 Reading https://pypi.python.org/simple/execnet/ Best match: execnet 1.4.1 Downloading https://pypi.python.org/packages/source/e/execnet/execnet-1.4.1.tar.gz#md5=0ff84b6c79d0dafb7e2971629c4d127a Processing execnet-1.4.1.tar.gz Writing /tmp/easy_install-WtPHOT/execnet-1.4.1/setup.cfg Running execnet-1.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-WtPHOT/execnet-1.4.1/egg-dist-tmp-aUTNA8

Installed /tmp/easy_install-WtPHOT/execnet-1.4.1/.eggs/setuptools_scm-1.11.0-py2.7.egg zip_safe flag not set; analyzing archive contents... execnet.gateway_bootstrap: module references __file__ execnet.gateway_bootstrap: module MAY be using inspect.getsource execnet.gateway: module references __file__ execnet.gateway: module MAY be using inspect.getsource execnet.gateway: module MAY be using inspect.getsourcefile execnet.script.socketserverservice: module references __file__ creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/execnet-1.4.1-py2.7.egg Extracting execnet-1.4.1-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding execnet 1.4.1 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/execnet-1.4.1-py2.7.egg Searching for cov-core>=1.14.0 Reading https://pypi.python.org/simple/cov-core/ Best match: cov-core 1.15.0 Downloading https://pypi.python.org/packages/source/c/cov-core/cov-core-1.15.0.tar.gz#md5=f519d4cb4c4e52856afb14af52919fe6 Processing cov-core-1.15.0.tar.gz Writing /tmp/easy_install-GYjnxE/cov-core-1.15.0/setup.cfg Running cov-core-1.15.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-GYjnxE/cov-core-1.15.0/egg-dist-tmp-ema4B0 creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/cov_core-1.15.0-py2.7.egg Extracting cov_core-1.15.0-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding cov-core 1.15.0 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/cov_core-1.15.0-py2.7.egg Searching for itsdangerous>=0.21 Reading https://pypi.python.org/simple/itsdangerous/ Best match: itsdangerous 0.24 Downloading https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-0.24.tar.gz#md5=a3d55aa79369aef5345c036a8a26307f Processing itsdangerous-0.24.tar.gz Writing /tmp/easy_install-Gv2gpe/itsdangerous-0.24/setup.cfg Running itsdangerous-0.24/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Gv2gpe/itsdangerous-0.24/egg-dist-tmp-0hpKwK warning: no previously-included files matching '*' found under directory 'docs/_build' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/itsdangerous-0.24-py2.7.egg Extracting itsdangerous-0.24-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding itsdangerous 0.24 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/itsdangerous-0.24-py2.7.egg Searching for Jinja2>=2.4 Reading https://pypi.python.org/simple/Jinja2/ Best match: Jinja2 2.8 Downloading https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.8.tar.gz#md5=edb51693fe22c53cee5403775c71a99e Processing Jinja2-2.8.tar.gz Writing /tmp/easy_install-5SZmJc/Jinja2-2.8/setup.cfg Running Jinja2-2.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-5SZmJc/Jinja2-2.8/egg-dist-tmp-53gkiD warning: no files found matching 'run-tests.py' warning: no files found matching '' under directory 'custom_fixers' warning: no files found matching '' under directory 'jinja2/testsuite/res' warning: no previously-included files matching '' found under directory 'docs/_build' warning: no previously-included files matching '.pyc' found under directory 'jinja2' warning: no previously-included files matching '.pyc' found under directory 'docs' warning: no previously-included files matching '.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/Jinja2-2.8-py2.7.egg Extracting Jinja2-2.8-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding Jinja2 2.8 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/Jinja2-2.8-py2.7.egg Searching for alembic>=0.6 Reading https://pypi.python.org/simple/alembic/ Best match: alembic 0.8.6 Downloading https://pypi.python.org/packages/source/a/alembic/alembic-0.8.6.tar.gz#md5=6517b160e576cedf9b7625a18a9bc594 Processing alembic-0.8.6.tar.gz Writing /tmp/easy_install-PFiGUK/alembic-0.8.6/setup.cfg Running alembic-0.8.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-PFiGUK/alembic-0.8.6/egg-dist-tmp-86r0gF warning: no files found matching '.jpg' under directory 'docs' warning: no files found matching '.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' no previously-included directories found matching 'docs/build/output' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/alembic-0.8.6-py2.7.egg Extracting alembic-0.8.6-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding alembic 0.8.6 to easy-install.pth file Installing alembic script to /home/archie/coding/.env/.env/bin

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/alembic-0.8.6-py2.7.egg Searching for SQLAlchemy>=0.7 Reading https://pypi.python.org/simple/SQLAlchemy/ Best match: SQLAlchemy 1.0.12 Downloading https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.12.tar.gz#md5=6d19ef29883bbebdcac6613cf391cac4 Processing SQLAlchemy-1.0.12.tar.gz Writing /tmp/easy_install-LW3ey4/SQLAlchemy-1.0.12/setup.cfg Running SQLAlchemy-1.0.12/setup.py -q bdist_egg --dist-dir /tmp/easy_install-LW3ey4/SQLAlchemy-1.0.12/egg-dist-tmp-Wq0ea3 warning: no files found matching '.jpg' under directory 'doc' warning: no files found matching '.mako' under directory 'doc' warning: no files found matching 'distribute_setup.py' warning: no files found matching 'sa2to3.py' warning: no files found matching 'ez_setup.py' no previously-included directories found matching 'doc/build/output' zip_safe flag not set; analyzing archive contents... Moving SQLAlchemy-1.0.12-py2.7-linux-i686.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding SQLAlchemy 1.0.12 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/SQLAlchemy-1.0.12-py2.7-linux-i686.egg Searching for apipkg>=1.4 Reading https://pypi.python.org/simple/apipkg/ Best match: apipkg 1.4 Downloading https://pypi.python.org/packages/source/a/apipkg/apipkg-1.4.tar.gz#md5=17e5668601a2322aff41548cb957e7c8 Processing apipkg-1.4.tar.gz Writing /tmp/easy_install-p4dzSN/apipkg-1.4/setup.cfg Running apipkg-1.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-p4dzSN/apipkg-1.4/egg-dist-tmp-uya660 zip_safe flag not set; analyzing archive contents... apipkg: module references __file__ apipkg: module references __path__ creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/apipkg-1.4-py2.7.egg Extracting apipkg-1.4-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding apipkg 1.4 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/apipkg-1.4-py2.7.egg Searching for coverage>=3.6 Reading https://pypi.python.org/simple/coverage/ Best match: coverage 4.1b2 Downloading https://pypi.python.org/packages/source/c/coverage/coverage-4.1b2.zip#md5=2fafcabdd71b27aa9dfbe6eb6fb4da47 Processing coverage-4.1b2.zip Writing /tmp/easy_install-dMvq_t/coverage-4.1b2/setup.cfg Running coverage-4.1b2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dMvq_t/coverage-4.1b2/egg-dist-tmp-o_ABGL warning: no previously-included files found matching 'ci/appveyor.token' no previously-included directories found matching 'doc/_build' no previously-included directories found matching 'tests/eggsrc/build' no previously-included directories found matching 'tests/eggsrc/dist' no previously-included directories found matching 'tests/eggsrc/.egg-info' warning: no previously-included files matching '.py[co]' found anywhere in distribution creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/coverage-4.1b2-py2.7-linux-i686.egg Extracting coverage-4.1b2-py2.7-linux-i686.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding coverage 4.1b2 to easy-install.pth file Installing coverage2 script to /home/archie/coding/.env/.env/bin Installing coverage-2.7 script to /home/archie/coding/.env/.env/bin Installing coverage script to /home/archie/coding/.env/.env/bin

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/coverage-4.1b2-py2.7-linux-i686.egg Searching for MarkupSafe Reading https://pypi.python.org/simple/MarkupSafe/ Best match: MarkupSafe 0.23 Downloading https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.23.tar.gz#md5=f5ab3deee4c37cd6a922fb81e730da6e Processing MarkupSafe-0.23.tar.gz Writing /tmp/easy_install-KZvVSA/MarkupSafe-0.23/setup.cfg Running MarkupSafe-0.23/setup.py -q bdist_egg --dist-dir /tmp/easy_install-KZvVSA/MarkupSafe-0.23/egg-dist-tmp-XiAzfN creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/MarkupSafe-0.23-py2.7-linux-i686.egg Extracting MarkupSafe-0.23-py2.7-linux-i686.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding MarkupSafe 0.23 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/MarkupSafe-0.23-py2.7-linux-i686.egg Searching for python-editor>=0.3 Reading https://pypi.python.org/simple/python-editor/ Best match: python-editor 1.0 Downloading https://pypi.python.org/packages/source/p/python-editor/python-editor-1.0.tar.gz#md5=a5ead611360b17b52507297d8590b4e8 Processing python-editor-1.0.tar.gz Writing /tmp/easy_install-7OjJlK/python-editor-1.0/setup.cfg Running python-editor-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7OjJlK/python-editor-1.0/egg-dist-tmp-uDYNeG zip_safe flag not set; analyzing archive contents... Moving python_editor-1.0-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding python-editor 1.0 to easy-install.pth file

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/python_editor-1.0-py2.7.egg Searching for Mako Reading https://pypi.python.org/simple/Mako/ Best match: Mako 1.0.4 Downloading https://pypi.python.org/packages/source/M/Mako/Mako-1.0.4.tar.gz#md5=c5fc31a323dd4990683d2f2da02d4e20 Processing Mako-1.0.4.tar.gz Writing /tmp/easy_install-sRaGXq/Mako-1.0.4/setup.cfg Running Mako-1.0.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-sRaGXq/Mako-1.0.4/egg-dist-tmp-i8ZjvY warning: no files found matching '.xml' under directory 'examples' warning: no files found matching '.mako' under directory 'examples' warning: no files found matching 'distribute_setup.py' warning: no files found matching 'ez_setup.py' no previously-included directories found matching 'doc/build/output' creating /home/archie/coding/.env/.env/lib/python2.7/site-packages/Mako-1.0.4-py2.7.egg Extracting Mako-1.0.4-py2.7.egg to /home/archie/coding/.env/.env/lib/python2.7/site-packages Adding Mako 1.0.4 to easy-install.pth file Installing mako-render script to /home/archie/coding/.env/.env/bin

Installed /home/archie/coding/.env/.env/lib/python2.7/site-packages/Mako-1.0.4-py2.7.egg Finished processing dependencies for haas==0.2rc2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment