Mock Version: 1.2.7 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-alembic.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-14604/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=135user='mockbuild'timeout=0logger=uid=500) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-alembic.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False warning: Could not canonicalize hostname: i-00034ada Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-alembic-0.6.6-1.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-alembic.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-14604/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=135user='mockbuild'timeout=0logger=uid=500) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-alembic.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dpBgSS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf alembic-0.6.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/alembic-0.6.6.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd alembic-0.6.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.g9rkAZ + umask 022 + cd /builddir/build/BUILD + cd alembic-0.6.6 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/alembic copying alembic/operations.py -> build/lib/alembic copying alembic/script.py -> build/lib/alembic copying alembic/migration.py -> build/lib/alembic copying alembic/config.py -> build/lib/alembic copying alembic/environment.py -> build/lib/alembic copying alembic/op.py -> build/lib/alembic copying alembic/compat.py -> build/lib/alembic copying alembic/context.py -> build/lib/alembic copying alembic/__init__.py -> build/lib/alembic copying alembic/command.py -> build/lib/alembic copying alembic/util.py -> build/lib/alembic creating build/lib/alembic/autogenerate copying alembic/autogenerate/render.py -> build/lib/alembic/autogenerate copying alembic/autogenerate/compare.py -> build/lib/alembic/autogenerate copying alembic/autogenerate/api.py -> build/lib/alembic/autogenerate copying alembic/autogenerate/__init__.py -> build/lib/alembic/autogenerate creating build/lib/alembic/ddl copying alembic/ddl/postgresql.py -> build/lib/alembic/ddl copying alembic/ddl/mssql.py -> build/lib/alembic/ddl copying alembic/ddl/mysql.py -> build/lib/alembic/ddl copying alembic/ddl/sqlite.py -> build/lib/alembic/ddl copying alembic/ddl/oracle.py -> build/lib/alembic/ddl copying alembic/ddl/base.py -> build/lib/alembic/ddl copying alembic/ddl/impl.py -> build/lib/alembic/ddl copying alembic/ddl/__init__.py -> build/lib/alembic/ddl running egg_info writing requirements to alembic.egg-info/requires.txt writing alembic.egg-info/PKG-INFO writing top-level names to alembic.egg-info/top_level.txt writing dependency_links to alembic.egg-info/dependency_links.txt writing entry points to alembic.egg-info/entry_points.txt reading manifest file 'alembic.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' warning: no files found matching 'distribute_setup.py' no previously-included directories found matching 'docs/build/output' writing manifest file 'alembic.egg-info/SOURCES.txt' creating build/lib/alembic/templates creating build/lib/alembic/templates/generic copying alembic/templates/generic/README -> build/lib/alembic/templates/generic copying alembic/templates/generic/alembic.ini.mako -> build/lib/alembic/templates/generic copying alembic/templates/generic/env.py -> build/lib/alembic/templates/generic copying alembic/templates/generic/script.py.mako -> build/lib/alembic/templates/generic creating build/lib/alembic/templates/multidb copying alembic/templates/multidb/README -> build/lib/alembic/templates/multidb copying alembic/templates/multidb/alembic.ini.mako -> build/lib/alembic/templates/multidb copying alembic/templates/multidb/env.py -> build/lib/alembic/templates/multidb copying alembic/templates/multidb/script.py.mako -> build/lib/alembic/templates/multidb creating build/lib/alembic/templates/pylons copying alembic/templates/pylons/README -> build/lib/alembic/templates/pylons copying alembic/templates/pylons/alembic.ini.mako -> build/lib/alembic/templates/pylons copying alembic/templates/pylons/env.py -> build/lib/alembic/templates/pylons copying alembic/templates/pylons/script.py.mako -> build/lib/alembic/templates/pylons + /usr/bin/mkdir -p bin + echo 'python -c "import alembic.config; alembic.config.main()" $*' + chmod 0755 bin/alembic + help2man --version-string 0.6.6 --no-info -s 1 bin/alembic + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hZ8Qs7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64 + cd alembic-0.6.6 + install -d -m 0755 /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/man/man1 + /usr/bin/python2 setup.py install -O1 --skip-build --root=/builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/render.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/compare.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/api.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate copying build/lib/alembic/autogenerate/__init__.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate copying build/lib/alembic/operations.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/postgresql.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/mssql.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/mysql.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/sqlite.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/oracle.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/base.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/impl.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/ddl/__init__.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl copying build/lib/alembic/script.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/migration.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/config.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/script.py.mako -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/README -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/alembic.ini.mako -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/generic copying build/lib/alembic/templates/generic/env.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/generic creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/script.py.mako -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/README -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/alembic.ini.mako -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/pylons copying build/lib/alembic/templates/pylons/env.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/pylons creating /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/script.py.mako -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/README -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/alembic.ini.mako -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/multidb copying build/lib/alembic/templates/multidb/env.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/multidb copying build/lib/alembic/environment.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/op.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/compat.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/context.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/__init__.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/command.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic copying build/lib/alembic/util.py -> /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate/render.py to render.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate/compare.py to compare.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/autogenerate/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/operations.py to operations.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/postgresql.py to postgresql.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/mssql.py to mssql.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/mysql.py to mysql.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/sqlite.py to sqlite.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/oracle.py to oracle.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/impl.py to impl.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/ddl/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/script.py to script.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/generic/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/pylons/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/templates/multidb/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/environment.py to environment.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/op.py to op.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/command.py to command.pyc byte-compiling /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic/util.py to util.pyc writing byte-compilation script '/tmp/tmpfXFKIt.py' /usr/bin/python2 -O /tmp/tmpfXFKIt.py removing /tmp/tmpfXFKIt.py running install_egg_info running egg_info writing requirements to alembic.egg-info/requires.txt writing alembic.egg-info/PKG-INFO writing top-level names to alembic.egg-info/top_level.txt writing dependency_links to alembic.egg-info/dependency_links.txt writing entry points to alembic.egg-info/entry_points.txt reading manifest file 'alembic.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' warning: no files found matching 'distribute_setup.py' no previously-included directories found matching 'docs/build/output' writing manifest file 'alembic.egg-info/SOURCES.txt' Copying alembic.egg-info to /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/alembic-0.6.6-py2.7.egg-info running install_scripts Installing alembic script to /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/bin + install -m 0644 alembic.1 /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/man/man1/alembic.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/alembic-0.6.6 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/lib/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.uQ4vdh + umask 022 + cd /builddir/build/BUILD + cd alembic-0.6.6 + /usr/bin/python2 setup.py test running test running egg_info writing requirements to alembic.egg-info/requires.txt writing alembic.egg-info/PKG-INFO writing top-level names to alembic.egg-info/top_level.txt writing dependency_links to alembic.egg-info/dependency_links.txt writing entry points to alembic.egg-info/entry_points.txt reading manifest file 'alembic.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' warning: no files found matching 'distribute_setup.py' no previously-included directories found matching 'docs/build/output' writing manifest file 'alembic.egg-info/SOURCES.txt' running build_ext test_add_idx_non_col (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_add_ix_on_table_create (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_add_unique_constraint (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_add_uq_ix_on_table_create (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_dont_add_uq_on_table_create (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_index_becomes_unique (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_index_flag_becomes_named_unique_constraint (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_mismatch_db_named_col_flag (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_named_cols_changed (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_new_idx_index_named_as_column (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_new_table_added (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_nothing_changed_implicit_fk_index_named (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_nothing_changed_index_named_as_column (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_nothing_changed_one (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_nothing_changed_two (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_remove_named_unique_constraint (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_remove_named_unique_index (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_removed_idx_index_named_as_column (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_unchanged_idx_non_col (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_unnamed_cols_changed (tests.test_autogen_indexes.AutogenerateUniqueIndexTest) ... ok test_add_idx_non_col (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_add_ix_on_table_create (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_add_unique_constraint (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_add_uq_ix_on_table_create (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_dont_add_uq_on_table_create (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_index_becomes_unique (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_index_flag_becomes_named_unique_constraint (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_mismatch_db_named_col_flag (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_named_cols_changed (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_new_idx_index_named_as_column (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_new_table_added (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_nothing_changed_implicit_fk_index_named (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_nothing_changed_index_named_as_column (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_nothing_changed_one (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_nothing_changed_two (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_remove_named_unique_constraint (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_remove_named_unique_index (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_removed_idx_index_named_as_column (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_unchanged_idx_non_col (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_unnamed_cols_changed (tests.test_autogen_indexes.MySQLUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_add_idx_non_col (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_add_ix_on_table_create (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_add_unique_constraint (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_add_uq_ix_on_table_create (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_dont_add_uq_on_table_create (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_index_becomes_unique (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_index_flag_becomes_named_unique_constraint (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_mismatch_db_named_col_flag (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_named_cols_changed (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_new_idx_index_named_as_column (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_new_table_added (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_nothing_changed_implicit_fk_index_named (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_nothing_changed_index_named_as_column (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_nothing_changed_one (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_nothing_changed_two (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_remove_named_unique_constraint (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_remove_named_unique_index (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_remove_plain_index_is_reported (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_remove_unique_index_not_reported (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_removed_idx_index_named_as_column (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_unchanged_idx_non_col (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_unique_not_reported (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_unnamed_cols_changed (tests.test_autogen_indexes.NoUqReflectionIndexTest) ... ok test_add_idx_non_col (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_add_ix_on_table_create (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_add_unique_constraint (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_add_uq_ix_on_table_create (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_dont_add_uq_on_table_create (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_index_becomes_unique (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_index_flag_becomes_named_unique_constraint (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_mismatch_db_named_col_flag (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_named_cols_changed (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_new_idx_index_named_as_column (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_new_table_added (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_nothing_changed_implicit_fk_index_named (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_nothing_changed_index_named_as_column (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_nothing_changed_one (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_nothing_changed_two (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_remove_named_unique_constraint (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_remove_named_unique_index (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_remove_plain_index_is_reported (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_remove_unique_index_not_reported (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_removed_idx_index_named_as_column (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_unchanged_idx_non_col (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_unique_not_reported (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_unnamed_cols_changed (tests.test_autogen_indexes.NoUqReportsIndAsUqTest) ... ok test_add_idx_non_col (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_add_ix_on_table_create (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_add_unique_constraint (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_add_uq_ix_on_table_create (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_dont_add_uq_on_table_create (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_idx_added_schema (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_idx_unchanged_schema (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_index_becomes_unique (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_index_flag_becomes_named_unique_constraint (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_mismatch_db_named_col_flag (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_named_cols_changed (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_new_idx_index_named_as_column (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_new_table_added (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_nothing_changed_implicit_fk_index_named (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_nothing_changed_index_named_as_column (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_nothing_changed_one (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_nothing_changed_two (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_remove_named_unique_constraint (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_remove_named_unique_index (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_removed_idx_index_named_as_column (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_same_tname_two_schemas (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_unchanged_idx_non_col (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_unnamed_cols_changed (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_uq_added_schema (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_uq_unchanged_schema (tests.test_autogen_indexes.PGUniqueIndexTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_add_unique_constraint (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._add_unique_constraint ... ok test_add_unique_constraint_schema (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._add_unique_constraint using schema ... ok test_drop_constraint (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._drop_constraint ... ok test_drop_constraint_schema (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._drop_constraint using schema ... ok test_drop_index (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._drop_index ... ok test_drop_index_schema (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._drop_index using schema ... ok test_render_add_column (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_add_column_w_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_add_index (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._add_index ... ok test_render_add_index_pg_where (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_add_index_schema (tests.test_autogen_render.AutogenRenderTest) autogenerate.render._add_index using schema ... ok test_render_addtl_args (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_check_constraint_literal (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_check_constraint_sqlexpr (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_col_autoinc_false_mysql (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_col_with_server_default (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_custom (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_drop_column (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_drop_column_w_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_drop_table (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_drop_table_w_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_empty_pk_vs_nonempty_pk (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_enum (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_fk_constraint_kwarg (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_fk_constraint_use_alter (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_fk_constraint_w_metadata_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_modify_nullable (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_modify_nullable_w_default (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_modify_nullable_w_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_modify_type (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_modify_type_w_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_quoted_server_default (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_table_max_cols (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_table_no_implicit_check (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_table_upgrade (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_table_w_fk_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_table_w_metadata_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_table_w_metadata_schema_override (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_table_w_schema (tests.test_autogen_render.AutogenRenderTest) ... ok test_render_unique_constraint_opts (tests.test_autogen_render.AutogenRenderTest) ... ok test_repr_dialect_type (tests.test_autogen_render.AutogenRenderTest) ... ok test_repr_plain_sqla_type (tests.test_autogen_render.AutogenRenderTest) ... ok test_repr_user_type_user_prefix_None (tests.test_autogen_render.AutogenRenderTest) ... ok test_repr_user_type_user_prefix_present (tests.test_autogen_render.AutogenRenderTest) ... ok test_explicit_named_unique_constraint (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_explicit_unique_constraint (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_implicit_unique_constraint (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_inline_ck_constraint (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_inline_fk (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_inline_pk_constraint (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_render_add_index (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_render_add_index_schema (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_render_check_constraint_renamed (tests.test_autogen_render.RenderNamingConventionTest) test that constraints from autogenerate render with ... ok test_render_drop_index (tests.test_autogen_render.RenderNamingConventionTest) ... ok test_schema_type_boolean (tests.test_autogen_render.RenderNamingConventionTest) ... ok SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_uses_explcit_schema_in_default_one (tests.test_autogenerate.AutogenDefaultSchemaTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_uses_explcit_schema_in_default_three (tests.test_autogenerate.AutogenDefaultSchemaTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_uses_explcit_schema_in_default_two (tests.test_autogenerate.AutogenDefaultSchemaTest) ... SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_autogen (tests.test_autogenerate.AutogenKeyTest) ... ok test_column_type_modified_when_custom_compare_type_returns_True (tests.test_autogenerate.AutogenerateCustomCompareTypeTest) ... ok test_column_type_not_modified_when_custom_compare_type_returns_False (tests.test_autogenerate.AutogenerateCustomCompareTypeTest) ... ok test_uses_custom_compare_type_function (tests.test_autogenerate.AutogenerateCustomCompareTypeTest) ... ok test_diffs_order (tests.test_autogenerate.AutogenerateDiffOrderTest) Added in order to test that child tables(tables with FKs) are generated ... ok test_affinity_typedec (tests.test_autogenerate.AutogenerateDiffTest) ... ok test_diffs (tests.test_autogenerate.AutogenerateDiffTest) test generation of diff rules ... ok test_dont_barf_on_already_reflected (tests.test_autogenerate.AutogenerateDiffTest) ... ok test_include_object (tests.test_autogenerate.AutogenerateDiffTest) ... ok test_include_symbol (tests.test_autogenerate.AutogenerateDiffTest) ... ok test_render_diffs_standard (tests.test_autogenerate.AutogenerateDiffTest) test a full render including indentation ... ok test_render_nothing (tests.test_autogenerate.AutogenerateDiffTest) ... ok test_skip_null_type_comparison_local (tests.test_autogenerate.AutogenerateDiffTest) ... ok test_skip_null_type_comparison_reflected (tests.test_autogenerate.AutogenerateDiffTest) ... ok SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_compare_metadata (tests.test_autogenerate.CompareMetadataTest) ... ok test_compare_metadata_include_object (tests.test_autogenerate.CompareMetadataTest) ... ok test_compare_metadata_include_symbol (tests.test_autogenerate.CompareMetadataTest) ... ok SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_bulk_insert_inline_literal (tests.test_bulk_insert.RoundTripTest) ... ok test_bulk_insert_round_trip (tests.test_bulk_insert.RoundTripTest) ... ok test_single_insert_round_trip (tests.test_bulk_insert.RoundTripTest) ... ok tests.test_bulk_insert.test_bulk_insert ... ok tests.test_bulk_insert.test_bulk_insert_wrong_cols ... ok tests.test_bulk_insert.test_bulk_insert_no_rows ... ok tests.test_bulk_insert.test_bulk_insert_pg ... ok tests.test_bulk_insert.test_bulk_insert_pg_single ... ok tests.test_bulk_insert.test_bulk_insert_pg_single_as_sql ... ok tests.test_bulk_insert.test_bulk_insert_pg_single_big_t_as_sql ... ok tests.test_bulk_insert.test_bulk_insert_mssql ... ok tests.test_bulk_insert.test_bulk_insert_inline_literal_as_sql ... ok tests.test_bulk_insert.test_bulk_insert_as_sql ... ok tests.test_bulk_insert.test_bulk_insert_as_sql_pg ... ok tests.test_bulk_insert.test_bulk_insert_as_sql_mssql ... ok tests.test_bulk_insert.test_invalid_format ... ok test_history_base_to_num (tests.test_command.StdoutCommandTest) ... ok test_history_current_to_head_as_b (tests.test_command.StdoutCommandTest) ... ok test_history_current_to_head_as_base (tests.test_command.StdoutCommandTest) ... ok test_history_full (tests.test_command.StdoutCommandTest) ... ok test_history_num_plus_relative (tests.test_command.StdoutCommandTest) ... ok test_history_num_range (tests.test_command.StdoutCommandTest) ... ok test_history_num_to_head (tests.test_command.StdoutCommandTest) ... ok test_history_relative_to_num (tests.test_command.StdoutCommandTest) ... ok test_ascii_unicode (tests.test_config.OutputEncodingTest) ... ok test_plain (tests.test_config.OutputEncodingTest) ... ok test_utf8_unicode (tests.test_config.OutputEncodingTest) ... ok tests.test_config.test_config_no_file_main_option ... ok tests.test_config.test_config_no_file_section_option ... ok tests.test_config.test_standalone_op ... ok tests.test_config.test_no_script_error ... ok test_migration_context_has_config (tests.test_environment.EnvironmentTest) ... ok test_tag_arg (tests.test_environment.EnvironmentTest) ... ok test_x_arg (tests.test_environment.EnvironmentTest) ... ok test_x_arg_asdict (tests.test_environment.EnvironmentTest) ... ok test_x_arg_no_opts (tests.test_environment.EnvironmentTest) ... ok test_x_arg_no_opts_asdict (tests.test_environment.EnvironmentTest) ... ok test_batch_separator_custom (tests.test_mssql.FullEnvironmentTests) ... ok test_batch_separator_default (tests.test_mssql.FullEnvironmentTests) ... ok test_begin_commit (tests.test_mssql.FullEnvironmentTests) ... ok test_add_column (tests.test_mssql.OpTest) ... ok test_add_column_with_default (tests.test_mssql.OpTest) ... ok test_alter_add_server_default (tests.test_mssql.OpTest) ... ok test_alter_column_dont_drop_default (tests.test_mssql.OpTest) ... ok test_alter_column_dont_touch_constraints (tests.test_mssql.OpTest) ... ok test_alter_column_drop_default (tests.test_mssql.OpTest) ... ok test_alter_column_new_type (tests.test_mssql.OpTest) ... ok test_alter_column_not_nullable_w_existing_type (tests.test_mssql.OpTest) ... ok test_alter_column_not_nullable_w_new_type (tests.test_mssql.OpTest) ... ok test_alter_column_nullable_type_required (tests.test_mssql.OpTest) ... ok test_alter_column_nullable_w_existing_type (tests.test_mssql.OpTest) ... ok test_alter_column_nullable_w_new_type (tests.test_mssql.OpTest) ... ok test_alter_column_rename_mssql (tests.test_mssql.OpTest) ... ok test_alter_column_rename_quoted_mssql (tests.test_mssql.OpTest) ... ok test_alter_do_everything (tests.test_mssql.OpTest) ... ok test_alter_remove_server_default (tests.test_mssql.OpTest) ... ok test_alter_replace_server_default (tests.test_mssql.OpTest) ... ok test_drop_column_w_check (tests.test_mssql.OpTest) ... ok test_drop_column_w_check_quoting (tests.test_mssql.OpTest) ... ok test_drop_column_w_default (tests.test_mssql.OpTest) ... ok test_drop_column_w_fk (tests.test_mssql.OpTest) ... ok test_drop_index (tests.test_mssql.OpTest) ... ok SKIP: Can't connect to database: (OperationalError) (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)") None None test_alter_column_drop_default (tests.test_mysql.MySQLOpTest) ... ok test_alter_column_modify_default (tests.test_mysql.MySQLOpTest) ... ok test_alter_column_multi_alter_w_drop_default (tests.test_mysql.MySQLOpTest) ... ok test_col_add_autoincrement (tests.test_mysql.MySQLOpTest) ... ok test_col_alter_type_required (tests.test_mysql.MySQLOpTest) ... ok test_col_dont_remove_server_default (tests.test_mysql.MySQLOpTest) ... ok test_col_multi_alter (tests.test_mysql.MySQLOpTest) ... ok test_col_not_nullable (tests.test_mysql.MySQLOpTest) ... ok test_col_not_nullable_existing_serv_default (tests.test_mysql.MySQLOpTest) ... ok test_col_nullable (tests.test_mysql.MySQLOpTest) ... ok test_col_remove_autoincrement (tests.test_mysql.MySQLOpTest) ... ok test_drop_check (tests.test_mysql.MySQLOpTest) ... ok test_drop_constraint_primary (tests.test_mysql.MySQLOpTest) ... ok test_drop_fk (tests.test_mysql.MySQLOpTest) ... ok test_drop_generic_constraint (tests.test_mysql.MySQLOpTest) ... ok test_drop_unique (tests.test_mysql.MySQLOpTest) ... ok test_drop_unknown (tests.test_mysql.MySQLOpTest) ... ok test_rename_column (tests.test_mysql.MySQLOpTest) ... ok test_rename_column_autoincrement (tests.test_mysql.MySQLOpTest) ... ok test_rename_column_quotes_needed_one (tests.test_mysql.MySQLOpTest) ... ok test_rename_column_quotes_needed_two (tests.test_mysql.MySQLOpTest) ... ok test_rename_column_serv_compiled_default (tests.test_mysql.MySQLOpTest) ... ok test_rename_column_serv_default (tests.test_mysql.MySQLOpTest) ... ok test_destination_rev_post_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_destination_rev_pre_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_downgrade_wo_colon (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_head_rev_post_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_head_rev_pre_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_not_requires_connection (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_requires_connection (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_starting_rev_current_pre_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_starting_rev_post_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_starting_rev_pre_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_starting_rev_pre_context_stamp (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_tag_None (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_tag_cfg_arg (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_tag_cmd_arg (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_tag_pre_context (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_tag_pre_context_None (tests.test_offline_environment.OfflineEnvironmentTest) ... ok test_upgrade_with_output_encoding (tests.test_offline_environment.OfflineEnvironmentTest) ... ok tests.test_op.test_rename_table ... ok tests.test_op.test_rename_table_schema ... ok tests.test_op.test_rename_table_postgresql ... ok tests.test_op.test_rename_table_schema_postgresql ... ok tests.test_op.test_create_index_postgresql_where ... ok tests.test_op.test_add_column ... ok tests.test_op.test_add_column_schema ... ok tests.test_op.test_add_column_with_default ... ok tests.test_op.test_add_column_schema_with_default ... ok tests.test_op.test_add_column_fk ... ok tests.test_op.test_add_column_schema_fk ... ok tests.test_op.test_add_column_schema_type Test that a schema type generates its constraints.... ... ok tests.test_op.test_add_column_schema_schema_type Test that a schema type generates its constraints.... ... ok tests.test_op.test_add_column_schema_type_checks_rule Test that a schema type doesn't generate a ... ok tests.test_op.test_add_column_fk_self_referential ... ok tests.test_op.test_add_column_schema_fk_self_referential ... ok tests.test_op.test_add_column_fk_schema ... ok tests.test_op.test_add_column_schema_fk_schema ... ok tests.test_op.test_drop_column ... ok tests.test_op.test_drop_column_schema ... ok tests.test_op.test_alter_column_nullable ... ok tests.test_op.test_alter_column_schema_nullable ... ok tests.test_op.test_alter_column_not_nullable ... ok tests.test_op.test_alter_column_schema_not_nullable ... ok tests.test_op.test_alter_column_rename ... ok tests.test_op.test_alter_column_schema_rename ... ok tests.test_op.test_alter_column_type ... ok tests.test_op.test_alter_column_schema_type ... ok tests.test_op.test_alter_column_set_default ... ok tests.test_op.test_alter_column_schema_set_default ... ok tests.test_op.test_alter_column_set_compiled_default ... ok tests.test_op.test_alter_column_schema_set_compiled_default ... ok tests.test_op.test_alter_column_drop_default ... ok tests.test_op.test_alter_column_schema_drop_default ... ok tests.test_op.test_alter_column_schema_type_unnamed ... ok tests.test_op.test_alter_column_schema_schema_type_unnamed ... ok tests.test_op.test_alter_column_schema_type_named ... ok tests.test_op.test_alter_column_schema_schema_type_named ... ok tests.test_op.test_alter_column_schema_type_existing_type ... ok tests.test_op.test_alter_column_schema_schema_type_existing_type ... ok tests.test_op.test_alter_column_schema_type_existing_type_no_const ... ok tests.test_op.test_alter_column_schema_schema_type_existing_type_no_const ... ok tests.test_op.test_alter_column_schema_type_existing_type_no_new_type ... ok tests.test_op.test_alter_column_schema_schema_type_existing_type_no_new_type ... ok tests.test_op.test_add_foreign_key ... ok tests.test_op.test_add_foreign_key_schema ... ok tests.test_op.test_add_foreign_key_onupdate ... ok tests.test_op.test_add_foreign_key_ondelete ... ok tests.test_op.test_add_foreign_key_deferrable ... ok tests.test_op.test_add_foreign_key_initially ... ok tests.test_op.test_add_foreign_key_match ... ok tests.test_op.test_add_foreign_key_dialect_kw ... ok tests.test_op.test_add_foreign_key_self_referential ... ok tests.test_op.test_add_primary_key_constraint ... ok tests.test_op.test_add_primary_key_constraint_schema ... ok tests.test_op.test_add_check_constraint ... ok tests.test_op.test_add_check_constraint_schema ... ok tests.test_op.test_add_unique_constraint ... ok tests.test_op.test_add_unique_constraint_schema ... ok tests.test_op.test_drop_constraint ... ok tests.test_op.test_drop_constraint_schema ... ok tests.test_op.test_create_index ... ok tests.test_op.test_create_index_table_col_event ... ok tests.test_op.test_add_unique_constraint_col_event ... ok tests.test_op.test_create_index_schema ... ok tests.test_op.test_drop_index ... ok tests.test_op.test_drop_index_schema ... ok tests.test_op.test_drop_table ... ok tests.test_op.test_drop_table_schema ... ok tests.test_op.test_create_table_selfref ... ok tests.test_op.test_create_table_fk_and_schema ... ok tests.test_op.test_create_table_no_pk ... ok tests.test_op.test_create_table_two_fk ... ok tests.test_op.test_inline_literal ... ok tests.test_op.test_cant_op ... ok tests.test_op.test_naming_changes ... /builddir/build/BUILD/alembic-0.6.6/alembic/util.py:329: UserWarning: Argument 'name' is now named 'new_column_name' for function 'alter_column' (oldname, newname, fn.__name__)) /builddir/build/BUILD/alembic-0.6.6/alembic/util.py:329: UserWarning: Argument 'tablename' is now named 'table_name' for function 'drop_index' (oldname, newname, fn.__name__)) /builddir/build/BUILD/alembic-0.6.6/alembic/util.py:329: UserWarning: Argument 'type' is now named 'type_' for function 'drop_constraint' (oldname, newname, fn.__name__)) ok tests.test_op_naming_convention.test_add_check_constraint ... ok tests.test_op_naming_convention.test_add_check_constraint_already_named_from_schema ... ok tests.test_op_naming_convention.test_add_check_constraint_inline_on_column ... ok tests.test_op_naming_convention.test_add_check_constraint_inline_on_column_w_f ... ok tests.test_op_naming_convention.test_add_check_constraint_inline_on_table ... ok tests.test_op_naming_convention.test_add_check_constraint_inline_on_table_w_f ... ok tests.test_op_naming_convention.test_add_check_constraint_name_is_none ... ok tests.test_op_naming_convention.test_add_column_schema_type ... ok tests.test_op_naming_convention.test_add_column_schema_type_w_f ... ok tests.test_op_naming_convention.test_add_index_name_is_none ... ok tests.test_op_naming_convention.test_add_unique_constraint_name_is_none ... ok test_batch_separator_custom (tests.test_oracle.FullEnvironmentTests) ... ok test_batch_separator_default (tests.test_oracle.FullEnvironmentTests) ... ok test_begin_comit (tests.test_oracle.FullEnvironmentTests) ... ok test_add_column (tests.test_oracle.OpTest) ... ok test_add_column_with_default (tests.test_oracle.OpTest) ... ok test_alter_add_server_default (tests.test_oracle.OpTest) ... ok test_alter_column_new_type (tests.test_oracle.OpTest) ... ok test_alter_column_not_nullable_w_existing_type (tests.test_oracle.OpTest) ... ok test_alter_column_not_nullable_w_new_type (tests.test_oracle.OpTest) ... ok test_alter_column_nullable_w_existing_type (tests.test_oracle.OpTest) ... ok test_alter_column_nullable_w_new_type (tests.test_oracle.OpTest) ... ok test_alter_column_rename_oracle (tests.test_oracle.OpTest) ... ok test_alter_do_everything (tests.test_oracle.OpTest) ... ok test_alter_remove_server_default (tests.test_oracle.OpTest) ... ok test_alter_replace_server_default (tests.test_oracle.OpTest) ... ok test_drop_column_w_check (tests.test_oracle.OpTest) ... ok test_drop_column_w_default (tests.test_oracle.OpTest) ... ok test_drop_index (tests.test_oracle.OpTest) ... ok test_offline_distinct_enum_create (tests.test_postgresql.PGOfflineEnumTest) ... ok test_offline_distinct_enum_drop (tests.test_postgresql.PGOfflineEnumTest) ... ok test_offline_inline_enum_create (tests.test_postgresql.PGOfflineEnumTest) ... ok test_offline_inline_enum_drop (tests.test_postgresql.PGOfflineEnumTest) ... ok SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None SKIP: Can't connect to database: (OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? None None test_001_environment (tests.test_revision_create.GeneralOrderedTests) ... ok test_002_rev_ids (tests.test_revision_create.GeneralOrderedTests) ... ok test_003_api_methods_clean (tests.test_revision_create.GeneralOrderedTests) ... ok test_004_rev (tests.test_revision_create.GeneralOrderedTests) ... ok test_005_nextrev (tests.test_revision_create.GeneralOrderedTests) ... ok test_006_from_clean_env (tests.test_revision_create.GeneralOrderedTests) ... ok test_007_no_refresh (tests.test_revision_create.GeneralOrderedTests) ... ok test_008_long_name (tests.test_revision_create.GeneralOrderedTests) ... ok test_009_long_name_configurable (tests.test_revision_create.GeneralOrderedTests) ... ok test_args (tests.test_revision_create.ScriptNamingTest) ... ok test_args_propagate (tests.test_revision_create.TemplateArgsTest) ... ok test_is_ignored_filename (tests.test_revision_create.TemplateArgsTest) ... ok test_step_ignore_init_py (tests.test_revision_create.TemplateArgsTest) test that __init__.py is ignored. ... ok test_tmpl_args_revision (tests.test_revision_create.TemplateArgsTest) ... ok tests.test_revision_paths.test_upgrade_path ... ok tests.test_revision_paths.test_relative_upgrade_path ... ok tests.test_revision_paths.test_invalid_relative_upgrade_path ... ok tests.test_revision_paths.test_downgrade_path ... ok tests.test_revision_paths.test_relative_downgrade_path ... ok tests.test_revision_paths.test_invalid_relative_downgrade_path ... ok tests.test_revision_paths.test_invalid_move_rev_to_none ... ok tests.test_revision_paths.test_invalid_move_higher_to_lower ... ok test_encode (tests.test_sql_script.EncodingTest) ... ok test_begin_commit_nontransactional_ddl (tests.test_sql_script.ThreeRevTest) ... ok test_begin_commit_per_rev_ddl (tests.test_sql_script.ThreeRevTest) ... ok test_begin_commit_transactional_ddl (tests.test_sql_script.ThreeRevTest) ... ok test_stamp (tests.test_sql_script.ThreeRevTest) ... ok test_version_from_middle_update (tests.test_sql_script.ThreeRevTest) ... ok test_version_from_none_insert (tests.test_sql_script.ThreeRevTest) ... ok test_version_to_middle (tests.test_sql_script.ThreeRevTest) ... ok test_version_to_none (tests.test_sql_script.ThreeRevTest) ... ok tests.test_sqlite.test_add_column ... ok tests.test_sqlite.test_add_column_implicit_constraint ... /builddir/build/BUILD/alembic-0.6.6/alembic/util.py:192: UserWarning: Skipping unsupported ALTER for creation of implicit constraint warnings.warn(msg) ok tests.test_sqlite.test_add_explicit_constraint ... ok tests.test_sqlite.test_drop_explicit_constraint ... ok test__update_current_rev (tests.test_version_table.TestMigrationContext) ... ok test_config_default_version_table_name (tests.test_version_table.TestMigrationContext) ... ok test_config_explicit_version_table_name (tests.test_version_table.TestMigrationContext) ... ok test_config_explicit_version_table_schema (tests.test_version_table.TestMigrationContext) ... ok test_get_current_revision (tests.test_version_table.TestMigrationContext) ... ok test_get_current_revision_creates_version_table (tests.test_version_table.TestMigrationContext) ... ok test_get_current_revision_error_if_starting_rev_given_online (tests.test_version_table.TestMigrationContext) ... ok test_get_current_revision_offline (tests.test_version_table.TestMigrationContext) ... ok test_needs_flag (tests.test_versioning.SourcelessNeedsFlagTest) ... ok test_001_revisions (tests.test_versioning.SourcelessVersioningTest) ... ok test_002_upgrade (tests.test_versioning.SourcelessVersioningTest) ... ok test_003_downgrade (tests.test_versioning.SourcelessVersioningTest) ... ok test_004_downgrade (tests.test_versioning.SourcelessVersioningTest) ... ok test_005_upgrade (tests.test_versioning.SourcelessVersioningTest) ... ok test_006_upgrade_again (tests.test_versioning.SourcelessVersioningTest) ... ok test_error_on_new_with_missing_revision (tests.test_versioning.VersionNameTemplateTest) ... ok test_lookup_legacy (tests.test_versioning.VersionNameTemplateTest) ... ok test_option (tests.test_versioning.VersionNameTemplateTest) ... ok test_001_revisions (tests.test_versioning.VersioningTest) ... ok test_002_upgrade (tests.test_versioning.VersioningTest) ... ok test_003_downgrade (tests.test_versioning.VersioningTest) ... ok test_004_downgrade (tests.test_versioning.VersioningTest) ... ok test_005_upgrade (tests.test_versioning.VersioningTest) ... ok test_006_upgrade_again (tests.test_versioning.VersioningTest) ... ok ---------------------------------------------------------------------- Ran 456 tests in 4.249s OK (skipped=54) + exit 0 Processing files: python-alembic-0.6.6-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.v97kKH + umask 022 + cd /builddir/build/BUILD + cd alembic-0.6.6 + DOCDIR=/builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/doc/python-alembic-0.6.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/doc/python-alembic-0.6.6 + cp -pr README.rst /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/doc/python-alembic-0.6.6 + cp -pr LICENSE /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/doc/python-alembic-0.6.6 + cp -pr CHANGES /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/doc/python-alembic-0.6.6 + cp -pr docs /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64/usr/share/doc/python-alembic-0.6.6 + exit 0 Provides: python-alembic = 0.6.6-1.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64 warning: Could not canonicalize hostname: i-00034ada Wrote: /builddir/build/RPMS/python-alembic-0.6.6-1.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dviqfI + umask 022 + cd /builddir/build/BUILD + cd alembic-0.6.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-alembic-0.6.6-1.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->