Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/pyodbc.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-7266337c668d97a8d0f9fb5c483ae0282c8e272d/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/pyodbc.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python: No such file or directory sh: line 0: fg: no job control Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/pyodbc-3.0.10-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/pyodbc.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-7266337c668d97a8d0f9fb5c483ae0282c8e272d/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/pyodbc.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: line 0: fg: no job control Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.G8mtLg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyodbc-3.0.10 + /usr/bin/mkdir -p pyodbc-3.0.10 + cd pyodbc-3.0.10 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyodbc-3.0.10.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv pyodbc-3.0.10 python2 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vjniDj + umask 022 + cd /builddir/build/BUILD + cd pyodbc-3.0.10 + pushd python2 ~/build/BUILD/pyodbc-3.0.10/python2 ~/build/BUILD/pyodbc-3.0.10 + /usr/bin/python2 setup.py build sh: git: command not found WARNING: git describe failed with: 32512 WARNING: Unable to determine version. Using 3.0.0.0 running build running build_ext building 'pyodbc' extension creating build creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/builddir creating build/temp.linux-armv7l-2.7/builddir/build creating build/temp.linux-armv7l-2.7/builddir/build/BUILD creating build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10 creating build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2 creating build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.o -Wno-write-strings /builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.cpp: In function 'bool odbcchar_copy(ODBCCHAR*, const Py_UNICODE*, Py_ssize_t)': /builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.cpp:48:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((Py_ssize_t)psrc[i] > MAX_ODBCCHAR) ^ /builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.cpp: In member function 'void SQLWChar::dump()': /builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.cpp:177:97: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=] printf("sqlwchar=%ld pch=%p len=%ld owns=%d\n", sizeof(SQLWCHAR), pch, len, (int)owns_memory); ^ /builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.cpp:177:97: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'Py_ssize_t {aka int}' [-Wformat=] gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbcmodule.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbcmodule.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbccompat.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbccompat.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/buffer.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/buffer.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/errors.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/errors.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/cnxninfo.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/cnxninfo.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/connection.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/connection.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/getdata.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/getdata.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/params.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/params.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbcdbg.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbcdbg.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/row.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/row.o -Wno-write-strings gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /builddir/build/BUILD/pyodbc-3.0.10/python2/src/cursor.cpp -o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/cursor.o -Wno-write-strings creating build/lib.linux-armv7l-2.7 g++ -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/sqlwchar.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbcmodule.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbccompat.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/buffer.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/errors.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/cnxninfo.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/connection.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/getdata.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/params.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/pyodbcdbg.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/row.o build/temp.linux-armv7l-2.7/builddir/build/BUILD/pyodbc-3.0.10/python2/src/cursor.o -L/usr/lib -lodbc -lpython2.7 -o build/lib.linux-armv7l-2.7/pyodbc.so ~/build/BUILD/pyodbc-3.0.10 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nxXfP4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm ++ dirname /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm + cd pyodbc-3.0.10 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm ~/build/BUILD/pyodbc-3.0.10/python2 ~/build/BUILD/pyodbc-3.0.10 + pushd python2 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm sh: git: command not found WARNING: git describe failed with: 32512 WARNING: Unable to determine version. Using 3.0.0.0 running install running install_lib creating /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm creating /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr creating /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/lib creating /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/pyodbc.so -> /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/lib/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/lib/python2.7/site-packages/pyodbc-3.0.0_unsupported-py2.7.egg-info ~/build/BUILD/pyodbc-3.0.10 + popd + /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/pyodbc-3.0.10 extracting debug info from /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/lib/python2.7/site-packages/pyodbc.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 529 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/pyodbc-3.0.10-1.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/lib/debug/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: pyodbc-3.0.10-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xDMumJ + umask 022 + cd /builddir/build/BUILD + cd pyodbc-3.0.10 + DOCDIR=/builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/share/doc/pyodbc-3.0.10 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/share/doc/pyodbc-3.0.10 + cp -pr python2/README.md /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/share/doc/pyodbc-3.0.10 + cp -pr python2/notes.txt /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/share/doc/pyodbc-3.0.10 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZWXbNp + umask 022 + cd /builddir/build/BUILD + cd pyodbc-3.0.10 + LICENSEDIR=/builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/share/licenses/pyodbc-3.0.10 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/share/licenses/pyodbc-3.0.10 + cp -pr python2/LICENSE.txt /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm/usr/share/licenses/pyodbc-3.0.10 + exit 0 Provides: pyodbc = 3.0.10-1.el7 pyodbc(armv7hl-32) = 3.0.10-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.4) libodbc.so.2 libpthread.so.0 libpython2.7.so.1.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) python(abi) = 2.7 rtld(GNU_HASH) Processing files: pyodbc-debuginfo-3.0.10-1.el7.armv7hl Provides: pyodbc-debuginfo = 3.0.10-1.el7 pyodbc-debuginfo(armv7hl-32) = 3.0.10-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm Wrote: /builddir/build/RPMS/pyodbc-3.0.10-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/pyodbc-debuginfo-3.0.10-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ktWXKM + umask 022 + cd /builddir/build/BUILD + cd pyodbc-3.0.10 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyodbc-3.0.10-1.el7.arm + exit 0 Child return code was: 0 LEAVE do -->