Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python3-psycopg2.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-9fe4383ac2a31bb0edbe392b8fda862e4b460fd8/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python3-psycopg2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python3-psycopg2-2.7.7-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python3-psycopg2.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-9fe4383ac2a31bb0edbe392b8fda862e4b460fd8/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python3-psycopg2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lMhoCR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf psycopg2-2.7.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/psycopg2-2.7.7.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd psycopg2-2.7.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name '*.py' + xargs sed -i -e '1 {/^#!/d}' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VUWUbd + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.7.7 + 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/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py creating build creating build/lib.linux-armv7l-3.4 creating build/lib.linux-armv7l-3.4/psycopg2 copying lib/pool.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/extensions.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/sql.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/errorcodes.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/_ipaddress.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/tz.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/psycopg1.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/_json.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/__init__.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/_range.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/extras.py -> build/lib.linux-armv7l-3.4/psycopg2 creating build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_dates.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_lobject.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_types_basic.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_bugX000.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_replication.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/dbapi20.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_async_keyword.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_connection.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_cancel.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_module.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_transaction.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_green.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_quote.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/testutils.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_bug_gc.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_copy.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_extras_dictcursor.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_types_extras.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_ipaddress.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/__init__.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_errcodes.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/dbapi20_tpc.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_fast_executemany.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_cursor.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/testconfig.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_sql.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_with.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_notify.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_async.py -> build/lib.linux-armv7l-3.4/psycopg2/tests Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma running build_ext building 'psycopg2._psycopg' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/psycopg gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/psycopgmodule.c -o build/temp.linux-armv7l-3.4/psycopg/psycopgmodule.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/green.c -o build/temp.linux-armv7l-3.4/psycopg/green.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/pqpath.c -o build/temp.linux-armv7l-3.4/psycopg/pqpath.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/utils.c -o build/temp.linux-armv7l-3.4/psycopg/utils.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/bytes_format.c -o build/temp.linux-armv7l-3.4/psycopg/bytes_format.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/libpq_support.c -o build/temp.linux-armv7l-3.4/psycopg/libpq_support.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/win32_support.c -o build/temp.linux-armv7l-3.4/psycopg/win32_support.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/solaris_support.c -o build/temp.linux-armv7l-3.4/psycopg/solaris_support.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_int.c -o build/temp.linux-armv7l-3.4/psycopg/connection_int.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_type.c -o build/temp.linux-armv7l-3.4/psycopg/connection_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_int.c -o build/temp.linux-armv7l-3.4/psycopg/cursor_int.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_type.c -o build/temp.linux-armv7l-3.4/psycopg/cursor_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/replication_connection_type.c -o build/temp.linux-armv7l-3.4/psycopg/replication_connection_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/replication_cursor_type.c -o build/temp.linux-armv7l-3.4/psycopg/replication_cursor_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/replication_message_type.c -o build/temp.linux-armv7l-3.4/psycopg/replication_message_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/diagnostics_type.c -o build/temp.linux-armv7l-3.4/psycopg/diagnostics_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/error_type.c -o build/temp.linux-armv7l-3.4/psycopg/error_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_int.c -o build/temp.linux-armv7l-3.4/psycopg/lobject_int.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_type.c -o build/temp.linux-armv7l-3.4/psycopg/lobject_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/notify_type.c -o build/temp.linux-armv7l-3.4/psycopg/notify_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/xid_type.c -o build/temp.linux-armv7l-3.4/psycopg/xid_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_asis.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_asis.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_binary.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_binary.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_datetime.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_datetime.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_list.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_list.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pboolean.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_pboolean.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pdecimal.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pint.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_pint.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pfloat.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_pfloat.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_qstring.c -o build/temp.linux-armv7l-3.4/psycopg/adapter_qstring.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols.c -o build/temp.linux-armv7l-3.4/psycopg/microprotocols.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols_proto.c -o build/temp.linux-armv7l-3.4/psycopg/microprotocols_proto.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.4m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/typecast.c -o build/temp.linux-armv7l-3.4/psycopg/typecast.o -Wdeclaration-after-statement gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-armv7l-3.4/psycopg/psycopgmodule.o build/temp.linux-armv7l-3.4/psycopg/green.o build/temp.linux-armv7l-3.4/psycopg/pqpath.o build/temp.linux-armv7l-3.4/psycopg/utils.o build/temp.linux-armv7l-3.4/psycopg/bytes_format.o build/temp.linux-armv7l-3.4/psycopg/libpq_support.o build/temp.linux-armv7l-3.4/psycopg/win32_support.o build/temp.linux-armv7l-3.4/psycopg/solaris_support.o build/temp.linux-armv7l-3.4/psycopg/connection_int.o build/temp.linux-armv7l-3.4/psycopg/connection_type.o build/temp.linux-armv7l-3.4/psycopg/cursor_int.o build/temp.linux-armv7l-3.4/psycopg/cursor_type.o build/temp.linux-armv7l-3.4/psycopg/replication_connection_type.o build/temp.linux-armv7l-3.4/psycopg/replication_cursor_type.o build/temp.linux-armv7l-3.4/psycopg/replication_message_type.o build/temp.linux-armv7l-3.4/psycopg/diagnostics_type.o build/temp.linux-armv7l-3.4/psycopg/error_type.o build/temp.linux-armv7l-3.4/psycopg/lobject_int.o build/temp.linux-armv7l-3.4/psycopg/lobject_type.o build/temp.linux-armv7l-3.4/psycopg/notify_type.o build/temp.linux-armv7l-3.4/psycopg/xid_type.o build/temp.linux-armv7l-3.4/psycopg/adapter_asis.o build/temp.linux-armv7l-3.4/psycopg/adapter_binary.o build/temp.linux-armv7l-3.4/psycopg/adapter_datetime.o build/temp.linux-armv7l-3.4/psycopg/adapter_list.o build/temp.linux-armv7l-3.4/psycopg/adapter_pboolean.o build/temp.linux-armv7l-3.4/psycopg/adapter_pdecimal.o build/temp.linux-armv7l-3.4/psycopg/adapter_pint.o build/temp.linux-armv7l-3.4/psycopg/adapter_pfloat.o build/temp.linux-armv7l-3.4/psycopg/adapter_qstring.o build/temp.linux-armv7l-3.4/psycopg/microprotocols.o build/temp.linux-armv7l-3.4/psycopg/microprotocols_proto.o build/temp.linux-armv7l-3.4/psycopg/typecast.o -L/usr/lib -L/usr/lib -lpython3.4m -lpq -o build/lib.linux-armv7l-3.4/psycopg2/_psycopg.cpython-34m.so + 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' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' running build running build_py creating build/lib.linux-armv7l-3.6 creating build/lib.linux-armv7l-3.6/psycopg2 copying lib/pool.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/extensions.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/sql.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/errorcodes.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/_ipaddress.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/tz.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/psycopg1.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/_json.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/__init__.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/_range.py -> build/lib.linux-armv7l-3.6/psycopg2 copying lib/extras.py -> build/lib.linux-armv7l-3.6/psycopg2 creating build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_dates.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_lobject.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_types_basic.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_bugX000.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_replication.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/dbapi20.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_async_keyword.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_connection.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_cancel.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_module.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_transaction.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_green.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_quote.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/testutils.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_bug_gc.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_copy.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_extras_dictcursor.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_types_extras.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_ipaddress.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/__init__.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_errcodes.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/dbapi20_tpc.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_fast_executemany.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_cursor.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/testconfig.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_sql.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_with.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_notify.py -> build/lib.linux-armv7l-3.6/psycopg2/tests copying tests/test_async.py -> build/lib.linux-armv7l-3.6/psycopg2/tests Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma running build_ext building 'psycopg2._psycopg' extension creating build/temp.linux-armv7l-3.6 creating build/temp.linux-armv7l-3.6/psycopg gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/psycopgmodule.c -o build/temp.linux-armv7l-3.6/psycopg/psycopgmodule.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/green.c -o build/temp.linux-armv7l-3.6/psycopg/green.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/pqpath.c -o build/temp.linux-armv7l-3.6/psycopg/pqpath.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/utils.c -o build/temp.linux-armv7l-3.6/psycopg/utils.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/bytes_format.c -o build/temp.linux-armv7l-3.6/psycopg/bytes_format.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/libpq_support.c -o build/temp.linux-armv7l-3.6/psycopg/libpq_support.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/win32_support.c -o build/temp.linux-armv7l-3.6/psycopg/win32_support.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/solaris_support.c -o build/temp.linux-armv7l-3.6/psycopg/solaris_support.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_int.c -o build/temp.linux-armv7l-3.6/psycopg/connection_int.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_type.c -o build/temp.linux-armv7l-3.6/psycopg/connection_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_int.c -o build/temp.linux-armv7l-3.6/psycopg/cursor_int.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_type.c -o build/temp.linux-armv7l-3.6/psycopg/cursor_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/replication_connection_type.c -o build/temp.linux-armv7l-3.6/psycopg/replication_connection_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/replication_cursor_type.c -o build/temp.linux-armv7l-3.6/psycopg/replication_cursor_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/replication_message_type.c -o build/temp.linux-armv7l-3.6/psycopg/replication_message_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/diagnostics_type.c -o build/temp.linux-armv7l-3.6/psycopg/diagnostics_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/error_type.c -o build/temp.linux-armv7l-3.6/psycopg/error_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_int.c -o build/temp.linux-armv7l-3.6/psycopg/lobject_int.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_type.c -o build/temp.linux-armv7l-3.6/psycopg/lobject_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/notify_type.c -o build/temp.linux-armv7l-3.6/psycopg/notify_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/xid_type.c -o build/temp.linux-armv7l-3.6/psycopg/xid_type.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_asis.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_asis.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_binary.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_binary.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_datetime.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_datetime.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_list.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_list.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pboolean.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_pboolean.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pdecimal.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pint.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_pint.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pfloat.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_pfloat.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_qstring.c -o build/temp.linux-armv7l-3.6/psycopg/adapter_qstring.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols.c -o build/temp.linux-armv7l-3.6/psycopg/microprotocols.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols_proto.c -o build/temp.linux-armv7l-3.6/psycopg/microprotocols_proto.o -Wdeclaration-after-statement gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION=2.7.7 (dt dec pq3 ext) -DPG_VERSION_NUM=90224 -I/usr/include/python3.6m -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/typecast.c -o build/temp.linux-armv7l-3.6/psycopg/typecast.o -Wdeclaration-after-statement gcc -pthread -shared -Wl,-z,relro -g -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 build/temp.linux-armv7l-3.6/psycopg/psycopgmodule.o build/temp.linux-armv7l-3.6/psycopg/green.o build/temp.linux-armv7l-3.6/psycopg/pqpath.o build/temp.linux-armv7l-3.6/psycopg/utils.o build/temp.linux-armv7l-3.6/psycopg/bytes_format.o build/temp.linux-armv7l-3.6/psycopg/libpq_support.o build/temp.linux-armv7l-3.6/psycopg/win32_support.o build/temp.linux-armv7l-3.6/psycopg/solaris_support.o build/temp.linux-armv7l-3.6/psycopg/connection_int.o build/temp.linux-armv7l-3.6/psycopg/connection_type.o build/temp.linux-armv7l-3.6/psycopg/cursor_int.o build/temp.linux-armv7l-3.6/psycopg/cursor_type.o build/temp.linux-armv7l-3.6/psycopg/replication_connection_type.o build/temp.linux-armv7l-3.6/psycopg/replication_cursor_type.o build/temp.linux-armv7l-3.6/psycopg/replication_message_type.o build/temp.linux-armv7l-3.6/psycopg/diagnostics_type.o build/temp.linux-armv7l-3.6/psycopg/error_type.o build/temp.linux-armv7l-3.6/psycopg/lobject_int.o build/temp.linux-armv7l-3.6/psycopg/lobject_type.o build/temp.linux-armv7l-3.6/psycopg/notify_type.o build/temp.linux-armv7l-3.6/psycopg/xid_type.o build/temp.linux-armv7l-3.6/psycopg/adapter_asis.o build/temp.linux-armv7l-3.6/psycopg/adapter_binary.o build/temp.linux-armv7l-3.6/psycopg/adapter_datetime.o build/temp.linux-armv7l-3.6/psycopg/adapter_list.o build/temp.linux-armv7l-3.6/psycopg/adapter_pboolean.o build/temp.linux-armv7l-3.6/psycopg/adapter_pdecimal.o build/temp.linux-armv7l-3.6/psycopg/adapter_pint.o build/temp.linux-armv7l-3.6/psycopg/adapter_pfloat.o build/temp.linux-armv7l-3.6/psycopg/adapter_qstring.o build/temp.linux-armv7l-3.6/psycopg/microprotocols.o build/temp.linux-armv7l-3.6/psycopg/microprotocols_proto.o build/temp.linux-armv7l-3.6/psycopg/typecast.o -L/usr/lib -L/usr/lib -lpython3.6m -lpq -o build/lib.linux-armv7l-3.6/psycopg2/_psycopg.cpython-36m-arm-linux-gnueabi.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eP8PUg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm ++ dirname /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm + cd psycopg2-2.7.7 + 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/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/pool.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/extensions.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/sql.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/_psycopg.cpython-34m.so -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/errorcodes.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/_ipaddress.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/tz.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/psycopg1.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/_json.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/__init__.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/_range.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/extras.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2 creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_dates.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_lobject.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_types_basic.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_bugX000.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_replication.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/dbapi20.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_async_keyword.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_connection.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_cancel.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_module.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_transaction.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_green.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_quote.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/testutils.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_bug_gc.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_copy.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_extras_dictcursor.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_types_extras.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_ipaddress.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_psycopg2_dbapi20.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/__init__.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_errcodes.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/dbapi20_tpc.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_fast_executemany.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_cursor.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/testconfig.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_sql.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_with.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_notify.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_async.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/pool.py to pool.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/extensions.py to extensions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/sql.py to sql.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/errorcodes.py to errorcodes.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/_ipaddress.py to _ipaddress.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tz.py to tz.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/psycopg1.py to psycopg1.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/_json.py to _json.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/_range.py to _range.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/extras.py to extras.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_dates.py to test_dates.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_lobject.py to test_lobject.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_types_basic.py to test_types_basic.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_bugX000.py to test_bugX000.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_replication.py to test_replication.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/dbapi20.py to dbapi20.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_async_keyword.py to test_async_keyword.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_connection.py to test_connection.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_cancel.py to test_cancel.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_module.py to test_module.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_transaction.py to test_transaction.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_green.py to test_green.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_quote.py to test_quote.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/testutils.py to testutils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_bug_gc.py to test_bug_gc.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_copy.py to test_copy.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_extras_dictcursor.py to test_extras_dictcursor.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_types_extras.py to test_types_extras.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_ipaddress.py to test_ipaddress.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_psycopg2_dbapi20.py to test_psycopg2_dbapi20.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_errcodes.py to test_errcodes.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/dbapi20_tpc.py to dbapi20_tpc.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_fast_executemany.py to test_fast_executemany.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_cursor.py to test_cursor.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/testconfig.py to testconfig.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_sql.py to test_sql.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_with.py to test_with.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_notify.py to test_notify.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/tests/test_async.py to test_async.cpython-34.pyc writing byte-compilation script '/tmp/tmpsgxlab6y.py' /usr/bin/python3.4 -O /tmp/tmpsgxlab6y.py removing /tmp/tmpsgxlab6y.py running install_egg_info running egg_info writing top-level names to psycopg2.egg-info/top_level.txt writing psycopg2.egg-info/PKG-INFO writing dependency_links to psycopg2.egg-info/dependency_links.txt reading manifest file 'psycopg2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'psycopg2.egg-info/SOURCES.txt' Copying psycopg2.egg-info to /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2-2.7.7-py3.4.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' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/pool.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/extensions.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/sql.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/errorcodes.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/_ipaddress.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/tz.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/psycopg1.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/_json.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/__init__.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/_psycopg.cpython-36m-arm-linux-gnueabi.so -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/_range.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 copying build/lib.linux-armv7l-3.6/psycopg2/extras.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2 creating /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_dates.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_lobject.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_types_basic.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_bugX000.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_replication.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/dbapi20.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_async_keyword.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_connection.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_cancel.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_module.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_transaction.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_green.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_quote.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/testutils.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_bug_gc.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_copy.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_extras_dictcursor.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_types_extras.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_ipaddress.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_psycopg2_dbapi20.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/__init__.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_errcodes.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/dbapi20_tpc.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_fast_executemany.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_cursor.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/testconfig.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_sql.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_with.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_notify.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.6/psycopg2/tests/test_async.py -> /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/pool.py to pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/extensions.py to extensions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/sql.py to sql.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/errorcodes.py to errorcodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/_ipaddress.py to _ipaddress.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tz.py to tz.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/psycopg1.py to psycopg1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/_json.py to _json.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/_range.py to _range.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/extras.py to extras.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_dates.py to test_dates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_lobject.py to test_lobject.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_types_basic.py to test_types_basic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_bugX000.py to test_bugX000.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_replication.py to test_replication.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/dbapi20.py to dbapi20.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_async_keyword.py to test_async_keyword.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_connection.py to test_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_cancel.py to test_cancel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_module.py to test_module.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_transaction.py to test_transaction.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_green.py to test_green.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_quote.py to test_quote.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/testutils.py to testutils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_bug_gc.py to test_bug_gc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_copy.py to test_copy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_extras_dictcursor.py to test_extras_dictcursor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_types_extras.py to test_types_extras.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_ipaddress.py to test_ipaddress.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_psycopg2_dbapi20.py to test_psycopg2_dbapi20.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_errcodes.py to test_errcodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/dbapi20_tpc.py to dbapi20_tpc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_fast_executemany.py to test_fast_executemany.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_cursor.py to test_cursor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/testconfig.py to testconfig.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_sql.py to test_sql.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_with.py to test_with.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_notify.py to test_notify.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/tests/test_async.py to test_async.cpython-36.pyc writing byte-compilation script '/tmp/tmp4rr1s0l6.py' /usr/bin/python3.6 /tmp/tmp4rr1s0l6.py removing /tmp/tmp4rr1s0l6.py running install_egg_info running egg_info writing psycopg2.egg-info/PKG-INFO writing dependency_links to psycopg2.egg-info/dependency_links.txt writing top-level names to psycopg2.egg-info/top_level.txt reading manifest file 'psycopg2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'psycopg2.egg-info/SOURCES.txt' Copying psycopg2.egg-info to /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2-2.7.7-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/psycopg2-2.7.7 extracting debug info from /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.4/site-packages/psycopg2/_psycopg.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/lib/python3.6/site-packages/psycopg2/_psycopg.cpython-36m-arm-linux-gnueabi.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 1123 blocks + /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 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python34-psycopg2-2.7.7-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Y96pDz + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.7.7 + DOCDIR=/builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python34-psycopg2-2.7.7 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python34-psycopg2-2.7.7 + cp -pr AUTHORS /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python34-psycopg2-2.7.7 + cp -pr NEWS /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python34-psycopg2-2.7.7 + cp -pr README.rst /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python34-psycopg2-2.7.7 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UIzD3V + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.7.7 + LICENSEDIR=/builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/licenses/python34-psycopg2-2.7.7 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/licenses/python34-psycopg2-2.7.7 + cp -pr LICENSE /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/licenses/python34-psycopg2-2.7.7 + exit 0 Provides: python34-psycopg2 = 2.7.7-1.el7 python34-psycopg2(armv7hl-32) = 2.7.7-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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpq.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython3.4m.so.1.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python34-psycopg2-tests-2.7.7-1.el7.armv7hl Provides: python34-psycopg2-tests = 2.7.7-1.el7 python34-psycopg2-tests(armv7hl-32) = 2.7.7-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) = 3.4 Processing files: python36-psycopg2-2.7.7-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7lketf + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.7.7 + DOCDIR=/builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python36-psycopg2-2.7.7 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python36-psycopg2-2.7.7 + cp -pr AUTHORS /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python36-psycopg2-2.7.7 + cp -pr NEWS /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python36-psycopg2-2.7.7 + cp -pr README.rst /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/doc/python36-psycopg2-2.7.7 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IDP52D + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.7.7 + LICENSEDIR=/builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/licenses/python36-psycopg2-2.7.7 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/licenses/python36-psycopg2-2.7.7 + cp -pr LICENSE /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm/usr/share/licenses/python36-psycopg2-2.7.7 + exit 0 Provides: python36-psycopg2 = 2.7.7-1.el7 python36-psycopg2(armv7hl-32) = 2.7.7-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpq.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython3.6m.so.1.0 python(abi) = 3.6 rtld(GNU_HASH) Processing files: python36-psycopg2-tests-2.7.7-1.el7.armv7hl Provides: python36-psycopg2-tests = 2.7.7-1.el7 python36-psycopg2-tests(armv7hl-32) = 2.7.7-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 Processing files: python3-psycopg2-debuginfo-2.7.7-1.el7.armv7hl Provides: python3-psycopg2-debuginfo = 2.7.7-1.el7 python3-psycopg2-debuginfo(armv7hl-32) = 2.7.7-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm Wrote: /builddir/build/RPMS/python34-psycopg2-2.7.7-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python34-psycopg2-tests-2.7.7-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python36-psycopg2-2.7.7-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python36-psycopg2-tests-2.7.7-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python3-psycopg2-debuginfo-2.7.7-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DBCXBQ + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.7.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python3-psycopg2-2.7.7-1.el7.arm + exit 0 Child return code was: 0