* Package: dev-db/redis-5.0.3 * Repository: gentoo * Maintainer: robbat2@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc jemalloc kernel_linux test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox * Adding group 'redis' to your system ... * - Groupid: 75 * Adding user 'redis' to your system ... * - Userid: 75 * - Shell: /sbin/nologin * - Home: /var/lib/redis * - Groups: redis * - GECOS: added by portage for redis * - Creating /var/lib/redis in / >>> Unpacking source... >>> Unpacking redis-5.0.3.tar.gz to /var/tmp/portage/dev-db/redis-5.0.3/work >>> Source unpacked in /var/tmp/portage/dev-db/redis-5.0.3/work >>> Preparing source in /var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3 ... * Applying redis-3.2.3-config.patch ... [ ok ] * Applying redis-5.0-shared.patch ... [ ok ] * Applying redis-5.0-sharedlua.patch ... [ ok ] * Applying redis-sentinel-5.0-config.patch ... [ ok ] * Selected LUAPKGCONFIG=lua * Running eautoreconf in '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running elibtoolize in: redis-5.0.3/ * Running elibtoolize in: redis-5.0.3/deps/jemalloc/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3 ... * econf: updating redis-5.0.3/deps/jemalloc/build-aux/config.sub with /usr/share/gnuconfig/config.sub * econf: updating redis-5.0.3/deps/jemalloc/build-aux/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/redis-5.0.3 --htmldir=/usr/share/doc/redis-5.0.3/html --libdir=/usr/lib64 --without-luajit checking whether to build with debug information... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc 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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-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... 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... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for error_at_line... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for working strcoll... yes checking for working strtod... yes checking for dup2... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for LUA... yes configure: creating ./config.status config.status: creating src/Makefile config.status: creating src/modules/Makefile config.status: creating deps/lua/src/Makefile config.status: creating deps/lua/etc/Makefile config.status: creating deps/lua/Makefile config.status: creating deps/linenoise/Makefile config.status: creating deps/hiredis/Makefile config.status: creating deps/Makefile config.status: creating Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3 ... make -j1 JEMALLOC_SHARED=yes V=1 CC=x86_64-pc-linux-gnu-gcc 'AR=x86_64-pc-linux-gnu-ar rcu' RANLIB=x86_64-pc-linux-gnu-ranlib cd src && make all make[1]: Entering directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/src' x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MM *.c > Makefile.dep 2> /dev/null || true rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark (cd ../deps && make distclean) make[2]: Entering directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) make[2]: Leaving directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps' (rm -f .make-*) echo STD=-std=c99 -pedantic -DREDIS_STATIC='' >> .make-settings echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings echo OPT=-O2 >> .make-settings echo MALLOC=jemalloc >> .make-settings echo CFLAGS=-std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL >> .make-settings echo LDFLAGS=-Wl,-O1 -Wl,--as-needed >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE >> .make-settings echo PREV_FINAL_LDFLAGS=-Wl,-O1 -Wl,--as-needed -rdynamic >> .make-settings (cd ../deps && make hiredis linenoise) make[2]: Entering directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) (echo " -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL" > .make-cflags) (echo "-Wl,-O1 -Wl,--as-needed" > .make-ldflags) MAKE hiredis cd hiredis && make static make[3]: Entering directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps/hiredis' x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb read.c ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps/hiredis' MAKE linenoise cd linenoise && make make[3]: Entering directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps/linenoise' x86_64-pc-linux-gnu-gcc -Wall -Os -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -c linenoise.c make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps/linenoise' make[2]: Leaving directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/deps' x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c adlist.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c quicklist.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c ae.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c anet.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c dict.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c server.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sds.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c zmalloc.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lzf_c.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lzf_d.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c pqsort.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c zipmap.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sha1.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c ziplist.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c release.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c networking.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c util.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c object.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c db.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c replication.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c rdb.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_string.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_list.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_set.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_zset.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_hash.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c config.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c aof.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c pubsub.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c multi.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c debug.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sort.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c intset.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c syncio.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c cluster.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c crc16.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c endianconv.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c slowlog.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c scripting.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c bio.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c rio.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c rand.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c memtest.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c crc64.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c bitops.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sentinel.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c notify.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c setproctitle.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c blocked.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c hyperloglog.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c latency.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sparkline.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-check-rdb.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-check-aof.c redis-check-aof.c: In function ‘consumeNewline.part.0’: redis-check-aof.c:37:20: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:45:9: note: in expansion of macro ‘ERROR’ ERROR("Expected \\r\\n, got: %02x%02x",buf[0],buf[1]); ^~~~~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function ‘readLong’: redis-check-aof.c:37:20: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:58:9: note: in expansion of macro ‘ERROR’ ERROR("Expected prefix '%c', got: '%c'",prefix,buf[0]); ^~~~~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function ‘readBytes’: redis-check-aof.c:37:20: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:70:9: note: in expansion of macro ‘ERROR’ ERROR("Expected to read %ld bytes, got %ld bytes",length,real); ^~~~~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function ‘process’: redis-check-aof.c:37:20: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:120:25: note: in expansion of macro ‘ERROR’ ERROR("Unexpected EXEC"); ^~~~~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c:37:20: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:115:25: note: in expansion of macro ‘ERROR’ ERROR("Unexpected MULTI"); ^~~~~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c:37:20: warning: ‘%s’ directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:136:9: note: in expansion of macro ‘ERROR’ ERROR("Reached EOF before reading EXEC for MULTI"); ^~~~~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c geo.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lazyfree.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c module.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c evict.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c expire.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c geohash.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c geohash_helper.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c childinfo.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c defrag.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c siphash.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c rax.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_stream.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c listpack.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c localtime.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lolwut.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lolwut5.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c fpconv.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c strbuf.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lua_bit.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lua_cjson.c lua_cjson.c: In function ‘json_append_string’: lua_cjson.c:479:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] for (i = 0; i < len; i++) { ^ lua_cjson.c: In function ‘json_is_invalid_number’: lua_cjson.c:986:10: warning: implicit declaration of function ‘strncasecmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration] if (!strncasecmp(p, "inf", 3)) ^~~~~~~~~~~ strncmp lua_cjson.c: In function ‘json_append_data’: lua_cjson.c:691:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (lua_touserdata(l, -1) == NULL) { ^ lua_cjson.c:695:5: note: here default: ^~~~~~~ x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lua_cmsgpack.c lua_cmsgpack.c: In function ‘mp_unpack_full’: lua_cmsgpack.c:806:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] else if (offset > len) ^ lua_cmsgpack.c: In function ‘luaopen_create’: lua_cmsgpack.c:906:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] for (i = 0; i < (sizeof(cmds)/sizeof(*cmds) - 1); i++) { ^ lua_cmsgpack.c: In function ‘luaopen_cmsgpack_safe’: lua_cmsgpack.c:941:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] for (i = 0; i < (sizeof(cmds)/sizeof(*cmds) - 1); i++) { ^ x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lua_struct.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -rdynamic -o redis-server adlist.o quicklist.o ae.o anet.o dict.o server.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 pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o redis-check-aof.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o t_stream.o listpack.o localtime.o lolwut.o lolwut5.o fpconv.o strbuf.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o ../deps/hiredis/libhiredis.a -lm -llua -lm -ldl -pthread -lrt -ljemalloc -ldl install redis-server redis-sentinel x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-cli.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -rdynamic -o redis-cli anet.o adlist.o dict.o redis-cli.o zmalloc.o release.o ae.o crc64.o siphash.o crc16.o ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o -lm -llua -lm -ldl -pthread -lrt -ljemalloc -ldl x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-benchmark.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -rdynamic -o redis-benchmark ae.o anet.o redis-benchmark.o adlist.o zmalloc.o ../deps/hiredis/libhiredis.a -lm -llua -lm -ldl -pthread -lrt -ljemalloc -ldl install redis-server redis-check-rdb install redis-server redis-check-aof Hint: It's a good idea to run 'make test' ;) make[1]: Leaving directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/src' >>> Source compiled. >>> Test phase: dev-db/redis-5.0.3 make -j1 check cd src && make check make[1]: Entering directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/src' Cleanup: may take some time... OK Starting test server at port 11111 [ready]: 186 Testing unit/printver [ready]: 187 Testing unit/dump [ready]: 188 Testing unit/auth [ready]: 189 Testing unit/protocol [ready]: 190 Testing unit/keyspace [ready]: 191 Testing unit/scan [ready]: 192 Testing unit/type/string [ready]: 193 Testing unit/type/incr [ready]: 194 Testing unit/type/list [ready]: 195 Testing unit/type/list-2 [ready]: 196 Testing unit/type/list-3 [ready]: 197 Testing unit/type/set [ready]: 198 Testing unit/type/zset [ready]: 199 Testing unit/type/hash [ready]: 200 Testing unit/type/stream [ready]: 201 Testing unit/type/stream-cgroups [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21212 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.186.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [1/50 done]: unit/printver (5 seconds) Testing unit/sort [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21272 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.192.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21222 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.187.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [2/50 done]: unit/type/string (5 seconds) Testing unit/expire [3/50 done]: unit/dump (5 seconds) Testing unit/other [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21242 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.189.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21352 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.200.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21332 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.198.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [4/50 done]: unit/type/zset (5 seconds) Testing unit/multi [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21282 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.193.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [5/50 done]: unit/type/incr (5 seconds) Testing unit/quit [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21262 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.191.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [6/50 done]: unit/scan (5 seconds) Testing unit/aofrw [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21362 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.201.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21252 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.190.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21322 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.197.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes set-max-intset-entries 512 ERROR: [7/50 done]: unit/type/stream-cgroups (5 seconds) Testing integration/block-repl [8/50 done]: unit/keyspace (5 seconds) Testing integration/replication [9/50 done]: unit/type/set (5 seconds) Testing integration/replication-2 [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21232 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.188.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21292 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.194.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes list-max-ziplist-size 5 ERROR: [10/50 done]: unit/type/list (5 seconds) Testing integration/replication-3 [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21312 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.196.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes list-max-ziplist-size 16 ERROR: [11/50 done]: unit/type/list-3 (5 seconds) Testing integration/replication-4 [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21302 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.195.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes list-max-ziplist-size 4 ERROR: [12/50 done]: unit/type/list-2 (5 seconds) Testing integration/replication-psync [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21342 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.199.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [13/50 done]: unit/type/hash (5 seconds) Testing integration/aof [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21213 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.186.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes list-max-ziplist-size 32 set-max-intset-entries 32 ERROR: [14/50 done]: unit/sort (5 seconds) Testing integration/rdb [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21273 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.192.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [15/50 done]: unit/expire (5 seconds) Testing integration/convert-zipmap-hash-on-load [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21223 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.187.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [16/50 done]: unit/other (5 seconds) Testing integration/logging [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21243 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.189.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [17/50 done]: unit/protocol (10 seconds) Testing integration/psync2 [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21333 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.198.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [18/50 done]: unit/multi (5 seconds) Testing integration/psync2-reg [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21353 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.200.3 slave-serve-stale-data yes appendonly yes appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21263 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.191.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21293 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.194.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21283 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.193.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [19/50 done]: unit/quit (5 seconds) Testing unit/pubsub [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21253 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.190.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21233 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.188.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes requirepass foobar ERROR: [20/50 done]: unit/auth (10 seconds) Testing unit/slowlog [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21323 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.197.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [21/50 done]: integration/replication-2 (5 seconds) Testing unit/scripting [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21363 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.201.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [22/50 done]: integration/block-repl (5 seconds) Testing unit/maxmemory [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21313 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.196.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21303 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.195.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21214 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename encodings.rdb dir ./tests/tmp/server.rdb-encoding-test.186.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21274 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename hash-zipmap.rdb dir ./tests/tmp/server.convert-zipmap-hash-on-load.192.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21224 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.log.187.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [23/50 done]: integration/logging (5 seconds) Testing unit/introspection [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21244 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.189.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [24/50 done]: integration/psync2 (5 seconds) Testing unit/introspection-2 [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21334 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.198.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [25/50 done]: integration/psync2-reg (5 seconds) Testing unit/limits [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21354 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.200.5 slave-serve-stale-data yes appendonly yes appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21264 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.191.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes aof-use-rdb-preamble no ERROR: [26/50 done]: unit/aofrw (10 seconds) Testing unit/obuf-limits [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21284 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.193.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [27/50 done]: unit/pubsub (5 seconds) Testing unit/bitops [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21294 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.194.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [28/50 done]: integration/replication-3 (10 seconds) Testing unit/bitfield [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21254 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.190.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21234 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.188.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes slowlog-log-slower-than 1000000 ERROR: [29/50 done]: unit/slowlog (5 seconds) Testing unit/geo [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21364 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.201.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21324 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.197.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21314 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.196.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21304 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.195.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21215 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.rdb-startup-test.186.8 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21275 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename hash-zipmap.rdb dir ./tests/tmp/server.convert-zipmap-hash-on-load.192.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes hash-max-ziplist-entries 1 ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21225 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.187.8 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [30/50 done]: unit/introspection (5 seconds) Testing unit/memefficiency [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21245 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.189.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [31/50 done]: unit/introspection-2 (5 seconds) Testing unit/hyperloglog [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21335 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.198.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes maxclients 10 ERROR: [32/50 done]: unit/limits (5 seconds) Testing unit/lazyfree [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21355 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.200.7 slave-serve-stale-data yes appendonly yes appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes stream-node-max-entries 10 ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21265 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.191.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [33/50 done]: unit/obuf-limits (5 seconds) Testing unit/wait [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21295 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.194.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [34/50 done]: unit/bitfield (5 seconds) Testing unit/pendingquerybuf [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21285 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.193.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [35/50 done]: unit/bitops (5 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21255 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.190.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21235 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.188.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [36/50 done]: unit/geo (5 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21325 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.197.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21315 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.196.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [37/50 done]: integration/replication-4 (15 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21365 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.201.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21305 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.195.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21216 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.rdb-startup-test.186.8 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21276 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename hash-zipmap.rdb dir ./tests/tmp/server.convert-zipmap-hash-on-load.192.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes hash-max-ziplist-value 1 ERROR: [38/50 done]: integration/convert-zipmap-hash-on-load (15 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21226 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.187.10 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21246 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.189.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [39/50 done]: unit/hyperloglog (5 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21336 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.198.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [40/50 done]: unit/lazyfree (5 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21356 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.200.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21296 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.194.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [41/50 done]: unit/pendingquerybuf (5 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21266 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.191.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [42/50 done]: unit/wait (5 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21256 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.190.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21326 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.197.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21366 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.201.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [43/50 done]: unit/maxmemory (15 seconds) [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21306 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.195.9 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [err]: Cant' start the Redis server CONFIGURATION:always-show-logo yes notify-keyspace-events KEA daemonize no pidfile /var/run/redis.pid port 21217 timeout 0 bind 127.0.0.1 loglevel verbose logfile '' databases 16 latency-monitor-threshold 1 save 60 10000 rdbcompression yes dbfilename dump.rdb dir ./tests/tmp/server.rdb-startup-test.186.8 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [exception]: Executing test client: could not set permissions for file "./tests/tmp/server.rdb-startup-test.186.8/dump.rdb": no such file or directory. could not set permissions for file "./tests/tmp/server.rdb-startup-test.186.8/dump.rdb": no such file or directory while executing "file attributes [file join $server_path dump.rdb] -permissions 0222" (file "tests/integration/rdb.tcl" line 73) invoked from within "source $path" (procedure "execute_tests" line 4) invoked from within "execute_tests $data" (procedure "test_client_main" line 10) invoked from within "test_client_main $::test_server_port " Killing still running Redis server 209 Killing still running Redis server 219 Killing still running Redis server 221 Killing still running Redis server 224 Killing still running Redis server 220 Killing still running Redis server 223 Killing still running Redis server 229 Killing still running Redis server 227 Killing still running Redis server 225 Killing still running Redis server 231 Killing still running Redis server 228 Killing still running Redis server 232 Killing still running Redis server 230 Killing still running Redis server 226 Killing still running Redis server 233 Killing still running Redis server 234 Killing still running Redis server 239 Killing still running Redis server 254 Killing still running Redis server 262 Killing still running Redis server 280 Killing still running Redis server 291 Killing still running Redis server 281 Killing still running Redis server 295 Killing still running Redis server 305 Killing still running Redis server 306 Killing still running Redis server 307 Killing still running Redis server 309 Killing still running Redis server 304 Killing still running Redis server 311 Killing still running Redis server 310 Killing still running Redis server 314 Killing still running Redis server 313 Killing still running Redis server 367 Killing still running Redis server 376 Killing still running Redis server 383 Killing still running Redis server 388 Killing still running Redis server 394 Killing still running Redis server 396 Killing still running Redis server 413 Killing still running Redis server 416 Killing still running Redis server 411 Killing still running Redis server 425 Killing still running Redis server 432 Killing still running Redis server 437 Killing still running Redis server 436 Killing still running Redis server 439 Killing still running Redis server 441 Killing still running Redis server 492 Killing still running Redis server 500 Killing still running Redis server 505 Killing still running Redis server 511 Killing still running Redis server 518 Killing still running Redis server 519 Killing still running Redis server 531 Killing still running Redis server 533 Killing still running Redis server 537 Killing still running Redis server 540 Killing still running Redis server 555 Killing still running Redis server 554 Killing still running Redis server 556 Killing still running Redis server 564 Killing still running Redis server 565 Killing still running Redis server 616 Killing still running Redis server 626 Killing still running Redis server 628 Killing still running Redis server 634 Killing still running Redis server 642 Killing still running Redis server 649 Killing still running Redis server 655 Killing still running Redis server 659 Killing still running Redis server 662 Killing still running Redis server 673 Killing still running Redis server 683 Killing still running Redis server 684 Killing still running Redis server 735 Killing still running Redis server 743 Killing still running Redis server 755 Killing still running Redis server 766 Killing still running Redis server 772 Killing still running Redis server 780 make[1]: *** [Makefile:256: test] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3/src' make: *** [Makefile:6: check] Error 2 * ERROR: dev-db/redis-5.0.3::gentoo failed (test phase): * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 3233: Called default * phase-functions.sh, line 872: Called default_src_test * phase-functions.sh, line 901: Called __eapi0_src_test * phase-helpers.sh, line 816: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} check || \ * die "Make check failed. See above for details." * * If you need support, post the output of `emerge --info '=dev-db/redis-5.0.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-db/redis-5.0.3::gentoo'`. * The complete build log is located at '/var/log/portage/dev-db:redis-5.0.3:20190417-235407.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/redis-5.0.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/redis-5.0.3/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3' * S: '/var/tmp/portage/dev-db/redis-5.0.3/work/redis-5.0.3'