Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/redis.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3291-5504/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/redis.spec'] warning: Could not canonicalize hostname: opus3.rutgers.edu Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/redis-2.4.10-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/redis.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3291-5504/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/redis.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gBp7fa + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf redis-2.4.10 + /usr/bin/gzip -dc /builddir/build/SOURCES/redis-2.4.10.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd redis-2.4.10 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (redis-2.4.8-redis.conf.patch):' Patch #0 (redis-2.4.8-redis.conf.patch): + /bin/cat /builddir/build/SOURCES/redis-2.4.8-redis.conf.patch + /usr/bin/patch -s -p1 --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JypaIi + umask 022 + cd /builddir/build/BUILD + cd redis-2.4.10 + LANG=C + export LANG + unset DISPLAY + make -j2 DEBUG= 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' V=1 all cd src && make all make[1]: Entering directory `/builddir/build/BUILD/redis-2.4.10/src' MAKE hiredis MAKE jemalloc make[2]: Entering directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' cc -std=c99 -pedantic -c -O3 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -Wall -W -Wstrict-prototypes -Wwrite-strings net.c checking for xsltproc... no checking for gcc... gcc cc -std=c99 -pedantic -c -O3 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -Wall -W -Wstrict-prototypes -Wwrite-strings hiredis.c checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... cc -std=c99 -pedantic -c -O3 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -Wall -W -Wstrict-prototypes -Wwrite-strings sds.c yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... cc -std=c99 -pedantic -c -O3 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -Wall -W -Wstrict-prototypes -Wwrite-strings async.c yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of void *... ar rcs libhiredis.a net.o hiredis.o sds.o async.o make[2]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' MAKE linenoise make[2]: Entering directory `/builddir/build/BUILD/redis-2.4.10/deps/linenoise' cc -c -Wall -W -Os -g linenoise.c 4 checking size of int... 4 checking size of long... 4 checking build system type... cc -c -Wall -W -Os -g example.c cc -Wall -W -Os -g -o linenoise_example linenoise.o example.o i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether __asm__ is compilable... make[2]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/deps/linenoise' cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -I../deps/hiredis redis-benchmark.c yes checking whether __attribute__ syntax is compilable... yes checking whether compiler supports -fvisibility=hidden... yes checking whether mremap(...MREMAP_FIXED...) is compilable... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for ar... /usr/bin/ar checking for ld... /usr/bin/ld checking for autoconf... no checking configured backtracing method... N/A checking STATIC_PAGE_SHIFT... cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -I../deps/hiredis -I../deps/linenoise redis-cli.c 12 checking pthread.h usability... redis-cli.c: In function 'cliReadReply': redis-cli.c:465: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for TLS... yes checking for ffsl... cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables redis-check-dump.c yes checking whether Darwin OSAtomic*() is compilable... no checking whether Darwin OSSpin*() is compilable... no checking for memalign... yes checking for valloc... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables redis-check-aof.c yes configure: creating ./config.status cc -o redis-check-aof -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables redis-check-aof.o -lm -pthread config.status: creating Makefile config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc.h config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/jemalloc_test.h config.status: creating config.stamp config.status: creating include/jemalloc/jemalloc_defs.h =============================================================================== jemalloc version : 2.2.5-0-gfc1bb70e5f0d9a58b39efa39cc549b5af5104760 CC : gcc CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT CFLAGS : -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fvisibility=hidden LDFLAGS : LIBS : -lpthread -ldl RPATH_EXTRA : XSLTPROC : XSLROOT : /usr/share/xml/docbook/stylesheet/docbook-xsl PREFIX : /usr/local BINDIR : /usr/local/bin INCLUDEDIR : /usr/local/include LIBDIR : /usr/local/lib DATADIR : /usr/local/share MANDIR : /usr/local/share/man srcroot : abs_srcroot : /builddir/build/BUILD/redis-2.4.10/deps/jemalloc/ objroot : abs_objroot : /builddir/build/BUILD/redis-2.4.10/deps/jemalloc/ JEMALLOC_PREFIX : je_ JEMALLOC_PRIVATE_NAMESPACE : install_suffix : autogen : 0 cc-silence : 1 debug : 0 stats : 0 prof : 0 prof-libunwind : 0 prof-libgcc : 0 prof-gcc : 0 tiny : 1 tcache : 1 fill : 0 xmalloc : 0 sysv : 0 swap : 0 dss : 0 dynamic_page_shift : 0 lazy_lock : 1 tls : 1 =============================================================================== make[2]: Entering directory `/builddir/build/BUILD/redis-2.4.10/deps/jemalloc' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_swap.o src/chunk_swap.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/chunk_swap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/rtree.o src/stats.o src/tcache.o make[2]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/deps/jemalloc' cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include ae.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include anet.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include sds.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include adlist.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include zmalloc.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include release.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include lzf_c.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include lzf_d.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include dict.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include redis.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include pqsort.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include zipmap.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include sha1.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include ziplist.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include networking.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include util.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include object.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include db.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include replication.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include rdb.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include t_string.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include t_list.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include t_set.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include t_zset.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include t_hash.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include config.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include aof.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include vm.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include pubsub.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include multi.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include debug.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include sort.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include intset.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include syncio.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include slowlog.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include bio.c cc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DUSE_JEMALLOC -I../deps/jemalloc/include memtest.c MAKE hiredis make[2]: Entering directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' make[2]: Nothing to be done for `static'. make[2]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' cc -o redis-benchmark -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o ../deps/hiredis/libhiredis.a -lm -pthread ../deps/jemalloc/lib/libjemalloc.a -ldl memtest.c: In function 'memtest_test': memtest.c:208: warning: integer constant is too large for 'unsigned long' type memtest.c:208: warning: integer constant is too large for 'unsigned long' type memtest.c:208: warning: large integer implicitly truncated to unsigned type memtest.c:208: warning: large integer implicitly truncated to unsigned type cc -o redis-cli -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o -lm -pthread ../deps/jemalloc/lib/libjemalloc.a -ldl cc -o redis-check-dump -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables redis-check-dump.o lzf_c.o lzf_d.o -lm -pthread cc -o redis-server -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o vm.o pubsub.o multi.o debug.o sort.o intset.o syncio.o slowlog.o bio.o memtest.o -lm -pthread ../deps/jemalloc/lib/libjemalloc.a -ldl Hint: To run 'make test' is a good idea ;) make[1]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/src' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ciGNMZ + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386 ++ dirname /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386 + cd redis-2.4.10 + LANG=C + export LANG + unset DISPLAY + rm -fr /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386 + make install PREFIX=/builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr cd src && make install make[1]: Entering directory `/builddir/build/BUILD/redis-2.4.10/src' MAKE hiredis make[2]: Entering directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' make[2]: Nothing to be done for `static'. make[2]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' MAKE linenoise make[2]: Entering directory `/builddir/build/BUILD/redis-2.4.10/deps/linenoise' make[2]: `linenoise_example' is up to date. make[2]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/deps/linenoise' MAKE hiredis make[2]: Entering directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' make[2]: Nothing to be done for `static'. make[2]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/deps/hiredis' LINK redis-benchmark LINK redis-cli Hint: To run 'make test' is a good idea ;) mkdir -p /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin cp -pf redis-server /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin cp -pf redis-benchmark /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin cp -pf redis-cli /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin cp -pf redis-check-dump /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin cp -pf redis-check-aof /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin make[1]: Leaving directory `/builddir/build/BUILD/redis-2.4.10/src' + install -p -D -m 644 /builddir/build/SOURCES/redis.logrotate /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/etc/logrotate.d/redis + install -p -D -m 755 /builddir/build/SOURCES/redis.init /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/etc/rc.d/init.d/redis + install -p -D -m 644 redis.conf /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/etc/redis.conf + install -d -m 755 /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/var/lib/redis + install -d -m 755 /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/var/log/redis + install -d -m 755 /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/var/run/redis + chmod 755 /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-benchmark /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-check-aof /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-check-dump /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-cli /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-server + mkdir -p /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/sbin + mv /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-server /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/sbin/redis-server + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/redis-2.4.10 extracting debug info from /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-check-aof extracting debug info from /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-check-dump extracting debug info from /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-benchmark extracting debug info from /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/bin/redis-cli extracting debug info from /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/sbin/redis-server 2480 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: redis-2.4.10-1.ru6.i386 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tKBK3J + umask 022 + cd /builddir/build/BUILD + cd redis-2.4.10 + DOCDIR=/builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/share/doc/redis-2.4.10 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/share/doc/redis-2.4.10 + /bin/mkdir -p /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/share/doc/redis-2.4.10 + cp -pr 00-RELEASENOTES BUGS CONTRIBUTING COPYING README TODO /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386/usr/share/doc/redis-2.4.10 + exit 0 Provides: config(redis) = 2.4.10-1.ru6 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh chkconfig Requires(preun): /bin/sh chkconfig initscripts Requires(postun): initscripts Requires: /bin/sh libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libdl.so.2 libdl.so.2(GLIBC_2.0) libm.so.6 libm.so.6(GLIBC_2.0) libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.2) libpthread.so.0(GLIBC_2.3.2) rtld(GNU_HASH) Processing files: redis-debuginfo-2.4.10-1.ru6.i386 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386 warning: Could not canonicalize hostname: opus3.rutgers.edu Wrote: /builddir/build/RPMS/redis-2.4.10-1.ru6.i386.rpm Wrote: /builddir/build/RPMS/redis-debuginfo-2.4.10-1.ru6.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sGvPN2 + umask 022 + cd /builddir/build/BUILD + cd redis-2.4.10 + rm -fr /builddir/build/BUILDROOT/redis-2.4.10-1.ru6.i386 + exit 0 Child returncode was: 0 LEAVE do -->