* Package: dev-db/redis-4.0.9 * Repository: gentoo * Maintainer: ultrabug@gentoo.org 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-4.0.9.tar.gz to /var/tmp/portage/dev-db/redis-4.0.9/work >>> Source unpacked in /var/tmp/portage/dev-db/redis-4.0.9/work >>> Preparing source in /var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9 ... * Applying redis-3.2.3-config.patch ... [ ok ] * Applying redis-4.0.1-shared.patch ... [ ok ] * Applying redis-4.0.1-sharedlua.patch ... [ ok ] * Applying redis-sentinel-4.0.6-config.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running elibtoolize in: redis-4.0.9/ * Running elibtoolize in: redis-4.0.9/deps/jemalloc/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9 ... * econf: updating redis-4.0.9/deps/jemalloc/config.sub with /usr/share/gnuconfig/config.sub * econf: updating redis-4.0.9/deps/jemalloc/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-4.0.9 --htmldir=/usr/share/doc/redis-4.0.9/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-4.0.9/work/redis-4.0.9 ... 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-4.0.9/work/redis-4.0.9/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-4.0.9/work/redis-4.0.9/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-4.0.9/work/redis-4.0.9/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-4.0.9/work/redis-4.0.9/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-4.0.9/work/redis-4.0.9/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-4.0.9/work/redis-4.0.9/deps/hiredis' MAKE linenoise cd linenoise && make make[3]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9/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 linenoise.c: In function ‘refreshMultiLine’: linenoise.c:568:27: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug("clear+up"); ^ linenoise.c:574:20: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug("clear"); ^ linenoise.c:591:28: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug(""); ^ linenoise.c:619:17: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug("\n"); ^ make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9/deps/linenoise' make[2]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9/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 lzf_d.c: In function ‘lzf_decompress’: lzf_d.c:91:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:91:39: note: here case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ^~~~ lzf_d.c:91:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:91:63: note: here case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ^~~~ lzf_d.c:91:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:91:87: note: here 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ^~~~ lzf_d.c:91:102: warning: this statement may fall through [-Wimplicit-fallthrough=] *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:15: note: here case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:39: note: here case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:63: note: here case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:87: note: here 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:102: warning: this statement may fall through [-Wimplicit-fallthrough=] *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:15: note: here case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:39: note: here case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:63: note: here case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:87: note: here 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:102: warning: this statement may fall through [-Wimplicit-fallthrough=] *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:15: note: here case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:39: note: here case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:63: note: here case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:87: note: here 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:102: warning: this statement may fall through [-Wimplicit-fallthrough=] *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:15: note: here case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:39: note: here case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:63: note: here case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:87: note: here 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:102: warning: this statement may fall through [-Wimplicit-fallthrough=] *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:15: note: here case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:39: note: here case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:63: note: here case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:87: note: here 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:102: warning: this statement may fall through [-Wimplicit-fallthrough=] *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:15: note: here case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:39: note: here case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:63: note: here case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:87: note: here 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:102: warning: this statement may fall through [-Wimplicit-fallthrough=] *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:15: note: here case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:98:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:39: note: here case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:98:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:63: note: here case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:98:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:87: note: here 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:166:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 9: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:167:15: note: here case 8: *op++ = *ref++; ^~~~ lzf_d.c:167:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:168:15: note: here case 7: *op++ = *ref++; ^~~~ lzf_d.c:168:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:169:15: note: here case 6: *op++ = *ref++; ^~~~ lzf_d.c:169:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:170:15: note: here case 5: *op++ = *ref++; ^~~~ lzf_d.c:170:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:171:15: note: here case 4: *op++ = *ref++; ^~~~ lzf_d.c:171:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:172:15: note: here case 3: *op++ = *ref++; ^~~~ lzf_d.c:172:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:173:15: note: here case 2: *op++ = *ref++; ^~~~ lzf_d.c:173:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:174:15: note: here case 1: *op++ = *ref++; ^~~~ lzf_d.c:174:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 1: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:175:15: note: here case 0: *op++ = *ref++; /* two octets more */ ^~~~ 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 hyperloglog.c: In function ‘MurmurHash64A’: hyperloglog.c:429:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: h ^= (uint64_t)data[6] << 48; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:430:5: note: here case 6: h ^= (uint64_t)data[5] << 40; ^~~~ hyperloglog.c:430:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: h ^= (uint64_t)data[5] << 40; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:431:5: note: here case 5: h ^= (uint64_t)data[4] << 32; ^~~~ hyperloglog.c:431:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: h ^= (uint64_t)data[4] << 32; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:432:5: note: here case 4: h ^= (uint64_t)data[3] << 24; ^~~~ hyperloglog.c:432:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: h ^= (uint64_t)data[3] << 24; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:433:5: note: here case 3: h ^= (uint64_t)data[2] << 16; ^~~~ hyperloglog.c:433:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: h ^= (uint64_t)data[2] << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:434:5: note: here case 2: h ^= (uint64_t)data[1] << 8; ^~~~ hyperloglog.c:434:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: h ^= (uint64_t)data[1] << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:435:5: note: here case 1: h ^= (uint64_t)data[0]; ^~~~ 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 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 siphash.c: In function ‘siphash’: siphash.c:145:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: b |= ((uint64_t)in[6]) << 48; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:146:5: note: here case 6: b |= ((uint64_t)in[5]) << 40; ^~~~ siphash.c:146:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: b |= ((uint64_t)in[5]) << 40; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:147:5: note: here case 5: b |= ((uint64_t)in[4]) << 32; ^~~~ siphash.c:147:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: b |= ((uint64_t)in[4]) << 32; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:148:5: note: here case 4: b |= ((uint64_t)in[3]) << 24; ^~~~ siphash.c:148:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: b |= ((uint64_t)in[3]) << 24; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:149:5: note: here case 3: b |= ((uint64_t)in[2]) << 16; ^~~~ siphash.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: b |= ((uint64_t)in[2]) << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:150:5: note: here case 2: b |= ((uint64_t)in[1]) << 8; ^~~~ siphash.c:150:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: b |= ((uint64_t)in[1]) << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:151:5: note: here case 1: b |= ((uint64_t)in[0]); break; ^~~~ siphash.c: In function ‘siphash_nocase’: siphash.c:205:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: b |= ((uint64_t)siptlw(in[6])) << 48; ^~ siphash.c:206:5: note: here case 6: b |= ((uint64_t)siptlw(in[5])) << 40; ^~~~ siphash.c:206:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: b |= ((uint64_t)siptlw(in[5])) << 40; ^~ siphash.c:207:5: note: here case 5: b |= ((uint64_t)siptlw(in[4])) << 32; ^~~~ siphash.c:207:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: b |= ((uint64_t)siptlw(in[4])) << 32; ^~ siphash.c:208:5: note: here case 4: b |= ((uint64_t)siptlw(in[3])) << 24; ^~~~ siphash.c:208:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: b |= ((uint64_t)siptlw(in[3])) << 24; ^~ siphash.c:209:5: note: here case 3: b |= ((uint64_t)siptlw(in[2])) << 16; ^~~~ siphash.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: b |= ((uint64_t)siptlw(in[2])) << 16; ^~ siphash.c:210:5: note: here case 2: b |= ((uint64_t)siptlw(in[1])) << 8; ^~~~ siphash.c:210:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: b |= ((uint64_t)siptlw(in[1])) << 8; ^~ siphash.c:211:5: note: here case 1: b |= ((uint64_t)siptlw(in[0])); break; ^~~~ 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 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 between signed and unsigned integer expressions [-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:799:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (offset > len) ^ lua_cmsgpack.c: In function ‘luaopen_create’: lua_cmsgpack.c:896:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < (sizeof(cmds)/sizeof(*cmds) - 1); i++) { ^ lua_cmsgpack.c: In function ‘luaopen_cmsgpack_safe’: lua_cmsgpack.c:931:19: warning: comparison between signed and unsigned integer expressions [-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 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 -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 redis-cli.o zmalloc.o release.o ae.o crc64.o ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o -lm -llua -lm -ldl -pthread -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 -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-4.0.9/work/redis-4.0.9/src' >>> Source compiled. >>> Test phase: dev-db/redis-4.0.9 make -j1 check cd src && make check make[1]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9/src' Cleanup: may take some time... OK Starting test server at port 11111 [ready]: 26979 Testing unit/printver [ready]: 26981 Testing unit/dump [ready]: 26980 Testing unit/auth [ready]: 26982 Testing unit/protocol [ready]: 26984 Testing unit/keyspace [ready]: 26985 Testing unit/scan [ready]: 26986 Testing unit/type/string [ready]: 26987 Testing unit/type/incr [ready]: 26988 Testing unit/type/list [ready]: 26989 Testing unit/type/list-2 [ready]: 26990 Testing unit/type/list-3 [ready]: 26992 Testing unit/type/set [ready]: 26994 Testing unit/type/zset [ready]: 26993 Testing unit/type/hash [ready]: 26995 Testing unit/sort [ready]: 26996 Testing unit/expire [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.26979.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [1/46 done]: unit/printver (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 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.26980.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 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.26982.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 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.26981.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [2/46 done]: unit/dump (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.26987.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [3/46 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 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.26989.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes list-max-ziplist-size 4 ERROR: [4/46 done]: unit/type/list-2 (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 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.26994.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [5/46 done]: unit/type/zset (5 seconds) Testing integration/replication [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.26992.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes set-max-intset-entries 512 ERROR: [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.26986.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [6/46 done]: unit/type/set (5 seconds) Testing integration/replication-2 [7/46 done]: unit/type/string (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 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.26993.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.26984.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 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.26996.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.26988.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes list-max-ziplist-size 5 ERROR: [8/46 done]: unit/type/hash (5 seconds) Testing integration/replication-4 [9/46 done]: unit/keyspace (5 seconds) Testing integration/replication-psync [10/46 done]: unit/expire (5 seconds) Testing integration/aof [11/46 done]: unit/type/list (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 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.26995.1 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: [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.26990.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes list-max-ziplist-size 16 ERROR: [12/46 done]: unit/sort (5 seconds) Testing integration/convert-zipmap-hash-on-load [13/46 done]: unit/type/list-3 (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 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.26985.1 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [14/46 done]: unit/scan (5 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 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.26980.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes requirepass foobar ERROR: [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.26979.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 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.26982.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [15/46 done]: unit/auth (10 seconds) Testing integration/psync2-reg [16/46 done]: unit/other (5 seconds) Testing unit/pubsub [17/46 done]: unit/protocol (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 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.26981.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [18/46 done]: unit/multi (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 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.26987.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [19/46 done]: unit/quit (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 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.26992.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [20/46 done]: integration/replication-2 (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 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.26986.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 21343 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.26994.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.26989.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 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.26993.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 encodings.rdb dir ./tests/tmp/server.rdb-encoding-test.26988.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 21353 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.26995.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 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.log.26990.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [21/46 done]: integration/logging (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 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.26985.3 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [22/46 done]: integration/psync2 (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 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.26984.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 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.26980.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 21214 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.26979.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 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.26982.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes slowlog-log-slower-than 1000000 ERROR: [23/46 done]: integration/psync2-reg (5 seconds) Testing unit/obuf-limits [24/46 done]: unit/pubsub (5 seconds) Testing unit/bitops [25/46 done]: unit/slowlog (5 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 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.26981.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 21344 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.26994.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 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.26987.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 dump.rdb dir ./tests/tmp/server.26986.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [26/46 done]: unit/maxmemory (5 seconds) Testing unit/geo [27/46 done]: integration/replication-3 (10 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 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.26992.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [28/46 done]: unit/introspection (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 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.26989.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [29/46 done]: unit/aofrw (10 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 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.26993.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 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.rdb-startup-test.26988.6 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.26990.6 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [30/46 done]: unit/introspection-2 (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 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.26984.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 21354 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.26995.3 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 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.26985.5 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes maxclients 10 ERROR: [31/46 done]: unit/limits (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 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.26979.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [32/46 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 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.26981.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 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.26980.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [33/46 done]: unit/obuf-limits (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 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.26982.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [34/46 done]: unit/bitfield (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 21345 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.26994.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 21275 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.26986.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [35/46 done]: unit/memefficiency (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 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.26987.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [36/46 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 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.26989.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [37/46 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 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.26993.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [38/46 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 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.26992.7 slave-serve-stale-data yes appendonly no appendfsync everysec no-appendfsync-on-rewrite no activerehashing yes ERROR: [39/46 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 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.rdb-startup-test.26988.6 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.26988.6/dump.rdb": no such file or directory. could not set permissions for file "./tests/tmp/server.rdb-startup-test.26988.6/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 54) 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 27004 Killing still running Redis server 27006 Killing still running Redis server 27009 Killing still running Redis server 27008 Killing still running Redis server 27014 Killing still running Redis server 27021 Killing still running Redis server 27026 Killing still running Redis server 27027 Killing still running Redis server 27024 Killing still running Redis server 27022 Killing still running Redis server 27028 Killing still running Redis server 27013 Killing still running Redis server 27025 Killing still running Redis server 27029 Killing still running Redis server 27031 Killing still running Redis server 27032 Killing still running Redis server 27982 Killing still running Redis server 27983 Killing still running Redis server 27985 Killing still running Redis server 27984 Killing still running Redis server 28025 Killing still running Redis server 28036 Killing still running Redis server 28032 Killing still running Redis server 28030 Killing still running Redis server 28042 Killing still running Redis server 28038 Killing still running Redis server 28040 Killing still running Redis server 28050 Killing still running Redis server 28049 Killing still running Redis server 28055 Killing still running Redis server 28057 Killing still running Redis server 28056 Killing still running Redis server 29186 Killing still running Redis server 29188 Killing still running Redis server 29187 Killing still running Redis server 29190 Killing still running Redis server 29231 Killing still running Redis server 29238 Killing still running Redis server 29241 Killing still running Redis server 29253 Killing still running Redis server 29236 Killing still running Redis server 29256 Killing still running Redis server 29258 Killing still running Redis server 29273 Killing still running Redis server 29278 Killing still running Redis server 29279 Killing still running Redis server 29280 Killing still running Redis server 30263 Killing still running Redis server 30260 Killing still running Redis server 30264 Killing still running Redis server 30265 Killing still running Redis server 30283 Killing still running Redis server 30291 Killing still running Redis server 30292 Killing still running Redis server 30303 Killing still running Redis server 30302 Killing still running Redis server 30304 Killing still running Redis server 30311 Killing still running Redis server 30317 Killing still running Redis server 30322 Killing still running Redis server 30324 Killing still running Redis server 31166 Killing still running Redis server 31186 make[1]: *** [Makefile:236: test] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9/src' make: *** [Makefile:6: check] Error 2 * ERROR: dev-db/redis-4.0.9::gentoo failed (test phase): * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 3160: Called default * phase-functions.sh, line 867: Called default_src_test * phase-functions.sh, line 896: 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-4.0.9::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-db/redis-4.0.9::gentoo'`. * The complete build log is located at '/var/log/portage/dev-db:redis-4.0.9:20180519-001431.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/redis-4.0.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/redis-4.0.9/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9' * S: '/var/tmp/portage/dev-db/redis-4.0.9/work/redis-4.0.9' * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-db:redis-4.0.9.iwklfa11/cgroup.procs': 31213