panda-re / lava

LAVA: Large-scale Automated Vulnerability Addition
Other
371 stars 60 forks source link

Error running lava docker #50

Closed esaurimentocronico closed 3 years ago

esaurimentocronico commented 3 years ago

Hi, I have been trying to run it using the docker file within the directory but i got:

Step 41/54 : RUN pip install subprocess32 lockfile sqlalchemy -i https://pypi.python.org/simple
 ---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
 ---> Running in 1acbed213ea9
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Building wheels for collected packages: subprocess32, sqlalchemy, scandir
  Building wheel for subprocess32 (setup.py): started
  Building wheel for subprocess32 (setup.py): finished with status 'done'
  Created wheel for subprocess32: filename=subprocess32-3.5.4-cp27-cp27mu-linux_x86_64.whl size=47608 sha256=fe35748bdc27c9d9c269fb1d612dd73cdfe617d4e2cd8cf80587d828df9bd297
  Stored in directory: /root/.cache/pip/wheels/e3/c7/6a/434fc8f2936acc4964ded8478435a8ef7c69eb41df7007a49f
  Building wheel for sqlalchemy (setup.py): started
  Building wheel for sqlalchemy (setup.py): finished with status 'error'
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rx01B5/sqlalchemy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rx01B5/sqlalchemy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-JdSdpB
       cwd: /tmp/pip-install-rx01B5/sqlalchemy/
  Complete output (547 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/inspection.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/log.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/exc.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/types.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/processors.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  copying lib/sqlalchemy/schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy
  creating build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/interfaces.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/create.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/strategies.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/mock.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/url.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/reflection.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/row.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/characteristics.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/default.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/result.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  copying lib/sqlalchemy/engine/cursor.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
  creating build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/mock.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/asyncio.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/requirements.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/fixtures.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/profiling.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/warnings.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/assertsql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/assertions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/config.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/exclusions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/engines.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/entities.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/pickleable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  copying lib/sqlalchemy/testing/schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
  creating build/lib.linux-x86_64-2.7/sqlalchemy/event
  copying lib/sqlalchemy/event/registry.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
  copying lib/sqlalchemy/event/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
  copying lib/sqlalchemy/event/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
  copying lib/sqlalchemy/event/api.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
  copying lib/sqlalchemy/event/legacy.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
  copying lib/sqlalchemy/event/attr.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
  creating build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/decl_base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/collections.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/decl_api.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/interfaces.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/strategy_options.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/strategies.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/scoping.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/descriptor_props.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/query.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/context.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/path_registry.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/dynamic.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/sync.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/clsregistry.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/attributes.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/relationships.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/exc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/session.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/loading.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/mapper.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/dependency.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/properties.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/state.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/unitofwork.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/identity.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/evaluator.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/persistence.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  copying lib/sqlalchemy/orm/instrumentation.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
  creating build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/selectable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/lambdas.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/annotation.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/compiler.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/traversals.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/roles.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/functions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/elements.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/visitors.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/type_api.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/expression.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/naming.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/default_comparator.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/coercions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/crud.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/ddl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/operators.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/sqltypes.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  copying lib/sqlalchemy/sql/schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects
  copying lib/sqlalchemy/dialects/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects
  creating build/lib.linux-x86_64-2.7/sqlalchemy/databases
  copying lib/sqlalchemy/databases/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/databases
  creating build/lib.linux-x86_64-2.7/sqlalchemy/connectors
  copying lib/sqlalchemy/connectors/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/connectors
  copying lib/sqlalchemy/connectors/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/connectors
  copying lib/sqlalchemy/connectors/mxodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/connectors
  creating build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/deprecations.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/_preloaded.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/_concurrency_py3k.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/_collections.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/concurrency.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/topological.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/langhelpers.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/compat.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  copying lib/sqlalchemy/util/queue.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
  creating build/lib.linux-x86_64-2.7/sqlalchemy/pool
  copying lib/sqlalchemy/pool/dbapi_proxy.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
  copying lib/sqlalchemy/pool/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
  copying lib/sqlalchemy/pool/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
  copying lib/sqlalchemy/pool/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
  copying lib/sqlalchemy/pool/impl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
  creating build/lib.linux-x86_64-2.7/sqlalchemy/future
  copying lib/sqlalchemy/future/engine.py -> build/lib.linux-x86_64-2.7/sqlalchemy/future
  copying lib/sqlalchemy/future/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/future
  creating build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/baked.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/horizontal_shard.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/compiler.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/associationproxy.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/automap.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/orderinglist.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/mutable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/serializer.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/hybrid.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/indexable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  copying lib/sqlalchemy/ext/instrumentation.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
  creating build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_types.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_unicode_ddl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_rowcount.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_update_delete.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_select.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_sequence.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_ddl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_deprecations.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_cte.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_dialect.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_insert.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_results.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  copying lib/sqlalchemy/testing/suite/test_reflection.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
  creating build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
  copying lib/sqlalchemy/testing/plugin/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
  copying lib/sqlalchemy/testing/plugin/pytestplugin.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
  copying lib/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
  copying lib/sqlalchemy/testing/plugin/plugin_base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
  copying lib/sqlalchemy/testing/plugin/bootstrap.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/pg8000.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/pypostgresql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/array.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/ranges.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/psycopg2.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/asyncpg.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/hstore.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/ext.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/pygresql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  copying lib/sqlalchemy/dialects/postgresql/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
  copying lib/sqlalchemy/dialects/firebird/fdb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
  copying lib/sqlalchemy/dialects/firebird/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
  copying lib/sqlalchemy/dialects/firebird/kinterbasdb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
  copying lib/sqlalchemy/dialects/firebird/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
  copying lib/sqlalchemy/dialects/oracle/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
  copying lib/sqlalchemy/dialects/oracle/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
  copying lib/sqlalchemy/dialects/oracle/cx_oracle.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
  copying lib/sqlalchemy/dialects/oracle/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/information_schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/mxodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  copying lib/sqlalchemy/dialects/mssql/pymssql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/cymysql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/mysqlconnector.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/mysqldb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/reflection.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/mariadbconnector.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/aiomysql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/types.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/oursql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/enumerated.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/mariadb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/pymysql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  copying lib/sqlalchemy/dialects/mysql/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/pysqlite.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/aiosqlite.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/pysqlcipher.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  copying lib/sqlalchemy/dialects/sqlite/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
  creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
  copying lib/sqlalchemy/dialects/sybase/pysybase.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
  copying lib/sqlalchemy/dialects/sybase/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
  copying lib/sqlalchemy/dialects/sybase/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
  copying lib/sqlalchemy/dialects/sybase/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
  copying lib/sqlalchemy/dialects/sybase/mxodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
  creating build/lib.linux-x86_64-2.7/sqlalchemy/future/orm
  copying lib/sqlalchemy/future/orm/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/future/orm
  creating build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative
  copying lib/sqlalchemy/ext/declarative/extensions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative
  copying lib/sqlalchemy/ext/declarative/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative
  creating build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  copying lib/sqlalchemy/ext/mypy/plugin.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  copying lib/sqlalchemy/ext/mypy/apply.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  copying lib/sqlalchemy/ext/mypy/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  copying lib/sqlalchemy/ext/mypy/infer.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  copying lib/sqlalchemy/ext/mypy/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  copying lib/sqlalchemy/ext/mypy/decl_class.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  copying lib/sqlalchemy/ext/mypy/names.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
  creating build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  copying lib/sqlalchemy/ext/asyncio/engine.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  copying lib/sqlalchemy/ext/asyncio/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  copying lib/sqlalchemy/ext/asyncio/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  copying lib/sqlalchemy/ext/asyncio/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  copying lib/sqlalchemy/ext/asyncio/exc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  copying lib/sqlalchemy/ext/asyncio/session.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  copying lib/sqlalchemy/ext/asyncio/result.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
  running build_ext
  building 'sqlalchemy.cprocessors' extension
  creating build/temp.linux-x86_64-2.7
  creating build/temp.linux-x86_64-2.7/lib
  creating build/temp.linux-x86_64-2.7/lib/sqlalchemy
  creating build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension
  i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o -Wundef -Werror=implicit-function-declaration
  i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so
  building 'sqlalchemy.cresultproxy' extension
  i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o -Wundef -Werror=implicit-function-declaration
  i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so
  building 'sqlalchemy.cimmutabledict' extension
  i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/immutabledict.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/immutabledict.o -Wundef -Werror=implicit-function-declaration
  i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/immutabledict.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cimmutabledict.so
  installing to build/bdist.linux-x86_64/wheel
  running install
  running install_lib
  creating build/bdist.linux-x86_64
  creating build/bdist.linux-x86_64/wheel
  creating build/bdist.linux-x86_64/wheel/sqlalchemy
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/interfaces.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/create.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/strategies.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/mock.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/url.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/reflection.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/events.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/row.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/characteristics.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/default.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/result.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/util.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/cursor.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/engine
  copying build/lib.linux-x86_64-2.7/sqlalchemy/inspection.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_types.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_unicode_ddl.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_rowcount.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_update_delete.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_select.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_sequence.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_ddl.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_deprecations.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_cte.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_dialect.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_insert.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_results.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_reflection.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/suite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/mock.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/asyncio.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/requirements.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/fixtures.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/profiling.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/warnings.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/testing/plugin
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/plugin
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/pytestplugin.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/plugin
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/plugin
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/plugin_base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/plugin
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/bootstrap.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing/plugin
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/assertsql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/assertions.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/util.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/config.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/exclusions.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/engines.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/provision.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/entities.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/pickleable.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/schema.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/testing
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/event
  copying build/lib.linux-x86_64-2.7/sqlalchemy/event/registry.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/event
  copying build/lib.linux-x86_64-2.7/sqlalchemy/event/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/event
  copying build/lib.linux-x86_64-2.7/sqlalchemy/event/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/event
  copying build/lib.linux-x86_64-2.7/sqlalchemy/event/api.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/event
  copying build/lib.linux-x86_64-2.7/sqlalchemy/event/legacy.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/event
  copying build/lib.linux-x86_64-2.7/sqlalchemy/event/attr.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/event
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/decl_base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/collections.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/decl_api.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/interfaces.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/strategy_options.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/strategies.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/scoping.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/descriptor_props.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/query.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/context.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/path_registry.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/events.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/dynamic.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/sync.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/clsregistry.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/attributes.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/relationships.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/exc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/session.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/loading.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/mapper.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/dependency.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/properties.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/state.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/unitofwork.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/identity.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/util.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/evaluator.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/persistence.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/instrumentation.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/orm
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/dml.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/selectable.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/lambdas.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/annotation.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/compiler.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/events.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/traversals.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/roles.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/functions.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/elements.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/visitors.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/type_api.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/expression.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/naming.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/default_comparator.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/util.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/coercions.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/crud.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/ddl.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/operators.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/sqltypes.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/schema.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/sql
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/dml.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/pg8000.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/json.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/pypostgresql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/array.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/ranges.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/psycopg2.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/asyncpg.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/psycopg2cffi.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/hstore.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/ext.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/pygresql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/provision.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/postgresql
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/firebird
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/fdb.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/firebird
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/firebird
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/kinterbasdb.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/firebird
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/firebird
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/oracle
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/oracle
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/oracle
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/cx_oracle.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/oracle
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/provision.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/oracle
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/json.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/pyodbc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/information_schema.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/mxodbc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/provision.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/pymssql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mssql
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/dml.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/cymysql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/json.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mysqlconnector.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/pyodbc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mysqldb.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/reflection.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mariadbconnector.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/aiomysql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/types.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/oursql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/enumerated.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mariadb.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/pymysql.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/provision.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/mysql
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/dml.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/pysqlite.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/json.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/aiosqlite.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/pysqlcipher.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/provision.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sqlite
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sybase
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/pysybase.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sybase
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/pyodbc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sybase
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sybase
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sybase
  copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/mxodbc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/dialects/sybase
  copying build/lib.linux-x86_64-2.7/sqlalchemy/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/events.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/databases
  copying build/lib.linux-x86_64-2.7/sqlalchemy/databases/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/databases
  copying build/lib.linux-x86_64-2.7/sqlalchemy/log.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/cimmutabledict.so -> build/bdist.linux-x86_64/wheel/sqlalchemy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/exc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/connectors
  copying build/lib.linux-x86_64-2.7/sqlalchemy/connectors/pyodbc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/connectors
  copying build/lib.linux-x86_64-2.7/sqlalchemy/connectors/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/connectors
  copying build/lib.linux-x86_64-2.7/sqlalchemy/connectors/mxodbc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/connectors
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/deprecations.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/_preloaded.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/_concurrency_py3k.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/_collections.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/concurrency.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/topological.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/langhelpers.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/compat.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/util/queue.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/util
  copying build/lib.linux-x86_64-2.7/sqlalchemy/types.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/pool
  copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/dbapi_proxy.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/pool
  copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/pool
  copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/events.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/pool
  copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/pool
  copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/impl.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/pool
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/future
  copying build/lib.linux-x86_64-2.7/sqlalchemy/future/engine.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/future
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/future/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/future/orm/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/future/orm
  copying build/lib.linux-x86_64-2.7/sqlalchemy/future/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/future
  copying build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so -> build/bdist.linux-x86_64/wheel/sqlalchemy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/processors.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so -> build/bdist.linux-x86_64/wheel/sqlalchemy
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/baked.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/horizontal_shard.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/compiler.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/associationproxy.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/automap.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/ext/declarative
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative/extensions.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/declarative
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/declarative
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/orderinglist.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/plugin.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/apply.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/infer.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/util.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/decl_class.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/names.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/mypy
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mutable.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/serializer.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/hybrid.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  creating build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/engine.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/__init__.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/events.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/base.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/exc.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/session.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/result.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext/asyncio
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/indexable.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/instrumentation.py -> build/bdist.linux-x86_64/wheel/sqlalchemy/ext
  copying build/lib.linux-x86_64-2.7/sqlalchemy/schema.py -> build/bdist.linux-x86_64/wheel/sqlalchemy
  running install_egg_info
  error: 'egg_base' must be a directory name (got `lib`)
  ----------------------------------------
  ERROR: Failed building wheel for sqlalchemy
  Running setup.py clean for sqlalchemy
  Building wheel for scandir (setup.py): started
  Building wheel for scandir (setup.py): finished with status 'done'
  Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=40684 sha256=0ebd2cf5afe24d5a60d5cd5a6f62ead402fc8c29c3dd71abcdf1e4378ebc427c
  Stored in directory: /root/.cache/pip/wheels/58/2c/26/52406f7d1f19bcc47a6fbd1037a5f293492f5cf1d58c539edb
Successfully built subprocess32 scandir
Failed to build sqlalchemy
Installing collected packages: subprocess32, lockfile, scandir, pathlib2, contextlib2, zipp, configparser, importlib-metadata, sqlalchemy
    Running setup.py install for sqlalchemy: started
    Running setup.py install for sqlalchemy: finished with status 'error'
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rx01B5/sqlalchemy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rx01B5/sqlalchemy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ZJroJ3/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python2.7/sqlalchemy
         cwd: /tmp/pip-install-rx01B5/sqlalchemy/
    Complete output (841 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/inspection.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/log.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/exc.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/types.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/processors.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    copying lib/sqlalchemy/schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy
    creating build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/interfaces.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/create.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/strategies.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/mock.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/url.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/reflection.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/row.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/characteristics.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/default.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/result.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    copying lib/sqlalchemy/engine/cursor.py -> build/lib.linux-x86_64-2.7/sqlalchemy/engine
    creating build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/mock.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/asyncio.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/requirements.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/fixtures.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/profiling.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/warnings.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/assertsql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/assertions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/config.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/exclusions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/engines.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/entities.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/pickleable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    copying lib/sqlalchemy/testing/schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing
    creating build/lib.linux-x86_64-2.7/sqlalchemy/event
    copying lib/sqlalchemy/event/registry.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
    copying lib/sqlalchemy/event/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
    copying lib/sqlalchemy/event/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
    copying lib/sqlalchemy/event/api.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
    copying lib/sqlalchemy/event/legacy.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
    copying lib/sqlalchemy/event/attr.py -> build/lib.linux-x86_64-2.7/sqlalchemy/event
    creating build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/decl_base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/collections.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/decl_api.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/interfaces.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/strategy_options.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/strategies.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/scoping.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/descriptor_props.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/query.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/context.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/path_registry.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/dynamic.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/sync.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/clsregistry.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/attributes.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/relationships.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/exc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/session.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/loading.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/mapper.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/dependency.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/properties.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/state.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/unitofwork.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/identity.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/evaluator.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/persistence.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    copying lib/sqlalchemy/orm/instrumentation.py -> build/lib.linux-x86_64-2.7/sqlalchemy/orm
    creating build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/selectable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/lambdas.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/annotation.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/compiler.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/traversals.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/roles.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/functions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/elements.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/visitors.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/type_api.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/expression.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/naming.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/default_comparator.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/coercions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/crud.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/ddl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/operators.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/sqltypes.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    copying lib/sqlalchemy/sql/schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy/sql
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects
    copying lib/sqlalchemy/dialects/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects
    creating build/lib.linux-x86_64-2.7/sqlalchemy/databases
    copying lib/sqlalchemy/databases/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/databases
    creating build/lib.linux-x86_64-2.7/sqlalchemy/connectors
    copying lib/sqlalchemy/connectors/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/connectors
    copying lib/sqlalchemy/connectors/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/connectors
    copying lib/sqlalchemy/connectors/mxodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/connectors
    creating build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/deprecations.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/_preloaded.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/_concurrency_py3k.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/_collections.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/concurrency.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/topological.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/langhelpers.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/compat.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    copying lib/sqlalchemy/util/queue.py -> build/lib.linux-x86_64-2.7/sqlalchemy/util
    creating build/lib.linux-x86_64-2.7/sqlalchemy/pool
    copying lib/sqlalchemy/pool/dbapi_proxy.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
    copying lib/sqlalchemy/pool/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
    copying lib/sqlalchemy/pool/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
    copying lib/sqlalchemy/pool/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
    copying lib/sqlalchemy/pool/impl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/pool
    creating build/lib.linux-x86_64-2.7/sqlalchemy/future
    copying lib/sqlalchemy/future/engine.py -> build/lib.linux-x86_64-2.7/sqlalchemy/future
    copying lib/sqlalchemy/future/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/future
    creating build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/baked.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/horizontal_shard.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/compiler.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/associationproxy.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/automap.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/orderinglist.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/mutable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/serializer.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/hybrid.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/indexable.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    copying lib/sqlalchemy/ext/instrumentation.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext
    creating build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_types.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_unicode_ddl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_rowcount.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_update_delete.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_select.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_sequence.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_ddl.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_deprecations.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_cte.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_dialect.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_insert.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_results.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    copying lib/sqlalchemy/testing/suite/test_reflection.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite
    creating build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
    copying lib/sqlalchemy/testing/plugin/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
    copying lib/sqlalchemy/testing/plugin/pytestplugin.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
    copying lib/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
    copying lib/sqlalchemy/testing/plugin/plugin_base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
    copying lib/sqlalchemy/testing/plugin/bootstrap.py -> build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/pg8000.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/pypostgresql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/array.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/ranges.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/psycopg2.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/asyncpg.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/hstore.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/ext.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/pygresql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    copying lib/sqlalchemy/dialects/postgresql/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
    copying lib/sqlalchemy/dialects/firebird/fdb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
    copying lib/sqlalchemy/dialects/firebird/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
    copying lib/sqlalchemy/dialects/firebird/kinterbasdb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
    copying lib/sqlalchemy/dialects/firebird/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
    copying lib/sqlalchemy/dialects/oracle/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
    copying lib/sqlalchemy/dialects/oracle/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
    copying lib/sqlalchemy/dialects/oracle/cx_oracle.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
    copying lib/sqlalchemy/dialects/oracle/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/information_schema.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/mxodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    copying lib/sqlalchemy/dialects/mssql/pymssql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/cymysql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/mysqlconnector.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/mysqldb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/reflection.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/mariadbconnector.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/aiomysql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/types.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/oursql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/enumerated.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/mariadb.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/pymysql.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    copying lib/sqlalchemy/dialects/mysql/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/dml.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/pysqlite.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/json.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/aiosqlite.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/pysqlcipher.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    copying lib/sqlalchemy/dialects/sqlite/provision.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite
    creating build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
    copying lib/sqlalchemy/dialects/sybase/pysybase.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
    copying lib/sqlalchemy/dialects/sybase/pyodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
    copying lib/sqlalchemy/dialects/sybase/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
    copying lib/sqlalchemy/dialects/sybase/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
    copying lib/sqlalchemy/dialects/sybase/mxodbc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase
    creating build/lib.linux-x86_64-2.7/sqlalchemy/future/orm
    copying lib/sqlalchemy/future/orm/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/future/orm
    creating build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative
    copying lib/sqlalchemy/ext/declarative/extensions.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative
    copying lib/sqlalchemy/ext/declarative/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative
    creating build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    copying lib/sqlalchemy/ext/mypy/plugin.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    copying lib/sqlalchemy/ext/mypy/apply.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    copying lib/sqlalchemy/ext/mypy/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    copying lib/sqlalchemy/ext/mypy/infer.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    copying lib/sqlalchemy/ext/mypy/util.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    copying lib/sqlalchemy/ext/mypy/decl_class.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    copying lib/sqlalchemy/ext/mypy/names.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy
    creating build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    copying lib/sqlalchemy/ext/asyncio/engine.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    copying lib/sqlalchemy/ext/asyncio/__init__.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    copying lib/sqlalchemy/ext/asyncio/events.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    copying lib/sqlalchemy/ext/asyncio/base.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    copying lib/sqlalchemy/ext/asyncio/exc.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    copying lib/sqlalchemy/ext/asyncio/session.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    copying lib/sqlalchemy/ext/asyncio/result.py -> build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio
    running build_ext
    building 'sqlalchemy.cprocessors' extension
    creating build/temp.linux-x86_64-2.7
    creating build/temp.linux-x86_64-2.7/lib
    creating build/temp.linux-x86_64-2.7/lib/sqlalchemy
    creating build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension
    i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o -Wundef -Werror=implicit-function-declaration
    i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so
    building 'sqlalchemy.cresultproxy' extension
    i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o -Wundef -Werror=implicit-function-declaration
    i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so
    building 'sqlalchemy.cimmutabledict' extension
    i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/immutabledict.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/immutabledict.o -Wundef -Werror=implicit-function-declaration
    i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-2KjtLn/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/immutabledict.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cimmutabledict.so
    running install_lib
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/interfaces.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/create.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/strategies.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/mock.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/url.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/reflection.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/events.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/row.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/characteristics.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/default.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/result.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/util.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/engine/cursor.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine
    copying build/lib.linux-x86_64-2.7/sqlalchemy/inspection.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_types.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_unicode_ddl.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_rowcount.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_update_delete.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_select.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_sequence.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_ddl.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_deprecations.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_cte.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_dialect.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_insert.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_results.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/suite/test_reflection.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/mock.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/asyncio.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/requirements.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/fixtures.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/profiling.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/warnings.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/pytestplugin.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/plugin_base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/plugin/bootstrap.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/assertsql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/assertions.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/util.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/config.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/exclusions.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/engines.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/provision.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/entities.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/pickleable.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    copying build/lib.linux-x86_64-2.7/sqlalchemy/testing/schema.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/event
    copying build/lib.linux-x86_64-2.7/sqlalchemy/event/registry.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/event
    copying build/lib.linux-x86_64-2.7/sqlalchemy/event/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/event
    copying build/lib.linux-x86_64-2.7/sqlalchemy/event/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/event
    copying build/lib.linux-x86_64-2.7/sqlalchemy/event/api.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/event
    copying build/lib.linux-x86_64-2.7/sqlalchemy/event/legacy.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/event
    copying build/lib.linux-x86_64-2.7/sqlalchemy/event/attr.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/event
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/decl_base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/collections.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/decl_api.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/interfaces.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/strategy_options.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/strategies.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/scoping.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/descriptor_props.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/query.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/context.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/path_registry.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/events.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/dynamic.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/sync.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/clsregistry.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/attributes.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/relationships.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/exc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/session.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/loading.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/mapper.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/dependency.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/properties.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/state.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/unitofwork.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/identity.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/util.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/evaluator.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/persistence.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/orm/instrumentation.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/dml.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/selectable.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/lambdas.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/annotation.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/compiler.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/events.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/traversals.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/roles.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/functions.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/elements.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/visitors.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/type_api.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/expression.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/naming.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/default_comparator.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/util.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/coercions.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/crud.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/ddl.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/operators.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/sqltypes.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/sql/schema.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/dml.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/pg8000.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/json.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/pypostgresql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/array.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/ranges.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/psycopg2.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/asyncpg.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/psycopg2cffi.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/hstore.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/ext.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/pygresql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/postgresql/provision.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/fdb.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/kinterbasdb.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/firebird/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/cx_oracle.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/oracle/provision.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/json.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/pyodbc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/information_schema.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/mxodbc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/provision.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mssql/pymssql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/dml.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/cymysql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/json.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mysqlconnector.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/pyodbc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mysqldb.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/reflection.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mariadbconnector.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/aiomysql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/types.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/oursql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/enumerated.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/mariadb.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/pymysql.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/mysql/provision.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/dml.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/pysqlite.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/json.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/aiosqlite.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/pysqlcipher.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sqlite/provision.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/pysybase.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/pyodbc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase
    copying build/lib.linux-x86_64-2.7/sqlalchemy/dialects/sybase/mxodbc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase
    copying build/lib.linux-x86_64-2.7/sqlalchemy/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/events.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/databases
    copying build/lib.linux-x86_64-2.7/sqlalchemy/databases/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/databases
    copying build/lib.linux-x86_64-2.7/sqlalchemy/log.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/cimmutabledict.so -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/exc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/connectors
    copying build/lib.linux-x86_64-2.7/sqlalchemy/connectors/pyodbc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/connectors
    copying build/lib.linux-x86_64-2.7/sqlalchemy/connectors/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/connectors
    copying build/lib.linux-x86_64-2.7/sqlalchemy/connectors/mxodbc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/connectors
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/deprecations.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/_preloaded.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/_concurrency_py3k.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/_collections.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/concurrency.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/topological.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/langhelpers.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/compat.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/util/queue.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/util
    copying build/lib.linux-x86_64-2.7/sqlalchemy/types.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool
    copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/dbapi_proxy.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool
    copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool
    copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/events.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool
    copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool
    copying build/lib.linux-x86_64-2.7/sqlalchemy/pool/impl.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/future
    copying build/lib.linux-x86_64-2.7/sqlalchemy/future/engine.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/future
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/future/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/future/orm/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/future/orm
    copying build/lib.linux-x86_64-2.7/sqlalchemy/future/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/future
    copying build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/processors.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/baked.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/horizontal_shard.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/compiler.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/associationproxy.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/automap.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/declarative
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative/extensions.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/declarative
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/declarative/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/declarative
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/orderinglist.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/plugin.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/apply.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/infer.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/util.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/decl_class.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mypy/names.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/mutable.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/serializer.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/hybrid.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    creating /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/engine.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/__init__.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/events.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/base.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/exc.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/session.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/asyncio/result.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/indexable.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/ext/instrumentation.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext
    copying build/lib.linux-x86_64-2.7/sqlalchemy/schema.py -> /usr/local/lib/python2.7/dist-packages/sqlalchemy
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/interfaces.py to interfaces.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/create.py to create.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/strategies.py to strategies.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/mock.py to mock.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/url.py to url.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/reflection.py to reflection.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/events.py to events.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/row.py to row.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/characteristics.py to characteristics.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py to default.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/result.py to result.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/util.py to util.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/cursor.py to cursor.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/inspection.py to inspection.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_types.py to test_types.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_unicode_ddl.py to test_unicode_ddl.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_rowcount.py to test_rowcount.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_update_delete.py to test_update_delete.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_select.py to test_select.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_sequence.py to test_sequence.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_ddl.py to test_ddl.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_deprecations.py to test_deprecations.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_cte.py to test_cte.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_dialect.py to test_dialect.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_insert.py to test_insert.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_results.py to test_results.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/suite/test_reflection.py to test_reflection.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/mock.py to mock.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/asyncio.py to asyncio.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/requirements.py to requirements.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/fixtures.py to fixtures.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/profiling.py to profiling.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/warnings.py to warnings.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin/pytestplugin.py to pytestplugin.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py to reinvent_fixtures_py2k.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin/plugin_base.py to plugin_base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/plugin/bootstrap.py to bootstrap.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/assertsql.py to assertsql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/assertions.py to assertions.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/util.py to util.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/config.py to config.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/exclusions.py to exclusions.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/engines.py to engines.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/provision.py to provision.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/entities.py to entities.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/pickleable.py to pickleable.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/testing/schema.py to schema.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/event/registry.py to registry.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/event/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/event/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/event/api.py to api.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/event/legacy.py to legacy.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/event/attr.py to attr.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/decl_base.py to decl_base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/collections.py to collections.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/decl_api.py to decl_api.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/interfaces.py to interfaces.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/strategy_options.py to strategy_options.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/strategies.py to strategies.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/scoping.py to scoping.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/descriptor_props.py to descriptor_props.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/query.py to query.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/context.py to context.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/path_registry.py to path_registry.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/events.py to events.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/dynamic.py to dynamic.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/sync.py to sync.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/clsregistry.py to clsregistry.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/attributes.py to attributes.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/relationships.py to relationships.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/exc.py to exc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/session.py to session.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/loading.py to loading.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/mapper.py to mapper.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/dependency.py to dependency.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/properties.py to properties.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/state.py to state.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/unitofwork.py to unitofwork.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/identity.py to identity.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/util.py to util.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/evaluator.py to evaluator.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/persistence.py to persistence.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/instrumentation.py to instrumentation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/dml.py to dml.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/selectable.py to selectable.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/lambdas.py to lambdas.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/annotation.py to annotation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/compiler.py to compiler.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/events.py to events.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/traversals.py to traversals.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/roles.py to roles.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/functions.py to functions.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/elements.py to elements.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/visitors.py to visitors.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/type_api.py to type_api.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/expression.py to expression.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/naming.py to naming.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/default_comparator.py to default_comparator.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/util.py to util.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/coercions.py to coercions.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/crud.py to crud.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/ddl.py to ddl.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/operators.py to operators.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/sqltypes.py to sqltypes.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/schema.py to schema.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/dml.py to dml.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/pg8000.py to pg8000.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/json.py to json.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/pypostgresql.py to pypostgresql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/array.py to array.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/ranges.py to ranges.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py to psycopg2.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/asyncpg.py to asyncpg.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/asyncpg.py", line 372
        async def _prepare_and_execute(self, operation, parameters):
                ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/psycopg2cffi.py to psycopg2cffi.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/hstore.py to hstore.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/ext.py to ext.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/pygresql.py to pygresql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/postgresql/provision.py to provision.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird/fdb.py to fdb.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird/kinterbasdb.py to kinterbasdb.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/firebird/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle/cx_oracle.py to cx_oracle.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/oracle/provision.py to provision.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/json.py to json.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/pyodbc.py to pyodbc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/information_schema.py to information_schema.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/mxodbc.py to mxodbc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/provision.py to provision.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mssql/pymssql.py to pymssql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/dml.py to dml.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/cymysql.py to cymysql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/json.py to json.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/mysqlconnector.py to mysqlconnector.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/pyodbc.py to pyodbc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/mysqldb.py to mysqldb.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/reflection.py to reflection.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/mariadbconnector.py to mariadbconnector.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/aiomysql.py to aiomysql.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/aiomysql.py", line 102
        async def _execute_async(self, operation, parameters):
                ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/types.py to types.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/oursql.py to oursql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/enumerated.py to enumerated.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/mariadb.py to mariadb.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/pymysql.py to pymysql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/provision.py to provision.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/dml.py to dml.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/pysqlite.py to pysqlite.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/json.py to json.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/aiosqlite.py to aiosqlite.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/pysqlcipher.py to pysqlcipher.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sqlite/provision.py to provision.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase/pysybase.py to pysybase.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase/pyodbc.py to pyodbc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/sybase/mxodbc.py to mxodbc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/events.py to events.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/databases/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/log.py to log.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/exc.py to exc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/connectors/pyodbc.py to pyodbc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/connectors/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/connectors/mxodbc.py to mxodbc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/deprecations.py to deprecations.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/_preloaded.py to _preloaded.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/_concurrency_py3k.py to _concurrency_py3k.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/util/_concurrency_py3k.py", line 46
        def await_only(awaitable: Coroutine) -> Any:
                                ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/_collections.py to _collections.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/concurrency.py to concurrency.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/topological.py to topological.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/langhelpers.py to langhelpers.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/compat.py to compat.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/util/queue.py to queue.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/types.py to types.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool/dbapi_proxy.py to dbapi_proxy.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool/events.py to events.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool/base.py to base.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/pool/impl.py to impl.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/future/engine.py to engine.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/future/orm/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/future/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/processors.py to processors.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/baked.py to baked.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/horizontal_shard.py to horizontal_shard.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/compiler.py to compiler.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/associationproxy.py to associationproxy.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/automap.py to automap.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/declarative/extensions.py to extensions.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/declarative/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/orderinglist.py to orderinglist.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/plugin.py to plugin.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/plugin.py", line 46
        self, fullname: str
                      ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/apply.py to apply.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/apply.py", line 41
        cls: ClassDef,
           ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/infer.py to infer.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/infer.py", line 39
        api: SemanticAnalyzerPluginInterface,
           ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/util.py to util.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/util.py", line 41
        is_mapped: bool,
                 ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/decl_class.py to decl_class.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/decl_class.py", line 46
        cls: ClassDef,
           ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/names.py to names.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mypy/names.py", line 31
        COLUMN: int = util.symbol("COLUMN")  # type: ignore
              ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/mutable.py to mutable.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/serializer.py to serializer.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/hybrid.py to hybrid.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/engine.py to engine.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/engine.py", line 98
        async def start(self, is_ctxmanager=False):
                ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/events.py to events.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/base.py to base.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/base.py", line 50
        async def start(self, is_ctxmanager=False):
            ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/exc.py to exc.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/session.py to session.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/session.py", line 83
        async def refresh(
                ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/result.py to result.pyc
      File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/asyncio/result.py", line 18
        async def close(self):
                ^
    SyntaxError: invalid syntax

    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/indexable.py to indexable.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/ext/instrumentation.py to instrumentation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/sqlalchemy/schema.py to schema.pyc
    running install_egg_info
    error: 'egg_base' must be a directory name (got `lib`)
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rx01B5/sqlalchemy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rx01B5/sqlalchemy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ZJroJ3/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python2.7/sqlalchemy Check the logs for full command output.
The command '/bin/sh -c pip install subprocess32 lockfile sqlalchemy -i https://pypi.python.org/simple' returned a non-zero code: 1

How can i fix it ? Thank you.

AndrewFasano commented 3 years ago

Hi, I tried diagnosing this issue and made a few minor changes to the dockerfile on the branch fix_50 to switch it to explicitly using python2.7 - but ultimately I got stuck on the same error with sqlalchemy. I think it's related to something in that pip package.

If you want to try working from those changes, maybe you'll be able to figure it out. Let me know if you do!

moyix commented 3 years ago

I think I managed to fix this. If you make the following change to the Dockerfile then the Docker image will build successfully:

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5121e21..fdbeb9f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -55,7 +55,7 @@ RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local-lib.conf
 RUN ldconfig

 RUN pip install --upgrade -v pip -i https://pypi.python.org/simple/
-RUN pip install subprocess32 lockfile sqlalchemy -i https://pypi.python.org/simple
+RUN pip install subprocess32 lockfile SQLAlchemy==1.0.14 -i https://pypi.python.org/simple

 RUN pip install pyyaml
 RUN ln -s /usr/lib/libjsoncpp.so.0 /usr/lib/libjsoncpp.so.1

Could you give this a try?

esaurimentocronico commented 3 years ago

I think I managed to fix this. If you make the following change to the Dockerfile then the Docker image will build successfully:

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5121e21..fdbeb9f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -55,7 +55,7 @@ RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local-lib.conf
 RUN ldconfig

 RUN pip install --upgrade -v pip -i https://pypi.python.org/simple/
-RUN pip install subprocess32 lockfile sqlalchemy -i https://pypi.python.org/simple
+RUN pip install subprocess32 lockfile SQLAlchemy==1.0.14 -i https://pypi.python.org/simple

 RUN pip install pyyaml
 RUN ln -s /usr/lib/libjsoncpp.so.0 /usr/lib/libjsoncpp.so.1

Could you give this a try?

This worked for me! The Dockerfile built succesfully but when i run the docker image using the command $ docker run lava_image i got the following Warning: WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested

and the process ends.

AndrewFasano commented 3 years ago

I think that's a non-fatal warning (I'm pretty sure we're all using x86_64 hosts). Did you specify that you wanted the container to run bash or some other command? Otherwise I think it just exits.

Something like

docker run -it lava /bin/bash

will hopefully work

esaurimentocronico commented 3 years ago

I think that's a non-fatal warning (I'm pretty sure we're all using x86_64 hosts). Did you specify that you wanted the container to run bash or some other command? Otherwise I think it just exits.

Something like

docker run -it lava /bin/bash

will hopefully work

OK thank you it worked! The docker image is a pre-defined environment to install lava or i can run lava already ? How can i run the suite test within the docker file ?