Mock Version: 1.1.35 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-migrate.spec'], False, '/var/lib/mock/epel-6-x86_64-mockbuilder-1620/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-migrate.spec'] with env {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} warning: Could not canonicalize hostname: i-000064e0 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-migrate-0.7.2-8.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-migrate.spec'], False, '/var/lib/mock/epel-6-x86_64-mockbuilder-1620/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-migrate.spec'] with env {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fIEs8w + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf sqlalchemy-migrate-0.7.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/sqlalchemy-migrate-0.7.2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sqlalchemy-migrate-0.7.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (migrate-scripttest-update.patch): + echo 'Patch #0 (migrate-scripttest-update.patch):' + /bin/cat /builddir/build/SOURCES/migrate-scripttest-update.patch + /usr/bin/patch -p1 -b --suffix .test --fuzz=0 patching file migrate/tests/fixture/shell.py Patch #1 (migrate-py27.patch): + echo 'Patch #1 (migrate-py27.patch):' + /bin/cat /builddir/build/SOURCES/migrate-py27.patch + /usr/bin/patch -p1 -b --suffix .py27 --fuzz=0 patching file migrate/tests/versioning/test_shell.py Patch #2 (migrate-test-int-overflow.patch): + echo 'Patch #2 (migrate-test-int-overflow.patch):' + /bin/cat /builddir/build/SOURCES/migrate-test-int-overflow.patch + /usr/bin/patch -p1 -b --suffix .pynew --fuzz=0 patching file migrate/versioning/version.py Patch #3 (python-migrate-sqlalchemy-0.8.patch): + echo 'Patch #3 (python-migrate-sqlalchemy-0.8.patch):' + /bin/cat /builddir/build/SOURCES/python-migrate-sqlalchemy-0.8.patch + /usr/bin/patch -p1 -b --suffix .sql0.8 --fuzz=0 patching file migrate/tests/changeset/test_changeset.py patching file migrate/versioning/schema.py Patch #100 (python-migrate-sqlalchemy-migrate.patch): + echo 'Patch #100 (python-migrate-sqlalchemy-migrate.patch):' + /usr/bin/patch -p1 -b --suffix .rename --fuzz=0 + /bin/cat /builddir/build/SOURCES/python-migrate-sqlalchemy-migrate.patch patching file migrate/tests/fixture/shell.py patching file migrate/tests/versioning/test_shell.py patching file setup.py Patch #200 (python-migrate-newdeps.patch): + echo 'Patch #200 (python-migrate-newdeps.patch):' + /bin/cat /builddir/build/SOURCES/python-migrate-newdeps.patch + /usr/bin/patch -p1 -b --suffix .newdeps --fuzz=0 patching file migrate/__init__.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.l5905W + umask 022 + cd /builddir/build/BUILD + cd sqlalchemy-migrate-0.7.2 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/migrate copying migrate/exceptions.py -> build/lib/migrate copying migrate/__init__.py -> build/lib/migrate creating build/lib/migrate/changeset copying migrate/changeset/schema.py -> build/lib/migrate/changeset copying migrate/changeset/constraint.py -> build/lib/migrate/changeset copying migrate/changeset/ansisql.py -> build/lib/migrate/changeset copying migrate/changeset/__init__.py -> build/lib/migrate/changeset creating build/lib/migrate/versioning copying migrate/versioning/shell.py -> build/lib/migrate/versioning copying migrate/versioning/genmodel.py -> build/lib/migrate/versioning copying migrate/versioning/version.py -> build/lib/migrate/versioning copying migrate/versioning/pathed.py -> build/lib/migrate/versioning copying migrate/versioning/cfgparse.py -> build/lib/migrate/versioning copying migrate/versioning/repository.py -> build/lib/migrate/versioning copying migrate/versioning/schemadiff.py -> build/lib/migrate/versioning copying migrate/versioning/migrate_repository.py -> build/lib/migrate/versioning copying migrate/versioning/schema.py -> build/lib/migrate/versioning copying migrate/versioning/config.py -> build/lib/migrate/versioning copying migrate/versioning/template.py -> build/lib/migrate/versioning copying migrate/versioning/api.py -> build/lib/migrate/versioning copying migrate/versioning/__init__.py -> build/lib/migrate/versioning creating build/lib/migrate/changeset/databases copying migrate/changeset/databases/postgres.py -> build/lib/migrate/changeset/databases copying migrate/changeset/databases/mysql.py -> build/lib/migrate/changeset/databases copying migrate/changeset/databases/sqlite.py -> build/lib/migrate/changeset/databases copying migrate/changeset/databases/visitor.py -> build/lib/migrate/changeset/databases copying migrate/changeset/databases/oracle.py -> build/lib/migrate/changeset/databases copying migrate/changeset/databases/firebird.py -> build/lib/migrate/changeset/databases copying migrate/changeset/databases/__init__.py -> build/lib/migrate/changeset/databases creating build/lib/migrate/versioning/util copying migrate/versioning/util/keyedinstance.py -> build/lib/migrate/versioning/util copying migrate/versioning/util/importpath.py -> build/lib/migrate/versioning/util copying migrate/versioning/util/__init__.py -> build/lib/migrate/versioning/util creating build/lib/migrate/versioning/script copying migrate/versioning/script/py.py -> build/lib/migrate/versioning/script copying migrate/versioning/script/base.py -> build/lib/migrate/versioning/script copying migrate/versioning/script/sql.py -> build/lib/migrate/versioning/script copying migrate/versioning/script/__init__.py -> build/lib/migrate/versioning/script creating build/lib/migrate/versioning/templates copying migrate/versioning/templates/__init__.py -> build/lib/migrate/versioning/templates creating build/lib/migrate/versioning/templates/script copying migrate/versioning/templates/script/__init__.py -> build/lib/migrate/versioning/templates/script creating build/lib/migrate/versioning/templates/repository copying migrate/versioning/templates/repository/__init__.py -> build/lib/migrate/versioning/templates/repository creating build/lib/migrate/versioning/templates/repository/default copying migrate/versioning/templates/repository/default/__init__.py -> build/lib/migrate/versioning/templates/repository/default creating build/lib/migrate/versioning/templates/repository/pylons copying migrate/versioning/templates/repository/pylons/__init__.py -> build/lib/migrate/versioning/templates/repository/pylons creating build/lib/migrate/versioning/templates/repository/default/versions copying migrate/versioning/templates/repository/default/versions/__init__.py -> build/lib/migrate/versioning/templates/repository/default/versions creating build/lib/migrate/versioning/templates/repository/pylons/versions copying migrate/versioning/templates/repository/pylons/versions/__init__.py -> build/lib/migrate/versioning/templates/repository/pylons/versions running egg_info writing requirements to sqlalchemy_migrate.egg-info/requires.txt writing sqlalchemy_migrate.egg-info/PKG-INFO writing top-level names to sqlalchemy_migrate.egg-info/top_level.txt writing dependency_links to sqlalchemy_migrate.egg-info/dependency_links.txt writing entry points to sqlalchemy_migrate.egg-info/entry_points.txt reading manifest file 'sqlalchemy_migrate.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files found matching '.hgtags' warning: no previously-included files matching '*' found under directory 'docs/_build' writing manifest file 'sqlalchemy_migrate.egg-info/SOURCES.txt' copying migrate/__init__.py.newdeps -> build/lib/migrate creating build/lib/migrate/tests copying migrate/tests/__init__.py -> build/lib/migrate/tests creating build/lib/migrate/tests/changeset copying migrate/tests/changeset/__init__.py -> build/lib/migrate/tests/changeset copying migrate/tests/changeset/test_changeset.py -> build/lib/migrate/tests/changeset copying migrate/tests/changeset/test_changeset.py.sql0.8 -> build/lib/migrate/tests/changeset copying migrate/tests/changeset/test_constraint.py -> build/lib/migrate/tests/changeset creating build/lib/migrate/tests/fixture copying migrate/tests/fixture/__init__.py -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/base.py -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/database.py -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/models.py -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/pathed.py -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/shell.py -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/shell.py.rename -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/shell.py.test -> build/lib/migrate/tests/fixture copying migrate/tests/fixture/warnings.py -> build/lib/migrate/tests/fixture creating build/lib/migrate/tests/integrated copying migrate/tests/integrated/__init__.py -> build/lib/migrate/tests/integrated copying migrate/tests/integrated/test_docs.py -> build/lib/migrate/tests/integrated creating build/lib/migrate/tests/versioning copying migrate/tests/versioning/__init__.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_api.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_cfgparse.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_database.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_genmodel.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_keyedinstance.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_pathed.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_repository.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_runchangeset.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_schema.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_schemadiff.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_script.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_shell.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_shell.py.py27 -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_shell.py.rename -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_template.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_util.py -> build/lib/migrate/tests/versioning copying migrate/tests/versioning/test_version.py -> build/lib/migrate/tests/versioning copying migrate/versioning/schema.py.sql0.8 -> build/lib/migrate/versioning copying migrate/versioning/version.py.pynew -> build/lib/migrate/versioning creating build/lib/migrate/versioning/templates/manage copying migrate/versioning/templates/manage/default.py_tmpl -> build/lib/migrate/versioning/templates/manage copying migrate/versioning/templates/manage/pylons.py_tmpl -> build/lib/migrate/versioning/templates/manage creating build/lib/migrate/versioning/templates/sql_script copying migrate/versioning/templates/sql_script/default.py_tmpl -> build/lib/migrate/versioning/templates/sql_script copying migrate/versioning/templates/sql_script/pylons.py_tmpl -> build/lib/migrate/versioning/templates/sql_script copying migrate/versioning/templates/script/default.py_tmpl -> build/lib/migrate/versioning/templates/script copying migrate/versioning/templates/script/pylons.py_tmpl -> build/lib/migrate/versioning/templates/script copying migrate/versioning/templates/repository/default/README -> build/lib/migrate/versioning/templates/repository/default copying migrate/versioning/templates/repository/default/migrate.cfg -> build/lib/migrate/versioning/templates/repository/default copying migrate/versioning/templates/repository/pylons/README -> build/lib/migrate/versioning/templates/repository/pylons copying migrate/versioning/templates/repository/pylons/migrate.cfg -> build/lib/migrate/versioning/templates/repository/pylons + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bhe4on + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 + cd sqlalchemy-migrate-0.7.2 + LANG=C + export LANG + unset DISPLAY + /bin/rm -rf /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6 creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate copying build/lib/migrate/exceptions.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate copying build/lib/migrate/__init__.py.newdeps -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/shell.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/models.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/pathed.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/warnings.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/shell.py.rename -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/base.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/database.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/shell.py.test -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture copying build/lib/migrate/tests/fixture/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/integrated copying build/lib/migrate/tests/integrated/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/integrated copying build/lib/migrate/tests/integrated/test_docs.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/integrated creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset copying build/lib/migrate/tests/changeset/test_changeset.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset copying build/lib/migrate/tests/changeset/test_constraint.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset copying build/lib/migrate/tests/changeset/test_changeset.py.sql0.8 -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset copying build/lib/migrate/tests/changeset/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset copying build/lib/migrate/tests/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_database.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_keyedinstance.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_schema.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_pathed.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_api.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_shell.py.py27 -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_script.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_shell.py.rename -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_template.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_schemadiff.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_version.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_genmodel.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_util.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_repository.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_cfgparse.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_shell.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning copying build/lib/migrate/tests/versioning/test_runchangeset.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset copying build/lib/migrate/changeset/schema.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset copying build/lib/migrate/changeset/constraint.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset copying build/lib/migrate/changeset/ansisql.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset copying build/lib/migrate/changeset/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/changeset/databases/postgres.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/changeset/databases/mysql.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/changeset/databases/sqlite.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/changeset/databases/visitor.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/changeset/databases/oracle.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/changeset/databases/firebird.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/changeset/databases/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases copying build/lib/migrate/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/shell.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/genmodel.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/version.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/pathed.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/cfgparse.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/repository.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/schemadiff.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/util copying build/lib/migrate/versioning/util/keyedinstance.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/util copying build/lib/migrate/versioning/util/importpath.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/util copying build/lib/migrate/versioning/util/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/util creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script copying build/lib/migrate/versioning/script/py.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script copying build/lib/migrate/versioning/script/base.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script copying build/lib/migrate/versioning/script/sql.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script copying build/lib/migrate/versioning/script/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script copying build/lib/migrate/versioning/migrate_repository.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/schema.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/config.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/script copying build/lib/migrate/versioning/templates/script/default.py_tmpl -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/script copying build/lib/migrate/versioning/templates/script/pylons.py_tmpl -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/script copying build/lib/migrate/versioning/templates/script/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/script creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/sql_script copying build/lib/migrate/versioning/templates/sql_script/default.py_tmpl -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/sql_script copying build/lib/migrate/versioning/templates/sql_script/pylons.py_tmpl -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/sql_script creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default copying build/lib/migrate/versioning/templates/repository/default/README -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default/versions copying build/lib/migrate/versioning/templates/repository/default/versions/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default/versions copying build/lib/migrate/versioning/templates/repository/default/migrate.cfg -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default copying build/lib/migrate/versioning/templates/repository/default/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons copying build/lib/migrate/versioning/templates/repository/pylons/README -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons/versions copying build/lib/migrate/versioning/templates/repository/pylons/versions/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons/versions copying build/lib/migrate/versioning/templates/repository/pylons/migrate.cfg -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons copying build/lib/migrate/versioning/templates/repository/pylons/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons copying build/lib/migrate/versioning/templates/repository/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository creating /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/manage copying build/lib/migrate/versioning/templates/manage/default.py_tmpl -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/manage copying build/lib/migrate/versioning/templates/manage/pylons.py_tmpl -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/manage copying build/lib/migrate/versioning/templates/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates copying build/lib/migrate/versioning/version.py.pynew -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/schema.py.sql0.8 -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/template.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/api.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning copying build/lib/migrate/versioning/__init__.py -> /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture/pathed.py to pathed.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture/warnings.py to warnings.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/integrated/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/integrated/test_docs.py to test_docs.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset/test_changeset.py to test_changeset.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset/test_constraint.py to test_constraint.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/changeset/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_database.py to test_database.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_keyedinstance.py to test_keyedinstance.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_schema.py to test_schema.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_pathed.py to test_pathed.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_script.py to test_script.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_template.py to test_template.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_schemadiff.py to test_schemadiff.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_genmodel.py to test_genmodel.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_repository.py to test_repository.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_cfgparse.py to test_cfgparse.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/tests/versioning/test_runchangeset.py to test_runchangeset.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/constraint.py to constraint.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/ansisql.py to ansisql.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases/postgres.py to postgres.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases/mysql.py to mysql.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases/sqlite.py to sqlite.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases/visitor.py to visitor.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases/oracle.py to oracle.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases/firebird.py to firebird.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/changeset/databases/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/genmodel.py to genmodel.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/pathed.py to pathed.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/cfgparse.py to cfgparse.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/repository.py to repository.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/schemadiff.py to schemadiff.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/util/keyedinstance.py to keyedinstance.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/util/importpath.py to importpath.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script/py.py to py.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/script/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/migrate_repository.py to migrate_repository.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/script/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/default/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/pylons/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/repository/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/template.py to template.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/migrate/versioning/__init__.py to __init__.pyc running install_egg_info running egg_info writing requirements to sqlalchemy_migrate.egg-info/requires.txt writing sqlalchemy_migrate.egg-info/PKG-INFO writing top-level names to sqlalchemy_migrate.egg-info/top_level.txt writing dependency_links to sqlalchemy_migrate.egg-info/dependency_links.txt writing entry points to sqlalchemy_migrate.egg-info/entry_points.txt reading manifest file 'sqlalchemy_migrate.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files found matching '.hgtags' warning: no previously-included files matching '*' found under directory 'docs/_build' writing manifest file 'sqlalchemy_migrate.egg-info/SOURCES.txt' Copying sqlalchemy_migrate.egg-info to /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6/site-packages/sqlalchemy_migrate-0.7.2-py2.6.egg-info running install_scripts Installing sqlalchemy-migrate-repository script to /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/bin Installing sqlalchemy-migrate script to /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/bin + for bin in sqlalchemy-migrate sqlalchemy-migrate-repository + echo '#!/usr/bin/python' + sed -n 's/^+\([^+]\)/\1/p' /builddir/build/SOURCES/python-migrate-newdeps.patch + cat /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64//usr/bin/sqlalchemy-migrate + mv sqlalchemy-migrate.tmp /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64//usr/bin/sqlalchemy-migrate + chmod a+x /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64//usr/bin/sqlalchemy-migrate + for bin in sqlalchemy-migrate sqlalchemy-migrate-repository + echo '#!/usr/bin/python' + sed -n 's/^+\([^+]\)/\1/p' /builddir/build/SOURCES/python-migrate-newdeps.patch + cat /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64//usr/bin/sqlalchemy-migrate-repository + mv sqlalchemy-migrate-repository.tmp /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64//usr/bin/sqlalchemy-migrate-repository + chmod a+x /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64//usr/bin/sqlalchemy-migrate-repository + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/sqlalchemy-migrate-0.7.2 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile Bytecompiling .py files below /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/lib/python2.6 using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Z0w7yQ + umask 022 + cd /builddir/build/BUILD + cd sqlalchemy-migrate-0.7.2 + unset DISPLAY + PATH=/builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/bin:/bin:/usr/bin + export PATH ++ pwd + PYTHONPATH=/builddir/build/BUILD/sqlalchemy-migrate-0.7.2 + export PYTHONPATH + echo sqlite:///__tmp__ + sed -n 's/^+\([^+]\)/\1/p' + python + cat /usr/bin/nosetests ........................................................................................................................................................... ---------------------------------------------------------------------- Ran 155 tests in 30.213s OK + exit 0 Processing files: python-migrate-0.7.2-8.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VWUBta + umask 022 + cd /builddir/build/BUILD + cd sqlalchemy-migrate-0.7.2 + DOCDIR=/builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/share/doc/python-migrate-0.7.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/share/doc/python-migrate-0.7.2 + /bin/mkdir -p /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/share/doc/python-migrate-0.7.2 + cp -pr README docs/ /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64/usr/share/doc/python-migrate-0.7.2 + exit 0 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/python python(abi) = 2.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 warning: Could not canonicalize hostname: i-000064e0 Wrote: /builddir/build/RPMS/python-migrate-0.7.2-8.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Dpegbt + umask 022 + cd /builddir/build/BUILD + cd sqlalchemy-migrate-0.7.2 + /bin/rm -rf /builddir/build/BUILDROOT/python-migrate-0.7.2-8.el6.x86_64 + exit 0 Child return code was: 0 LEAVE do -->