Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/vertica-python.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-37cbced01141155435cef801b561368839d8eba1/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/vertica-python.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/vertica-python-0.10.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/vertica-python.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-37cbced01141155435cef801b561368839d8eba1/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/vertica-python.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yaP3qx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vertica-python-0.10.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/0.10.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd vertica-python-0.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ALseB1 + umask 022 + cd /builddir/build/BUILD + cd vertica-python-0.10.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/vertica_python copying vertica_python/compat.py -> build/lib/vertica_python copying vertica_python/datatypes.py -> build/lib/vertica_python copying vertica_python/errors.py -> build/lib/vertica_python copying vertica_python/__init__.py -> build/lib/vertica_python creating build/lib/vertica_python/vertica copying vertica_python/vertica/connection.py -> build/lib/vertica_python/vertica copying vertica_python/vertica/log.py -> build/lib/vertica_python/vertica copying vertica_python/vertica/cursor.py -> build/lib/vertica_python/vertica copying vertica_python/vertica/column.py -> build/lib/vertica_python/vertica copying vertica_python/vertica/__init__.py -> build/lib/vertica_python/vertica creating build/lib/vertica_python/tests copying vertica_python/tests/__init__.py -> build/lib/vertica_python/tests creating build/lib/vertica_python/vertica/mixins copying vertica_python/vertica/mixins/notice_response_attr.py -> build/lib/vertica_python/vertica/mixins copying vertica_python/vertica/mixins/__init__.py -> build/lib/vertica_python/vertica/mixins creating build/lib/vertica_python/vertica/messages copying vertica_python/vertica/messages/__init__.py -> build/lib/vertica_python/vertica/messages copying vertica_python/vertica/messages/message.py -> build/lib/vertica_python/vertica/messages creating build/lib/vertica_python/tests/common copying vertica_python/tests/common/base.py -> build/lib/vertica_python/tests/common copying vertica_python/tests/common/__init__.py -> build/lib/vertica_python/tests/common copying vertica_python/tests/common/conftest.py -> build/lib/vertica_python/tests/common creating build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_dates.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_authentication.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_errors.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_connection.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_cancel.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_datatypes.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/base.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_timezones.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_unicode.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/__init__.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_cursor.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_loadbalance.py -> build/lib/vertica_python/tests/integration_tests copying vertica_python/tests/integration_tests/test_column.py -> build/lib/vertica_python/tests/integration_tests creating build/lib/vertica_python/tests/unit_tests copying vertica_python/tests/unit_tests/test_timestamps.py -> build/lib/vertica_python/tests/unit_tests copying vertica_python/tests/unit_tests/base.py -> build/lib/vertica_python/tests/unit_tests copying vertica_python/tests/unit_tests/test_notice.py -> build/lib/vertica_python/tests/unit_tests copying vertica_python/tests/unit_tests/test_parsedsn.py -> build/lib/vertica_python/tests/unit_tests copying vertica_python/tests/unit_tests/__init__.py -> build/lib/vertica_python/tests/unit_tests creating build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/parse_complete.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/bind_complete.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/command_description.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/close_complete.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/parameter_status.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/ready_for_query.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/portal_suspended.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/command_complete.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/notice_response.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/backend_key_data.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/data_row.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/row_description.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/load_balance_response.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/authentication.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/no_data.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/__init__.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/parameter_description.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/error_response.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/copy_in_response.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/empty_query_response.py -> build/lib/vertica_python/vertica/messages/backend_messages copying vertica_python/vertica/messages/backend_messages/unknown.py -> build/lib/vertica_python/vertica/messages/backend_messages creating build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/startup.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/parse.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/bind.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/password.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/sync.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/close.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/crypt_windows.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/cancel_request.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/copy_stream.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/execute.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/query.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/copy_done.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/__init__.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/terminate.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/describe.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/ssl_request.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/flush.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/copy_fail.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/copy_data.py -> build/lib/vertica_python/vertica/messages/frontend_messages copying vertica_python/vertica/messages/frontend_messages/load_balance_request.py -> build/lib/vertica_python/vertica/messages/frontend_messages + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bhSPhR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch + cd vertica-python-0.10.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python copying build/lib/vertica_python/compat.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python copying build/lib/vertica_python/datatypes.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/connection.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/log.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/cursor.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/column.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/mixins copying build/lib/vertica_python/vertica/mixins/notice_response_attr.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/mixins copying build/lib/vertica_python/vertica/mixins/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/mixins creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/parse_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/bind_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/command_description.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/close_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/parameter_status.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/ready_for_query.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/portal_suspended.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/command_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/notice_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/backend_key_data.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/data_row.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/row_description.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/load_balance_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/authentication.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/no_data.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/parameter_description.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/error_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/copy_in_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/empty_query_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/unknown.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages copying build/lib/vertica_python/vertica/messages/message.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/startup.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/parse.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/bind.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/password.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/sync.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/close.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/crypt_windows.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/cancel_request.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_stream.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/execute.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/query.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_done.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/terminate.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/describe.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/ssl_request.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/flush.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_fail.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_data.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/load_balance_request.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica copying build/lib/vertica_python/errors.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python copying build/lib/vertica_python/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/common copying build/lib/vertica_python/tests/common/base.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/common copying build/lib/vertica_python/tests/common/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/common copying build/lib/vertica_python/tests/common/conftest.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/common creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_dates.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_authentication.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_errors.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_connection.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_cancel.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_datatypes.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/base.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_timezones.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_unicode.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_cursor.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_loadbalance.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_column.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/test_timestamps.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/base.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/test_notice.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/test_parsedsn.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/datatypes.py to datatypes.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/cursor.py to cursor.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/column.py to column.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/mixins/notice_response_attr.py to notice_response_attr.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/mixins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/parse_complete.py to parse_complete.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/bind_complete.py to bind_complete.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/command_description.py to command_description.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/close_complete.py to close_complete.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/parameter_status.py to parameter_status.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/ready_for_query.py to ready_for_query.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/portal_suspended.py to portal_suspended.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/command_complete.py to command_complete.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/notice_response.py to notice_response.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/backend_key_data.py to backend_key_data.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/data_row.py to data_row.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/row_description.py to row_description.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/load_balance_response.py to load_balance_response.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/authentication.py to authentication.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/no_data.py to no_data.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/parameter_description.py to parameter_description.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/error_response.py to error_response.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/copy_in_response.py to copy_in_response.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/empty_query_response.py to empty_query_response.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/backend_messages/unknown.py to unknown.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/startup.py to startup.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/parse.py to parse.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/bind.py to bind.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/close.py to close.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/crypt_windows.py to crypt_windows.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/cancel_request.py to cancel_request.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/copy_stream.py to copy_stream.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/execute.py to execute.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/query.py to query.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/copy_done.py to copy_done.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/terminate.py to terminate.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/describe.py to describe.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/ssl_request.py to ssl_request.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/flush.py to flush.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/copy_fail.py to copy_fail.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/copy_data.py to copy_data.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/messages/frontend_messages/load_balance_request.py to load_balance_request.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/vertica/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/common/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/common/conftest.py to conftest.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_dates.py to test_dates.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_authentication.py to test_authentication.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_errors.py to test_errors.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_cancel.py to test_cancel.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_datatypes.py to test_datatypes.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_timezones.py to test_timezones.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_unicode.py to test_unicode.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_cursor.py to test_cursor.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_loadbalance.py to test_loadbalance.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/integration_tests/test_column.py to test_column.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests/test_timestamps.py to test_timestamps.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests/test_notice.py to test_notice.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests/test_parsedsn.py to test_parsedsn.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/unit_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python/tests/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmp7bdYHF.py' /usr/bin/python2 -O /tmp/tmp7bdYHF.py removing /tmp/tmp7bdYHF.py running install_egg_info running egg_info creating vertica_python.egg-info writing requirements to vertica_python.egg-info/requires.txt writing vertica_python.egg-info/PKG-INFO writing top-level names to vertica_python.egg-info/top_level.txt writing dependency_links to vertica_python.egg-info/dependency_links.txt writing manifest file 'vertica_python.egg-info/SOURCES.txt' reading manifest file 'vertica_python.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' warning: no previously-included files matching '*.pyc' found under directory 'vertica_python' writing manifest file 'vertica_python.egg-info/SOURCES.txt' Copying vertica_python.egg-info to /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7/site-packages/vertica_python-0.10.0-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python copying build/lib/vertica_python/compat.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python copying build/lib/vertica_python/datatypes.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/connection.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/log.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/cursor.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica copying build/lib/vertica_python/vertica/column.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/mixins copying build/lib/vertica_python/vertica/mixins/notice_response_attr.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/mixins copying build/lib/vertica_python/vertica/mixins/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/mixins creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/parse_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/bind_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/command_description.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/close_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/parameter_status.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/ready_for_query.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/portal_suspended.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/command_complete.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/notice_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/backend_key_data.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/data_row.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/row_description.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/load_balance_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/authentication.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/no_data.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/parameter_description.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/error_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/copy_in_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/empty_query_response.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/backend_messages/unknown.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages copying build/lib/vertica_python/vertica/messages/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages copying build/lib/vertica_python/vertica/messages/message.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/startup.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/parse.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/bind.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/password.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/sync.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/close.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/crypt_windows.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/cancel_request.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_stream.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/execute.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/query.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_done.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/terminate.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/describe.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/ssl_request.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/flush.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_fail.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/copy_data.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/messages/frontend_messages/load_balance_request.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages copying build/lib/vertica_python/vertica/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica copying build/lib/vertica_python/errors.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python copying build/lib/vertica_python/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/common copying build/lib/vertica_python/tests/common/base.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/common copying build/lib/vertica_python/tests/common/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/common copying build/lib/vertica_python/tests/common/conftest.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/common creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_dates.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_authentication.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_errors.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_connection.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_cancel.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_datatypes.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/base.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_timezones.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_unicode.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_cursor.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_loadbalance.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests copying build/lib/vertica_python/tests/integration_tests/test_column.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests creating /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/test_timestamps.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/base.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/test_notice.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/test_parsedsn.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/unit_tests/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests copying build/lib/vertica_python/tests/__init__.py -> /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/datatypes.py to datatypes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/log.py to log.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/cursor.py to cursor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/column.py to column.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/mixins/notice_response_attr.py to notice_response_attr.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/mixins/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/parse_complete.py to parse_complete.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/bind_complete.py to bind_complete.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/command_description.py to command_description.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/close_complete.py to close_complete.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/parameter_status.py to parameter_status.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/ready_for_query.py to ready_for_query.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/portal_suspended.py to portal_suspended.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/command_complete.py to command_complete.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/notice_response.py to notice_response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/backend_key_data.py to backend_key_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/data_row.py to data_row.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/row_description.py to row_description.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/load_balance_response.py to load_balance_response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/authentication.py to authentication.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/no_data.py to no_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/parameter_description.py to parameter_description.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/error_response.py to error_response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/copy_in_response.py to copy_in_response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/empty_query_response.py to empty_query_response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/backend_messages/unknown.py to unknown.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/message.py to message.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/startup.py to startup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/parse.py to parse.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/bind.py to bind.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/password.py to password.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/sync.py to sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/close.py to close.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/crypt_windows.py to crypt_windows.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/cancel_request.py to cancel_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/copy_stream.py to copy_stream.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/execute.py to execute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/query.py to query.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/copy_done.py to copy_done.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/terminate.py to terminate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/describe.py to describe.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/ssl_request.py to ssl_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/flush.py to flush.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/copy_fail.py to copy_fail.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/copy_data.py to copy_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/messages/frontend_messages/load_balance_request.py to load_balance_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/vertica/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/common/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/common/conftest.py to conftest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_dates.py to test_dates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_authentication.py to test_authentication.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_errors.py to test_errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_connection.py to test_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_cancel.py to test_cancel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_datatypes.py to test_datatypes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_timezones.py to test_timezones.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_unicode.py to test_unicode.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_cursor.py to test_cursor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_loadbalance.py to test_loadbalance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/integration_tests/test_column.py to test_column.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests/test_timestamps.py to test_timestamps.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests/test_notice.py to test_notice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests/test_parsedsn.py to test_parsedsn.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/unit_tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python/tests/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpwj_q5b6t.py' /usr/bin/python3 /tmp/tmpwj_q5b6t.py removing /tmp/tmpwj_q5b6t.py running install_egg_info running egg_info writing vertica_python.egg-info/PKG-INFO writing dependency_links to vertica_python.egg-info/dependency_links.txt writing requirements to vertica_python.egg-info/requires.txt writing top-level names to vertica_python.egg-info/top_level.txt reading manifest file 'vertica_python.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' warning: no previously-included files matching '*.pyc' found under directory 'vertica_python' writing manifest file 'vertica_python.egg-info/SOURCES.txt' Copying vertica_python.egg-info to /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6/site-packages/vertica_python-0.10.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/vertica-python-0.10.0 /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/vertica-python-0.10.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-vertica-0.10.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vesqwI + umask 022 + cd /builddir/build/BUILD + cd vertica-python-0.10.0 + DOCDIR=/builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/doc/python2-vertica-0.10.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/doc/python2-vertica-0.10.0 + cp -pr README.md /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/doc/python2-vertica-0.10.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RWHyBC + umask 022 + cd /builddir/build/BUILD + cd vertica-python-0.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/licenses/python2-vertica-0.10.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/licenses/python2-vertica-0.10.0 + cp -pr LICENSE /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/licenses/python2-vertica-0.10.0 + exit 0 Provides: python-vertica = 0.10.0-1.el7 python2-vertica = 0.10.0-1.el7 vertica-python = 0.10.0-1.el7 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: python(abi) = 2.7 Obsoletes: python-vertica < 0.10.0-1.el7 vertica-python < 0.10.0-1.el7 Processing files: python36-vertica-0.10.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.F9hdhE + umask 022 + cd /builddir/build/BUILD + cd vertica-python-0.10.0 + DOCDIR=/builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/doc/python36-vertica-0.10.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/doc/python36-vertica-0.10.0 + cp -pr README.md /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/doc/python36-vertica-0.10.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.99KQTL + umask 022 + cd /builddir/build/BUILD + cd vertica-python-0.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/licenses/python36-vertica-0.10.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/licenses/python36-vertica-0.10.0 + cp -pr LICENSE /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch/usr/share/licenses/python36-vertica-0.10.0 + exit 0 Provides: python3-vertica = 0.10.0-1.el7 python3.6dist(vertica-python) = 0.10.0 python36-vertica = 0.10.0-1.el7 vertica-python36 = 0.10.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Obsoletes: vertica-python36 < 0.10.0-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-vertica-0.10.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python36-vertica-0.10.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.F9ycCj + umask 022 + cd /builddir/build/BUILD + cd vertica-python-0.10.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/vertica-python-0.10.0-1.el7.noarch + exit 0 Child return code was: 0