* Package: dev-db/redis-6.0.9  * Repository: gentoo  * Maintainer: robbat2@gentoo.org  * USE: abi_ppc_64 elibc_glibc jemalloc kernel_linux ppc64 test userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking redis-6.0.9.tar.gz to /var/tmp/portage/dev-db/redis-6.0.9/work >>> Source unpacked in /var/tmp/portage/dev-db/redis-6.0.9/work >>> Preparing source in /var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9 ... * Applying redis-3.2.3-config.patch ... patching file redis.conf Hunk #1 succeeded at 244 (offset 97 lines). Hunk #2 succeeded at 257 (offset 97 lines). Hunk #3 succeeded at 362 (offset 118 lines). Hunk #4 succeeded at 857 with fuzz 1 (offset 323 lines).  [ ok ] * Applying redis-5.0-shared.patch ... patching file src/Makefile Hunk #1 succeeded at 35 with fuzz 1 (offset 6 lines). Hunk #2 succeeded at 196 with fuzz 1 (offset 83 lines).  [ ok ] * Applying redis-6.0.9-sharedlua.patch ...  [ ok ] * Applying redis-5.0.8-ppc-atomic.patch ... patching file src/Makefile Hunk #1 succeeded at 72 with fuzz 1 (offset -5 lines).  [ ok ] * Applying redis-sentinel-5.0-config.patch ...  [ ok ] * Selected LUAPKGCONFIG=lua * Running eautoreconf in '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9' ... * Running aclocal ...  [ ok ] * Running autoconf --force ...  [ ok ] * Running elibtoolize in: redis-6.0.9/ * Running elibtoolize in: redis-6.0.9/deps/jemalloc/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9 ... * econf: updating redis-6.0.9/deps/jemalloc/build-aux/config.sub with /usr/share/gnuconfig/config.sub * econf: updating redis-6.0.9/deps/jemalloc/build-aux/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=powerpc64-unknown-linux-gnu --host=powerpc64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/redis-6.0.9 --htmldir=/usr/share/doc/redis-6.0.9/html --libdir=/usr/lib64 --without-luajit checking whether to build with debug information... no checking for powerpc64-unknown-linux-gnu-gcc... powerpc64-unknown-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 powerpc64-unknown-linux-gnu-gcc accepts -g... yes checking for powerpc64-unknown-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... powerpc64-unknown-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 powerpc64-unknown-linux-gnu-pkg-config... /usr/bin/powerpc64-unknown-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 tests/modules/Makefile config.status: creating Makefile config.status: creating deps/lua/Makefile config.status: creating deps/lua/etc/Makefile config.status: creating deps/lua/src/Makefile config.status: creating deps/hiredis/Makefile config.status: creating deps/Makefile config.status: creating deps/linenoise/Makefile config.status: creating src/modules/Makefile config.status: creating src/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9 ... make -j16 -l18 V=1 MALLOC=jemalloc AR=powerpc64-unknown-linux-gnu-ar CC=powerpc64-unknown-linux-gnu-gcc RANLIB=powerpc64-unknown-linux-gnu-ranlib cd src && make all make[1]: Entering directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/src' powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -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 rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d scripting.d bio.d rio.d rand.d memtest.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d gopher.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d fpconv.d strbuf.d lua_bit.d lua_cjson.d lua_cmsgpack.d lua_struct.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d crcspeed.d crc64.d siphash.d crc16.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d siphash.d (cd ../deps && make distclean) make[2]: Entering directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.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-6.0.9/work/redis-6.0.9/deps' (rm -f .make-*) echo STD=-std=c11 -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 BUILD_TLS= >> .make-settings echo USE_SYSTEMD= >> .make-settings echo CFLAGS=-std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL >> .make-settings echo LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE >> .make-settings echo PREV_FINAL_LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic >> .make-settings (cd ../deps && make hiredis linenoise) make[2]: Entering directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.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 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL" > .make-cflags) (echo "-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" > .make-ldflags) MAKE hiredis cd hiredis && make static MAKE linenoise cd linenoise && make make[3]: Entering directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/deps/hiredis' make[3]: Entering directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/deps/linenoise' powerpc64-unknown-linux-gnu-gcc -Wall -Os -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -c linenoise.c powerpc64-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb net.c powerpc64-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb hiredis.c powerpc64-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sds.c linenoise.c: In function ‘linenoiseEdit’: linenoise.c:835:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 835 | if (c < 0) return l.len; | ^ powerpc64-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb async.c powerpc64-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb read.c powerpc64-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sockcompat.c make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/deps/linenoise' powerpc64-unknown-linux-gnu-ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o sockcompat.o make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/deps/hiredis' make[2]: Leaving directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/deps' powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o adlist.o -c adlist.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o quicklist.o -c quicklist.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o ae.o -c ae.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o anet.o -c anet.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o dict.o -c dict.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o server.o -c server.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o sds.o -c sds.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o zmalloc.o -c zmalloc.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lzf_c.o -c lzf_c.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lzf_d.o -c lzf_d.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o pqsort.o -c pqsort.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o zipmap.o -c zipmap.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o sha1.o -c sha1.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o ziplist.o -c ziplist.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o release.o -c release.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o networking.o -c networking.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o util.o -c util.c In file included from server.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o object.o -c object.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o db.o -c db.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o replication.o -c replication.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o rdb.o -c rdb.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o t_string.o -c t_string.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o t_list.o -c t_list.c In file included from db.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o t_set.o -c t_set.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o t_zset.o -c t_zset.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o t_hash.o -c t_hash.c In file included from networking.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o config.o -c config.c In file included from object.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from rdb.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ In file included from replication.c:32: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ networking.c:2990:1: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 2990 | _Atomic unsigned long io_threads_pending[IO_THREADS_MAX_NUM]; | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o aof.o -c aof.c In file included from t_string.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o pubsub.o -c pubsub.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o multi.o -c multi.c In file included from t_list.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from t_set.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from t_hash.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from t_zset.c:59: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from config.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o debug.o -c debug.c In file included from aof.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from pubsub.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from multi.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o sort.o -c sort.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o intset.o -c intset.c In file included from debug.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ debug.c: In function ‘getMcontextEip’: debug.c:981:1: warning: no return statement in function returning non-void [-Wreturn-type] 981 | } | ^ debug.c:923:41: warning: unused parameter ‘uc’ [-Wunused-parameter] 923 | static void *getMcontextEip(ucontext_t *uc) { | ~~~~~~~~~~~~^~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o syncio.o -c syncio.c debug.c: In function ‘logRegisters’: debug.c:996:31: warning: unused parameter ‘uc’ [-Wunused-parameter] 996 | void logRegisters(ucontext_t *uc) { | ~~~~~~~~~~~~^~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o cluster.o -c cluster.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o crc16.o -c crc16.c In file included from sort.c:32: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o endianconv.o -c endianconv.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o slowlog.o -c slowlog.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o scripting.o -c scripting.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o bio.o -c bio.c In file included from syncio.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o rio.o -c rio.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o rand.o -c rand.c In file included from cluster.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o memtest.o -c memtest.c In file included from crc16.c:1: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o crcspeed.o -c crcspeed.c server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o crc64.o -c crc64.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o bitops.o -c bitops.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o sentinel.o -c sentinel.c In file included from slowlog.c:42: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from scripting.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from bio.c:61: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from rio.c:56: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o notify.o -c notify.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o setproctitle.o -c setproctitle.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o blocked.o -c blocked.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o hyperloglog.o -c hyperloglog.c In file included from bitops.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from sentinel.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o latency.o -c latency.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o sparkline.o -c sparkline.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o redis-check-rdb.o -c redis-check-rdb.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o redis-check-aof.o -c redis-check-aof.c In file included from notify.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o geo.o -c geo.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lazyfree.o -c lazyfree.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o module.o -c module.c In file included from blocked.c:63: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from hyperloglog.c:32: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o evict.o -c evict.c In file included from latency.c:36: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o expire.o -c expire.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o geohash.o -c geohash.c In file included from geo.h:4, from geo.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from sparkline.c:33: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from redis-check-aof.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from redis-check-rdb.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o geohash_helper.o -c geohash_helper.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o childinfo.o -c childinfo.c In file included from module.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o defrag.o -c defrag.c In file included from lazyfree.c:1: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ module.c:362:16: warning: redefinition of typedef ‘RedisModuleUserChangedFunc’ [-Wpedantic] 362 | typedef void (*RedisModuleUserChangedFunc) (uint64_t client_id, void *privdata); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from module.c:30: server.h:518:16: note: previous declaration of ‘RedisModuleUserChangedFunc’ was here 518 | typedef void (*RedisModuleUserChangedFunc) (uint64_t client_id, void *privdata); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o siphash.o -c siphash.c In file included from evict.c:33: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from expire.c:33: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o rax.o -c rax.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o t_stream.o -c t_stream.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o listpack.o -c listpack.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o localtime.o -c localtime.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lolwut.o -c lolwut.c In file included from childinfo.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from defrag.c:37: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lolwut5.o -c lolwut5.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lolwut6.o -c lolwut6.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o acl.o -c acl.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o gopher.o -c gopher.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o tracking.o -c tracking.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o connection.o -c connection.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o tls.o -c tls.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o sha256.o -c sha256.c In file included from t_stream.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o timeout.o -c timeout.c In file included from lolwut.c:36: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from lolwut6.c:42: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o setcpuaffinity.o -c setcpuaffinity.c In file included from lolwut5.c:36: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from acl.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from gopher.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from connection.c:30: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ In file included from tracking.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o fpconv.o -c fpconv.c In file included from tls.c:31: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o strbuf.o -c strbuf.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lua_bit.o -c lua_bit.c In file included from timeout.c:29: server.h:1072:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1072 | _Atomic unsigned int lruclock; /* Clock for LRU eviction */ | ^~~~~~~ server.h:1120:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1120 | _Atomic uint64_t next_client_id; /* Next client unique ID. Incremental. */ | ^~~~~~~ server.h:1169:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1169 | _Atomic long long stat_net_input_bytes; /* Bytes read from network. */ | ^~~~~~~ server.h:1170:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1170 | _Atomic long long stat_net_output_bytes; /* Bytes written to network. */ | ^~~~~~~ server.h:1178:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1178 | _Atomic long long stat_total_reads_processed; /* Total number of read events processed */ | ^~~~~~~ server.h:1179:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1179 | _Atomic long long stat_total_writes_processed; /* Total number of write events processed */ | ^~~~~~~ server.h:1202:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1202 | _Atomic size_t client_max_querybuf_len; /* Limit for client query buffer length */ | ^~~~~~~ server.h:1393:5: warning: ISO C99 does not support the ‘_Atomic’ qualifier [-Wpedantic] 1393 | _Atomic time_t unixtime; /* Unix time sampled every cron cycle. */ | ^~~~~~~ powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lua_cjson.o -c lua_cjson.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lua_cmsgpack.o -c lua_cmsgpack.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o lua_struct.o -c lua_struct.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o redis-cli.o -c redis-cli.c powerpc64-unknown-linux-gnu-gcc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=970 -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -MMD -o redis-benchmark.o -c redis-benchmark.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] 479 | 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] 986 | 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=] 691 | if (lua_touserdata(l, -1) == NULL) { | ^ lua_cjson.c:695:5: note: here 695 | default: | ^~~~~~~ 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] 806 | 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] 906 | 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] 941 | for (i = 0; i < (sizeof(cmds)/sizeof(*cmds) - 1); i++) { | ^ powerpc64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -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 crcspeed.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 lolwut6.o acl.o gopher.o tracking.o connection.o tls.o sha256.o timeout.o setcpuaffinity.o fpconv.o strbuf.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o ../deps/hiredis/libhiredis.a -lm -llua -lm -latomic -ldl -pthread -lrt -lsystemd -ljemalloc -ldl powerpc64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic -o redis-benchmark ae.o anet.o redis-benchmark.o adlist.o dict.o zmalloc.o siphash.o ../deps/hiredis/libhiredis.a -lm -llua -lm -latomic -ldl -pthread -lrt -lsystemd -ljemalloc -ldl install redis-server redis-sentinel install redis-server redis-check-rdb install redis-server redis-check-aof powerpc64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic -o redis-cli anet.o adlist.o dict.o redis-cli.o zmalloc.o release.o ae.o crcspeed.o crc64.o siphash.o crc16.o ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o -lm -llua -lm -latomic -ldl -pthread -lrt -lsystemd -ljemalloc -ldl Hint: It's a good idea to run 'make test' ;) make[1]: Leaving directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/src' >>> Source compiled. >>> Test phase: dev-db/redis-6.0.9 * You are emerging redis-6.0.9 with 'usersandbox' enabled. Expect some test failures or emerge with 'FEATURES=-usersandbox'! make -j16 -l18 check cd src && make check make[1]: Entering directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/src' CC Makefile.dep Cleanup: may take some time... OK Starting test server at port 11111 [ready]: 182 Testing unit/printver [ready]: 183 Testing unit/dump [ready]: 184 Testing unit/auth [ready]: 185 Testing unit/protocol [ready]: 186 Testing unit/keyspace [ready]: 187 Testing unit/scan [ready]: 188 Testing unit/type/string [ready]: 189 Testing unit/type/incr [ready]: 190 Testing unit/type/list [ready]: 191 Testing unit/type/list-2 [ready]: 192 Testing unit/type/list-3 [ready]: 193 Testing unit/type/set [ready]: 194 Testing unit/type/zset [ready]: 195 Testing unit/type/hash [ready]: 196 Testing unit/type/stream [ready]: 197 Testing unit/type/stream-cgroups [ok]: Handle an empty query [ok]: Negative multibulk length [ok]: Out of range multibulk length [ok]: Wrong multibulk payload header [ok]: Negative multibulk payload length [ok]: XADD can add entries into a stream that XRANGE can fetch [ok]: XADD IDs are incremental [ok]: Out of range multibulk payload length [ok]: XADD IDs are incremental when ms is the same as well [ok]: XADD IDs correctly report an error when overflowing [ok]: Non-number multibulk payload length [ok]: Multi bulk request not followed by bulk arguments [ok]: Generic wrong number of args [ok]: Unbalanced number of quotes [ok]: DUMP / RESTORE are able to serialize / unserialize a simple key [ok]: RESTORE can set an arbitrary expire to the materialized key [ok]: RESTORE can set an expire that overflows a 32 bit integer [ok]: RESTORE can set an absolute expire [ok]: RESTORE with ABSTTL in the past [ok]: RESTORE can set LRU [ok]: AUTH fails if there is no password configured server side [ok]: RESTORE can set LFU [ok]: RESTORE returns an error of the key already exists [ok]: RESTORE can overwrite an existing key with REPLACE [ok]: RESTORE can detect a syntax error for unrecongized options [ok]: DUMP of non existing key returns nil Testing Redis version 6.0.9 (00000000) [ok]: Check encoding - ziplist [ok]: ZSET basic ZADD and score update - ziplist [ok]: ZSET element can't be set to NaN with ZADD - ziplist [ok]: ZSET element can't be set to NaN with ZINCRBY [ok]: ZADD with options syntax error with incomplete pair [ok]: ZADD XX option without key - ziplist [ok]: ZADD XX existing key - ziplist [ok]: SET and GET an item [ok]: ZADD XX returns the number of elements actually added [ok]: SET and GET an empty item [ok]: ZADD XX updates existing elements score [ok]: INCR against non existing key [ok]: HSET/HLEN - Small hash creation [ok]: ZADD XX and NX are not compatible [ok]: INCR against key created by incr itself [ok]: ZADD NX with non existing key [ok]: INCR against key originally set with SET [ok]: Is the small hash encoded with a ziplist? [ok]: ZADD NX only add new elements without updating old ones [ok]: INCR over 32bit value [ok]: INCRBY over 32bit value with over 32bit increment [ok]: ZADD INCR works like ZINCRBY [ok]: LPOS basic usage [ok]: ZADD INCR works with a single score-elemenet pair [ok]: INCR fails against key with spaces (left) [ok]: LPOS RANK (positive and negative rank) option [ok]: ZADD CH option changes return value to all changed elements [ok]: INCR fails against key with spaces (right) [ok]: Explicit regression for a list bug [ok]: INCR fails against key with spaces (both) [ok]: INCR fails against a key holding a list [ok]: ZINCRBY calls leading to NaN result in error [ok]: DECRBY over 32bit value with over 32bit increment, negative res [ok]: ZADD - Variadic version base case [ok]: SADD, SCARD, SISMEMBER, SMEMBERS basics - regular set [ok]: LPOS COUNT option [ok]: ZADD - Return value is the number of actually added items [ok]: INCR uses shared objects in the 0-9999 range [ok]: LPOS COUNT + RANK option [ok]: ZADD - Variadic version does not add nothing on single parsing err [ok]: LPOS non existing key [ok]: ZADD - Variadic version will raise error on missing arg [ok]: SADD, SCARD, SISMEMBER, SMEMBERS basics - intset [ok]: ZINCRBY does not work variadic even if shares ZADD implementation [ok]: LPOS no match [ok]: INCR can modify objects in-place [ok]: SADD against non set [ok]: ZCARD basics - ziplist [ok]: INCRBYFLOAT against non existing key [ok]: SADD a non-integer against an intset [ok]: XGROUP CREATE: creation and duplicate group name detection [ok]: LPOS MAXLEN [ok]: INCRBYFLOAT against key originally set with SET [ok]: ZREM removes key after last element is removed [ok]: SADD an integer larger than 64 bits [ok]: XGROUP CREATE: automatic stream creation fails without MKSTREAM [ok]: INCRBYFLOAT over 32bit value [ok]: ZREM variadic version [ok]: LPOS when RANK is greater than matches [ok]: XGROUP CREATE: automatic stream creation works with MKSTREAM [ok]: INCRBYFLOAT over 32bit value with over 32bit increment [ok]: INCRBYFLOAT fails against key with spaces (left) [ok]: ZREM variadic version -- remove elements after key deletion [ok]: XREADGROUP will return only new elements [ok]: INCRBYFLOAT fails against key with spaces (right) [ok]: INCRBYFLOAT fails against key with spaces (both) [ok]: INCRBYFLOAT fails against a key holding a list [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - ziplist [ok]: INCRBYFLOAT does not allow NaN or Infinity [ok]: XREADGROUP can read the history of the elements we own [ok]: ZRANGE basics - ziplist [ok]: INCRBYFLOAT decrement [ok]: XPENDING is able to return pending items [ok]: string to double with null terminator [ok]: XPENDING can return single consumer items [ok]: No negative zero [ok]: XACK is able to remove items from the client/group PEL [ok]: XACK can't remove the same item multiple times [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - regular list [ok]: XACK is able to accept multiple arguments [ok]: ZREVRANGE basics - ziplist [ok]: R/LPOP against empty list [ok]: Variadic RPUSH/LPUSH [ok]: DEL a list [ok]: XACK should fail if got at least one invalid ID [ok]: ZRANK/ZREVRANK basics - ziplist [ok]: ZRANK - after deletion - ziplist [ok]: ZINCRBY - can create a new sorted set - ziplist [ok]: SCAN basic [ok]: PEL NACK reassignment after XGROUP SETID event [ok]: BLPOP, BRPOP: single existing list - linkedlist [ok]: ZINCRBY - increment and decrement - ziplist [ok]: ZINCRBY return value [ok]: XREADGROUP will not report data on empty history. Bug #5577 [ok]: BLPOP, BRPOP: multiple existing lists - linkedlist [ok]: XREADGROUP history reporting of deleted entries. Bug #5570 [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics [ok]: ZRANGEBYSCORE with WITHSCORES [ok]: BLPOP, BRPOP: second list has an entry - linkedlist [ok]: ZRANGEBYSCORE with LIMIT [ok]: BRPOPLPUSH - linkedlist [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES [ok]: ZRANGEBYSCORE with non-value min or max [ok]: BLPOP, BRPOP: single existing list - ziplist [ok]: BLPOP, BRPOP: multiple existing lists - ziplist [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics [ok]: BLPOP, BRPOP: second list has an entry - ziplist [ok]: ZLEXCOUNT advanced [ok]: BRPOPLPUSH - ziplist [ok]: XADD with MAXLEN option [ok]: ZRANGEBYSLEX with LIMIT [ok]: BLPOP, LPUSH + DEL should not awake blocked client [ok]: ZRANGEBYLEX with invalid lex range specifiers [ok]: BLPOP, LPUSH + DEL + SET should not awake blocked client [ok]: BLPOP with same key multiple times should work (issue #801) [ok]: MULTI/EXEC is isolated from the point of view of BLPOP [ok]: BLPOP with variadic LPUSH [ok]: SCAN COUNT [ok]: Protocol desync regression test #1 [ok]: ZREMRANGEBYSCORE basics [ok]: ZREMRANGEBYSCORE with non-value min or max [ok]: ZREMRANGEBYRANK basics [ok]: ZUNIONSTORE against non-existing key doesn't set destination - ziplist [ok]: ZUNIONSTORE with empty set - ziplist [ok]: SCAN MATCH [ok]: ZUNIONSTORE basics - ziplist [ok]: ZUNIONSTORE with weights - ziplist [ok]: ZUNIONSTORE with a regular set and weights - ziplist [ok]: ZUNIONSTORE with AGGREGATE MIN - ziplist [ok]: ZUNIONSTORE with AGGREGATE MAX - ziplist [ok]: ZINTERSTORE basics - ziplist [ok]: ZINTERSTORE with weights - ziplist [ok]: Very big payload in GET/SET [ok]: ZINTERSTORE with a regular set and weights - ziplist [ok]: SADD overflows the maximum allowed integers in an intset [ok]: ZINTERSTORE with AGGREGATE MIN - ziplist [ok]: ZINTERSTORE with AGGREGATE MAX - ziplist [ok]: Variadic SADD [ok]: ZUNIONSTORE with +inf/-inf scores - ziplist [ok]: DEL against a single item [ok]: ZUNIONSTORE with NaN weights ziplist [ok]: Regression for quicklist #3343 bug [ok]: Vararg DEL [ok]: KEYS with pattern [ok]: ZINTERSTORE with +inf/-inf scores - ziplist [ok]: KEYS to get all keys [ok]: DBSIZE [ok]: ZINTERSTORE with NaN weights ziplist [ok]: DEL all keys [ok]: Blocking XREADGROUP will not reply with an empty array [ok]: Basic ZPOP with a single key - ziplist [ok]: XGROUP DESTROY should unblock XREADGROUP with -NOGROUP [ok]: ZPOP with count - ziplist [ok]: RENAME can unblock XREADGROUP with data [ok]: BZPOP with a single existing sorted set - ziplist [ok]: RENAME can unblock XREADGROUP with -NOGROUP [ok]: BZPOP with multiple existing sorted sets - ziplist [ok]: BZPOP second sorted set has members - ziplist [ok]: Check encoding - skiplist [ok]: ZSET basic ZADD and score update - skiplist [ok]: ZSET element can't be set to NaN with ZADD - skiplist [ok]: ZSET element can't be set to NaN with ZINCRBY [ok]: ZADD with options syntax error with incomplete pair [ok]: ZADD XX option without key - skiplist [ok]: ZADD XX existing key - skiplist [ok]: ZADD XX returns the number of elements actually added [ok]: ZADD XX updates existing elements score [ok]: ZADD XX and NX are not compatible [ok]: ZADD NX with non existing key [ok]: ZADD NX only add new elements without updating old ones [ok]: ZADD INCR works like ZINCRBY [ok]: ZADD INCR works with a single score-elemenet pair [ok]: ZADD CH option changes return value to all changed elements [ok]: HSET/HLEN - Big hash creation [ok]: ZINCRBY calls leading to NaN result in error [ok]: Is the big hash encoded with an hash table? [ok]: ZADD - Variadic version base case [ok]: HGET against the small hash [ok]: ZADD - Return value is the number of actually added items [ok]: ZADD - Variadic version does not add nothing on single parsing err [ok]: ZADD - Variadic version will raise error on missing arg [ok]: ZINCRBY does not work variadic even if shares ZADD implementation [ok]: ZCARD basics - skiplist [ok]: ZREM removes key after last element is removed [ok]: ZREM variadic version [ok]: ZREM variadic version -- remove elements after key deletion [ok]: ZRANGE basics - skiplist [ok]: ZREVRANGE basics - skiplist [ok]: ZRANK/ZREVRANK basics - skiplist [ok]: ZRANK - after deletion - skiplist [ok]: ZINCRBY - can create a new sorted set - skiplist [ok]: ZINCRBY - increment and decrement - skiplist [ok]: ZINCRBY return value [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics [ok]: ZRANGEBYSCORE with WITHSCORES [ok]: ZRANGEBYSCORE with LIMIT [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES [ok]: ZRANGEBYSCORE with non-value min or max [ok]: SCAN TYPE [ok]: SSCAN with encoding intset [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics [ok]: SSCAN with encoding hashtable [ok]: ZLEXCOUNT advanced [1/58 done]: unit/printver (1 seconds) Testing unit/sort [ok]: HSCAN with encoding ziplist [ok]: ZRANGEBYSLEX with LIMIT [ok]: ZRANGEBYLEX with invalid lex range specifiers [ok]: Protocol desync regression test #2 [ok]: ZREMRANGEBYSCORE basics [ok]: ZREMRANGEBYSCORE with non-value min or max [ok]: ZREMRANGEBYRANK basics [ok]: ZUNIONSTORE against non-existing key doesn't set destination - skiplist [ok]: ZUNIONSTORE with empty set - skiplist [ok]: ZUNIONSTORE basics - skiplist [ok]: ZUNIONSTORE with weights - skiplist [ok]: ZUNIONSTORE with a regular set and weights - skiplist [ok]: ZUNIONSTORE with AGGREGATE MIN - skiplist [ok]: ZUNIONSTORE with AGGREGATE MAX - skiplist [ok]: ZINTERSTORE basics - skiplist [ok]: ZINTERSTORE with weights - skiplist [ok]: ZINTERSTORE with a regular set and weights - skiplist [ok]: ZINTERSTORE with AGGREGATE MIN - skiplist [ok]: ZINTERSTORE with AGGREGATE MAX - skiplist [ok]: ZUNIONSTORE with +inf/-inf scores - skiplist [ok]: ZUNIONSTORE with NaN weights skiplist [ok]: ZINTERSTORE with +inf/-inf scores - skiplist [ok]: ZINTERSTORE with NaN weights skiplist [ok]: Basic ZPOP with a single key - skiplist [ok]: ZPOP with count - skiplist [ok]: BZPOP with a single existing sorted set - skiplist [ok]: BZPOP with multiple existing sorted sets - skiplist [ok]: BZPOP second sorted set has members - skiplist [ok]: ZINTERSTORE regression with two sets, intset+hashtable [ok]: ZUNIONSTORE regression, should not create NaN in scores [ok]: ZINTERSTORE #516 regression, mixed sets and ziplist zsets [ok]: HGET against the big hash [ok]: HGET against non existing key [ok]: HSET in update and insert mode [ok]: HSETNX target key missing - small hash [ok]: HSETNX target key exists - small hash [ok]: HSETNX target key missing - big hash [ok]: HSETNX target key exists - big hash [ok]: HMSET wrong number of args [ok]: HMSET - small hash [ok]: HSCAN with encoding hashtable [ok]: ZSCAN with encoding ziplist [2/58 done]: unit/type/incr (1 seconds) Testing unit/expire [ok]: HMSET - big hash [ok]: HMGET against non existing key and fields [ok]: HMGET against wrong type [ok]: HMGET - small hash [ok]: Set encoding after DEBUG RELOAD [ok]: SREM basics - regular set [ok]: SREM basics - intset [ok]: SREM with multiple arguments [ok]: ZUNIONSTORE result is sorted [ok]: AUTH fails when a wrong password is given [ok]: ZSET commands don't accept the empty strings as valid score [ok]: SREM variadic version with more args needed to destroy the key [ok]: Arbitrary command gives an error when AUTH is required [ok]: AUTH succeeds when the right password is given [ok]: Once AUTH succeeded we can actually send commands to the server [ok]: ZSCAN with encoding skiplist [ok]: Old Ziplist: SORT BY key [ok]: Old Ziplist: SORT BY key with limit [ok]: Old Ziplist: SORT BY hash field [ok]: Protocol desync regression test #3 [ok]: HMGET - big hash [ok]: HKEYS - small hash [ok]: SCAN guarantees check under write load [ok]: SSCAN with integer encoded object (issue #1345) [ok]: SSCAN with PATTERN [ok]: HSCAN with PATTERN [ok]: ZSCAN with PATTERN [ok]: ZSCORE - ziplist [ok]: HKEYS - big hash [ok]: HVALS - small hash [ok]: HVALS - big hash [ok]: HGETALL - small hash [ok]: MIGRATE is caching connections [ok]: HGETALL - big hash [ok]: Generated sets must be encoded as hashtable [ok]: SINTER with two sets - hashtable [ok]: HDEL and return value [ok]: SINTERSTORE with two sets - hashtable [ok]: HDEL - more than a single value [ok]: HDEL - hash becomes empty before deleting all specified fields [ok]: HEXISTS [ok]: Is a ziplist encoded Hash promoted on big payload? [ok]: HINCRBY against non existing database key [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - hashtable [ok]: HINCRBY against non existing hash key [ok]: HINCRBY against hash key created by hincrby itself [ok]: HINCRBY against hash key originally set with HSET [ok]: HINCRBY over 32bit value [ok]: HINCRBY over 32bit value with over 32bit increment [ok]: HINCRBY fails against hash value with spaces (left) [ok]: HINCRBY fails against hash value with spaces (right) [ok]: HINCRBY can detect overflows [ok]: SUNION with two sets - hashtable [ok]: EXPIRE - set timeouts multiple times [ok]: HINCRBYFLOAT against non existing database key [ok]: EXPIRE - It should be still possible to read 'x' [ok]: HINCRBYFLOAT against non existing hash key [ok]: HINCRBYFLOAT against hash key created by hincrby itself [ok]: HINCRBYFLOAT against hash key originally set with HSET [ok]: HINCRBYFLOAT over 32bit value [ok]: HINCRBYFLOAT over 32bit value with over 32bit increment [ok]: SUNIONSTORE with two sets - hashtable [ok]: HINCRBYFLOAT fails against hash value with spaces (left) [ok]: SINTER against three sets - hashtable [ok]: ZSCORE after a DEBUG RELOAD - ziplist [ok]: SINTERSTORE with three sets - hashtable [ok]: HINCRBYFLOAT fails against hash value with spaces (right) [ok]: HINCRBYFLOAT fails against hash value that contains a null-terminator in the middle [ok]: HSTRLEN against the small hash [ok]: SUNION with non existing keys - hashtable [ok]: SDIFF with two sets - hashtable [ok]: SDIFF with three sets - hashtable [ok]: SDIFFSTORE with three sets - hashtable [ok]: ZSCAN scores: regression test for issue #2175 [ok]: ZSET sorting stresser - ziplist [3/58 done]: unit/auth (1 seconds) Testing unit/other [ok]: Generated sets must be encoded as intset [ok]: SINTER with two sets - intset [ok]: SINTERSTORE with two sets - intset [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - intset [ok]: SUNION with two sets - intset [ok]: SUNIONSTORE with two sets - intset [ok]: SINTER against three sets - intset [ok]: SINTERSTORE with three sets - intset [ok]: SUNION with non existing keys - intset [ok]: SDIFF with two sets - intset [ok]: SDIFF with three sets - intset [ok]: SDIFFSTORE with three sets - intset [ok]: SDIFF with first set empty [ok]: SDIFF with same set two times [ok]: HSTRLEN against the big hash [ok]: HSTRLEN against non existing field [ok]: HSTRLEN corner cases [ok]: Hash ziplist regression test for large keys [ok]: XCLAIM can claim PEL items from another consumer [ok]: SAVE - make sure there are all the types as values [ok]: Hash fuzzing #1 - 10 fields [ok]: Hash fuzzing #2 - 10 fields [ok]: Regression for a crash with blocking ops and pipelining [ok]: Old Linked list: SORT BY key [ok]: Old Linked list: SORT BY key with limit [ok]: Old Linked list: SORT BY hash field [ok]: BRPOPLPUSH with zero timeout should block indefinitely [4/58 done]: unit/protocol (1 seconds) Testing unit/multi [ok]: XCLAIM without JUSTID increments delivery count [ok]: XINFO FULL output [ok]: DEL against expired key [ok]: EXISTS [ok]: Zero length value in key. SET/GET/EXISTS [ok]: Commands pipelining [ok]: Non existing command [ok]: RENAME basic usage [ok]: RENAME source key should no longer exist [ok]: MUTLI / EXEC basics [ok]: RENAME against already existing key [ok]: DISCARD [ok]: RENAMENX basic usage [ok]: Nested MULTI are not allowed [ok]: RENAMENX against already existing key [ok]: RENAMENX against already existing key (2) [ok]: MULTI where commands alter argc/argv [ok]: RENAME against non existing source key [ok]: RENAME where source and dest key are the same (existing) [ok]: WATCH inside MULTI is not allowed [ok]: RENAMENX where source and dest key are the same (existing) [ok]: RENAME where source and dest key are the same (non existing) [ok]: EXEC fails if there are errors while queueing commands #1 [ok]: RENAME with volatile key, should move the TTL as well [ok]: RENAME with volatile key, should not inherit TTL of target key [ok]: DEL all keys again (DB 0) [ok]: DEL all keys again (DB 1) [ok]: EXEC fails if there are errors while queueing commands #2 [ok]: MOVE basic usage [ok]: If EXEC aborts, the client MULTI state is cleared [ok]: MOVE against key existing in the target DB [ok]: MOVE against non-integer DB (#1428) [ok]: EXEC works on WATCHed key not modified [ok]: EXEC fail on WATCHed key modified (1 key of 1 watched) [ok]: MOVE can move key expire metadata as well [ok]: EXEC fail on WATCHed key modified (1 key of 5 watched) [ok]: MOVE does not create an expire if it does not exist [ok]: EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty [ok]: SET/GET keys in different DBs [ok]: After successful EXEC key is no longer watched [ok]: After failed EXEC key is no longer watched [ok]: It is possible to UNWATCH [ok]: UNWATCH when there is nothing watched works as expected [ok]: FLUSHALL is able to touch the watched keys [ok]: FLUSHALL does not touch non affected keys [ok]: FLUSHDB is able to touch the watched keys [ok]: FLUSHDB does not touch non affected keys [ok]: WATCH is able to remember the DB a key belongs to [ok]: WATCH will consider touched keys target of EXPIRE [ok]: RANDOMKEY [ok]: RANDOMKEY against empty DB [ok]: RANDOMKEY regression 1 [ok]: KEYS * two times with long key, Github issue #1208 [5/58 done]: unit/keyspace (2 seconds) Testing unit/quit [ok]: FUZZ stresser with data model binary [ok]: QUIT returns OK [ok]: Pipelined commands after QUIT must not be executed [ok]: Pipelined commands after QUIT that exceed read buffer size [6/58 done]: unit/quit (0 seconds) Testing unit/aofrw [ok]: BRPOPLPUSH with a client BLPOPing the target list [ok]: BRPOPLPUSH with wrong source type [ok]: Very big payload random access [ok]: WATCH will consider touched expired keys [ok]: DISCARD should clear the WATCH dirty flag on the client [ok]: DISCARD should UNWATCH all the keys [ok]: Consumer group last ID propagation to slave (NOACK=0) [ok]: MULTI / EXEC is propagated correctly (single write command) [ok]: FUZZ stresser with data model alpha [ok]: MULTI / EXEC is propagated correctly (empty transaction) [ok]: EXPIRE - After 2.1 seconds the key should no longer be here [ok]: EXPIRE - write on expire should work [ok]: EXPIREAT - Check for EXPIRE alike behavior [ok]: SETEX - Set + Expire combo operation. Check for TTL [ok]: SETEX - Check value [ok]: SETEX - Overwrite old key [ok]: MULTI / EXEC is propagated correctly (read-only commands) [ok]: MULTI / EXEC is propagated correctly (write command, no effect) [ok]: DISCARD should not fail during OOM [ok]: XADD mass insertion and XLEN [ok]: XADD with ID 0-0 [ok]: XRANGE COUNT works as expected [ok]: XREVRANGE COUNT works as expected [ok]: BRPOPLPUSH with wrong destination type [ok]: BRPOPLPUSH maintains order of elements after failure [ok]: BRPOPLPUSH with multiple blocked clients [ok]: Linked BRPOPLPUSH [ok]: Circular BRPOPLPUSH [ok]: Self-referential BRPOPLPUSH [ok]: BRPOPLPUSH inside a transaction [ok]: PUSH resulting from BRPOPLPUSH affect WATCH [ok]: BRPOPLPUSH does not affect WATCH while still blocked [ok]: MULTI and script timeout [ok]: FUZZ stresser with data model compr [ok]: Consumer group last ID propagation to slave (NOACK=1) [ok]: XRANGE can be used to iterate the whole stream [ok]: EXEC and script timeout [ok]: SETEX - Wait for the key to expire [ok]: SETEX - Wrong time parameter [ok]: PERSIST can undo an EXPIRE [ok]: PERSIST returns 0 against non existing or non volatile keys [ok]: Hash fuzzing #1 - 512 fields [ok]: MULTI-EXEC body and script timeout [ok]: BGSAVE [ok]: SELECT an out of range DB [ok]: just EXEC and script timeout [ok]: exec with write commands and state change [ok]: exec with read commands and stale replica state change [ok]: EXEC with only read commands should not be rejected when OOM [ok]: EXEC with at least one use-memory command should fail [7/58 done]: unit/multi (4 seconds) Testing unit/acl [ok]: Connections start with the default user [ok]: It is possible to create new users [ok]: New users start disabled [ok]: Enabling the user allows the login [ok]: Only the set of correct passwords work [ok]: It is possible to remove passwords from the set of valid ones [ok]: Test password hashes can be added [ok]: Test password hashes validate input [ok]: ACL GETUSER returns the password hash instead of the actual password [ok]: Test hashed passwords removal [ok]: By default users are not able to access any command [ok]: By default users are not able to access any key [ok]: It's possible to allow the access of a subset of keys [ok]: Users can be configured to authenticate with any password [ok]: ACLs can exclude single commands [ok]: ACLs can include or exclude whole classes of commands [ok]: ACLs can include single subcommands [ok]: ACL GETUSER is able to translate back command permissions [ok]: ACL GETUSER provides reasonable results [ok]: ACL #5998 regression: memory leaks adding / removing subcommands [ok]: ACL LOG shows failed command executions at toplevel [ok]: ACL LOG is able to test similar events [ok]: ACL LOG is able to log keys access violations and key name [ok]: ACL LOG RESET is able to flush the entries in the log [ok]: ACL LOG can distinguish the transaction context (1) [ok]: ACL LOG can distinguish the transaction context (2) [ok]: ACL can log errors in the context of Lua scripting [ok]: ACL LOG can accept a numerical argument to show less entries [ok]: ACL LOG can log failed auth attempts [ok]: Empty stream with no lastid can be rewrite into AOF correctly [ok]: ACL LOG entries are limited to a maximum amount [ok]: When default user is off, new connections are not authenticated [ok]: ACL HELP should not have unexpected options [ok]: Delete a user that the client doesn't use [ok]: Delete a user that the client is using [ok]: BRPOPLPUSH timeout [ok]: BLPOP when new key is moved into place [ok]: BLPOP when result key is created by SORT..STORE [ok]: BLPOP: with single empty list argument [ok]: BLPOP: with negative timeout [ok]: BLPOP: with non-integer timeout [ok]: EXPIRES after a reload (snapshot + append only file rewrite) [ok]: Alice: can excute all command [ok]: Bob: just excute @set and acl command [ok]: ACL load and save [8/58 done]: unit/type/stream-cgroups (6 seconds) Testing unit/latency-monitor [ok]: EXPIRE precision is now the millisecond [9/58 done]: unit/acl (1 seconds) Testing integration/block-repl [ok]: SET 10000 numeric keys and access all them in reverse order [ok]: DBSIZE should be 10000 now [ok]: SETNX target key missing [ok]: SETNX target key exists [ok]: SETNX against not-expired volatile key [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: BLPOP: with zero timeout should block indefinitely [ok]: BLPOP: second argument is not a list [ok]: XREVRANGE returns the reverse of XRANGE [ok]: XREAD with non empty stream [ok]: Non blocking XREAD with empty streams [ok]: XREAD with non empty second stream [ok]: Blocking XREAD waiting new data [ok]: Blocking XREAD waiting old data [ok]: Blocking XREAD will not reply with an empty array [ok]: XREAD: XADD + DEL should not awake client [ok]: XREAD: XADD + DEL + LPUSH should not awake client [ok]: XREAD with same stream name multiple times should work [ok]: XREAD + multiple XADD inside transaction [ok]: XDEL basic test [ok]: PEXPIRE/PSETEX/PEXPIREAT can set sub-second expires [ok]: TTL returns time to live in seconds [ok]: PTTL returns time to live in milliseconds [ok]: TTL / PTTL return -1 if key has no expire [ok]: TTL / PTTL return -2 if key does not exit [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: Hash fuzzing #2 - 512 fields [ok]: Old Big Linked list: SORT BY key [ok]: Old Big Linked list: SORT BY key with limit [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: ZSETs skiplist implementation backlink consistency test - ziplist [ok]: Old Big Linked list: SORT BY hash field [ok]: Intset: SORT BY key [ok]: Intset: SORT BY key with limit [ok]: Intset: SORT BY hash field [ok]: BLPOP: timeout [ok]: BLPOP: arguments are empty [ok]: BRPOP: with single empty list argument [ok]: BRPOP: with negative timeout [ok]: BRPOP: with non-integer timeout [ok]: First server should have role slave after SLAVEOF [ok]: Redis should actively expire keys incrementally [ok]: Hash table: SORT BY key [ok]: Hash table: SORT BY key with limit [ok]: Hash table: SORT BY hash field [ok]: SDIFF fuzzing [ok]: SINTER against non-set should throw error [ok]: SUNION against non-set should throw error [ok]: SINTER should handle non existing key as empty [ok]: SINTER with same integer elements but different encoding [ok]: SINTERSTORE against non existing keys should delete dstkey [ok]: SUNIONSTORE against non existing keys should delete dstkey [ok]: SPOP basics - hashtable [ok]: SPOP with =1 - hashtable [ok]: SRANDMEMBER - hashtable [ok]: SPOP basics - intset [ok]: SPOP with =1 - intset [ok]: SRANDMEMBER - intset [ok]: SPOP with [ok]: SPOP with [ok]: SPOP using integers, testing Knuth's and Floyd's algorithm [ok]: SPOP using integers with Knuth's algorithm [ok]: SPOP new implementation: code path #1 [ok]: SPOP new implementation: code path #2 [ok]: SPOP new implementation: code path #3 [ok]: SRANDMEMBER with against non existing key [ok]: SRANDMEMBER with - hashtable [ok]: SRANDMEMBER with - intset [ok]: SMOVE basics - from regular set to intset [ok]: SMOVE basics - from intset to regular set [ok]: SMOVE non existing key [ok]: BRPOP: with zero timeout should block indefinitely [ok]: SMOVE non existing src set [ok]: BRPOP: second argument is not a list [ok]: SMOVE from regular set to non existing destination set [ok]: SMOVE from intset to non existing destination set [ok]: SMOVE wrong src key type [ok]: SMOVE wrong dst key type [ok]: SMOVE with identical source and destination [ok]: Redis should lazy expire keys [ok]: EXPIRES after AOF reload (without rewrite) [ok]: ZSETs ZRANK augmented skip list stress testing - ziplist [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client [ok]: BZPOPMIN with same key multiple times should work [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN [ok]: BZPOPMIN with variadic ZADD [ok]: Test latency events logging [ok]: LATENCY HISTORY output is ok [ok]: LATENCY LATEST output is ok [ok]: LATENCY HISTORY / RESET with wrong event name is fine [ok]: LATENCY DOCTOR produces some output [ok]: LATENCY RESET is able to reset events [ok]: Stress test the hash ziplist -> hashtable encoding conversion [ok]: BRPOP: timeout [ok]: BRPOP: arguments are empty [ok]: BLPOP inside a transaction [ok]: LPUSHX, RPUSHX - generic [ok]: LPUSHX, RPUSHX - linkedlist [ok]: LINSERT - linkedlist [ok]: LPUSHX, RPUSHX - ziplist [ok]: LINSERT - ziplist [ok]: LINSERT raise error on bad syntax [ok]: EXPIRE should not resurrect keys (issue #1026) [ok]: 5 keys in, 5 keys out [ok]: EXPIRE with empty string as TTL should report an error [ok]: LINDEX consistency test - quicklist [ok]: XDEL fuzz test [ok]: LINDEX random access - quicklist [10/58 done]: unit/type/hash (10 seconds) Testing integration/replication [ok]: BZPOPMIN with zero timeout should block indefinitely [ok]: ZSCORE - skiplist [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist [ok]: ZSCORE after a DEBUG RELOAD - skiplist [ok]: ZSET sorting stresser - skiplist [ok]: SETNX against expired volatile key [ok]: MGET [ok]: MGET against non existing key [ok]: MGET against non-string key [ok]: GETSET (set new value) [ok]: GETSET (replace old value) [ok]: MSET base case [ok]: MSET wrong number of args [ok]: MSETNX with already existent key [ok]: MSETNX with not existing keys [ok]: STRLEN against non-existing key [ok]: STRLEN against integer-encoded value [ok]: STRLEN against plain string [ok]: SETBIT against non-existing key [ok]: SETBIT against string-encoded key [ok]: SETBIT against integer-encoded key [ok]: SETBIT against key with wrong type [ok]: SETBIT with out of range bit offset [ok]: SETBIT with non-bit argument [ok]: LINDEX consistency test - quicklist [ok]: LINDEX random access - quicklist [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist [ok]: LLEN against non-list value error [ok]: LLEN against non existing key [ok]: LINDEX against non-list value error [ok]: LINDEX against non existing key [ok]: LPUSH against non-list value error [ok]: RPUSH against non-list value error [ok]: RPOPLPUSH base case - linkedlist [ok]: RPOPLPUSH with the same list as src and dst - linkedlist [ok]: RPOPLPUSH with linkedlist source and existing target linkedlist [ok]: RPOPLPUSH with linkedlist source and existing target ziplist [ok]: RPOPLPUSH base case - ziplist [ok]: RPOPLPUSH with the same list as src and dst - ziplist [ok]: RPOPLPUSH with ziplist source and existing target linkedlist [ok]: RPOPLPUSH with ziplist source and existing target ziplist [ok]: RPOPLPUSH against non existing key [ok]: RPOPLPUSH against non list src key [ok]: RPOPLPUSH against non list dst key [ok]: RPOPLPUSH against non existing src key [ok]: Basic LPOP/RPOP - linkedlist [ok]: Basic LPOP/RPOP - ziplist [ok]: LPOP/RPOP against non list value [ok]: PIPELINING stresser (also a regression for the old epoll bug) [ok]: APPEND basics [ok]: APPEND basics, integer encoded values [ok]: Mass RPOP/LPOP - quicklist [ok]: Mass RPOP/LPOP - quicklist [ok]: SETBIT fuzzing [ok]: GETBIT against non-existing key [ok]: LRANGE basics - linkedlist [ok]: LRANGE inverted indexes - linkedlist [ok]: GETBIT against string-encoded key [ok]: LRANGE out of range indexes including the full list - linkedlist [ok]: LRANGE out of range negative end index - linkedlist [ok]: GETBIT against integer-encoded key [ok]: LRANGE basics - ziplist [ok]: SETRANGE against non-existing key [ok]: LRANGE inverted indexes - ziplist [ok]: LRANGE out of range indexes including the full list - ziplist [ok]: SETRANGE against string-encoded key [ok]: LRANGE out of range negative end index - ziplist [ok]: LRANGE against non existing key [ok]: SETRANGE against integer-encoded key [ok]: SETRANGE against key with wrong type [ok]: SETRANGE with out of range offset [ok]: GETRANGE against non-existing key [ok]: GETRANGE against string value [ok]: GETRANGE against integer-encoded value [ok]: LTRIM basics - linkedlist [ok]: LTRIM out of range negative end index - linkedlist [ok]: LTRIM basics - ziplist [ok]: LTRIM out of range negative end index - ziplist [ok]: LSET - linkedlist [ok]: LSET out of range index - linkedlist [ok]: LSET - ziplist [ok]: LSET out of range index - ziplist [ok]: LSET against non existing key [ok]: LSET against non list value [ok]: LREM remove all the occurrences - linkedlist [ok]: LREM remove the first occurrence - linkedlist [ok]: LREM remove non existing element - linkedlist [ok]: LREM starting from tail with negative count - linkedlist [ok]: LREM starting from tail with negative count (2) - linkedlist [ok]: LREM deleting objects that may be int encoded - linkedlist [ok]: LREM remove all the occurrences - ziplist [ok]: LREM remove the first occurrence - ziplist [ok]: LREM remove non existing element - ziplist [ok]: LREM starting from tail with negative count - ziplist [ok]: LREM starting from tail with negative count (2) - ziplist [ok]: LREM deleting objects that may be int encoded - ziplist [ok]: Slave enters handshake [ok]: APPEND fuzzing [ok]: FLUSHDB [ok]: Perform a final SAVE to leave a clean DB on disk [11/58 done]: unit/other (11 seconds) Testing integration/replication-2 [ok]: Regression for bug 593 - chaining BRPOPLPUSH with other blocking cmds [12/58 done]: unit/type/list (12 seconds) Testing integration/replication-3 [ok]: GETRANGE fuzzing [ok]: Extended SET can detect syntax errors [ok]: Extended SET NX option [ok]: Extended SET XX option [ok]: Extended SET EX option [ok]: Extended SET PX option [ok]: Extended SET using multiple options at once [ok]: GETRANGE with huge ranges, Github issue #1844 [ok]: STRALGO LCS string output with STRINGS option [ok]: STRALGO LCS len [ok]: LCS with KEYS option [ok]: LCS indexes [ok]: LCS indexes with match len [ok]: LCS indexes with match len and minimum match len [ok]: LTRIM stress testing - linkedlist [13/58 done]: unit/type/string (13 seconds) Testing integration/replication-4 [ok]: intsets implementation stress testing [ok]: Big Hash table: SORT BY key [ok]: Big Hash table: SORT BY key with limit [ok]: First server should have role slave after SLAVEOF [ok]: If min-slaves-to-write is honored, write is accepted [ok]: No write if min-slaves-to-write is < attached slaves [ok]: If min-slaves-to-write is honored, write is accepted (again) [14/58 done]: unit/type/set (13 seconds) Testing integration/replication-psync [ok]: First server should have role slave after SLAVEOF [ok]: Big Hash table: SORT BY hash field [ok]: SORT GET # [ok]: SORT GET [ok]: SORT GET (key and hash) with sanity check [ok]: SORT BY key STORE [ok]: SORT BY hash field STORE [ok]: SORT extracts STORE correctly [ok]: SORT extracts multiple STORE correctly [ok]: SORT DESC [ok]: SORT ALPHA against integer encoded strings [ok]: SORT sorted set [ok]: SORT sorted set BY nosort should retain ordering [ok]: SORT sorted set BY nosort + LIMIT [ok]: SORT sorted set BY nosort works as expected from scripts [ok]: SORT sorted set: +inf and -inf handling [ok]: SORT regression for issue #19, sorting floats [ok]: SORT with STORE returns zero if result is empty (github issue 224) [ok]: SORT with STORE does not create empty lists (github issue 224) [ok]: SORT with STORE removes key if result is empty (github issue 227) [ok]: SORT with BY and STORE should still order output [ok]: SORT will complain with numerical sorting and bad doubles (1) [ok]: SORT will complain with numerical sorting and bad doubles (2) [ok]: SORT BY sub-sorts lexicographically if score is the same [ok]: SORT GET with pattern ending with just -> does not get hash field [ok]: SORT by nosort retains native order for lists [ok]: SORT by nosort plus store retains native order for lists [ok]: SORT by nosort with limit returns based on original list order [ok]: SCAN regression test for issue #4906 [ok]: SORT speed, 100 element list BY key, 100 times [ok]: SORT speed, 100 element list BY hash field, 100 times [ok]: SORT speed, 100 element list directly, 100 times [ok]: SET - use EX/PX option, TTL should not be reseted after loadaof [ok]: SET command will remove expire [ok]: SET - use KEEPTTL option, TTL should not be removed [ok]: SORT speed, 100 element list BY , 100 times [15/58 done]: unit/scan (14 seconds) Testing integration/aof [16/58 done]: unit/sort (13 seconds) Testing integration/rdb [ok]: Unfinished MULTI: Server should start if load-truncated is yes [ok]: RDB encoding loading test [ok]: First server should have role slave after SLAVEOF [ok]: Short read: Server should start if load-truncated is yes [ok]: Truncated AOF loaded: we expect foo to be equal to 5 [ok]: Append a new command after loading an incomplete AOF [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Server started empty with non-existing RDB file [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, disabled, reconnect: 0) [ok]: Short read + command: Server should start [ok]: Truncated AOF loaded: we expect foo to be equal to 6 now [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: Server started empty with empty RDB file [ok]: Bad format: Server should have logged an error [ok]: Unfinished MULTI: Server should have logged an error [ok]: Short read: Server should have logged an error [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: Short read: Utility should confirm the AOF is not valid [ok]: ZSETs skiplist implementation backlink consistency test - skiplist [ok]: Short read: Utility should be able to fix the AOF [ok]: Fixed AOF: Server should have been started [ok]: Fixed AOF: Keyspace should contain values that were parseable [ok]: Test RDB stream encoding [ok]: Server should not start if RDB file can't be open [ok]: SET - use KEEPTTL option, TTL should not be removed after loadaof [ok]: AOF+SPOP: Server should have been started [ok]: AOF+SPOP: Set should have 1 member [ok]: MIGRATE cached connections are released after some time [ok]: Server should not start if RDB is corrupted [17/58 done]: unit/expire (15 seconds) Testing integration/convert-zipmap-hash-on-load [ok]: AOF+SPOP: Server should have been started [ok]: AOF+SPOP: Set should have 1 member [ok]: Test FLUSHALL aborts bgsave [ok]: MIGRATE is able to migrate a key between two instances [ok]: bgsave resets the change counter [ok]: RDB load zipmap hash: converts to ziplist [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: AOF+EXPIRE: Server should have been started [ok]: AOF+EXPIRE: List should be empty [ok]: LATENCY of expire events are correctly collected [ok]: LATENCY HELP should not have unexpected options [ok]: MIGRATE is able to copy a key between two instances [18/58 done]: unit/latency-monitor (11 seconds) Testing integration/logging [ok]: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1 [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-entries is exceeded [ok]: ZSETs ZRANK augmented skip list stress testing - skiplist [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client [ok]: BZPOPMIN with same key multiple times should work [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN [ok]: BZPOPMIN with variadic ZADD [ok]: MIGRATE will not overwrite existing keys, unless REPLACE is used [ok]: Server is able to generate a stack trace on selected systems [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-value is exceeded [19/58 done]: integration/logging (1 seconds) Testing integration/psync2 [ok]: MIGRATE propagates TTL correctly [20/58 done]: integration/convert-zipmap-hash-on-load (2 seconds) Testing integration/psync2-reg [ok]: BZPOPMIN with zero timeout should block indefinitely [ok]: Stress tester for #3343-alike bugs [ok]: PSYNC2: --- CYCLE 1 --- [ok]: PSYNC2: [NEW LAYOUT] Set #0 as master [ok]: PSYNC2: Set #2 to replicate from #0 [ok]: PSYNC2: Set #1 to replicate from #0 [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: No write if min-slaves-max-lag is > of the slave lag [ok]: min-slaves-to-write is ignored by slaves [ok]: PSYNC2 #3899 regression: setup [ok]: Test replication with parallel clients writing in different DBs [ok]: ZSET skiplist order consistency when elements are moved [21/58 done]: unit/type/zset (21 seconds) Testing integration/psync2-pingoff [ok]: PSYNC2: cluster is consistent after failover [ok]: Slave is able to detect timeout during handshake [ok]: PSYNC2 pingoff: setup [ok]: PSYNC2 pingoff: write and wait replication [ok]: First server should have role slave after SLAVEOF [ok]: With min-slaves-to-write (1,3): master should be writable [ok]: With min-slaves-to-write (2,3): master should not be writable [ok]: Set instance A as slave of B [ok]: AOF rewrite during write load: RDB preamble=yes [ok]: Test replication partial resync: ok psync (diskless: no, disabled, reconnect: 1) [ok]: AOF fsync always barrier issue [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: client freed during loading [22/58 done]: integration/rdb (10 seconds) Testing integration/redis-cli [23/58 done]: integration/aof (10 seconds) Testing unit/pubsub [ok]: ziplist implementation: value encoding and backlink [ok]: INCRBYFLOAT replication, should not remove expire [ok]: BRPOPLPUSH replication, when blocking against empty list [ok]: Pub/Sub PING [ok]: PUBLISH/SUBSCRIBE basics [ok]: PUBLISH/SUBSCRIBE with two clients [ok]: PUBLISH/SUBSCRIBE after UNSUBSCRIBE without arguments [ok]: SUBSCRIBE to one channel more than once [ok]: UNSUBSCRIBE from non-subscribed channels [ok]: PUBLISH/PSUBSCRIBE basics [ok]: PUBLISH/PSUBSCRIBE with two clients [ok]: PUBLISH/PSUBSCRIBE after PUNSUBSCRIBE without arguments [ok]: PUNSUBSCRIBE from non-subscribed channels [ok]: NUMSUB returns numbers, not strings (#1561) [ok]: Mix SUBSCRIBE and PSUBSCRIBE [ok]: PUNSUBSCRIBE and UNSUBSCRIBE should always reply [ok]: Keyspace notifications: we receive keyspace notifications [ok]: Keyspace notifications: we receive keyevent notifications [ok]: Keyspace notifications: we can receive both kind of events [ok]: Keyspace notifications: we are able to mask events [ok]: Keyspace notifications: general events test [ok]: Keyspace notifications: list events test [ok]: Keyspace notifications: set events test [ok]: Keyspace notifications: zset events test [ok]: PSYNC2 #3899 regression: kill first replica [ok]: Interactive CLI: INFO response should be printed raw [ok]: Keyspace notifications: hash events test [ok]: Interactive CLI: Status reply [ok]: PSYNC2 #3899 regression: kill first replica [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: Keyspace notifications: expired events (triggered expire) [ok]: Interactive CLI: Integer reply [ok]: Interactive CLI: Bulk reply [ok]: Interactive CLI: Multi-bulk reply [ok]: Keyspace notifications: expired events (background expire) [ok]: Keyspace notifications: evicted events [ok]: Keyspace notifications: test CONFIG GET/SET of event flags [ok]: Interactive CLI: Parsing quotes [ok]: Non-interactive TTY CLI: Status reply [ok]: Non-interactive TTY CLI: Integer reply [ok]: Non-interactive TTY CLI: Bulk reply [ok]: Non-interactive TTY CLI: Multi-bulk reply [ok]: PSYNC2 #3899 regression: kill first replica [ok]: Non-interactive TTY CLI: Read last argument from pipe [ok]: Non-interactive TTY CLI: Read last argument from file [ok]: Non-interactive non-TTY CLI: Status reply [24/58 done]: unit/pubsub (1 seconds) Testing unit/slowlog [ok]: Non-interactive non-TTY CLI: Integer reply [ok]: Non-interactive non-TTY CLI: Bulk reply [ok]: Non-interactive non-TTY CLI: Multi-bulk reply [ok]: BRPOPLPUSH replication, list exists [ok]: Non-interactive non-TTY CLI: Read last argument from pipe [ok]: Non-interactive non-TTY CLI: Read last argument from file [ok]: SLOWLOG - check that it starts with an empty log [ok]: SLOWLOG - only logs commands taking more time than specified [ok]: SLOWLOG - max entries is correctly handled [ok]: SLOWLOG - GET optional argument to limit output len works [ok]: SLOWLOG - RESET subcommand works [ok]: BLPOP followed by role change, issue #2473 [ok]: PSYNC2 #3899 regression: kill first replica [ok]: PSYNC2 #3899 regression: kill first replica [ok]: SLOWLOG - logged entry sanity check [ok]: SLOWLOG - commands with too many arguments are trimmed [ok]: SLOWLOG - too long arguments are trimmed [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: SLOWLOG - EXEC is not logged, just executed commands [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 19675) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 2 --- [ok]: PSYNC2: [NEW LAYOUT] Set #2 as master [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: PSYNC2: Set #1 to replicate from #3 [ok]: PSYNC2: Set #0 to replicate from #1 [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: SLOWLOG - can clean older entires [ok]: MASTER and SLAVE consistency with expire [ok]: With min-slaves-to-write: master not writable with lagged slave [ok]: PSYNC2 #3899 regression: kill first replica [ok]: SLOWLOG - can be disabled [ok]: Second server should have role master at first [ok]: SLAVEOF should start with link status "down" [ok]: The role should immediately be changed to "replica" [ok]: LTRIM stress testing - ziplist [25/58 done]: unit/slowlog (2 seconds) Testing unit/scripting [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: EVAL - Does Lua interpreter replies to our requests? [ok]: EVAL - Lua integer -> Redis protocol type conversion [ok]: EVAL - Lua string -> Redis protocol type conversion [ok]: EVAL - Lua true boolean -> Redis protocol type conversion [ok]: EVAL - Lua false boolean -> Redis protocol type conversion [ok]: EVAL - Lua status code reply -> Redis protocol type conversion [ok]: EVAL - Lua error reply -> Redis protocol type conversion [ok]: EVAL - Lua table -> Redis protocol type conversion [ok]: EVAL - Are the KEYS and ARGV arrays populated correctly? [ok]: EVAL - is Lua able to call Redis API? [ok]: EVALSHA - Can we call a SHA1 if already defined? [ok]: EVALSHA - Can we call a SHA1 in uppercase? [ok]: EVALSHA - Do we get an error on invalid SHA1? [ok]: EVALSHA - Do we get an error on non defined SHA1? [ok]: EVAL - Redis integer -> Lua type conversion [ok]: EVAL - Redis bulk -> Lua type conversion [ok]: EVAL - Redis multi bulk -> Lua type conversion [ok]: EVAL - Redis status reply -> Lua type conversion [ok]: EVAL - Redis error reply -> Lua type conversion [ok]: EVAL - Redis nil bulk reply -> Lua type conversion [ok]: EVAL - Is the Lua client using the currently selected DB? [ok]: EVAL - SELECT inside Lua should not affect the caller [ok]: EVAL - Scripts can't run certain commands [ok]: EVAL - Scripts can't run XREAD and XREADGROUP with BLOCK option [ok]: EVAL - Scripts can't run certain commands [ok]: EVAL - No arguments to redis.call/pcall is considered an error [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - JSON numeric decoding [ok]: EVAL - JSON string decoding [ok]: EVAL - cmsgpack can pack double? [ok]: EVAL - cmsgpack can pack negative int64? [ok]: EVAL - cmsgpack can pack and unpack circular references? [ok]: EVAL - Numerical sanity check from bitop [ok]: EVAL - Verify minimal bitop functionality [ok]: EVAL - Able to parse trailing comments [ok]: SCRIPTING FLUSH - is able to clear the scripts cache? [ok]: SCRIPT EXISTS - can detect already defined scripts? [ok]: SCRIPT LOAD - is able to register scripts in the scripting cache [ok]: In the context of Lua the output of random commands gets ordered [ok]: SORT is normally not alpha re-ordered for the scripting engine [ok]: SORT BY output gets ordered for scripting [ok]: SORT BY with GET gets ordered for scripting [ok]: redis.sha1hex() implementation [ok]: Globals protection reading an undeclared global variable [ok]: Globals protection setting an undeclared global* [ok]: Test an example script DECR_IF_GT [ok]: Scripting engine resets PRNG at every script execution [ok]: Scripting engine PRNG can be seeded correctly [26/58 done]: unit/type/list-2 (27 seconds) Testing unit/maxmemory [ok]: PSYNC2 pingoff: pause replica and promote it [ok]: Without maxmemory small integers are shared [ok]: With maxmemory and non-LRU policy integers are still shared [ok]: With maxmemory and LRU policy integers are not shared [ok]: Sync should have transferred keys from master [ok]: The link status should be up [ok]: SET on the master should immediately propagate [ok]: FLUSHALL should replicate [ok]: ROLE in master reports master with a slave [ok]: ROLE in slave reports slave in connected state [ok]: First server should have role slave after SLAVEOF [ok]: EVAL does not leak in the Lua stack [ok]: maxmemory - is the memory limit honoured? (policy allkeys-random) [ok]: EVAL processes writes from AOF in read-only slaves [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lru) [ok]: PSYNC2: cluster is consistent after failover [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lfu) [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: Make the old master a replica of the new one and check conditions [ok]: PSYNC2 #3899 regression: kill first replica [ok]: maxmemory - is the memory limit honoured? (policy volatile-lru) [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: maxmemory - is the memory limit honoured? (policy volatile-lfu) [ok]: maxmemory - is the memory limit honoured? (policy volatile-random) [ok]: maxmemory - is the memory limit honoured? (policy volatile-ttl) [ok]: Dumping an RDB [ok]: Slave is able to evict keys created in writable slaves [ok]: PSYNC2 #3899 regression: kill first replica [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-random) [ok]: Test replication with blocking lists and sorted sets operations [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: PSYNC2 #3899 regression: kill first replica [ok]: PSYNC2 #3899 regression: kill chained replica [27/58 done]: integration/block-repl (27 seconds) Testing unit/introspection [ok]: CLIENT LIST [ok]: MONITOR can log executed commands [ok]: MONITOR can log commands issued by the scripting engine [ok]: CLIENT GETNAME should return NIL if name is not assigned [ok]: CLIENT LIST shows empty fields for unassigned names [ok]: CLIENT SETNAME does not accept spaces [ok]: CLIENT SETNAME can assign a name to this connection [ok]: CLIENT SETNAME can change the name of an existing connection [ok]: After CLIENT SETNAME, connection can still be closed [ok]: CONFIG sanity [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 36063) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-lru) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 3 --- [ok]: PSYNC2: [NEW LAYOUT] Set #1 as master [ok]: PSYNC2: Set #2 to replicate from #1 [ok]: PSYNC2: Set #3 to replicate from #1 [ok]: PSYNC2: Set #0 to replicate from #1 [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: Test replication partial resync: no backlog (diskless: no, disabled, reconnect: 1) [ok]: First server should have role slave after SLAVEOF [ok]: CONFIG REWRITE sanity [28/58 done]: unit/introspection (1 seconds) Testing unit/introspection-2 [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-lru) [ok]: PSYNC2: cluster is consistent after failover [ok]: Connecting as a replica [ok]: EVAL timeout from AOF [ok]: We can call scripts rewriting client->argv from Lua [ok]: Call Redis command with many args from Lua (issue #1764) [ok]: Number conversion precision test (issue #1118) [ok]: String containing number precision test (regression of issue #1118) [ok]: Verify negative arg count is error instead of crash (issue #1842) [ok]: Correct handling of reused argv (issue #1939) [ok]: Functions in the Redis namespace are able to report errors [ok]: PSYNC2 #3899 regression: kill first replica [ok]: MIGRATE can correctly transfer large values [ok]: PSYNC2 #3899 regression: kill first replica [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-random) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: MIGRATE can correctly transfer hashes [ok]: MASTER and SLAVE dataset should be identical after complex ops [ok]: Timedout read-only scripts can be killed by SCRIPT KILL [ok]: test various edge cases of repl topology changes with missing pings at the end [ok]: PSYNC2 #3899 regression: kill first replica [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: Timedout script link is still usable after Lua returns [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL [ok]: SHUTDOWN NOSAVE can kill a timedout script anyway [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-ttl) [ok]: XRANGE fuzzing [ok]: XREVRANGE regression test for issue #5006 [ok]: XREAD streamID edge (no-blocking) [ok]: XREAD streamID edge (blocking) [ok]: XADD streamID edge [29/58 done]: integration/replication-2 (25 seconds) Testing unit/limits [ok]: MIGRATE timeout actually works [ok]: TTL and TYPYE do not alter the last access time of a key [ok]: Before the replica connects we issue two EVAL commands (scripts replication) [ok]: XADD with MAXLEN > xlen can propagate correctly [ok]: MIGRATE can migrate multiple keys at once [ok]: MIGRATE with multiple keys must have empty key arg [ok]: maxmemory - policy volatile-lru should only remove volatile keys. [ok]: Connect a replica to the master instance (scripts replication) [ok]: Now use EVALSHA against the master, with both SHAs (scripts replication) [ok]: If EVALSHA was replicated as EVAL, 'x' should be '4' (scripts replication) [ok]: Replication of script multiple pushes to list with BLPOP (scripts replication) [ok]: EVALSHA replication when first call is readonly (scripts replication) [ok]: Lua scripts using SELECT are replicated correctly (scripts replication) [ok]: XADD with ~ MAXLEN can propagate correctly [ok]: MIGRATE with multiple keys migrate just existing ones [ok]: Check if maxclients works refusing connections [ok]: Piping raw protocol [30/58 done]: unit/limits (2 seconds) Testing unit/obuf-limits [ok]: maxmemory - policy volatile-lfu should only remove volatile keys. [ok]: MIGRATE with multiple keys: stress command rewriting [ok]: PSYNC2 #3899 regression: kill first replica [ok]: XTRIM with ~ MAXLEN can propagate correctly [ok]: Before the replica connects we issue two EVAL commands (commands replication) [ok]: MIGRATE with multiple keys: delete just ack keys [ok]: PSYNC2 #3899 regression: verify consistency [31/58 done]: integration/redis-cli (16 seconds) Testing unit/bitops [ok]: maxmemory - policy volatile-random should only remove volatile keys. [ok]: XADD can CREATE an empty stream [ok]: XSETID can set a specific ID [ok]: XSETID cannot SETID with smaller ID [ok]: XSETID cannot SETID on non-existent key [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 47199) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 4 --- [ok]: PSYNC2: [NEW LAYOUT] Set #0 as master [ok]: PSYNC2: Set #1 to replicate from #0 [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: PSYNC2: Set #3 to replicate from #0 [ok]: PSYNC2: Set #2 to replicate from #4 [ok]: BITCOUNT returns 0 against non existing key [ok]: BITCOUNT returns 0 with out of range indexes [ok]: BITCOUNT returns 0 with negative indexes where start > end [ok]: BITCOUNT against test vector #1 [ok]: BITCOUNT against test vector #2 [ok]: BITCOUNT against test vector #3 [ok]: BITCOUNT against test vector #4 [ok]: BITCOUNT against test vector #5 [ok]: MIGRATE AUTH: correct and wrong password cases [ok]: Connect a replica to the master instance (commands replication) [ok]: Now use EVALSHA against the master, with both SHAs (commands replication) [ok]: If EVALSHA was replicated as EVAL, 'x' should be '4' (commands replication) [ok]: Replication of script multiple pushes to list with BLPOP (commands replication) [ok]: EVALSHA replication when first call is readonly (commands replication) [ok]: Lua scripts using SELECT are replicated correctly (commands replication) [32/58 done]: integration/psync2-reg (22 seconds) Testing unit/bitfield [ok]: BITCOUNT fuzzing without start/end [33/58 done]: unit/dump (41 seconds) Testing unit/geo [ok]: TOUCH alters the last access time of a key [ok]: TOUCH returns the number of existing keys specified [ok]: command stats for GEOADD [ok]: command stats for EXPIRE [ok]: command stats for BRPOP [ok]: command stats for MULTI [ok]: command stats for scripts [ok]: maxmemory - policy volatile-ttl should only remove volatile keys. [ok]: BITFIELD signed SET and GET basics [ok]: BITFIELD unsigned SET and GET basics [ok]: BITFIELD # form [ok]: BITFIELD basic INCRBY form [ok]: BITFIELD chaining of multiple commands [ok]: BITFIELD unsigned overflow wrap [ok]: BITFIELD unsigned overflow sat [ok]: BITFIELD signed overflow wrap [ok]: BITFIELD signed overflow sat [ok]: GEOADD create [ok]: GEOADD update [ok]: GEOADD invalid coordinates [ok]: GEOADD multi add [ok]: Check geoset values [ok]: GEORADIUS simple (sorted) [ok]: GEORADIUS withdist (sorted) [ok]: GEORADIUS with COUNT [ok]: GEORADIUS with COUNT but missing integer argument [ok]: GEORADIUS with COUNT DESC [ok]: GEORADIUS HUGE, issue #2767 [ok]: GEORADIUSBYMEMBER simple (sorted) [ok]: GEORADIUSBYMEMBER withdist (sorted) [ok]: GEOHASH is able to return geohash strings [ok]: GEOPOS simple [ok]: GEOPOS missing element [ok]: GEODIST simple & unit [ok]: GEODIST missing elements [ok]: GEORADIUS STORE option: syntax error [ok]: GEORANGE STORE option: incompatible options [ok]: GEORANGE STORE option: plain usage [ok]: GEORANGE STOREDIST option: plain usage [ok]: GEORANGE STOREDIST option: COUNT ASC and DESC [34/58 done]: unit/introspection-2 (7 seconds) Testing unit/memefficiency [35/58 done]: unit/memefficiency (0 seconds) Testing unit/hyperloglog [ok]: BITFIELD overflow detection fuzzing [ok]: BITCOUNT fuzzing with start/end [ok]: BITCOUNT with start, end [ok]: BITCOUNT syntax error #1 [ok]: BITCOUNT regression test for github issue #582 [ok]: BITCOUNT misaligned prefix [ok]: BITCOUNT misaligned prefix + full words + remainder [ok]: BITOP NOT (empty string) [ok]: BITOP NOT (known string) [ok]: BITOP where dest and target are the same key [ok]: BITOP AND|OR|XOR don't change the string with single input key [ok]: BITOP missing key is considered a stream of zero [ok]: BITOP shorter keys are zero-padded to the key with max length [ok]: Empty stream can be rewrite into AOF correctly [ok]: BITOP and fuzzing [ok]: BITFIELD overflow wrap fuzzing [ok]: BITFIELD regression for #3221 [ok]: BITFIELD regression for #3564 [ok]: PSYNC2: cluster is consistent after failover [ok]: Connect a replica to the master instance [ok]: Redis.replicate_commands() must be issued before any write [ok]: Redis.replicate_commands() must be issued before any write (2) [ok]: Redis.set_repl() must be issued after replicate_commands() [ok]: Redis.set_repl() don't accept invalid values [ok]: Test selective replication of certain Redis commands from Lua [ok]: PRNG is seeded randomly for command replication [ok]: Using side effects is not a problem with command replication [ok]: Stream can be rewrite into AOF correctly after XDEL lastid [ok]: BITOP or fuzzing [ok]: XGROUP HELP should not have unexpected options [ok]: HyperLogLog self test passes [ok]: PFADD without arguments creates an HLL value [ok]: Approximated cardinality after creation is zero [ok]: PFADD returns 1 when at least 1 reg was modified [ok]: PFADD returns 0 when no reg was modified [ok]: PFADD works with empty string (regression) [ok]: PFCOUNT returns approximated cardinality of set [36/58 done]: unit/scripting (16 seconds) Testing unit/lazyfree [37/58 done]: unit/type/stream (43 seconds) Testing unit/wait [ok]: BITOP xor fuzzing [ok]: BITFIELD: setup slave [ok]: BITFIELD: write on master, read on slave [ok]: BITFIELD_RO fails when write option is used [ok]: BITOP NOT fuzzing [ok]: BITOP with integer encoded source objects [ok]: BITOP with non string source key [ok]: BITOP with empty string after non empty string (issue #529) [ok]: BITPOS bit=0 with empty key returns 0 [ok]: BITPOS bit=1 with empty key returns -1 [ok]: BITPOS bit=0 with string less than 1 word works [ok]: BITPOS bit=1 with string less than 1 word works [ok]: BITPOS bit=0 starting at unaligned address [ok]: BITPOS bit=1 starting at unaligned address [ok]: BITPOS bit=0 unaligned+full word+reminder [ok]: BITPOS bit=1 unaligned+full word+reminder [ok]: BITPOS bit=1 returns -1 if string is all 0 bits [ok]: BITPOS bit=0 works with intervals [ok]: BITPOS bit=1 works with intervals [ok]: BITPOS bit=0 changes behavior if end is given [ok]: UNLINK can reclaim memory in background [ok]: BITPOS bit=1 fuzzy testing using SETBIT [ok]: Chained replicas disconnect when replica re-connect with the same master [38/58 done]: unit/bitfield (4 seconds) Testing unit/pendingquerybuf [ok]: HyperLogLogs are promote from sparse to dense [ok]: FLUSHDB ASYNC can reclaim memory in background [ok]: BITPOS bit=0 fuzzy testing using SETBIT [39/58 done]: unit/bitops (5 seconds) Testing unit/tls [40/58 done]: unit/lazyfree (2 seconds) Testing unit/tracking [ok]: Setup slave [ok]: WAIT should acknowledge 1 additional copy of the data [41/58 done]: integration/psync2-pingoff (24 seconds) Testing unit/oom-score-adj [ok]: Clients are able to enable tracking and redirect it [ok]: The other connection is able to get invalidations [ok]: The client is now able to disable tracking [ok]: Clients can enable the BCAST mode with the empty prefix [ok]: The connection gets invalidation messages about all the keys [ok]: Clients can enable the BCAST mode with prefixes [ok]: Adding prefixes to BCAST mode works [ok]: Tracking NOLOOP mode in standard mode works [ok]: Tracking NOLOOP mode in BCAST mode works [42/58 done]: unit/tls (0 seconds) Testing unit/shutdown Logged warnings (pid 2916): (none) [exception]: Executing test client: ERR Invalid argument 'yes' for CONFIG SET 'oom-score-adj' - Failed to set current oom_score_adj. Check server logs.. ERR Invalid argument 'yes' for CONFIG SET 'oom-score-adj' - Failed to set current oom_score_adj. Check server logs. while executing "[srv $level "client"] {*}$args" (procedure "r" line 7) invoked from within "r config set oom-score-adj yes" ("uplevel" body line 6) invoked from within "uplevel 1 $code" (procedure "test" line 51) invoked from within "test {CONFIG SET oom-score-adj works as expected} { set base [get_oom_score_adj] # Enable oom-score-adj, check defaults ..." ("uplevel" body line 13) invoked from within "uplevel 1 $code " (procedure "start_server" line 3) invoked from within "start_server {tags {"oom-score-adj"}} { proc get_oom_score_adj {{pid ""}} { if {$pid == ""} { set pid [srv 0 pid] ..." (file "tests/unit/oom-score-adj.tcl" line 5) invoked from within "source $path" (procedure "execute_test_file" line 4) invoked from within "execute_test_file $data" (procedure "test_client_main" line 10) invoked from within "test_client_main $::test_server_port " Killing still running Redis server 225 Killing still running Redis server 517 Killing still running Redis server 937 Killing still running Redis server 954 Killing still running Redis server 972 Killing still running Redis server 1035 Killing still running Redis server 1055 Killing still running Redis server 1315 Killing still running Redis server 1337 Killing still running Redis server 1362 Killing still running Redis server 1385 Killing still running Redis server 1408 Killing still running Redis server 1773 Killing still running Redis server 1795 Killing still running Redis server 1825 Killing still running Redis server 1836 Killing still running Redis server 1847 Killing still running Redis server 1857 Killing still running Redis server 1972 Killing still running Redis server 1990 Killing still running Redis server 2076 Killing still running Redis server 2086 Killing still running Redis server 2135 Killing still running Redis server 2412 Killing still running Redis server 2614 Killing still running Redis server 2646 Killing still running Redis server 2654 Killing still running Redis server 2673 Killing still running Redis server 2799 Killing still running Redis server 2814 Killing still running Redis server 2841 Killing still running Redis server 2857 Killing still running Redis server 2896 make[1]: *** [Makefile:351: test] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9/src' make: *** [Makefile:6: check] Error 2 * ERROR: dev-db/redis-6.0.9::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-db/redis-6.0.9::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-db/redis-6.0.9::gentoo'`. * The complete build log is located at '/var/log/portage/build/dev-db/redis-6.0.9:20201124-192435.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/redis-6.0.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/redis-6.0.9/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9' * S: '/var/tmp/portage/dev-db/redis-6.0.9/work/redis-6.0.9'