Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/python-Bottleneck.spec'], chrootPath='/srv/build/7/A/mock-root/c7-epel-i686/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', '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=21600logger=uid=501) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/python-Bottleneck.spec'] with env {'LANG': 'en_GB', '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: /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: Could not canonicalize hostname: worker1.bsys.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/python-Bottleneck-0.7.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/python-Bottleneck.spec '], chrootPath='/srv/build/7/A/mock-root/c7-epel-i686/root'shell=Falseuid=501env={'LANG': 'en_GB', '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=21600private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/python-Bottleneck.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gc8dD2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Bottleneck-0.7.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/Bottleneck-0.7.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Bottleneck-0.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tT87oT + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-0.7.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' i386 == ppc64le ']' ++ find . -name config.guess -o -name config.sub + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info /var/tmp/rpm-tmp.tT87oT: line 40: ./configure: No such file or directory + : + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-i686-2.7 creating build/lib.linux-i686-2.7/bottleneck copying bottleneck/version.py -> build/lib.linux-i686-2.7/bottleneck copying bottleneck/__init__.py -> build/lib.linux-i686-2.7/bottleneck creating build/lib.linux-i686-2.7/bottleneck/slow copying bottleneck/slow/func.py -> build/lib.linux-i686-2.7/bottleneck/slow copying bottleneck/slow/__init__.py -> build/lib.linux-i686-2.7/bottleneck/slow copying bottleneck/slow/move.py -> build/lib.linux-i686-2.7/bottleneck/slow package init file 'bottleneck/tests/__init__.py' not found (or not a regular file) creating build/lib.linux-i686-2.7/bottleneck/tests copying bottleneck/tests/func_test.py -> build/lib.linux-i686-2.7/bottleneck/tests copying bottleneck/tests/partsort_test.py -> build/lib.linux-i686-2.7/bottleneck/tests copying bottleneck/tests/replace_test.py -> build/lib.linux-i686-2.7/bottleneck/tests copying bottleneck/tests/input_modifcation_test.py -> build/lib.linux-i686-2.7/bottleneck/tests copying bottleneck/tests/move_test.py -> build/lib.linux-i686-2.7/bottleneck/tests copying bottleneck/tests/fast_test.py -> build/lib.linux-i686-2.7/bottleneck/tests copying bottleneck/tests/list_input_test.py -> build/lib.linux-i686-2.7/bottleneck/tests creating build/lib.linux-i686-2.7/bottleneck/benchmark copying bottleneck/benchmark/autotimeit.py -> build/lib.linux-i686-2.7/bottleneck/benchmark copying bottleneck/benchmark/__init__.py -> build/lib.linux-i686-2.7/bottleneck/benchmark copying bottleneck/benchmark/bench.py -> build/lib.linux-i686-2.7/bottleneck/benchmark creating build/lib.linux-i686-2.7/bottleneck/src copying bottleneck/src/makepyx.py -> build/lib.linux-i686-2.7/bottleneck/src copying bottleneck/src/__init__.py -> build/lib.linux-i686-2.7/bottleneck/src package init file 'bottleneck/src/func/__init__.py' not found (or not a regular file) creating build/lib.linux-i686-2.7/bottleneck/src/func copying bottleneck/src/func/setup.py -> build/lib.linux-i686-2.7/bottleneck/src/func package init file 'bottleneck/src/move/__init__.py' not found (or not a regular file) creating build/lib.linux-i686-2.7/bottleneck/src/move copying bottleneck/src/move/setup.py -> build/lib.linux-i686-2.7/bottleneck/src/move creating build/lib.linux-i686-2.7/bottleneck/src/template copying bottleneck/src/template/template.py -> build/lib.linux-i686-2.7/bottleneck/src/template copying bottleneck/src/template/__init__.py -> build/lib.linux-i686-2.7/bottleneck/src/template creating build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanmin.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/partsort.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanmean.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nansum.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/func.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/allnan.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanrankdata.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/replace.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/argpartsort.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanargmax.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nn.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanargmin.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/ss.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanvar.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/__init__.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/rankdata.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/median.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanmedian.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanstd.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/nanmax.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func copying bottleneck/src/template/func/anynan.py -> build/lib.linux-i686-2.7/bottleneck/src/template/func creating build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_nanmean.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_nansum.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_sum.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_max.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_std.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_nanmax.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/__init__.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_nanstd.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_min.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_nanmin.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_mean.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/src/template/move/move_median.py -> build/lib.linux-i686-2.7/bottleneck/src/template/move copying bottleneck/LICENSE -> build/lib.linux-i686-2.7/bottleneck package init file 'bottleneck/tests/__init__.py' not found (or not a regular file) package init file 'bottleneck/src/func/__init__.py' not found (or not a regular file) package init file 'bottleneck/src/move/__init__.py' not found (or not a regular file) running build_ext building 'func' extension creating build/temp.linux-i686-2.7 creating build/temp.linux-i686-2.7/bottleneck creating build/temp.linux-i686-2.7/bottleneck/src creating build/temp.linux-i686-2.7/bottleneck/src/func 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -fPIC -I/usr/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c bottleneck/src/func/func.c -o build/temp.linux-i686-2.7/bottleneck/src/func/func.o In file included from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:0, from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15, from bottleneck/src/func/func.c:314: /usr/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" ^ In file included from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:311:0, from bottleneck/src/func/func.c:315: /usr/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: '_import_umath' defined but not used [-Wunused-function] _import_umath(void) ^ bottleneck/src/func/func.c: In function 'initfunc': bottleneck/src/func/func.c:291436:16: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without PyMODINIT_FUNC initfunc(void) ^ gcc -pthread -shared -Wl,-z,relro -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables build/temp.linux-i686-2.7/bottleneck/src/func/func.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/bottleneck/func.so building 'move' extension creating build/temp.linux-i686-2.7/bottleneck/src/move 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -fPIC -I/usr/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c bottleneck/src/move/move.c -o build/temp.linux-i686-2.7/bottleneck/src/move/move.o -std=gnu89 In file included from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:0, from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17, from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:15, from bottleneck/src/move/move.c:314: /usr/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" ^ In file included from /usr/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:311:0, from bottleneck/src/move/move.c:315: /usr/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: '_import_umath' defined but not used [-Wunused-function] _import_umath(void) ^ gcc -pthread -shared -Wl,-z,relro -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables build/temp.linux-i686-2.7/bottleneck/src/move/move.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/bottleneck/move.so ++ pwd ++ find . -depth -type d -name 'lib.linux*' + export PYTHONPATH=/builddir/build/BUILD/Bottleneck-0.7.0/./build/lib.linux-i686-2.7 + PYTHONPATH=/builddir/build/BUILD/Bottleneck-0.7.0/./build/lib.linux-i686-2.7 + pushd doc ~/build/BUILD/Bottleneck-0.7.0/doc ~/build/BUILD/Bottleneck-0.7.0 + mkdir -p source/_static + make html sphinx-build -b html -d build/doctrees source build/html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created building [html]: targets for 5 source files that are out of date updating environment: 5 added, 0 changed, 0 removed reading sources... [ 20%] index reading sources... [ 40%] intro reading sources... [ 60%] license reading sources... [ 80%] reference reading sources... [100%] release looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] index writing output... [ 40%] intro writing output... [ 60%] license writing output... [ 80%] reference writing output... [100%] release writing additional files... genindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded. Build finished. The HTML pages are in build/html. + rm -rf build/html/.buildinfo build/html/_sources + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.j0Uxv4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386 ++ dirname /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386 + cd Bottleneck-0.7.0 ++ pwd + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILD/Bottleneck-0.7.0/test_install running install running install_lib creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7 creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/slow copying build/lib.linux-i686-2.7/bottleneck/slow/func.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/slow copying build/lib.linux-i686-2.7/bottleneck/slow/func.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/slow copying build/lib.linux-i686-2.7/bottleneck/slow/__init__.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/slow copying build/lib.linux-i686-2.7/bottleneck/slow/__init__.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/slow copying build/lib.linux-i686-2.7/bottleneck/slow/move.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/slow copying build/lib.linux-i686-2.7/bottleneck/slow/move.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/slow copying build/lib.linux-i686-2.7/bottleneck/__init__.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck copying build/lib.linux-i686-2.7/bottleneck/LICENSE -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck copying build/lib.linux-i686-2.7/bottleneck/version.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/tests/func_test.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/tests/partsort_test.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/tests/replace_test.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/tests/input_modifcation_test.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/tests/move_test.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/tests/fast_test.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/tests/list_input_test.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests copying build/lib.linux-i686-2.7/bottleneck/version.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck copying build/lib.linux-i686-2.7/bottleneck/__init__.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/move copying build/lib.linux-i686-2.7/bottleneck/src/move/setup.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/move copying build/lib.linux-i686-2.7/bottleneck/src/makepyx.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src copying build/lib.linux-i686-2.7/bottleneck/src/__init__.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/func copying build/lib.linux-i686-2.7/bottleneck/src/func/setup.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/func creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_nanmean.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_nansum.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_sum.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_max.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_std.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_nanmax.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/__init__.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_nanstd.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_min.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_nanmin.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_mean.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/move/move_median.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move copying build/lib.linux-i686-2.7/bottleneck/src/template/template.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template copying build/lib.linux-i686-2.7/bottleneck/src/template/__init__.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanmin.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/partsort.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanmean.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nansum.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/func.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/allnan.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanrankdata.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/replace.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/argpartsort.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanargmax.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nn.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanargmin.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/ss.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanvar.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/__init__.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/rankdata.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/median.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanmedian.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanstd.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/nanmax.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/src/template/func/anynan.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func copying build/lib.linux-i686-2.7/bottleneck/move.so -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck copying build/lib.linux-i686-2.7/bottleneck/func.so -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck creating /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/benchmark copying build/lib.linux-i686-2.7/bottleneck/benchmark/__init__.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/benchmark copying build/lib.linux-i686-2.7/bottleneck/benchmark/autotimeit.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/benchmark copying build/lib.linux-i686-2.7/bottleneck/benchmark/autotimeit.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/benchmark copying build/lib.linux-i686-2.7/bottleneck/benchmark/__init__.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/benchmark copying build/lib.linux-i686-2.7/bottleneck/benchmark/bench.pyc -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/benchmark copying build/lib.linux-i686-2.7/bottleneck/benchmark/bench.py -> /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/benchmark byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests/func_test.py to func_test.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests/partsort_test.py to partsort_test.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests/replace_test.py to replace_test.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests/input_modifcation_test.py to input_modifcation_test.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests/move_test.py to move_test.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests/fast_test.py to fast_test.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/tests/list_input_test.py to list_input_test.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/move/setup.py to setup.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/makepyx.py to makepyx.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/func/setup.py to setup.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_nanmean.py to move_nanmean.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_nansum.py to move_nansum.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_sum.py to move_sum.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_max.py to move_max.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_std.py to move_std.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_nanmax.py to move_nanmax.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_nanstd.py to move_nanstd.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_min.py to move_min.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move.py to move.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_nanmin.py to move_nanmin.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_mean.py to move_mean.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/move/move_median.py to move_median.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/template.py to template.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanmin.py to nanmin.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/partsort.py to partsort.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanmean.py to nanmean.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nansum.py to nansum.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/func.py to func.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/allnan.py to allnan.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanrankdata.py to nanrankdata.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/replace.py to replace.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/argpartsort.py to argpartsort.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanargmax.py to nanargmax.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nn.py to nn.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanargmin.py to nanargmin.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/ss.py to ss.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanvar.py to nanvar.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/rankdata.py to rankdata.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/median.py to median.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanmedian.py to nanmedian.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanstd.py to nanstd.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/nanmax.py to nanmax.pyc byte-compiling /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/bottleneck/src/template/func/anynan.py to anynan.pyc writing byte-compilation script '/tmp/tmp4n5218.py' /usr/bin/python -O /tmp/tmp4n5218.py removing /tmp/tmp4n5218.py running install_egg_info Writing /builddir/build/BUILD/Bottleneck-0.7.0/test_install/usr/lib/python2.7/site-packages/Bottleneck-0.7.0-py2.7.egg-info + rm -rf test_install//usr/lib/python2.7/site-packages/bottleneck/src test_install//usr/lib/python2.7/site-packages/bottleneck/LICENSE + cp -a test_install/usr /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr + /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/Bottleneck-0.7.0 extracting debug info from /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/lib/python2.7/site-packages/bottleneck/move.so extracting debug info from /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/lib/python2.7/site-packages/bottleneck/func.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 54912 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-Bottleneck-0.7.0-1.el7.i386/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6wMhEl + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-0.7.0 ++ find . -depth -type d -name 'lib.linux*' ~/build/BUILD/Bottleneck-0.7.0/build/lib.linux-i686-2.7 ~/build/BUILD/Bottleneck-0.7.0 + pushd ./build/lib.linux-i686-2.7 + /usr/bin/python -c 'import bottleneck as bn; bn.test()' ............................................................................................................................ ---------------------------------------------------------------------- Ran 124 tests in 103.358s OK Running unit tests for bottleneck NumPy version 1.7.1 NumPy is installed in /usr/lib/python2.7/site-packages/numpy Python version 2.7.5 (default, Nov 20 2015, 01:24:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] nose version 1.3.0 + popd ~/build/BUILD/Bottleneck-0.7.0 + exit 0 Processing files: python-Bottleneck-0.7.0-1.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nxFOqZ + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-0.7.0 + DOCDIR=/builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-0.7.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-0.7.0 + cp -pr bottleneck/LICENSE /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-0.7.0 + exit 0 Provides: python-Bottleneck = 0.7.0-1.el7 python-Bottleneck(x86-32) = 0.7.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-Bottleneck-doc-0.7.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DtaSeE + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-0.7.0 + DOCDIR=/builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-doc-0.7.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-doc-0.7.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-doc-0.7.0 + cp -pr RELEASE.rst /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-doc-0.7.0 + cp -pr bottleneck/LICENSE /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-doc-0.7.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386/usr/share/doc/python-Bottleneck-doc-0.7.0 + exit 0 Provides: python-Bottleneck-doc = 0.7.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-Bottleneck-debuginfo-0.7.0-1.el7.i686 Provides: python-Bottleneck-debuginfo = 0.7.0-1.el7 python-Bottleneck-debuginfo(x86-32) = 0.7.0-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/python-Bottleneck-0.7.0-1.el7.i386 warning: Could not canonicalize hostname: worker1.bsys.centos.org Wrote: /builddir/build/RPMS/python-Bottleneck-0.7.0-1.el7.i686.rpm Wrote: /builddir/build/RPMS/python-Bottleneck-doc-0.7.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-Bottleneck-debuginfo-0.7.0-1.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PLfdLy + umask 022 + cd /builddir/build/BUILD + cd Bottleneck-0.7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Bottleneck-0.7.0-1.el7.i386 + exit 0 Child return code was: 0 LEAVE do -->