Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-psycopg2.spec'], timeout=0env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}user='mockbuild'uid=1000printOutput=Falselogger=shell=Falsegid=135chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-psycopg2.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False sh: python: command not found error: Macro %pyver has empty body sh: python3: command not found error: Macro %py3ver has empty body sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: bogus date in %changelog: Mon Jul 15 2015 Jozef Mlich 2.6.1-1 warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/python-psycopg2-2.6.1-1bs01fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-psycopg2.spec '], timeout=0env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}user='mockbuild'uid=1000printOutput=Falselogger=shell=Falseprivate_network=Truegid=135chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-psycopg2.spec '] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False warning: Macro %pyver defined but not used within scope warning: Macro %py3ver defined but not used within scope warning: bogus date in %changelog: Mon Jul 15 2015 Jozef Mlich 2.6.1-1 Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fC1T3s + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf psycopg2-2.6.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/psycopg2-2.6.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd psycopg2-2.6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2o0XLR + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.6.1 + for python in python python-debug python3 python3-debug + python setup.py build running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/psycopg2 copying lib/tz.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/__init__.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/_json.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/errorcodes.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/pool.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/extensions.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/psycopg1.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/_range.py -> build/lib.linux-armv7l-2.7/psycopg2 copying lib/extras.py -> build/lib.linux-armv7l-2.7/psycopg2 creating build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_quote.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_extras_dictcursor.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_transaction.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_dates.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/dbapi20.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_lobject.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_notify.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/testutils.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_with.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/__init__.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_bug_gc.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_connection.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_types_basic.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_module.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_copy.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_bugX000.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_async.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_cursor.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_green.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/testconfig.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_cancel.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/test_types_extras.py -> build/lib.linux-armv7l-2.7/psycopg2/tests copying tests/dbapi20_tpc.py -> build/lib.linux-armv7l-2.7/psycopg2/tests running build_ext building 'psycopg2._psycopg' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/psycopg gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/psycopgmodule.c -o build/temp.linux-armv7l-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/green.c -o build/temp.linux-armv7l-2.7/psycopg/green.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/pqpath.c -o build/temp.linux-armv7l-2.7/psycopg/pqpath.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/utils.c -o build/temp.linux-armv7l-2.7/psycopg/utils.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/bytes_format.c -o build/temp.linux-armv7l-2.7/psycopg/bytes_format.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_int.c -o build/temp.linux-armv7l-2.7/psycopg/connection_int.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_type.c -o build/temp.linux-armv7l-2.7/psycopg/connection_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_int.c -o build/temp.linux-armv7l-2.7/psycopg/cursor_int.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_type.c -o build/temp.linux-armv7l-2.7/psycopg/cursor_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/diagnostics_type.c -o build/temp.linux-armv7l-2.7/psycopg/diagnostics_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/error_type.c -o build/temp.linux-armv7l-2.7/psycopg/error_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_int.c -o build/temp.linux-armv7l-2.7/psycopg/lobject_int.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_type.c -o build/temp.linux-armv7l-2.7/psycopg/lobject_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/notify_type.c -o build/temp.linux-armv7l-2.7/psycopg/notify_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/xid_type.c -o build/temp.linux-armv7l-2.7/psycopg/xid_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_asis.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_asis.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_binary.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_binary.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_datetime.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_datetime.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_list.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_list.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pboolean.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_pboolean.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pdecimal.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pint.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_pint.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pfloat.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_pfloat.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_qstring.c -o build/temp.linux-armv7l-2.7/psycopg/adapter_qstring.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols.c -o build/temp.linux-armv7l-2.7/psycopg/microprotocols.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols_proto.c -o build/temp.linux-armv7l-2.7/psycopg/microprotocols_proto.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7 -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/typecast.c -o build/temp.linux-armv7l-2.7/psycopg/typecast.o -Wdeclaration-after-statement gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/psycopg/psycopgmodule.o build/temp.linux-armv7l-2.7/psycopg/green.o build/temp.linux-armv7l-2.7/psycopg/pqpath.o build/temp.linux-armv7l-2.7/psycopg/utils.o build/temp.linux-armv7l-2.7/psycopg/bytes_format.o build/temp.linux-armv7l-2.7/psycopg/connection_int.o build/temp.linux-armv7l-2.7/psycopg/connection_type.o build/temp.linux-armv7l-2.7/psycopg/cursor_int.o build/temp.linux-armv7l-2.7/psycopg/cursor_type.o build/temp.linux-armv7l-2.7/psycopg/diagnostics_type.o build/temp.linux-armv7l-2.7/psycopg/error_type.o build/temp.linux-armv7l-2.7/psycopg/lobject_int.o build/temp.linux-armv7l-2.7/psycopg/lobject_type.o build/temp.linux-armv7l-2.7/psycopg/notify_type.o build/temp.linux-armv7l-2.7/psycopg/xid_type.o build/temp.linux-armv7l-2.7/psycopg/adapter_asis.o build/temp.linux-armv7l-2.7/psycopg/adapter_binary.o build/temp.linux-armv7l-2.7/psycopg/adapter_datetime.o build/temp.linux-armv7l-2.7/psycopg/adapter_list.o build/temp.linux-armv7l-2.7/psycopg/adapter_pboolean.o build/temp.linux-armv7l-2.7/psycopg/adapter_pdecimal.o build/temp.linux-armv7l-2.7/psycopg/adapter_pint.o build/temp.linux-armv7l-2.7/psycopg/adapter_pfloat.o build/temp.linux-armv7l-2.7/psycopg/adapter_qstring.o build/temp.linux-armv7l-2.7/psycopg/microprotocols.o build/temp.linux-armv7l-2.7/psycopg/microprotocols_proto.o build/temp.linux-armv7l-2.7/psycopg/typecast.o -L/usr/lib -L/usr/lib -lpython2.7 -lpq -o build/lib.linux-armv7l-2.7/psycopg2/_psycopg.so + for python in python python-debug python3 python3-debug + python-debug setup.py build running build running build_py creating build/lib.linux-armv7l-2.7-pydebug creating build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/tz.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/__init__.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/_json.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/errorcodes.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/pool.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/extensions.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/psycopg1.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/_range.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 copying lib/extras.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2 creating build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_quote.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_extras_dictcursor.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_transaction.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_dates.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/dbapi20.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_lobject.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_notify.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/testutils.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_with.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/__init__.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_bug_gc.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_connection.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_types_basic.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_module.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_copy.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_bugX000.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_async.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_cursor.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_green.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/testconfig.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_cancel.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/test_types_extras.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests copying tests/dbapi20_tpc.py -> build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests running build_ext building 'psycopg2._psycopg' extension creating build/temp.linux-armv7l-2.7-pydebug creating build/temp.linux-armv7l-2.7-pydebug/psycopg gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/psycopgmodule.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/psycopgmodule.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/green.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/green.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/pqpath.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/pqpath.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/utils.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/utils.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/bytes_format.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/bytes_format.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_int.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/connection_int.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_type.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/connection_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_int.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/cursor_int.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_type.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/cursor_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/diagnostics_type.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/diagnostics_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/error_type.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/error_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_int.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/lobject_int.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_type.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/lobject_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/notify_type.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/notify_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/xid_type.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/xid_type.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_asis.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_asis.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_binary.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_binary.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_datetime.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_datetime.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_list.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_list.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pboolean.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pboolean.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pdecimal.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pint.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pint.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pfloat.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pfloat.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_qstring.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_qstring.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/microprotocols.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols_proto.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/microprotocols_proto.o -Wdeclaration-after-statement gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python2.7-debug -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/typecast.c -o build/temp.linux-armv7l-2.7-pydebug/psycopg/typecast.o -Wdeclaration-after-statement gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7-pydebug/psycopg/psycopgmodule.o build/temp.linux-armv7l-2.7-pydebug/psycopg/green.o build/temp.linux-armv7l-2.7-pydebug/psycopg/pqpath.o build/temp.linux-armv7l-2.7-pydebug/psycopg/utils.o build/temp.linux-armv7l-2.7-pydebug/psycopg/bytes_format.o build/temp.linux-armv7l-2.7-pydebug/psycopg/connection_int.o build/temp.linux-armv7l-2.7-pydebug/psycopg/connection_type.o build/temp.linux-armv7l-2.7-pydebug/psycopg/cursor_int.o build/temp.linux-armv7l-2.7-pydebug/psycopg/cursor_type.o build/temp.linux-armv7l-2.7-pydebug/psycopg/diagnostics_type.o build/temp.linux-armv7l-2.7-pydebug/psycopg/error_type.o build/temp.linux-armv7l-2.7-pydebug/psycopg/lobject_int.o build/temp.linux-armv7l-2.7-pydebug/psycopg/lobject_type.o build/temp.linux-armv7l-2.7-pydebug/psycopg/notify_type.o build/temp.linux-armv7l-2.7-pydebug/psycopg/xid_type.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_asis.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_binary.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_datetime.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_list.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pboolean.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pdecimal.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pint.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_pfloat.o build/temp.linux-armv7l-2.7-pydebug/psycopg/adapter_qstring.o build/temp.linux-armv7l-2.7-pydebug/psycopg/microprotocols.o build/temp.linux-armv7l-2.7-pydebug/psycopg/microprotocols_proto.o build/temp.linux-armv7l-2.7-pydebug/psycopg/typecast.o -L/usr/lib -L/usr/lib -lpython2.7_d -lpq -o build/lib.linux-armv7l-2.7-pydebug/psycopg2/_psycopg_d.so [35946 refs] + for python in python python-debug python3 python3-debug + python3 setup.py build running build running build_py creating build/lib.linux-armv7l-3.4 creating build/lib.linux-armv7l-3.4/psycopg2 copying lib/tz.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/__init__.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/_json.py -> build/lib.linux-armv7l-3.4/psycopg2 copying lib/errorcodes.py -> 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/psycopg1.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_quote.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_transaction.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_dates.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/dbapi20.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_notify.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/testutils.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_with.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/__init__.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_connection.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_module.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_bugX000.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_async.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/test_cursor.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/test_green.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/testconfig.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_types_extras.py -> build/lib.linux-armv7l-3.4/psycopg2/tests copying tests/dbapi20_tpc.py -> build/lib.linux-armv7l-3.4/psycopg2/tests Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit 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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -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 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/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/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 + for python in python python-debug python3 python3-debug + python3-debug setup.py build running build running build_py creating build/lib.linux-armv7l-3.4-pydebug creating build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/tz.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/__init__.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/_json.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/errorcodes.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/pool.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/extensions.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/psycopg1.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/_range.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 copying lib/extras.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2 creating build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_quote.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_extras_dictcursor.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_transaction.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_dates.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/dbapi20.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_lobject.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_notify.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/testutils.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_with.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/__init__.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_bug_gc.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_connection.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_types_basic.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_module.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_copy.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_bugX000.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_async.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_cursor.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_green.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/testconfig.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_cancel.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/test_types_extras.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests copying tests/dbapi20_tpc.py -> build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma running build_ext building 'psycopg2._psycopg' extension creating build/temp.linux-armv7l-3.4-pydebug creating build/temp.linux-armv7l-3.4-pydebug/psycopg gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/psycopgmodule.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/psycopgmodule.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/green.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/green.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/pqpath.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/pqpath.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/utils.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/utils.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/bytes_format.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/bytes_format.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_int.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/connection_int.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/connection_type.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/connection_type.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_int.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/cursor_int.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/cursor_type.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/cursor_type.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/diagnostics_type.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/diagnostics_type.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/error_type.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/error_type.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_int.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/lobject_int.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/lobject_type.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/lobject_type.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/notify_type.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/notify_type.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/xid_type.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/xid_type.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_asis.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_asis.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_binary.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_binary.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_datetime.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_datetime.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_list.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_list.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pboolean.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pboolean.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pdecimal.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pint.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pint.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_pfloat.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pfloat.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/adapter_qstring.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_qstring.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/microprotocols.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/microprotocols_proto.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/microprotocols_proto.o -Wdeclaration-after-statement gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090304 -I/usr/include/python3.4dm -I. -I/usr/include -I/usr/include/pgsql/server -c psycopg/typecast.c -o build/temp.linux-armv7l-3.4-pydebug/psycopg/typecast.o -Wdeclaration-after-statement gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.4-pydebug/psycopg/psycopgmodule.o build/temp.linux-armv7l-3.4-pydebug/psycopg/green.o build/temp.linux-armv7l-3.4-pydebug/psycopg/pqpath.o build/temp.linux-armv7l-3.4-pydebug/psycopg/utils.o build/temp.linux-armv7l-3.4-pydebug/psycopg/bytes_format.o build/temp.linux-armv7l-3.4-pydebug/psycopg/connection_int.o build/temp.linux-armv7l-3.4-pydebug/psycopg/connection_type.o build/temp.linux-armv7l-3.4-pydebug/psycopg/cursor_int.o build/temp.linux-armv7l-3.4-pydebug/psycopg/cursor_type.o build/temp.linux-armv7l-3.4-pydebug/psycopg/diagnostics_type.o build/temp.linux-armv7l-3.4-pydebug/psycopg/error_type.o build/temp.linux-armv7l-3.4-pydebug/psycopg/lobject_int.o build/temp.linux-armv7l-3.4-pydebug/psycopg/lobject_type.o build/temp.linux-armv7l-3.4-pydebug/psycopg/notify_type.o build/temp.linux-armv7l-3.4-pydebug/psycopg/xid_type.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_asis.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_binary.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_datetime.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_list.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pboolean.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pdecimal.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pint.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_pfloat.o build/temp.linux-armv7l-3.4-pydebug/psycopg/adapter_qstring.o build/temp.linux-armv7l-3.4-pydebug/psycopg/microprotocols.o build/temp.linux-armv7l-3.4-pydebug/psycopg/microprotocols_proto.o build/temp.linux-armv7l-3.4-pydebug/psycopg/typecast.o -L/usr/lib -L/usr/lib -lpython3.4dm -lpq -o build/lib.linux-armv7l-3.4-pydebug/psycopg2/_psycopg.cpython-34dm.so /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=5> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=7> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=5> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=7> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=5> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=7> _cleanup() sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=5> sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=7> ++ find doc -iname '*.html' ++ find doc -iname '*.css' + for i in '`find doc -iname "*.css"`' + sed -i 's/\r//' doc/src/_static/psycopg.css + rm -f doc/html/.buildinfo + make -C doc/src html make: Entering directory '/builddir/build/BUILD/psycopg2-2.6.1/doc/src' sphinx-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.2.3 WARNING: couldn't import psycopg to read version. loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://docs.python.org/3.2/objects.inv... building [html]: targets for 14 source files that are out of date updating environment: 14 added, 0 changed, 0 removed reading sources... [ 7%] advanced reading sources... [ 14%] connection reading sources... [ 21%] cursor reading sources... [ 28%] errorcodes reading sources... [ 35%] extensions reading sources... [ 42%] extras reading sources... [ 50%] faq reading sources... [ 57%] index reading sources... [ 64%] install reading sources... [ 71%] module reading sources... [ 78%] news reading sources... [ 85%] pool reading sources... [ 92%] tz reading sources... [100%] usage /builddir/build/BUILD/psycopg2-2.6.1/doc/src/errorcodes.rst:56: WARNING: autodoc: failed to import function u'lookup' from module u'psycopg2.errorcodes'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.errorcodes /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extensions.rst:147: WARNING: autodoc: failed to import class u'Notify' from module u'psycopg2.extensions'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extensions /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extensions.rst:153: WARNING: autodoc: failed to import class u'Xid' from module u'psycopg2.extensions'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extensions /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extensions.rst:161: WARNING: autodoc: failed to import class u'Diagnostics' from module u'psycopg2.extensions'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extensions /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extensions.rst:192: WARNING: autodoc: failed to import function u'set_wait_callback' from module u'psycopg2.extensions'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extensions /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extensions.rst:196: WARNING: autodoc: failed to import function u'get_wait_callback' from module u'psycopg2.extensions'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extensions /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:65: WARNING: autodoc: failed to import class u'DictCursor' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:67: WARNING: autodoc: failed to import class u'DictConnection' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:74: WARNING: autodoc: failed to import class u'DictRow' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:80: WARNING: autodoc: failed to import class u'RealDictCursor' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:82: WARNING: autodoc: failed to import class u'RealDictConnection' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:90: WARNING: autodoc: failed to import class u'RealDictRow' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:116: WARNING: autodoc: failed to import class u'NamedTupleCursor' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:118: WARNING: autodoc: failed to import class u'NamedTupleConnection' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:133: WARNING: autodoc: failed to import class u'LoggingConnection' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:136: WARNING: autodoc: failed to import class u'LoggingCursor' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:139: WARNING: autodoc: failed to import class u'MinTimeLoggingConnection' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:142: WARNING: autodoc: failed to import class u'MinTimeLoggingCursor' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:251: WARNING: autodoc: failed to import class u'Json' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:255: WARNING: autodoc: failed to import function u'register_json' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:260: WARNING: autodoc: failed to import function u'register_default_json' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:262: WARNING: autodoc: failed to import function u'register_default_jsonb' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:292: WARNING: autodoc: failed to import function u'register_hstore' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:376: WARNING: autodoc: failed to import function u'register_composite' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:384: WARNING: autodoc: failed to import class u'CompositeCaster' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:442: WARNING: autodoc: failed to import class u'Range' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:486: WARNING: autodoc: failed to import class u'NumericRange' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:487: WARNING: autodoc: failed to import class u'DateRange' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:488: WARNING: autodoc: failed to import class u'DateTimeRange' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:489: WARNING: autodoc: failed to import class u'DateTimeTZRange' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:505: WARNING: autodoc: failed to import function u'register_range' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:507: WARNING: autodoc: failed to import class u'RangeCaster' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:557: WARNING: autodoc: failed to import function u'register_uuid' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:559: WARNING: autodoc: failed to import class u'UUID_adapter' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:585: WARNING: autodoc: failed to import function u'register_inet' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:587: WARNING: autodoc: failed to import class u'Inet' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:597: WARNING: autodoc: failed to import function u'register_tstz_w_secs' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/extras.rst:612: WARNING: autodoc: failed to import function u'wait_select' from module u'psycopg2.extras'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.extras /builddir/build/BUILD/psycopg2-2.6.1/doc/src/pool.rst:46: WARNING: autodoc: failed to import class u'SimpleConnectionPool' from module u'psycopg2.pool'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.pool /builddir/build/BUILD/psycopg2-2.6.1/doc/src/pool.rst:53: WARNING: autodoc: failed to import class u'ThreadedConnectionPool' from module u'psycopg2.pool'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.pool /builddir/build/BUILD/psycopg2-2.6.1/doc/src/pool.rst:58: WARNING: autodoc: failed to import class u'PersistentConnectionPool' from module u'psycopg2.pool'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.pool /builddir/build/BUILD/psycopg2-2.6.1/doc/src/tz.rst:13: WARNING: autodoc: failed to import class u'FixedOffsetTimezone' from module u'psycopg2.tz'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.tz /builddir/build/BUILD/psycopg2-2.6.1/doc/src/tz.rst:15: WARNING: autodoc: failed to import class u'LocalTimezone' from module u'psycopg2.tz'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) ImportError: No module named psycopg2.tz done checking consistency... done preparing documents... done writing output... [ 7%] advanced writing output... [ 14%] connection writing output... [ 21%] cursor writing output... [ 28%] errorcodes writing output... [ 35%] extensions writing output... [ 42%] extras writing output... [ 50%] faq writing output... [ 57%] index writing output... [ 64%] install writing output... [ 71%] module writing output... [ 78%] news writing output... [ 85%] pool writing output... [ 92%] tz writing output... [100%] usage writing additional files... genindex py-modindex search copying static files... done copying extra files... done dumping search index... done dumping object inventory... done build succeeded, 43 warnings. Build finished. The HTML pages are in _build/html. make: Leaving directory '/builddir/build/BUILD/psycopg2-2.6.1/doc/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zytB19 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm ++ dirname /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm + cd psycopg2-2.6.1 + rm -rf /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm + for python in python python-debug python3 python3-debug + DoInstall python + PythonBinary=python ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib(1))' + Python_SiteArch=/usr/lib/python2.7/site-packages + mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 + python setup.py install --no-compile --root /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm running install running build running build_py running build_ext running install_lib copying build/lib.linux-armv7l-2.7/psycopg2/tz.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/__init__.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/_json.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/errorcodes.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/pool.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/extensions.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/psycopg1.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/_range.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/extras.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 copying build/lib.linux-armv7l-2.7/psycopg2/_psycopg.so -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 creating /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_quote.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_extras_dictcursor.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_transaction.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_dates.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/dbapi20.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_lobject.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_notify.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/testutils.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_with.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/__init__.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_bug_gc.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_connection.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_types_basic.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_module.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_copy.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_bugX000.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_async.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_psycopg2_dbapi20.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_cursor.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_green.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/testconfig.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_cancel.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/test_types_extras.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7/psycopg2/tests/dbapi20_tpc.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests running install_egg_info Writing /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2-2.6.1-py2.7.egg-info + rm -rf /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests + for python in python python-debug python3 python3-debug + DoInstall python-debug + PythonBinary=python-debug ++ python-debug -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib(1))' [20163 refs] + Python_SiteArch=/usr/lib/python2.7/site-packages + mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 + python-debug setup.py install --no-compile --root /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm running install running build running build_py running build_ext running install_lib copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/_psycopg_d.so -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2 creating /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_quote.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_extras_dictcursor.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_transaction.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_dates.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/dbapi20.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_lobject.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_notify.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/testutils.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_with.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/__init__.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_bug_gc.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_connection.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_types_basic.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_module.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_copy.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_bugX000.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_async.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_psycopg2_dbapi20.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_cursor.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_green.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/testconfig.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_cancel.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/test_types_extras.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests copying build/lib.linux-armv7l-2.7-pydebug/psycopg2/tests/dbapi20_tpc.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests running install_egg_info Removing /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2-2.6.1-py2.7.egg-info Writing /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2-2.6.1-py2.7.egg-info [37865 refs] + rm -rf /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/tests + for python in python python-debug python3 python3-debug + DoInstall python3 + PythonBinary=python3 ++ python3 -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib(1))' + Python_SiteArch=/usr/lib/python3.4/site-packages + mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 + python3 setup.py install --no-compile --root /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm running install running build running build_py running build_ext running install_lib copying build/lib.linux-armv7l-3.4/psycopg2/tz.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/__init__.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/_json.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/errorcodes.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/pool.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/extensions.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/_psycopg.cpython-34m.so -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/psycopg1.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/_range.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4/psycopg2/extras.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 creating /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_quote.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.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/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_transaction.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_dates.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/dbapi20.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_lobject.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_notify.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/testutils.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_with.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/__init__.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.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/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_connection.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.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/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_module.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_copy.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_bugX000.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_async.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.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/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_cursor.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_green.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/testconfig.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/test_cancel.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.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/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4/psycopg2/tests/dbapi20_tpc.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests running install_egg_info Writing /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2-2.6.1-py3.4.egg-info + rm -rf /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests + for python in python python-debug python3 python3-debug + DoInstall python3-debug + PythonBinary=python3-debug ++ python3-debug -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib(1))' + Python_SiteArch=/usr/lib/python3.4/site-packages + mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 + python3-debug setup.py install --no-compile --root /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm running install running build running build_py running build_ext running install_lib copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/_psycopg.cpython-34dm.so -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/__init__.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/errorcodes.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/pool.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/extensions.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/_range.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/extras.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2 creating /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_quote.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_extras_dictcursor.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_transaction.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_dates.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/dbapi20.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_lobject.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_notify.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/testutils.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_with.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/__init__.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_bug_gc.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_connection.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_types_basic.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_module.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_copy.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_bugX000.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_async.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_psycopg2_dbapi20.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_cursor.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_green.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/testconfig.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_cancel.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/test_types_extras.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests copying build/lib.linux-armv7l-3.4-pydebug/psycopg2/tests/dbapi20_tpc.py -> /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests running install_egg_info Removing /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2-2.6.1-py3.4.egg-info Writing /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2-2.6.1-py3.4.egg-info /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=5> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=7> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=5> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=7> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=5> _cleanup() /usr/lib/python3.4/subprocess.py:754: ResourceWarning: unclosed file <_io.BufferedReader name=7> _cleanup() sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=5> sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=7> + rm -rf /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/tests + /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.6.1 extracting debug info from /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/_psycopg.cpython-34dm.so extracting debug info from /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4/site-packages/psycopg2/_psycopg.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/_psycopg_d.so extracting debug info from /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7/site-packages/psycopg2/_psycopg.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 976 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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-psycopg2-2.6.1-1bs01fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3IVGhv + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2 + cp -pr NEWS /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2 + cp -pr README.rst /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2 + exit 0 Provides: python-psycopg2 = 2.6.1-1bs01fc23 python-psycopg2(armv6hl-32) = 2.6.1-1bs01fc23 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: libc.so.6 libc.so.6(GLIBC_2.4) libpq.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Conflicts: python-psycopg2-zope < 2.6.1 Processing files: python-psycopg2-debug-2.6.1-1bs01fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.seMmtQ + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2-debug + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2-debug + cp -pr LICENSE /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2-debug + exit 0 Provides: python-psycopg2-debug = 2.6.1-1bs01fc23 python-psycopg2-debug(armv6hl-32) = 2.6.1-1bs01fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.4) libpq.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython2.7_d.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-psycopg2-2.6.1-1bs01fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DSQ1yj + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2 + cp -pr NEWS /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2 + cp -pr README.rst /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2 + exit 0 Provides: python3-psycopg2 = 2.6.1-1bs01fc23 python3-psycopg2(armv6hl-32) = 2.6.1-1bs01fc23 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: libc.so.6 libc.so.6(GLIBC_2.4) 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: python3-psycopg2-debug-2.6.1-1bs01fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FBcxWL + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2-debug + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2-debug + cp -pr LICENSE /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python3-psycopg2-debug + exit 0 Provides: python3-psycopg2-debug = 2.6.1-1bs01fc23 python3-psycopg2-debug(armv6hl-32) = 2.6.1-1bs01fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.4) libpq.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython3.4dm.so.1.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-psycopg2-doc-2.6.1-1bs01fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.v25Gmm + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2-doc + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2-doc + cp -pr doc /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2-doc + cp -pr examples/ /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm/usr/share/doc/python-psycopg2-doc + exit 0 Provides: python-psycopg2-doc = 2.6.1-1bs01fc23 python-psycopg2-doc(armv6hl-32) = 2.6.1-1bs01fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/env Processing files: python-psycopg2-debuginfo-2.6.1-1bs01fc23.armv6hl Provides: python-psycopg2-debuginfo = 2.6.1-1bs01fc23 python-psycopg2-debuginfo(armv6hl-32) = 2.6.1-1bs01fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm warning: Could not canonicalize hostname: armbuilder Wrote: /builddir/build/RPMS/python-psycopg2-2.6.1-1bs01fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-psycopg2-debug-2.6.1-1bs01fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python3-psycopg2-2.6.1-1bs01fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python3-psycopg2-debug-2.6.1-1bs01fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-psycopg2-doc-2.6.1-1bs01fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-psycopg2-debuginfo-2.6.1-1bs01fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wc9eln + umask 022 + cd /builddir/build/BUILD + cd psycopg2-2.6.1 + rm -rf /builddir/build/BUILDROOT/python-psycopg2-2.6.1-1bs01fc23.arm + exit 0 Child return code was: 0 LEAVE do -->