Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/redis.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44921-14591/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target x86_64 --nodeps /builddir/build/SPECS/redis.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/redis-7.0.5-3.oc9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/redis.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44921-14591/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/redis.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ErzflJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf redis-7.0.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/redis-doc-e50ea18.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /builddir/build/SOURCES/redis-7.0.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd redis-7.0.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + rm -rf redis-7.0.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/redis-7.0.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd redis-7.0.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv ../redis-doc-e50ea1872e4efaf2a7174700050b7ce1c47dc2a8 doc + echo 'Patch #1 (0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch):' Patch #1 (0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file man/man1/redis-benchmark.1 patching file man/man1/redis-check-aof.1 patching file man/man1/redis-check-rdb.1 patching file man/man1/redis-cli.1 patching file man/man1/redis-server.1 patching file man/man5/redis.conf.5 + mv deps/lua/COPYRIGHT COPYRIGHT-lua + mv deps/jemalloc/COPYING COPYING-jemalloc + mv deps/hiredis/COPYING COPYING-hiredis + mv deps/hdr_histogram/LICENSE.txt LICENSE-hdrhistogram + mv deps/hdr_histogram/COPYING.txt COPYING-hdrhistogram + sed -i -e 's|^logfile .*$|logfile /var/log/redis/redis.log|g' redis.conf + sed -i -e 's|^logfile .*$|logfile /var/log/redis/sentinel.log|g' sentinel.conf + sed -i -e 's|^dir .*$|dir /var/lib/redis|g' redis.conf ++ sed -n -e 's/#define REDISMODULE_APIVER_[0-9][0-9]* //p' src/redismodule.h + api=1 + test 1 '!=' 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WeqbDv + umask 022 + cd /builddir/build/BUILD + cd redis-7.0.5 + /usr/bin/make -O -j32 V=1 VERBOSE=1 DEBUG= V=echo LDFLAGS= 'CFLAGS+=-O2 -g -fPIC' 'INSTALL=install -p' PREFIX=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes all cd src && /usr/bin/make all make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MM acl.c adlist.c ae.c anet.c aof.c bio.c bitops.c blocked.c call_reply.c childinfo.c cli_common.c cluster.c commands.c config.c connection.c crc16.c crc64.c crcspeed.c db.c debug.c defrag.c dict.c endianconv.c eval.c evict.c expire.c function_lua.c functions.c geo.c geohash.c geohash_helper.c hyperloglog.c intset.c latency.c lazyfree.c listpack.c localtime.c lolwut.c lolwut5.c lolwut6.c lzf_c.c lzf_d.c memtest.c module.c monotonic.c mt19937-64.c multi.c networking.c notify.c object.c pqsort.c pubsub.c quicklist.c rand.c rax.c rdb.c redis-benchmark.c redis-check-aof.c redis-check-rdb.c redis-cli.c redisassert.c release.c replication.c resp_parser.c rio.c script.c script_lua.c sds.c sentinel.c server.c setcpuaffinity.c setproctitle.c sha1.c sha256.c siphash.c slowlog.c sort.c sparkline.c syncio.c syscheck.c t_hash.c t_list.c t_set.c t_stream.c t_string.c t_zset.c timeout.c tls.c tracking.c util.c ziplist.c zipmap.c zmalloc.c > Makefile.dep 2> /dev/null || true make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' 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 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 eval.d bio.d rio.d rand.d memtest.d syscheck.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 tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d monotonic.d mt19937-64.d resp_parser.d call_reply.d script_lua.d script.d functions.d function_lua.d commands.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d redisassert.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d redisassert.d release.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' (cd ../deps && /usr/bin/make distclean) (cd hiredis && /usr/bin/make clean) > /dev/null || true (cd linenoise && /usr/bin/make clean) > /dev/null || true (cd lua && /usr/bin/make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/bin/make distclean) > /dev/null || true (cd hdr_histogram && /usr/bin/make clean) > /dev/null || true make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' (rm -f .make-*) make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' (cd modules && /usr/bin/make clean) make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src/modules' rm -rf *.xo *.so make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src/modules' (cd ../tests/modules && /usr/bin/make clean) make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/tests/modules' rm -f commandfilter.so basics.so testrdb.so fork.so infotest.so propagate.so misc.so hooks.so blockonkeys.so blockonbackground.so scan.so datatype.so datatype2.so auth.so keyspace_events.so blockedclient.so getkeys.so getchannels.so test_lazyfree.so timer.so defragtest.so keyspecs.so hash.so zset.so stream.so mallocsize.so aclcheck.so list.so subcommands.so reply.so cmdintrospection.so eventloop.so moduleconfigs.so moduleconfigstwo.so publish.so commandfilter.xo basics.xo testrdb.xo fork.xo infotest.xo propagate.xo misc.xo hooks.xo blockonkeys.xo blockonbackground.xo scan.xo datatype.xo datatype2.xo auth.xo keyspace_events.xo blockedclient.xo getkeys.xo getchannels.xo test_lazyfree.xo timer.xo defragtest.xo keyspecs.xo hash.xo zset.xo stream.xo mallocsize.xo aclcheck.xo list.xo subcommands.xo reply.xo cmdintrospection.xo eventloop.xo moduleconfigs.xo moduleconfigstwo.xo publish.xo make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/tests/modules' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' (rm -f .make-*) make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' echo STD=-pedantic -DREDIS_STATIC='' -std=c11 >> .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=yes >> .make-settings echo USE_SYSTEMD= >> .make-settings echo CFLAGS=-O2 -g -fPIC >> .make-settings echo LDFLAGS= >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL >> .make-settings echo PREV_FINAL_LDFLAGS= -rdynamic >> .make-settings make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' (cd ../deps && /usr/bin/make hiredis linenoise lua hdr_histogram jemalloc) (cd hiredis && /usr/bin/make clean) > /dev/null || true (cd linenoise && /usr/bin/make clean) > /dev/null || true (cd lua && /usr/bin/make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/bin/make distclean) > /dev/null || true (cd hdr_histogram && /usr/bin/make clean) > /dev/null || true make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' (rm -f .make-*) make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' (echo "" > .make-ldflags) make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' (echo "-O2 -g -fPIC" > .make-cflags) make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' MAKE hiredis make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' cd hiredis && /usr/bin/make static USE_SSL=1 make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' MAKE linenoise make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' cd linenoise && /usr/bin/make make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' MAKE lua make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' cd lua/src && /usr/bin/make all CFLAGS="-Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 " MYLDFLAGS="" AR="ar rc" make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' MAKE hdr_histogram make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' cd hdr_histogram && /usr/bin/make make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lopcodes.o lopcodes.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic alloc.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lmem.o lmem.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o ltm.o ltm.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lzio.o lzio.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lstring.o lstring.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o fpconv.o fpconv.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lstate.o lstate.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o strbuf.o strbuf.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lfunc.o lfunc.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o ldump.o ldump.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' ldump.c: In function 'DumpString': ldump.c:63:26: warning: the comparison will always evaluate as 'false' for the pointer operand in 's + 24' must not be NULL [-Waddress] 63 | if (s==NULL || getstr(s)==NULL) | ^~ make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sockcompat.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lobject.o lobject.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o linit.o linit.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lundump.o lundump.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o loslib.o loslib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o ldblib.o ldblib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lmathlib.o lmathlib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o ltablib.o ltablib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic net.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o loadlib.o loadlib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lbaselib.o lbaselib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lauxlib.o lauxlib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o ldo.o ldo.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o liolib.o liolib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o llex.o llex.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o ltable.o ltable.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lua_bit.o lua_bit.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o ldebug.o ldebug.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o luac.o luac.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lua_struct.o lua_struct.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lgc.o lgc.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o print.o print.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic ssl.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' ar rcs libhiredis_ssl.a ssl.o make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic read.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lua.o lua.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hdr_histogram' cc -std=c99 -Wall -Os -O2 -g -fPIC -DHDR_MALLOC_INCLUDE=\"hdr_redis_malloc.h\" -c hdr_histogram.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hdr_histogram' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hdr_histogram' ar rcs libhdrhistogram.a hdr_histogram.o make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hdr_histogram' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lua_cmsgpack.o lua_cmsgpack.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lcode.o lcode.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/linenoise' cc -Wall -Os -O2 -g -fPIC -c linenoise.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/linenoise' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic async.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lvm.o lvm.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lstrlib.o lstrlib.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lua_cjson.o lua_cjson.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic hiredis.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lparser.o lparser.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' cc -std=c99 -c -O3 -fPIC -O2 -g -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sds.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/hiredis' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -O2 -g -fPIC -O2 -c -o lapi.o lapi.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' ar rc liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files ranlib liblua.a make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -o luac luac.o print.o liblua.a -lm make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' cc -o lua lua.o liblua.a -lm make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/lua/src' make[2]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps' MAKE jemalloc cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC" LDFLAGS="" checking for xsltproc... false checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether compiler is cray... no checking whether compiler supports -std=gnu11... yes checking whether compiler supports -Wall... yes checking whether compiler supports -Wextra... yes checking whether compiler supports -Wshorten-64-to-32... no checking whether compiler supports -Wsign-compare... yes checking whether compiler supports -Wundef... yes checking whether compiler supports -Wno-format-zero-length... yes checking whether compiler supports -pipe... yes checking whether compiler supports -g3... yes checking how to run the C preprocessor... gcc -E checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking whether g++ supports C++14 features by default... no checking whether g++ supports C++14 features with -std=c++14... no checking whether g++ supports C++14 features with -std=c++0x... no checking whether g++ supports C++14 features with +std=c++14... no checking whether g++ supports C++14 features with -h std=c++14... no configure: No compiler with C++14 support was found checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 whether byte ordering is bigendian... no checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of intmax_t... 8 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether pause instruction is compilable... yes checking number of significant virtual address bits... 48 checking for ar... ar checking for nm... nm checking for gawk... gawk checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking whether malloc_usable_size definition can use const argument... no checking for library containing log... -lm checking whether __attribute__ syntax is compilable... yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -fvisibility=hidden... no checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... yes checking whether tls_model attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... yes checking whether alloc_size attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... yes checking whether format(gnu_printf, ...) attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... yes checking whether format(printf, ...) attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... yes checking whether format(printf, ...) attribute is compilable... yes checking for a BSD-compatible install... install -p checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... false checking for memalign... yes checking for valloc... yes checking whether compiler supports -O3... yes checking whether compiler supports -O3... no checking whether compiler supports -funroll-loops... yes checking configured backtracing method... N/A checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether a program using __builtin_unreachable is compilable... yes checking whether a program using __builtin_ffsl is compilable... yes checking whether a program using __builtin_popcountl is compilable... yes checking LG_PAGE... 12 checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlsym... yes checking whether pthread_atfork(3) is compilable... yes checking whether pthread_setname_np(3) is compilable... yes checking for library containing clock_gettime... none required checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes checking whether mach_absolute_time() is compilable... no checking whether compiler supports -Werror... yes checking whether syscall(2) is compilable... yes checking for secure_getenv... yes checking for sched_getcpu... yes checking for sched_setaffinity... yes checking for issetugid... no checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether C11 atomics is compilable... no checking whether GCC __atomic atomics is compilable... yes checking whether GCC 8-bit __atomic atomics is compilable... yes checking whether GCC __sync atomics is compilable... yes checking whether GCC 8-bit __sync atomics is compilable... yes checking whether Darwin OSAtomic*() is compilable... no checking whether madvise(2) is compilable... yes checking whether madvise(..., MADV_FREE) is compilable... yes checking whether madvise(..., MADV_DONTNEED) is compilable... yes checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes checking for __builtin_clz... yes checking whether Darwin os_unfair_lock_*() is compilable... no checking whether glibc malloc hook is compilable... no checking whether glibc memalign hook is compilable... no checking whether pthreads adaptive mutexes is compilable... yes checking whether compiler supports -D_GNU_SOURCE... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... yes checking whether strerror_r returns char with gnu source is compilable... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating jemalloc.pc config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/jemalloc_typedefs.h config.status: creating include/jemalloc/internal/jemalloc_preamble.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc-config config.status: creating bin/jemalloc.sh config.status: creating bin/jeprof config.status: creating include/jemalloc/jemalloc_defs.h config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: creating test/include/test/jemalloc_test_defs.h config.status: executing include/jemalloc/internal/public_symbols.txt commands config.status: executing include/jemalloc/internal/private_symbols.awk commands config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands =============================================================================== jemalloc version : 5.2.1-0-g0 library revision : 2 CONFIG : --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC' LDFLAGS= CC : gcc CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops SPECIFIED_CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC EXTRA_CFLAGS : CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT CXX : g++ CONFIGURE_CXXFLAGS : SPECIFIED_CXXFLAGS : EXTRA_CXXFLAGS : LDFLAGS : EXTRA_LDFLAGS : DSO_LDFLAGS : -shared -Wl,-soname,$(@F) LIBS : -lm -pthread RPATH_EXTRA : XSLTPROC : false XSLROOT : PREFIX : /usr/local BINDIR : /usr/local/bin DATADIR : /usr/local/share INCLUDEDIR : /usr/local/include LIBDIR : /usr/local/lib MANDIR : /usr/local/share/man srcroot : abs_srcroot : /builddir/build/BUILD/redis-7.0.5/deps/jemalloc/ objroot : abs_objroot : /builddir/build/BUILD/redis-7.0.5/deps/jemalloc/ JEMALLOC_PREFIX : je_ JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : malloc_conf : documentation : 1 shared libs : 1 static libs : 1 autogen : 0 debug : 0 stats : 1 experimetal_smallocx : 0 prof : 0 prof-libunwind : 0 prof-libgcc : 0 prof-gcc : 0 fill : 1 utrace : 0 xmalloc : 0 log : 0 lazy_lock : 0 cache-oblivious : 1 cxx : 0 =============================================================================== make[2]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps' cd jemalloc && /usr/bin/make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC" LDFLAGS="" lib/libjemalloc.a make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/test_hooks.sym.o src/test_hooks.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/test_hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/test_hooks.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sc.sym.o src/sc.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/hash.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/sc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sc.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/prng.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/safety_check.sym.o src/safety_check.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hook.sym.o src/hook.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/safety_check.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/safety_check.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/mutex_pool.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/hook.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hook.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' /bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hook.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/safety_check.sym src/stats.sym src/sc.sym src/sz.sym src/tcache.sym src/test_hooks.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.o src/test_hooks.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sc.o src/sc.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hook.o src/hook.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.o src/safety_check.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -O2 -g -fPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[3]: Entering directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hook.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/safety_check.o src/stats.o src/sc.o src/sz.o src/tcache.o src/test_hooks.o src/ticker.o src/tsd.o src/witness.o make[3]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/deps/jemalloc' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o release.o -c release.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o lzf_c.o -c lzf_c.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o lzf_d.o -c lzf_d.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o adlist.o -c adlist.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o zipmap.o -c zipmap.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o pqsort.o -c pqsort.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o endianconv.o -c endianconv.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o zmalloc.o -c zmalloc.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o intset.o -c intset.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o ae.o -c ae.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o crc16.o -c crc16.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o syncio.o -c syncio.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o multi.o -c multi.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o sha1.o -c sha1.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o anet.o -c anet.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o rand.o -c rand.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o crc64.o -c crc64.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o syscheck.o -c syscheck.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o pubsub.o -c pubsub.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o slowlog.o -c slowlog.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o bio.o -c bio.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o crcspeed.o -c crcspeed.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o util.o -c util.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o sort.o -c sort.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o memtest.o -c memtest.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o dict.o -c dict.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o notify.o -c notify.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o setproctitle.o -c setproctitle.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o ziplist.o -c ziplist.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o quicklist.o -c quicklist.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o rio.o -c rio.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o t_string.o -c t_string.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o t_list.o -c t_list.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o t_set.o -c t_set.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o t_hash.o -c t_hash.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o sparkline.o -c sparkline.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o sds.o -c sds.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o redis-check-rdb.o -c redis-check-rdb.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o lazyfree.o -c lazyfree.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o geohash.o -c geohash.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o childinfo.o -c childinfo.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o siphash.o -c siphash.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o geohash_helper.o -c geohash_helper.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o localtime.o -c localtime.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o blocked.o -c blocked.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o redis-check-aof.o -c redis-check-aof.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o latency.o -c latency.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o object.o -c object.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o setcpuaffinity.o -c setcpuaffinity.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o debug.o -c debug.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o lolwut6.o -c lolwut6.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o sha256.o -c sha256.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o lolwut.o -c lolwut.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o expire.o -c expire.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o lolwut5.o -c lolwut5.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o bitops.o -c bitops.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o monotonic.o -c monotonic.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o timeout.o -c timeout.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o evict.o -c evict.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o mt19937-64.o -c mt19937-64.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o geo.o -c geo.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o db.o -c db.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o redisassert.o -c redisassert.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o resp_parser.o -c resp_parser.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o connection.o -c connection.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o hyperloglog.o -c hyperloglog.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o tracking.o -c tracking.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o eval.o -c eval.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o aof.o -c aof.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o commands.o -c commands.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o function_lua.o -c function_lua.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o script.o -c script.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o call_reply.o -c call_reply.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o defrag.o -c defrag.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o cli_common.o -c cli_common.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o listpack.o -c listpack.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o tls.o -c tls.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o replication.o -c replication.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o config.o -c config.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o functions.o -c functions.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o rax.o -c rax.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o script_lua.o -c script_lua.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o networking.o -c networking.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o rdb.o -c rdb.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o t_zset.o -c t_zset.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o acl.o -c acl.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o redis-benchmark.o -c redis-benchmark.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o sentinel.o -c sentinel.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o t_stream.o -c t_stream.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -rdynamic -o redis-benchmark ae.o anet.o redis-benchmark.o adlist.o dict.o zmalloc.o redisassert.o release.o crcspeed.o crc64.o siphash.o crc16.o monotonic.o cli_common.o mt19937-64.o ../deps/hiredis/libhiredis.a ../deps/hdr_histogram/libhdrhistogram.a ../deps/jemalloc/lib/libjemalloc.a -lm -ldl -pthread -lrt -lsystemd ../deps/hiredis/libhiredis_ssl.a -lssl -lcrypto make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o server.o -c server.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o cluster.o -c cluster.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o module.o -c module.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -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 eval.o bio.o rio.o rand.o memtest.o syscheck.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 tracking.o connection.o tls.o sha256.o timeout.o setcpuaffinity.o monotonic.o mt19937-64.o resp_parser.o call_reply.o script_lua.o script.o functions.o function_lua.o commands.o ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a ../deps/hdr_histogram/libhdrhistogram.a ../deps/jemalloc/lib/libjemalloc.a -lm -ldl -pthread -lrt -lsystemd ../deps/hiredis/libhiredis_ssl.a -lssl -lcrypto make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' install -p redis-server redis-sentinel make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' install -p redis-server redis-check-aof make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' install -p redis-server redis-check-rdb make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MMD -o redis-cli.o -c redis-cli.c make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -rdynamic -o redis-cli anet.o adlist.o dict.o redis-cli.o zmalloc.o release.o ae.o redisassert.o crcspeed.o crc64.o siphash.o crc16.o monotonic.o cli_common.o mt19937-64.o ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o ../deps/jemalloc/lib/libjemalloc.a -lm -ldl -pthread -lrt -lsystemd ../deps/hiredis/libhiredis_ssl.a -lssl -lcrypto make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' Hint: It's a good idea to run 'make test' ;) make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9yYhld + umask 022 + cd /builddir/build/BUILD + /usr/bin/rm -rf /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64 + /usr/bin/mkdir -p /builddir/build/BUILDROOT + /usr/bin/mkdir /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64 + cd redis-7.0.5 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64 'INSTALL=/usr/bin/install -p' DEBUG= V=echo LDFLAGS= 'CFLAGS+=-O2 -g -fPIC' 'INSTALL=install -p' PREFIX=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes cd src && /usr/bin/make install make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' cc -pedantic -DREDIS_STATIC= -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -O2 -g -fPIC -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL -MM acl.c adlist.c ae.c anet.c aof.c bio.c bitops.c blocked.c call_reply.c childinfo.c cli_common.c cluster.c commands.c config.c connection.c crc16.c crc64.c crcspeed.c db.c debug.c defrag.c dict.c endianconv.c eval.c evict.c expire.c function_lua.c functions.c geo.c geohash.c geohash_helper.c hyperloglog.c intset.c latency.c lazyfree.c listpack.c localtime.c lolwut.c lolwut5.c lolwut6.c lzf_c.c lzf_d.c memtest.c module.c monotonic.c mt19937-64.c multi.c networking.c notify.c object.c pqsort.c pubsub.c quicklist.c rand.c rax.c rdb.c redis-benchmark.c redis-check-aof.c redis-check-rdb.c redis-cli.c redisassert.c release.c replication.c resp_parser.c rio.c script.c script_lua.c sds.c sentinel.c server.c setcpuaffinity.c setproctitle.c sha1.c sha256.c siphash.c slowlog.c sort.c sparkline.c syncio.c syscheck.c t_hash.c t_list.c t_set.c t_stream.c t_string.c t_zset.c timeout.c tls.c tracking.c util.c ziplist.c zipmap.c zmalloc.c > Makefile.dep 2> /dev/null || true Hint: It's a good idea to run 'make test' ;) install -p redis-server /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin install -p redis-benchmark /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin install -p redis-cli /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/var/lib/redis + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/var/log/redis + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/var/run/redis + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/lib64/redis/modules + install -pDm644 /builddir/build/SOURCES/redis.logrotate /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/etc/logrotate.d/redis + install -pDm640 redis.conf /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/etc/redis/redis.conf + install -pDm640 sentinel.conf /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/etc/redis/sentinel.conf + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/lib/systemd/system + install -pm644 /builddir/build/SOURCES/redis.service /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/lib/systemd/system + install -pm644 /builddir/build/SOURCES/redis-sentinel.service /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/lib/systemd/system + install -p -D -m 644 /builddir/build/SOURCES/redis-limit-systemd /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/etc/systemd/system/redis.service.d/limit.conf + install -p -D -m 644 /builddir/build/SOURCES/redis-limit-systemd /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/etc/systemd/system/redis-sentinel.service.d/limit.conf + chmod 755 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin/redis-benchmark /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin/redis-check-aof /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin/redis-check-rdb /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin/redis-cli /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin/redis-sentinel /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/bin/redis-server + install -pDm755 /builddir/build/SOURCES/redis-shutdown /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/libexec/redis-shutdown + install -pDm644 src/redismodule.h /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/include/redismodule.h ++ dirname /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man + man=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share + for page in man/man?/* + install -Dpm644 man/man1/redis-benchmark.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man1/redis-benchmark.1 + for page in man/man?/* + install -Dpm644 man/man1/redis-check-aof.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man1/redis-check-aof.1 + for page in man/man?/* + install -Dpm644 man/man1/redis-check-rdb.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man1/redis-check-rdb.1 + for page in man/man?/* + install -Dpm644 man/man1/redis-cli.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man1/redis-cli.1 + for page in man/man?/* + install -Dpm644 man/man1/redis-server.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man1/redis-server.1 + for page in man/man?/* + install -Dpm644 man/man5/redis.conf.5 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man5/redis.conf.5 + ln -s redis-server.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man1/redis-sentinel.1 + ln -s redis.conf.5 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/man/man5/redis-sentinel.conf.5 + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 00-RELEASENOTES /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/00-RELEASENOTES + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 BUGS /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/BUGS + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 MANIFESTO /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/MANIFESTO + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 CODE_OF_CONDUCT.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/CODE_OF_CONDUCT.md + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 CONTRIBUTING.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/CONTRIBUTING.md + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 README.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/README.md + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 SECURITY.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/SECURITY.md + for page in 00-RELEASENOTES BUGS MANIFESTO *.md + install -Dpm644 TLS.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/TLS.md ++ find doc -name '*.md' ++ sed -e 's|.md$||g' + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/_index ++ sed -e 's|doc/||g' + base=_index + install -Dpm644 doc/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/punsubscribe ++ sed -e 's|doc/||g' + base=commands/punsubscribe + install -Dpm644 doc/commands/punsubscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/punsubscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrank ++ sed -e 's|doc/||g' + base=commands/zrank + install -Dpm644 doc/commands/zrank.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrank.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/memory-purge ++ sed -e 's|doc/||g' + base=commands/memory-purge + install -Dpm644 doc/commands/memory-purge.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/memory-purge.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xrange ++ sed -e 's|doc/||g' + base=commands/xrange + install -Dpm644 doc/commands/xrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-save ++ sed -e 's|doc/||g' + base=commands/acl-save + install -Dpm644 doc/commands/acl-save.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-save.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/setrange ++ sed -e 's|doc/||g' + base=commands/setrange + install -Dpm644 doc/commands/setrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/setrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zremrangebyscore ++ sed -e 's|doc/||g' + base=commands/zremrangebyscore + install -Dpm644 doc/commands/zremrangebyscore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zremrangebyscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/replconf ++ sed -e 's|doc/||g' + base=commands/replconf + install -Dpm644 doc/commands/replconf.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/replconf.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zmscore ++ sed -e 's|doc/||g' + base=commands/zmscore + install -Dpm644 doc/commands/zmscore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zmscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xack ++ sed -e 's|doc/||g' + base=commands/xack + install -Dpm644 doc/commands/xack.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xack.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/_index ++ sed -e 's|doc/||g' + base=commands/_index + install -Dpm644 doc/commands/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/unsubscribe ++ sed -e 's|doc/||g' + base=commands/unsubscribe + install -Dpm644 doc/commands/unsubscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/unsubscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/config-resetstat ++ sed -e 's|doc/||g' + base=commands/config-resetstat + install -Dpm644 doc/commands/config-resetstat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/config-resetstat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/config-rewrite ++ sed -e 's|doc/||g' + base=commands/config-rewrite + install -Dpm644 doc/commands/config-rewrite.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/config-rewrite.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xgroup-create ++ sed -e 's|doc/||g' + base=commands/xgroup-create + install -Dpm644 doc/commands/xgroup-create.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xgroup-create.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-id ++ sed -e 's|doc/||g' + base=commands/client-id + install -Dpm644 doc/commands/client-id.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-id.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-getkeysinslot ++ sed -e 's|doc/||g' + base=commands/cluster-getkeysinslot + install -Dpm644 doc/commands/cluster-getkeysinslot.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-getkeysinslot.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/geodist ++ sed -e 's|doc/||g' + base=commands/geodist + install -Dpm644 doc/commands/geodist.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/geodist.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/module-help ++ sed -e 's|doc/||g' + base=commands/module-help + install -Dpm644 doc/commands/module-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/module-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xgroup-delconsumer ++ sed -e 's|doc/||g' + base=commands/xgroup-delconsumer + install -Dpm644 doc/commands/xgroup-delconsumer.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xgroup-delconsumer.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrevrangebyscore ++ sed -e 's|doc/||g' + base=commands/zrevrangebyscore + install -Dpm644 doc/commands/zrevrangebyscore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrevrangebyscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xinfo ++ sed -e 's|doc/||g' + base=commands/xinfo + install -Dpm644 doc/commands/xinfo.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xinfo.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xgroup-createconsumer ++ sed -e 's|doc/||g' + base=commands/xgroup-createconsumer + install -Dpm644 doc/commands/xgroup-createconsumer.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xgroup-createconsumer.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/migrate ++ sed -e 's|doc/||g' + base=commands/migrate + install -Dpm644 doc/commands/migrate.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/migrate.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/slowlog-len ++ sed -e 's|doc/||g' + base=commands/slowlog-len + install -Dpm644 doc/commands/slowlog-len.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/slowlog-len.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency-latest ++ sed -e 's|doc/||g' + base=commands/latency-latest + install -Dpm644 doc/commands/latency-latest.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency-latest.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-saveconfig ++ sed -e 's|doc/||g' + base=commands/cluster-saveconfig + install -Dpm644 doc/commands/cluster-saveconfig.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-saveconfig.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/save ++ sed -e 's|doc/||g' + base=commands/save + install -Dpm644 doc/commands/save.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/save.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-tracking ++ sed -e 's|doc/||g' + base=commands/client-tracking + install -Dpm644 doc/commands/client-tracking.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-tracking.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xdel ++ sed -e 's|doc/||g' + base=commands/xdel + install -Dpm644 doc/commands/xdel.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xdel.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/exists ++ sed -e 's|doc/||g' + base=commands/exists + install -Dpm644 doc/commands/exists.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/exists.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/slowlog-help ++ sed -e 's|doc/||g' + base=commands/slowlog-help + install -Dpm644 doc/commands/slowlog-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/slowlog-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-nodes ++ sed -e 's|doc/||g' + base=commands/cluster-nodes + install -Dpm644 doc/commands/cluster-nodes.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-nodes.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zpopmin ++ sed -e 's|doc/||g' + base=commands/zpopmin + install -Dpm644 doc/commands/zpopmin.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zpopmin.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lrange ++ sed -e 's|doc/||g' + base=commands/lrange + install -Dpm644 doc/commands/lrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/blpop ++ sed -e 's|doc/||g' + base=commands/blpop + install -Dpm644 doc/commands/blpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/blpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command-getkeysandflags ++ sed -e 's|doc/||g' + base=commands/command-getkeysandflags + install -Dpm644 doc/commands/command-getkeysandflags.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command-getkeysandflags.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/psync ++ sed -e 's|doc/||g' + base=commands/psync + install -Dpm644 doc/commands/psync.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/psync.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-list ++ sed -e 's|doc/||g' + base=commands/function-list + install -Dpm644 doc/commands/function-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-list.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/georadius_ro ++ sed -e 's|doc/||g' + base=commands/georadius_ro + install -Dpm644 doc/commands/georadius_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/georadius_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/slowlog-get ++ sed -e 's|doc/||g' + base=commands/slowlog-get + install -Dpm644 doc/commands/slowlog-get.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/slowlog-get.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pubsub-shardnumsub ++ sed -e 's|doc/||g' + base=commands/pubsub-shardnumsub + install -Dpm644 doc/commands/pubsub-shardnumsub.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pubsub-shardnumsub.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-getname ++ sed -e 's|doc/||g' + base=commands/client-getname + install -Dpm644 doc/commands/client-getname.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-getname.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/get ++ sed -e 's|doc/||g' + base=commands/get + install -Dpm644 doc/commands/get.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/get.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-set-config-epoch ++ sed -e 's|doc/||g' + base=commands/cluster-set-config-epoch + install -Dpm644 doc/commands/cluster-set-config-epoch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-set-config-epoch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/object-help ++ sed -e 's|doc/||g' + base=commands/object-help + install -Dpm644 doc/commands/object-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/object-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/incrbyfloat ++ sed -e 's|doc/||g' + base=commands/incrbyfloat + install -Dpm644 doc/commands/incrbyfloat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/incrbyfloat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command-docs ++ sed -e 's|doc/||g' + base=commands/command-docs + install -Dpm644 doc/commands/command-docs.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command-docs.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/script-load ++ sed -e 's|doc/||g' + base=commands/script-load + install -Dpm644 doc/commands/script-load.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/script-load.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zscan ++ sed -e 's|doc/||g' + base=commands/zscan + install -Dpm644 doc/commands/zscan.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zscan.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/expire ++ sed -e 's|doc/||g' + base=commands/expire + install -Dpm644 doc/commands/expire.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/expire.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client ++ sed -e 's|doc/||g' + base=commands/client + install -Dpm644 doc/commands/client.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/quit ++ sed -e 's|doc/||g' + base=commands/quit + install -Dpm644 doc/commands/quit.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/quit.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/mset ++ sed -e 's|doc/||g' + base=commands/mset + install -Dpm644 doc/commands/mset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/mset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-countkeysinslot ++ sed -e 's|doc/||g' + base=commands/cluster-countkeysinslot + install -Dpm644 doc/commands/cluster-countkeysinslot.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-countkeysinslot.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hsetnx ++ sed -e 's|doc/||g' + base=commands/hsetnx + install -Dpm644 doc/commands/hsetnx.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hsetnx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/substr ++ sed -e 's|doc/||g' + base=commands/substr + install -Dpm644 doc/commands/substr.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/substr.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/script-flush ++ sed -e 's|doc/||g' + base=commands/script-flush + install -Dpm644 doc/commands/script-flush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/script-flush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pubsub-shardchannels ++ sed -e 's|doc/||g' + base=commands/pubsub-shardchannels + install -Dpm644 doc/commands/pubsub-shardchannels.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pubsub-shardchannels.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-load ++ sed -e 's|doc/||g' + base=commands/acl-load + install -Dpm644 doc/commands/acl-load.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-load.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/ping ++ sed -e 's|doc/||g' + base=commands/ping + install -Dpm644 doc/commands/ping.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/ping.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hget ++ sed -e 's|doc/||g' + base=commands/hget + install -Dpm644 doc/commands/hget.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hget.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-bumpepoch ++ sed -e 's|doc/||g' + base=commands/cluster-bumpepoch + install -Dpm644 doc/commands/cluster-bumpepoch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-bumpepoch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/scard ++ sed -e 's|doc/||g' + base=commands/scard + install -Dpm644 doc/commands/scard.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/scard.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-forget ++ sed -e 's|doc/||g' + base=commands/cluster-forget + install -Dpm644 doc/commands/cluster-forget.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-forget.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/renamenx ++ sed -e 's|doc/||g' + base=commands/renamenx + install -Dpm644 doc/commands/renamenx.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/renamenx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-list ++ sed -e 's|doc/||g' + base=commands/acl-list + install -Dpm644 doc/commands/acl-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-list.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/shutdown ++ sed -e 's|doc/||g' + base=commands/shutdown + install -Dpm644 doc/commands/shutdown.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/shutdown.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pfcount ++ sed -e 's|doc/||g' + base=commands/pfcount + install -Dpm644 doc/commands/pfcount.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pfcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/unwatch ++ sed -e 's|doc/||g' + base=commands/unwatch + install -Dpm644 doc/commands/unwatch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/unwatch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrangebyscore ++ sed -e 's|doc/||g' + base=commands/zrangebyscore + install -Dpm644 doc/commands/zrangebyscore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrangebyscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pubsub-help ++ sed -e 's|doc/||g' + base=commands/pubsub-help + install -Dpm644 doc/commands/pubsub-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pubsub-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/memory-malloc-stats ++ sed -e 's|doc/||g' + base=commands/memory-malloc-stats + install -Dpm644 doc/commands/memory-malloc-stats.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/memory-malloc-stats.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xreadgroup ++ sed -e 's|doc/||g' + base=commands/xreadgroup + install -Dpm644 doc/commands/xreadgroup.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xreadgroup.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/scan ++ sed -e 's|doc/||g' + base=commands/scan + install -Dpm644 doc/commands/scan.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/scan.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/restore-asking ++ sed -e 's|doc/||g' + base=commands/restore-asking + install -Dpm644 doc/commands/restore-asking.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/restore-asking.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xgroup-setid ++ sed -e 's|doc/||g' + base=commands/xgroup-setid + install -Dpm644 doc/commands/xgroup-setid.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xgroup-setid.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/append ++ sed -e 's|doc/||g' + base=commands/append + install -Dpm644 doc/commands/append.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/append.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/flushall ++ sed -e 's|doc/||g' + base=commands/flushall + install -Dpm644 doc/commands/flushall.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/flushall.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zinter ++ sed -e 's|doc/||g' + base=commands/zinter + install -Dpm644 doc/commands/zinter.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zinter.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/incr ++ sed -e 's|doc/||g' + base=commands/incr + install -Dpm644 doc/commands/incr.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/incr.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/fcall ++ sed -e 's|doc/||g' + base=commands/fcall + install -Dpm644 doc/commands/fcall.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/fcall.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/eval ++ sed -e 's|doc/||g' + base=commands/eval + install -Dpm644 doc/commands/eval.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/eval.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xinfo-stream ++ sed -e 's|doc/||g' + base=commands/xinfo-stream + install -Dpm644 doc/commands/xinfo-stream.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xinfo-stream.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-addslotsrange ++ sed -e 's|doc/||g' + base=commands/cluster-addslotsrange + install -Dpm644 doc/commands/cluster-addslotsrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-addslotsrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sunion ++ sed -e 's|doc/||g' + base=commands/sunion + install -Dpm644 doc/commands/sunion.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sunion.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/debug ++ sed -e 's|doc/||g' + base=commands/debug + install -Dpm644 doc/commands/debug.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/debug.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-replicate ++ sed -e 's|doc/||g' + base=commands/cluster-replicate + install -Dpm644 doc/commands/cluster-replicate.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-replicate.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/readwrite ++ sed -e 's|doc/||g' + base=commands/readwrite + install -Dpm644 doc/commands/readwrite.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/readwrite.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-help ++ sed -e 's|doc/||g' + base=commands/acl-help + install -Dpm644 doc/commands/acl-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hmget ++ sed -e 's|doc/||g' + base=commands/hmget + install -Dpm644 doc/commands/hmget.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hmget.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/info ++ sed -e 's|doc/||g' + base=commands/info + install -Dpm644 doc/commands/info.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/info.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hrandfield ++ sed -e 's|doc/||g' + base=commands/hrandfield + install -Dpm644 doc/commands/hrandfield.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hrandfield.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/memory-usage ++ sed -e 's|doc/||g' + base=commands/memory-usage + install -Dpm644 doc/commands/memory-usage.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/memory-usage.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/type ++ sed -e 's|doc/||g' + base=commands/type + install -Dpm644 doc/commands/type.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/type.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/expireat ++ sed -e 's|doc/||g' + base=commands/expireat + install -Dpm644 doc/commands/expireat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/expireat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-restore ++ sed -e 's|doc/||g' + base=commands/function-restore + install -Dpm644 doc/commands/function-restore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-restore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/config-get ++ sed -e 's|doc/||g' + base=commands/config-get + install -Dpm644 doc/commands/config-get.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/config-get.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zremrangebyrank ++ sed -e 's|doc/||g' + base=commands/zremrangebyrank + install -Dpm644 doc/commands/zremrangebyrank.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zremrangebyrank.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pubsub-numpat ++ sed -e 's|doc/||g' + base=commands/pubsub-numpat + install -Dpm644 doc/commands/pubsub-numpat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pubsub-numpat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrevrangebylex ++ sed -e 's|doc/||g' + base=commands/zrevrangebylex + install -Dpm644 doc/commands/zrevrangebylex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrevrangebylex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lindex ++ sed -e 's|doc/||g' + base=commands/lindex + install -Dpm644 doc/commands/lindex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lindex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xlen ++ sed -e 's|doc/||g' + base=commands/xlen + install -Dpm644 doc/commands/xlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xlen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/set ++ sed -e 's|doc/||g' + base=commands/set + install -Dpm644 doc/commands/set.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/set.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zremrangebylex ++ sed -e 's|doc/||g' + base=commands/zremrangebylex + install -Dpm644 doc/commands/zremrangebylex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zremrangebylex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-dryrun ++ sed -e 's|doc/||g' + base=commands/acl-dryrun + install -Dpm644 doc/commands/acl-dryrun.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-dryrun.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hgetall ++ sed -e 's|doc/||g' + base=commands/hgetall + install -Dpm644 doc/commands/hgetall.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hgetall.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/rpush ++ sed -e 's|doc/||g' + base=commands/rpush + install -Dpm644 doc/commands/rpush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/rpush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zadd ++ sed -e 's|doc/||g' + base=commands/zadd + install -Dpm644 doc/commands/zadd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/move ++ sed -e 's|doc/||g' + base=commands/move + install -Dpm644 doc/commands/move.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/move.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/readonly ++ sed -e 's|doc/||g' + base=commands/readonly + install -Dpm644 doc/commands/readonly.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/readonly.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/geopos ++ sed -e 's|doc/||g' + base=commands/geopos + install -Dpm644 doc/commands/geopos.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/geopos.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-delslots ++ sed -e 's|doc/||g' + base=commands/cluster-delslots + install -Dpm644 doc/commands/cluster-delslots.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-delslots.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xinfo-help ++ sed -e 's|doc/||g' + base=commands/xinfo-help + install -Dpm644 doc/commands/xinfo-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xinfo-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-stats ++ sed -e 's|doc/||g' + base=commands/function-stats + install -Dpm644 doc/commands/function-stats.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-stats.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/discard ++ sed -e 's|doc/||g' + base=commands/discard + install -Dpm644 doc/commands/discard.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/discard.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency-history ++ sed -e 's|doc/||g' + base=commands/latency-history + install -Dpm644 doc/commands/latency-history.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency-history.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pfselftest ++ sed -e 's|doc/||g' + base=commands/pfselftest + install -Dpm644 doc/commands/pfselftest.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pfselftest.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/msetnx ++ sed -e 's|doc/||g' + base=commands/msetnx + install -Dpm644 doc/commands/msetnx.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/msetnx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/object ++ sed -e 's|doc/||g' + base=commands/object + install -Dpm644 doc/commands/object.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/object.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-setuser ++ sed -e 's|doc/||g' + base=commands/acl-setuser + install -Dpm644 doc/commands/acl-setuser.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-setuser.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/multi ++ sed -e 's|doc/||g' + base=commands/multi + install -Dpm644 doc/commands/multi.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/multi.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/slowlog-reset ++ sed -e 's|doc/||g' + base=commands/slowlog-reset + install -Dpm644 doc/commands/slowlog-reset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/slowlog-reset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/restore ++ sed -e 's|doc/||g' + base=commands/restore + install -Dpm644 doc/commands/restore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/restore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bitop ++ sed -e 's|doc/||g' + base=commands/bitop + install -Dpm644 doc/commands/bitop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bitop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zpopmax ++ sed -e 's|doc/||g' + base=commands/zpopmax + install -Dpm644 doc/commands/zpopmax.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zpopmax.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-getredir ++ sed -e 's|doc/||g' + base=commands/client-getredir + install -Dpm644 doc/commands/client-getredir.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-getredir.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/spublish ++ sed -e 's|doc/||g' + base=commands/spublish + install -Dpm644 doc/commands/spublish.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/spublish.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/exec ++ sed -e 's|doc/||g' + base=commands/exec + install -Dpm644 doc/commands/exec.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/exec.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pfdebug ++ sed -e 's|doc/||g' + base=commands/pfdebug + install -Dpm644 doc/commands/pfdebug.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pfdebug.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sscan ++ sed -e 's|doc/||g' + base=commands/sscan + install -Dpm644 doc/commands/sscan.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sscan.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zintercard ++ sed -e 's|doc/||g' + base=commands/zintercard + install -Dpm644 doc/commands/zintercard.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zintercard.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bzmpop ++ sed -e 's|doc/||g' + base=commands/bzmpop + install -Dpm644 doc/commands/bzmpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bzmpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/copy ++ sed -e 's|doc/||g' + base=commands/copy + install -Dpm644 doc/commands/copy.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/copy.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-unblock ++ sed -e 's|doc/||g' + base=commands/client-unblock + install -Dpm644 doc/commands/client-unblock.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-unblock.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/ttl ++ sed -e 's|doc/||g' + base=commands/ttl + install -Dpm644 doc/commands/ttl.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/ttl.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/failover ++ sed -e 's|doc/||g' + base=commands/failover + install -Dpm644 doc/commands/failover.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/failover.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-caching ++ sed -e 's|doc/||g' + base=commands/client-caching + install -Dpm644 doc/commands/client-caching.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-caching.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-slots ++ sed -e 's|doc/||g' + base=commands/cluster-slots + install -Dpm644 doc/commands/cluster-slots.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-slots.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-delslotsrange ++ sed -e 's|doc/||g' + base=commands/cluster-delslotsrange + install -Dpm644 doc/commands/cluster-delslotsrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-delslotsrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-whoami ++ sed -e 's|doc/||g' + base=commands/acl-whoami + install -Dpm644 doc/commands/acl-whoami.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-whoami.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/decr ++ sed -e 's|doc/||g' + base=commands/decr + install -Dpm644 doc/commands/decr.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/decr.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/monitor ++ sed -e 's|doc/||g' + base=commands/monitor + install -Dpm644 doc/commands/monitor.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/monitor.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/dbsize ++ sed -e 's|doc/||g' + base=commands/dbsize + install -Dpm644 doc/commands/dbsize.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/dbsize.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bzpopmax ++ sed -e 's|doc/||g' + base=commands/bzpopmax + install -Dpm644 doc/commands/bzpopmax.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bzpopmax.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-links ++ sed -e 's|doc/||g' + base=commands/cluster-links + install -Dpm644 doc/commands/cluster-links.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-links.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency-help ++ sed -e 's|doc/||g' + base=commands/latency-help + install -Dpm644 doc/commands/latency-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/llen ++ sed -e 's|doc/||g' + base=commands/llen + install -Dpm644 doc/commands/llen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/llen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pfadd ++ sed -e 's|doc/||g' + base=commands/pfadd + install -Dpm644 doc/commands/pfadd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pfadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/replicaof ++ sed -e 's|doc/||g' + base=commands/replicaof + install -Dpm644 doc/commands/replicaof.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/replicaof.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/module ++ sed -e 's|doc/||g' + base=commands/module + install -Dpm644 doc/commands/module.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/module.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lolwut ++ sed -e 's|doc/||g' + base=commands/lolwut + install -Dpm644 doc/commands/lolwut.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lolwut.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrangebylex ++ sed -e 's|doc/||g' + base=commands/zrangebylex + install -Dpm644 doc/commands/zrangebylex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrangebylex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/unlink ++ sed -e 's|doc/||g' + base=commands/unlink + install -Dpm644 doc/commands/unlink.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/unlink.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/spop ++ sed -e 's|doc/||g' + base=commands/spop + install -Dpm644 doc/commands/spop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/spop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-deluser ++ sed -e 's|doc/||g' + base=commands/acl-deluser + install -Dpm644 doc/commands/acl-deluser.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-deluser.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bgsave ++ sed -e 's|doc/||g' + base=commands/bgsave + install -Dpm644 doc/commands/bgsave.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bgsave.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl ++ sed -e 's|doc/||g' + base=commands/acl + install -Dpm644 doc/commands/acl.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zdiffstore ++ sed -e 's|doc/||g' + base=commands/zdiffstore + install -Dpm644 doc/commands/zdiffstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zdiffstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-myid ++ sed -e 's|doc/||g' + base=commands/cluster-myid + install -Dpm644 doc/commands/cluster-myid.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-myid.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrem ++ sed -e 's|doc/||g' + base=commands/zrem + install -Dpm644 doc/commands/zrem.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrem.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lpop ++ sed -e 's|doc/||g' + base=commands/lpop + install -Dpm644 doc/commands/lpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/brpop ++ sed -e 's|doc/||g' + base=commands/brpop + install -Dpm644 doc/commands/brpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/brpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bgrewriteaof ++ sed -e 's|doc/||g' + base=commands/bgrewriteaof + install -Dpm644 doc/commands/bgrewriteaof.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bgrewriteaof.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrevrange ++ sed -e 's|doc/||g' + base=commands/zrevrange + install -Dpm644 doc/commands/zrevrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrevrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zmpop ++ sed -e 's|doc/||g' + base=commands/zmpop + install -Dpm644 doc/commands/zmpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zmpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xsetid ++ sed -e 's|doc/||g' + base=commands/xsetid + install -Dpm644 doc/commands/xsetid.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xsetid.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/memory-help ++ sed -e 's|doc/||g' + base=commands/memory-help + install -Dpm644 doc/commands/memory-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/memory-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hexists ++ sed -e 's|doc/||g' + base=commands/hexists + install -Dpm644 doc/commands/hexists.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hexists.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command-getkeys ++ sed -e 's|doc/||g' + base=commands/command-getkeys + install -Dpm644 doc/commands/command-getkeys.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command-getkeys.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/psetex ++ sed -e 's|doc/||g' + base=commands/psetex + install -Dpm644 doc/commands/psetex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/psetex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zcount ++ sed -e 's|doc/||g' + base=commands/zcount + install -Dpm644 doc/commands/zcount.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/srandmember ++ sed -e 's|doc/||g' + base=commands/srandmember + install -Dpm644 doc/commands/srandmember.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/srandmember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/getex ++ sed -e 's|doc/||g' + base=commands/getex + install -Dpm644 doc/commands/getex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/getex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/wait ++ sed -e 's|doc/||g' + base=commands/wait + install -Dpm644 doc/commands/wait.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/wait.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-shards ++ sed -e 's|doc/||g' + base=commands/cluster-shards + install -Dpm644 doc/commands/cluster-shards.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-shards.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/georadiusbymember ++ sed -e 's|doc/||g' + base=commands/georadiusbymember + install -Dpm644 doc/commands/georadiusbymember.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/georadiusbymember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-list ++ sed -e 's|doc/||g' + base=commands/client-list + install -Dpm644 doc/commands/client-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-list.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/setex ++ sed -e 's|doc/||g' + base=commands/setex + install -Dpm644 doc/commands/setex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/setex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-no-evict ++ sed -e 's|doc/||g' + base=commands/client-no-evict + install -Dpm644 doc/commands/client-no-evict.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-no-evict.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sunsubscribe ++ sed -e 's|doc/||g' + base=commands/sunsubscribe + install -Dpm644 doc/commands/sunsubscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sunsubscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-failover ++ sed -e 's|doc/||g' + base=commands/cluster-failover + install -Dpm644 doc/commands/cluster-failover.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-failover.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/smismember ++ sed -e 's|doc/||g' + base=commands/smismember + install -Dpm644 doc/commands/smismember.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/smismember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pubsub-channels ++ sed -e 's|doc/||g' + base=commands/pubsub-channels + install -Dpm644 doc/commands/pubsub-channels.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pubsub-channels.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hscan ++ sed -e 's|doc/||g' + base=commands/hscan + install -Dpm644 doc/commands/hscan.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hscan.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-count-failure-reports ++ sed -e 's|doc/||g' + base=commands/cluster-count-failure-reports + install -Dpm644 doc/commands/cluster-count-failure-reports.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-count-failure-reports.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/mget ++ sed -e 's|doc/||g' + base=commands/mget + install -Dpm644 doc/commands/mget.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/mget.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/randomkey ++ sed -e 's|doc/||g' + base=commands/randomkey + install -Dpm644 doc/commands/randomkey.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/randomkey.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bzpopmin ++ sed -e 's|doc/||g' + base=commands/bzpopmin + install -Dpm644 doc/commands/bzpopmin.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bzpopmin.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sadd ++ sed -e 's|doc/||g' + base=commands/sadd + install -Dpm644 doc/commands/sadd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/subscribe ++ sed -e 's|doc/||g' + base=commands/subscribe + install -Dpm644 doc/commands/subscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/subscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/echo ++ sed -e 's|doc/||g' + base=commands/echo + install -Dpm644 doc/commands/echo.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/echo.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-help ++ sed -e 's|doc/||g' + base=commands/client-help + install -Dpm644 doc/commands/client-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/flushdb ++ sed -e 's|doc/||g' + base=commands/flushdb + install -Dpm644 doc/commands/flushdb.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/flushdb.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lrem ++ sed -e 's|doc/||g' + base=commands/lrem + install -Dpm644 doc/commands/lrem.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lrem.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/script ++ sed -e 's|doc/||g' + base=commands/script + install -Dpm644 doc/commands/script.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/script.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/decrby ++ sed -e 's|doc/||g' + base=commands/decrby + install -Dpm644 doc/commands/decrby.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/decrby.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/evalsha ++ sed -e 's|doc/||g' + base=commands/evalsha + install -Dpm644 doc/commands/evalsha.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/evalsha.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/slaveof ++ sed -e 's|doc/||g' + base=commands/slaveof + install -Dpm644 doc/commands/slaveof.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/slaveof.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-dump ++ sed -e 's|doc/||g' + base=commands/function-dump + install -Dpm644 doc/commands/function-dump.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-dump.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/georadiusbymember_ro ++ sed -e 's|doc/||g' + base=commands/georadiusbymember_ro + install -Dpm644 doc/commands/georadiusbymember_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/georadiusbymember_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/brpoplpush ++ sed -e 's|doc/||g' + base=commands/brpoplpush + install -Dpm644 doc/commands/brpoplpush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/brpoplpush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/script-debug ++ sed -e 's|doc/||g' + base=commands/script-debug + install -Dpm644 doc/commands/script-debug.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/script-debug.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-cat ++ sed -e 's|doc/||g' + base=commands/acl-cat + install -Dpm644 doc/commands/acl-cat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-cat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-genpass ++ sed -e 's|doc/||g' + base=commands/acl-genpass + install -Dpm644 doc/commands/acl-genpass.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-genpass.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sinterstore ++ sed -e 's|doc/||g' + base=commands/sinterstore + install -Dpm644 doc/commands/sinterstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sinterstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lastsave ++ sed -e 's|doc/||g' + base=commands/lastsave + install -Dpm644 doc/commands/lastsave.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lastsave.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/publish ++ sed -e 's|doc/||g' + base=commands/publish + install -Dpm644 doc/commands/publish.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/publish.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/swapdb ++ sed -e 's|doc/||g' + base=commands/swapdb + install -Dpm644 doc/commands/swapdb.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/swapdb.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-setname ++ sed -e 's|doc/||g' + base=commands/client-setname + install -Dpm644 doc/commands/client-setname.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-setname.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sdiffstore ++ sed -e 's|doc/||g' + base=commands/sdiffstore + install -Dpm644 doc/commands/sdiffstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sdiffstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hdel ++ sed -e 's|doc/||g' + base=commands/hdel + install -Dpm644 doc/commands/hdel.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hdel.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/rpop ++ sed -e 's|doc/||g' + base=commands/rpop + install -Dpm644 doc/commands/rpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/rpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/script-kill ++ sed -e 's|doc/||g' + base=commands/script-kill + install -Dpm644 doc/commands/script-kill.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/script-kill.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/setbit ++ sed -e 's|doc/||g' + base=commands/setbit + install -Dpm644 doc/commands/setbit.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/setbit.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-help ++ sed -e 's|doc/||g' + base=commands/cluster-help + install -Dpm644 doc/commands/cluster-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/georadius ++ sed -e 's|doc/||g' + base=commands/georadius + install -Dpm644 doc/commands/georadius.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/georadius.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/smove ++ sed -e 's|doc/||g' + base=commands/smove + install -Dpm644 doc/commands/smove.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/smove.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zscore ++ sed -e 's|doc/||g' + base=commands/zscore + install -Dpm644 doc/commands/zscore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-load ++ sed -e 's|doc/||g' + base=commands/function-load + install -Dpm644 doc/commands/function-load.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-load.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/getset ++ sed -e 's|doc/||g' + base=commands/getset + install -Dpm644 doc/commands/getset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/getset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/linsert ++ sed -e 's|doc/||g' + base=commands/linsert + install -Dpm644 doc/commands/linsert.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/linsert.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xautoclaim ++ sed -e 's|doc/||g' + base=commands/xautoclaim + install -Dpm644 doc/commands/xautoclaim.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xautoclaim.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/select ++ sed -e 's|doc/||g' + base=commands/select + install -Dpm644 doc/commands/select.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/select.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/fcall_ro ++ sed -e 's|doc/||g' + base=commands/fcall_ro + install -Dpm644 doc/commands/fcall_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/fcall_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hello ++ sed -e 's|doc/||g' + base=commands/hello + install -Dpm644 doc/commands/hello.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hello.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/smembers ++ sed -e 's|doc/||g' + base=commands/smembers + install -Dpm644 doc/commands/smembers.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/smembers.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command-list ++ sed -e 's|doc/||g' + base=commands/command-list + install -Dpm644 doc/commands/command-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command-list.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pexpireat ++ sed -e 's|doc/||g' + base=commands/pexpireat + install -Dpm644 doc/commands/pexpireat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pexpireat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-reply ++ sed -e 's|doc/||g' + base=commands/client-reply + install -Dpm644 doc/commands/client-reply.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-reply.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sismember ++ sed -e 's|doc/||g' + base=commands/sismember + install -Dpm644 doc/commands/sismember.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sismember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xpending ++ sed -e 's|doc/||g' + base=commands/xpending + install -Dpm644 doc/commands/xpending.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xpending.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency-reset ++ sed -e 's|doc/||g' + base=commands/latency-reset + install -Dpm644 doc/commands/latency-reset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency-reset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/strlen ++ sed -e 's|doc/||g' + base=commands/strlen + install -Dpm644 doc/commands/strlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/strlen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/del ++ sed -e 's|doc/||g' + base=commands/del + install -Dpm644 doc/commands/del.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/del.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pfmerge ++ sed -e 's|doc/||g' + base=commands/pfmerge + install -Dpm644 doc/commands/pfmerge.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pfmerge.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/module-unload ++ sed -e 's|doc/||g' + base=commands/module-unload + install -Dpm644 doc/commands/module-unload.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/module-unload.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-delete ++ sed -e 's|doc/||g' + base=commands/function-delete + install -Dpm644 doc/commands/function-delete.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-delete.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/dump ++ sed -e 's|doc/||g' + base=commands/dump + install -Dpm644 doc/commands/dump.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/dump.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-addslots ++ sed -e 's|doc/||g' + base=commands/cluster-addslots + install -Dpm644 doc/commands/cluster-addslots.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-addslots.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/memory-stats ++ sed -e 's|doc/||g' + base=commands/memory-stats + install -Dpm644 doc/commands/memory-stats.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/memory-stats.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pubsub-numsub ++ sed -e 's|doc/||g' + base=commands/pubsub-numsub + install -Dpm644 doc/commands/pubsub-numsub.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pubsub-numsub.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-users ++ sed -e 's|doc/||g' + base=commands/acl-users + install -Dpm644 doc/commands/acl-users.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-users.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-kill ++ sed -e 's|doc/||g' + base=commands/function-kill + install -Dpm644 doc/commands/function-kill.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-kill.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/evalsha_ro ++ sed -e 's|doc/||g' + base=commands/evalsha_ro + install -Dpm644 doc/commands/evalsha_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/evalsha_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lpos ++ sed -e 's|doc/||g' + base=commands/lpos + install -Dpm644 doc/commands/lpos.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lpos.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-trackinginfo ++ sed -e 's|doc/||g' + base=commands/client-trackinginfo + install -Dpm644 doc/commands/client-trackinginfo.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-trackinginfo.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zlexcount ++ sed -e 's|doc/||g' + base=commands/zlexcount + install -Dpm644 doc/commands/zlexcount.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zlexcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/keys ++ sed -e 's|doc/||g' + base=commands/keys + install -Dpm644 doc/commands/keys.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/keys.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/auth ++ sed -e 's|doc/||g' + base=commands/auth + install -Dpm644 doc/commands/auth.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/auth.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/object-encoding ++ sed -e 's|doc/||g' + base=commands/object-encoding + install -Dpm644 doc/commands/object-encoding.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/object-encoding.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xgroup ++ sed -e 's|doc/||g' + base=commands/xgroup + install -Dpm644 doc/commands/xgroup.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xgroup.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xread ++ sed -e 's|doc/||g' + base=commands/xread + install -Dpm644 doc/commands/xread.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xread.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/touch ++ sed -e 's|doc/||g' + base=commands/touch + install -Dpm644 doc/commands/touch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/touch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-pause ++ sed -e 's|doc/||g' + base=commands/client-pause + install -Dpm644 doc/commands/client-pause.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-pause.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sdiff ++ sed -e 's|doc/||g' + base=commands/sdiff + install -Dpm644 doc/commands/sdiff.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sdiff.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/ltrim ++ sed -e 's|doc/||g' + base=commands/ltrim + install -Dpm644 doc/commands/ltrim.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/ltrim.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command-count ++ sed -e 's|doc/||g' + base=commands/command-count + install -Dpm644 doc/commands/command-count.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command-count.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/config-help ++ sed -e 's|doc/||g' + base=commands/config-help + install -Dpm644 doc/commands/config-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/config-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pexpire ++ sed -e 's|doc/||g' + base=commands/pexpire + install -Dpm644 doc/commands/pexpire.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pexpire.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bitfield ++ sed -e 's|doc/||g' + base=commands/bitfield + install -Dpm644 doc/commands/bitfield.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bitfield.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/setnx ++ sed -e 's|doc/||g' + base=commands/setnx + install -Dpm644 doc/commands/setnx.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/setnx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/object-freq ++ sed -e 's|doc/||g' + base=commands/object-freq + install -Dpm644 doc/commands/object-freq.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/object-freq.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/object-refcount ++ sed -e 's|doc/||g' + base=commands/object-refcount + install -Dpm644 doc/commands/object-refcount.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/object-refcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sunionstore ++ sed -e 's|doc/||g' + base=commands/sunionstore + install -Dpm644 doc/commands/sunionstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sunionstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xclaim ++ sed -e 's|doc/||g' + base=commands/xclaim + install -Dpm644 doc/commands/xclaim.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xclaim.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/geosearch ++ sed -e 's|doc/||g' + base=commands/geosearch + install -Dpm644 doc/commands/geosearch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/geosearch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/module-load ++ sed -e 's|doc/||g' + base=commands/module-load + install -Dpm644 doc/commands/module-load.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/module-load.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-flush ++ sed -e 's|doc/||g' + base=commands/function-flush + install -Dpm644 doc/commands/function-flush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-flush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sinter ++ sed -e 's|doc/||g' + base=commands/sinter + install -Dpm644 doc/commands/sinter.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sinter.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/ssubscribe ++ sed -e 's|doc/||g' + base=commands/ssubscribe + install -Dpm644 doc/commands/ssubscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/ssubscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zinterstore ++ sed -e 's|doc/||g' + base=commands/zinterstore + install -Dpm644 doc/commands/zinterstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zinterstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrevrank ++ sed -e 's|doc/||g' + base=commands/zrevrank + install -Dpm644 doc/commands/zrevrank.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrevrank.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-setslot ++ sed -e 's|doc/||g' + base=commands/cluster-setslot + install -Dpm644 doc/commands/cluster-setslot.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-setslot.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xinfo-consumers ++ sed -e 's|doc/||g' + base=commands/xinfo-consumers + install -Dpm644 doc/commands/xinfo-consumers.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xinfo-consumers.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/getrange ++ sed -e 's|doc/||g' + base=commands/getrange + install -Dpm644 doc/commands/getrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/getrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bitcount ++ sed -e 's|doc/||g' + base=commands/bitcount + install -Dpm644 doc/commands/bitcount.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bitcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hincrby ++ sed -e 's|doc/||g' + base=commands/hincrby + install -Dpm644 doc/commands/hincrby.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hincrby.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sort ++ sed -e 's|doc/||g' + base=commands/sort + install -Dpm644 doc/commands/sort.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sort.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/getbit ++ sed -e 's|doc/||g' + base=commands/getbit + install -Dpm644 doc/commands/getbit.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/getbit.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/object-idletime ++ sed -e 's|doc/||g' + base=commands/object-idletime + install -Dpm644 doc/commands/object-idletime.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/object-idletime.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xinfo-groups ++ sed -e 's|doc/||g' + base=commands/xinfo-groups + install -Dpm644 doc/commands/xinfo-groups.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xinfo-groups.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xadd ++ sed -e 's|doc/||g' + base=commands/xadd + install -Dpm644 doc/commands/xadd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sintercard ++ sed -e 's|doc/||g' + base=commands/sintercard + install -Dpm644 doc/commands/sintercard.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sintercard.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command-help ++ sed -e 's|doc/||g' + base=commands/command-help + install -Dpm644 doc/commands/command-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-info ++ sed -e 's|doc/||g' + base=commands/cluster-info + install -Dpm644 doc/commands/cluster-info.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-info.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zincrby ++ sed -e 's|doc/||g' + base=commands/zincrby + install -Dpm644 doc/commands/zincrby.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zincrby.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sort_ro ++ sed -e 's|doc/||g' + base=commands/sort_ro + install -Dpm644 doc/commands/sort_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sort_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/rpushx ++ sed -e 's|doc/||g' + base=commands/rpushx + install -Dpm644 doc/commands/rpushx.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/rpushx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hmset ++ sed -e 's|doc/||g' + base=commands/hmset + install -Dpm644 doc/commands/hmset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hmset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/sync ++ sed -e 's|doc/||g' + base=commands/sync + install -Dpm644 doc/commands/sync.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/sync.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bitpos ++ sed -e 's|doc/||g' + base=commands/bitpos + install -Dpm644 doc/commands/bitpos.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bitpos.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/incrby ++ sed -e 's|doc/||g' + base=commands/incrby + install -Dpm644 doc/commands/incrby.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/incrby.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/role ++ sed -e 's|doc/||g' + base=commands/role + install -Dpm644 doc/commands/role.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/role.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-slaves ++ sed -e 's|doc/||g' + base=commands/cluster-slaves + install -Dpm644 doc/commands/cluster-slaves.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-slaves.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-getuser ++ sed -e 's|doc/||g' + base=commands/acl-getuser + install -Dpm644 doc/commands/acl-getuser.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-getuser.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrangestore ++ sed -e 's|doc/||g' + base=commands/zrangestore + install -Dpm644 doc/commands/zrangestore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrangestore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/asking ++ sed -e 's|doc/||g' + base=commands/asking + install -Dpm644 doc/commands/asking.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/asking.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/module-loadex ++ sed -e 's|doc/||g' + base=commands/module-loadex + install -Dpm644 doc/commands/module-loadex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/module-loadex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/time ++ sed -e 's|doc/||g' + base=commands/time + install -Dpm644 doc/commands/time.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/time.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/bitfield_ro ++ sed -e 's|doc/||g' + base=commands/bitfield_ro + install -Dpm644 doc/commands/bitfield_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/bitfield_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/geoadd ++ sed -e 's|doc/||g' + base=commands/geoadd + install -Dpm644 doc/commands/geoadd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/geoadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/script-help ++ sed -e 's|doc/||g' + base=commands/script-help + install -Dpm644 doc/commands/script-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/script-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lset ++ sed -e 's|doc/||g' + base=commands/lset + install -Dpm644 doc/commands/lset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zcard ++ sed -e 's|doc/||g' + base=commands/zcard + install -Dpm644 doc/commands/zcard.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zcard.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-replicas ++ sed -e 's|doc/||g' + base=commands/cluster-replicas + install -Dpm644 doc/commands/cluster-replicas.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-replicas.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hkeys ++ sed -e 's|doc/||g' + base=commands/hkeys + install -Dpm644 doc/commands/hkeys.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hkeys.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/config-set ++ sed -e 's|doc/||g' + base=commands/config-set + install -Dpm644 doc/commands/config-set.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/config-set.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/reset ++ sed -e 's|doc/||g' + base=commands/reset + install -Dpm644 doc/commands/reset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/reset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zunion ++ sed -e 's|doc/||g' + base=commands/zunion + install -Dpm644 doc/commands/zunion.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zunion.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hincrbyfloat ++ sed -e 's|doc/||g' + base=commands/hincrbyfloat + install -Dpm644 doc/commands/hincrbyfloat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hincrbyfloat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lpush ++ sed -e 's|doc/||g' + base=commands/lpush + install -Dpm644 doc/commands/lpush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lpush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zunionstore ++ sed -e 's|doc/||g' + base=commands/zunionstore + install -Dpm644 doc/commands/zunionstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zunionstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hlen ++ sed -e 's|doc/||g' + base=commands/hlen + install -Dpm644 doc/commands/hlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hlen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command ++ sed -e 's|doc/||g' + base=commands/command + install -Dpm644 doc/commands/command.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-info ++ sed -e 's|doc/||g' + base=commands/client-info + install -Dpm644 doc/commands/client-info.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-info.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xgroup-destroy ++ sed -e 's|doc/||g' + base=commands/xgroup-destroy + install -Dpm644 doc/commands/xgroup-destroy.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xgroup-destroy.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster ++ sed -e 's|doc/||g' + base=commands/cluster + install -Dpm644 doc/commands/cluster.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/blmove ++ sed -e 's|doc/||g' + base=commands/blmove + install -Dpm644 doc/commands/blmove.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/blmove.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lmove ++ sed -e 's|doc/||g' + base=commands/lmove + install -Dpm644 doc/commands/lmove.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lmove.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/command-info ++ sed -e 's|doc/||g' + base=commands/command-info + install -Dpm644 doc/commands/command-info.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/command-info.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pubsub ++ sed -e 's|doc/||g' + base=commands/pubsub + install -Dpm644 doc/commands/pubsub.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pubsub.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/psubscribe ++ sed -e 's|doc/||g' + base=commands/psubscribe + install -Dpm644 doc/commands/psubscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/psubscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hstrlen ++ sed -e 's|doc/||g' + base=commands/hstrlen + install -Dpm644 doc/commands/hstrlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hstrlen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hvals ++ sed -e 's|doc/||g' + base=commands/hvals + install -Dpm644 doc/commands/hvals.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hvals.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/slowlog ++ sed -e 's|doc/||g' + base=commands/slowlog + install -Dpm644 doc/commands/slowlog.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/slowlog.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/srem ++ sed -e 's|doc/||g' + base=commands/srem + install -Dpm644 doc/commands/srem.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/srem.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xtrim ++ sed -e 's|doc/||g' + base=commands/xtrim + install -Dpm644 doc/commands/xtrim.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xtrim.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/memory ++ sed -e 's|doc/||g' + base=commands/memory + install -Dpm644 doc/commands/memory.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/memory.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function ++ sed -e 's|doc/||g' + base=commands/function + install -Dpm644 doc/commands/function.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/memory-doctor ++ sed -e 's|doc/||g' + base=commands/memory-doctor + install -Dpm644 doc/commands/memory-doctor.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/memory-doctor.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency-graph ++ sed -e 's|doc/||g' + base=commands/latency-graph + install -Dpm644 doc/commands/latency-graph.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency-graph.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/geosearchstore ++ sed -e 's|doc/||g' + base=commands/geosearchstore + install -Dpm644 doc/commands/geosearchstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/geosearchstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/expiretime ++ sed -e 's|doc/||g' + base=commands/expiretime + install -Dpm644 doc/commands/expiretime.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/expiretime.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/getdel ++ sed -e 's|doc/||g' + base=commands/getdel + install -Dpm644 doc/commands/getdel.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/getdel.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/hset ++ sed -e 's|doc/||g' + base=commands/hset + install -Dpm644 doc/commands/hset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/hset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/rpoplpush ++ sed -e 's|doc/||g' + base=commands/rpoplpush + install -Dpm644 doc/commands/rpoplpush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/rpoplpush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lcs ++ sed -e 's|doc/||g' + base=commands/lcs + install -Dpm644 doc/commands/lcs.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lcs.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/module-list ++ sed -e 's|doc/||g' + base=commands/module-list + install -Dpm644 doc/commands/module-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/module-list.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pttl ++ sed -e 's|doc/||g' + base=commands/pttl + install -Dpm644 doc/commands/pttl.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pttl.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-unpause ++ sed -e 's|doc/||g' + base=commands/client-unpause + install -Dpm644 doc/commands/client-unpause.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-unpause.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/acl-log ++ sed -e 's|doc/||g' + base=commands/acl-log + install -Dpm644 doc/commands/acl-log.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/acl-log.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency-histogram ++ sed -e 's|doc/||g' + base=commands/latency-histogram + install -Dpm644 doc/commands/latency-histogram.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency-histogram.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrandmember ++ sed -e 's|doc/||g' + base=commands/zrandmember + install -Dpm644 doc/commands/zrandmember.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrandmember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-meet ++ sed -e 's|doc/||g' + base=commands/cluster-meet + install -Dpm644 doc/commands/cluster-meet.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-meet.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/client-kill ++ sed -e 's|doc/||g' + base=commands/client-kill + install -Dpm644 doc/commands/client-kill.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/client-kill.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xrevrange ++ sed -e 's|doc/||g' + base=commands/xrevrange + install -Dpm644 doc/commands/xrevrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xrevrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency ++ sed -e 's|doc/||g' + base=commands/latency + install -Dpm644 doc/commands/latency.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/script-exists ++ sed -e 's|doc/||g' + base=commands/script-exists + install -Dpm644 doc/commands/script-exists.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/script-exists.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/function-help ++ sed -e 's|doc/||g' + base=commands/function-help + install -Dpm644 doc/commands/function-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/function-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/blmpop ++ sed -e 's|doc/||g' + base=commands/blmpop + install -Dpm644 doc/commands/blmpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/blmpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/latency-doctor ++ sed -e 's|doc/||g' + base=commands/latency-doctor + install -Dpm644 doc/commands/latency-doctor.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/latency-doctor.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-keyslot ++ sed -e 's|doc/||g' + base=commands/cluster-keyslot + install -Dpm644 doc/commands/cluster-keyslot.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-keyslot.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/xgroup-help ++ sed -e 's|doc/||g' + base=commands/xgroup-help + install -Dpm644 doc/commands/xgroup-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/xgroup-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/eval_ro ++ sed -e 's|doc/||g' + base=commands/eval_ro + install -Dpm644 doc/commands/eval_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/eval_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lpushx ++ sed -e 's|doc/||g' + base=commands/lpushx + install -Dpm644 doc/commands/lpushx.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lpushx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-flushslots ++ sed -e 's|doc/||g' + base=commands/cluster-flushslots + install -Dpm644 doc/commands/cluster-flushslots.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-flushslots.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/watch ++ sed -e 's|doc/||g' + base=commands/watch + install -Dpm644 doc/commands/watch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/watch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/persist ++ sed -e 's|doc/||g' + base=commands/persist + install -Dpm644 doc/commands/persist.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/persist.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/pexpiretime ++ sed -e 's|doc/||g' + base=commands/pexpiretime + install -Dpm644 doc/commands/pexpiretime.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/pexpiretime.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/geohash ++ sed -e 's|doc/||g' + base=commands/geohash + install -Dpm644 doc/commands/geohash.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/geohash.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/config ++ sed -e 's|doc/||g' + base=commands/config + install -Dpm644 doc/commands/config.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/config.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/rename ++ sed -e 's|doc/||g' + base=commands/rename + install -Dpm644 doc/commands/rename.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/rename.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/lmpop ++ sed -e 's|doc/||g' + base=commands/lmpop + install -Dpm644 doc/commands/lmpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/lmpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zrange ++ sed -e 's|doc/||g' + base=commands/zrange + install -Dpm644 doc/commands/zrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/cluster-reset ++ sed -e 's|doc/||g' + base=commands/cluster-reset + install -Dpm644 doc/commands/cluster-reset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/cluster-reset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/commands/zdiff ++ sed -e 's|doc/||g' + base=commands/zdiff + install -Dpm644 doc/commands/zdiff.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/commands/zdiff.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/tools/index ++ sed -e 's|doc/||g' + base=docs/tools/index + install -Dpm644 doc/docs/tools/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/tools/index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/_index ++ sed -e 's|doc/||g' + base=docs/_index + install -Dpm644 doc/docs/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/getting-started/_index ++ sed -e 's|doc/||g' + base=docs/getting-started/_index + install -Dpm644 doc/docs/getting-started/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/getting-started/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/getting-started/faq ++ sed -e 's|doc/||g' + base=docs/getting-started/faq + install -Dpm644 doc/docs/getting-started/faq.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/getting-started/faq.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/getting-started/installation/_index ++ sed -e 's|doc/||g' + base=docs/getting-started/installation/_index + install -Dpm644 doc/docs/getting-started/installation/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/getting-started/installation/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/getting-started/installation/install-redis-on-linux ++ sed -e 's|doc/||g' + base=docs/getting-started/installation/install-redis-on-linux + install -Dpm644 doc/docs/getting-started/installation/install-redis-on-linux.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/getting-started/installation/install-redis-on-linux.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/getting-started/installation/install-redis-on-mac-os ++ sed -e 's|doc/||g' + base=docs/getting-started/installation/install-redis-on-mac-os + install -Dpm644 doc/docs/getting-started/installation/install-redis-on-mac-os.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/getting-started/installation/install-redis-on-mac-os.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/getting-started/installation/install-redis-from-source ++ sed -e 's|doc/||g' + base=docs/getting-started/installation/install-redis-from-source + install -Dpm644 doc/docs/getting-started/installation/install-redis-from-source.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/getting-started/installation/install-redis-from-source.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/getting-started/installation/install-redis-on-windows ++ sed -e 's|doc/||g' + base=docs/getting-started/installation/install-redis-on-windows + install -Dpm644 doc/docs/getting-started/installation/install-redis-on-windows.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/getting-started/installation/install-redis-on-windows.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/_index ++ sed -e 's|doc/||g' + base=docs/manual/_index + install -Dpm644 doc/docs/manual/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/programmability/_index ++ sed -e 's|doc/||g' + base=docs/manual/programmability/_index + install -Dpm644 doc/docs/manual/programmability/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/programmability/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/programmability/functions-intro ++ sed -e 's|doc/||g' + base=docs/manual/programmability/functions-intro + install -Dpm644 doc/docs/manual/programmability/functions-intro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/programmability/functions-intro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/programmability/lua-debugging ++ sed -e 's|doc/||g' + base=docs/manual/programmability/lua-debugging + install -Dpm644 doc/docs/manual/programmability/lua-debugging.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/programmability/lua-debugging.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/programmability/lua-api ++ sed -e 's|doc/||g' + base=docs/manual/programmability/lua-api + install -Dpm644 doc/docs/manual/programmability/lua-api.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/programmability/lua-api.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/programmability/eval-intro ++ sed -e 's|doc/||g' + base=docs/manual/programmability/eval-intro + install -Dpm644 doc/docs/manual/programmability/eval-intro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/programmability/eval-intro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/client-side-caching ++ sed -e 's|doc/||g' + base=docs/manual/client-side-caching + install -Dpm644 doc/docs/manual/client-side-caching.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/client-side-caching.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/scaling ++ sed -e 's|doc/||g' + base=docs/manual/scaling + install -Dpm644 doc/docs/manual/scaling.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/scaling.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/replication ++ sed -e 's|doc/||g' + base=docs/manual/replication + install -Dpm644 doc/docs/manual/replication.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/replication.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/security/_index ++ sed -e 's|doc/||g' + base=docs/manual/security/_index + install -Dpm644 doc/docs/manual/security/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/security/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/security/encryption ++ sed -e 's|doc/||g' + base=docs/manual/security/encryption + install -Dpm644 doc/docs/manual/security/encryption.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/security/encryption.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/security/acl ++ sed -e 's|doc/||g' + base=docs/manual/security/acl + install -Dpm644 doc/docs/manual/security/acl.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/security/acl.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/pipelining ++ sed -e 's|doc/||g' + base=docs/manual/pipelining + install -Dpm644 doc/docs/manual/pipelining.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/pipelining.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/transactions ++ sed -e 's|doc/||g' + base=docs/manual/transactions + install -Dpm644 doc/docs/manual/transactions.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/transactions.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/admin ++ sed -e 's|doc/||g' + base=docs/manual/admin + install -Dpm644 doc/docs/manual/admin.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/admin.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/cli ++ sed -e 's|doc/||g' + base=docs/manual/cli + install -Dpm644 doc/docs/manual/cli.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/cli.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/persistence ++ sed -e 's|doc/||g' + base=docs/manual/persistence + install -Dpm644 doc/docs/manual/persistence.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/persistence.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/eviction ++ sed -e 's|doc/||g' + base=docs/manual/eviction + install -Dpm644 doc/docs/manual/eviction.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/eviction.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/troubleshooting ++ sed -e 's|doc/||g' + base=docs/manual/troubleshooting + install -Dpm644 doc/docs/manual/troubleshooting.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/troubleshooting.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/sentinel ++ sed -e 's|doc/||g' + base=docs/manual/sentinel + install -Dpm644 doc/docs/manual/sentinel.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/sentinel.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/pubsub ++ sed -e 's|doc/||g' + base=docs/manual/pubsub + install -Dpm644 doc/docs/manual/pubsub.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/pubsub.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/keyspace-notifications ++ sed -e 's|doc/||g' + base=docs/manual/keyspace-notifications + install -Dpm644 doc/docs/manual/keyspace-notifications.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/keyspace-notifications.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/manual/config ++ sed -e 's|doc/||g' + base=docs/manual/config + install -Dpm644 doc/docs/manual/config.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/manual/config.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/_index ++ sed -e 's|doc/||g' + base=docs/reference/_index + install -Dpm644 doc/docs/reference/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/key-specs ++ sed -e 's|doc/||g' + base=docs/reference/key-specs + install -Dpm644 doc/docs/reference/key-specs.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/key-specs.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/protocol-spec ++ sed -e 's|doc/||g' + base=docs/reference/protocol-spec + install -Dpm644 doc/docs/reference/protocol-spec.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/protocol-spec.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/modules/_index ++ sed -e 's|doc/||g' + base=docs/reference/modules/_index + install -Dpm644 doc/docs/reference/modules/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/modules/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/modules/modules-api-ref ++ sed -e 's|doc/||g' + base=docs/reference/modules/modules-api-ref + install -Dpm644 doc/docs/reference/modules/modules-api-ref.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/modules/modules-api-ref.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/modules/modules-blocking-ops ++ sed -e 's|doc/||g' + base=docs/reference/modules/modules-blocking-ops + install -Dpm644 doc/docs/reference/modules/modules-blocking-ops.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/modules/modules-blocking-ops.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/modules/modules-native-types ++ sed -e 's|doc/||g' + base=docs/reference/modules/modules-native-types + install -Dpm644 doc/docs/reference/modules/modules-native-types.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/modules/modules-native-types.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/patterns/_index ++ sed -e 's|doc/||g' + base=docs/reference/patterns/_index + install -Dpm644 doc/docs/reference/patterns/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/patterns/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/patterns/distributed-locks ++ sed -e 's|doc/||g' + base=docs/reference/patterns/distributed-locks + install -Dpm644 doc/docs/reference/patterns/distributed-locks.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/patterns/distributed-locks.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/patterns/bulk-loading ++ sed -e 's|doc/||g' + base=docs/reference/patterns/bulk-loading + install -Dpm644 doc/docs/reference/patterns/bulk-loading.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/patterns/bulk-loading.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/patterns/indexes ++ sed -e 's|doc/||g' + base=docs/reference/patterns/indexes + install -Dpm644 doc/docs/reference/patterns/indexes.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/patterns/indexes.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/patterns/twitter-clone ++ sed -e 's|doc/||g' + base=docs/reference/patterns/twitter-clone + install -Dpm644 doc/docs/reference/patterns/twitter-clone.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/patterns/twitter-clone.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/gopher ++ sed -e 's|doc/||g' + base=docs/reference/gopher + install -Dpm644 doc/docs/reference/gopher.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/gopher.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/cluster-spec ++ sed -e 's|doc/||g' + base=docs/reference/cluster-spec + install -Dpm644 doc/docs/reference/cluster-spec.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/cluster-spec.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/command-arguments ++ sed -e 's|doc/||g' + base=docs/reference/command-arguments + install -Dpm644 doc/docs/reference/command-arguments.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/command-arguments.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/clients ++ sed -e 's|doc/||g' + base=docs/reference/clients + install -Dpm644 doc/docs/reference/clients.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/clients.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/optimization/_index ++ sed -e 's|doc/||g' + base=docs/reference/optimization/_index + install -Dpm644 doc/docs/reference/optimization/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/optimization/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/optimization/cpu-profiling ++ sed -e 's|doc/||g' + base=docs/reference/optimization/cpu-profiling + install -Dpm644 doc/docs/reference/optimization/cpu-profiling.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/optimization/cpu-profiling.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/optimization/benchmarks ++ sed -e 's|doc/||g' + base=docs/reference/optimization/benchmarks + install -Dpm644 doc/docs/reference/optimization/benchmarks.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/optimization/benchmarks.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/optimization/latency-monitor ++ sed -e 's|doc/||g' + base=docs/reference/optimization/latency-monitor + install -Dpm644 doc/docs/reference/optimization/latency-monitor.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/optimization/latency-monitor.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/optimization/latency ++ sed -e 's|doc/||g' + base=docs/reference/optimization/latency + install -Dpm644 doc/docs/reference/optimization/latency.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/optimization/latency.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/optimization/memory-optimization ++ sed -e 's|doc/||g' + base=docs/reference/optimization/memory-optimization + install -Dpm644 doc/docs/reference/optimization/memory-optimization.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/optimization/memory-optimization.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/debugging ++ sed -e 's|doc/||g' + base=docs/reference/debugging + install -Dpm644 doc/docs/reference/debugging.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/debugging.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/sentinel-clients ++ sed -e 's|doc/||g' + base=docs/reference/sentinel-clients + install -Dpm644 doc/docs/reference/sentinel-clients.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/sentinel-clients.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/command-tips ++ sed -e 's|doc/||g' + base=docs/reference/command-tips + install -Dpm644 doc/docs/reference/command-tips.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/command-tips.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/arm ++ sed -e 's|doc/||g' + base=docs/reference/arm + install -Dpm644 doc/docs/reference/arm.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/arm.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/signals ++ sed -e 's|doc/||g' + base=docs/reference/signals + install -Dpm644 doc/docs/reference/signals.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/signals.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/internals/internals-vm ++ sed -e 's|doc/||g' + base=docs/reference/internals/internals-vm + install -Dpm644 doc/docs/reference/internals/internals-vm.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/internals/internals-vm.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/internals/_index ++ sed -e 's|doc/||g' + base=docs/reference/internals/_index + install -Dpm644 doc/docs/reference/internals/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/internals/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/internals/internals-sds ++ sed -e 's|doc/||g' + base=docs/reference/internals/internals-sds + install -Dpm644 doc/docs/reference/internals/internals-sds.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/internals/internals-sds.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/internals/internals-rediseventlib ++ sed -e 's|doc/||g' + base=docs/reference/internals/internals-rediseventlib + install -Dpm644 doc/docs/reference/internals/internals-rediseventlib.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/internals/internals-rediseventlib.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/reference/internals/rdd ++ sed -e 's|doc/||g' + base=docs/reference/internals/rdd + install -Dpm644 doc/docs/reference/internals/rdd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/reference/internals/rdd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/about/_index ++ sed -e 's|doc/||g' + base=docs/about/_index + install -Dpm644 doc/docs/about/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/about/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/about/releases ++ sed -e 's|doc/||g' + base=docs/about/releases + install -Dpm644 doc/docs/about/releases.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/about/releases.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/about/users ++ sed -e 's|doc/||g' + base=docs/about/users + install -Dpm644 doc/docs/about/users.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/about/users.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/about/governance ++ sed -e 's|doc/||g' + base=docs/about/governance + install -Dpm644 doc/docs/about/governance.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/about/governance.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/about/trademark ++ sed -e 's|doc/||g' + base=docs/about/trademark + install -Dpm644 doc/docs/about/trademark.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/about/trademark.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/about/sponsors ++ sed -e 's|doc/||g' + base=docs/about/sponsors + install -Dpm644 doc/docs/about/sponsors.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/about/sponsors.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/about/license ++ sed -e 's|doc/||g' + base=docs/about/license + install -Dpm644 doc/docs/about/license.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/about/license.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/modules/index ++ sed -e 's|doc/||g' + base=docs/modules/index + install -Dpm644 doc/docs/modules/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/modules/index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/libraries/index ++ sed -e 's|doc/||g' + base=docs/libraries/index + install -Dpm644 doc/docs/libraries/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/libraries/index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/clients/index ++ sed -e 's|doc/||g' + base=docs/clients/index + install -Dpm644 doc/docs/clients/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/clients/index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/_index ++ sed -e 's|doc/||g' + base=docs/data-types/_index + install -Dpm644 doc/docs/data-types/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/geospatial ++ sed -e 's|doc/||g' + base=docs/data-types/geospatial + install -Dpm644 doc/docs/data-types/geospatial.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/geospatial.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/hashes ++ sed -e 's|doc/||g' + base=docs/data-types/hashes + install -Dpm644 doc/docs/data-types/hashes.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/hashes.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/lists ++ sed -e 's|doc/||g' + base=docs/data-types/lists + install -Dpm644 doc/docs/data-types/lists.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/lists.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/hyperloglogs ++ sed -e 's|doc/||g' + base=docs/data-types/hyperloglogs + install -Dpm644 doc/docs/data-types/hyperloglogs.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/hyperloglogs.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/bitfields ++ sed -e 's|doc/||g' + base=docs/data-types/bitfields + install -Dpm644 doc/docs/data-types/bitfields.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/bitfields.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/streams ++ sed -e 's|doc/||g' + base=docs/data-types/streams + install -Dpm644 doc/docs/data-types/streams.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/streams.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/streams-tutorial ++ sed -e 's|doc/||g' + base=docs/data-types/streams-tutorial + install -Dpm644 doc/docs/data-types/streams-tutorial.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/streams-tutorial.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/tutorial ++ sed -e 's|doc/||g' + base=docs/data-types/tutorial + install -Dpm644 doc/docs/data-types/tutorial.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/tutorial.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/sorted-sets ++ sed -e 's|doc/||g' + base=docs/data-types/sorted-sets + install -Dpm644 doc/docs/data-types/sorted-sets.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/sorted-sets.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/bitmaps ++ sed -e 's|doc/||g' + base=docs/data-types/bitmaps + install -Dpm644 doc/docs/data-types/bitmaps.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/bitmaps.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/strings ++ sed -e 's|doc/||g' + base=docs/data-types/strings + install -Dpm644 doc/docs/data-types/strings.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/strings.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/docs/data-types/sets ++ sed -e 's|doc/||g' + base=docs/data-types/sets + install -Dpm644 doc/docs/data-types/sets.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/docs/data-types/sets.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/community/index ++ sed -e 's|doc/||g' + base=community/index + install -Dpm644 doc/community/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/community/index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ echo doc/README ++ sed -e 's|doc/||g' + base=README + install -Dpm644 doc/README.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64//usr/share/doc/redis/README.md + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/lib/rpm/macros.d + install -pDm644 /builddir/build/SOURCES/macros.redis /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/lib/rpm/macros.d/macros.redis + /usr/lib/rpm/brp-compress /usr + /usr/lib/rpm/brp-elfperms + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-remove-la-files Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OaRzwK + umask 022 + cd /builddir/build/BUILD + cd redis-7.0.5 + taskset -c 1 make DEBUG= V=echo LDFLAGS= 'CFLAGS+=-O2 -g -fPIC' 'INSTALL=install -p' PREFIX=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes test cd src && make test make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' Cleanup: may take some time... OK Starting test server at port 21079 [ready]: 20203 Testing unit/printver [ready]: 20204 Testing unit/dump [ready]: 20205 Testing unit/auth [ready]: 20206 Testing unit/protocol [ready]: 20207 Testing unit/keyspace [ready]: 20208 Testing unit/scan [ready]: 20209 Testing unit/info [ready]: 20210 Testing unit/info-command [ready]: 20211 Testing unit/type/string [ready]: 20212 Testing unit/type/incr [ready]: 20213 Testing unit/type/list [ready]: 20214 Testing unit/type/list-2 [ready]: 20215 Testing unit/type/list-3 [ready]: 20216 Testing unit/type/set [ready]: 20217 Testing unit/type/zset [ready]: 20219 Testing unit/type/hash [ok]: INCR against non existing key (1 ms) [ok]: info command with at most one sub command (2 ms) [ok]: INCR against key created by incr itself (0 ms) [ok]: INCR against key originally set with SET (0 ms) [ok]: INCR over 32bit value (1 ms) [ok]: INCRBY over 32bit value with over 32bit increment (0 ms) [ok]: info command with one sub-section (2 ms) [ok]: INCR fails against key with spaces (left) (1 ms) [ok]: info command with multiple sub-sections (1 ms) [ok]: INCR fails against key with spaces (right) (0 ms) [ok]: INCR fails against key with spaces (both) (0 ms) [ok]: DECRBY negation overflow (0 ms) [ok]: INCR fails against a key holding a list (1 ms) [ok]: DECRBY over 32bit value with over 32bit increment, negative res (0 ms) [ok]: INCR uses shared objects in the 0-9999 range (1 ms) [ok]: INCR can modify objects in-place (0 ms) [ok]: INCRBYFLOAT against non existing key (0 ms) [ok]: INCRBYFLOAT against key originally set with SET (1 ms) [ok]: INCRBYFLOAT over 32bit value (0 ms) [ok]: INCRBYFLOAT over 32bit value with over 32bit increment (0 ms) [ok]: INCRBYFLOAT fails against key with spaces (left) (0 ms) [ok]: INCRBYFLOAT fails against key with spaces (right) (0 ms) [ok]: INCRBYFLOAT fails against key with spaces (both) (0 ms) [ok]: INCRBYFLOAT fails against a key holding a list (0 ms) [ok]: INCRBYFLOAT does not allow NaN or Infinity (0 ms) [ok]: INCRBYFLOAT decrement (0 ms) [ok]: string to double with null terminator (0 ms) [ok]: No negative zero (0 ms) [ok]: Explicit regression for a list bug (0 ms) [ok]: Check encoding - listpack (0 ms) [ok]: ZSET basic ZADD and score update - listpack (1 ms) [ok]: ZSET element can't be set to NaN with ZADD - listpack (0 ms) [ok]: ZSET element can't be set to NaN with ZINCRBY - listpack (0 ms) [ok]: ZADD with options syntax error with incomplete pair - listpack (0 ms) [ok]: ZADD XX option without key - listpack (1 ms) [ok]: ZADD XX existing key - listpack (0 ms) [ok]: ZADD XX returns the number of elements actually added - listpack (0 ms) [ok]: ZADD XX updates existing elements score - listpack (1 ms) [ok]: ZADD GT updates existing elements when new scores are greater - listpack (1 ms) [ok]: ZADD LT updates existing elements when new scores are lower - listpack (0 ms) [ok]: ZADD GT XX updates existing elements when new scores are greater and skips new elements - listpack (0 ms) [ok]: ZADD LT XX updates existing elements when new scores are lower and skips new elements - listpack (0 ms) [ok]: ZADD XX and NX are not compatible - listpack (0 ms) [ok]: reg node check compression with insert and pop (1 ms) [ok]: reg node check compression combined with trim (1 ms) [ok]: SADD, SCARD, SISMEMBER, SMISMEMBER, SMEMBERS basics - regular set (3 ms) [ok]: reg node check compression with lset (1 ms) [ok]: SADD, SCARD, SISMEMBER, SMISMEMBER, SMEMBERS basics - intset (2 ms) [ok]: SMISMEMBER against non set (1 ms) [ok]: plain node check compression (2 ms) [ok]: SMISMEMBER non existing key (0 ms) [ok]: SMISMEMBER requires one or more members (1 ms) [ok]: plain node check compression with ltrim (1 ms) [ok]: SADD against non set (0 ms) [ok]: SADD a non-integer against an intset (0 ms) [ok]: plain node check compression using lset (1 ms) [ok]: SADD an integer larger than 64 bits (1 ms) [ok]: SET and GET an item (0 ms) [ok]: SET and GET an empty item (0 ms) [ok]: ZADD NX with non existing key - listpack (0 ms) [ok]: ZADD NX only add new elements without updating old ones - listpack (1 ms) [ok]: ZADD GT and NX are not compatible - listpack (0 ms) [ok]: ZADD LT and NX are not compatible - listpack (5 ms) [ok]: ZADD LT and GT are not compatible - listpack (0 ms) [ok]: ZADD INCR LT/GT replies with nill if score not updated - listpack (0 ms) [ok]: ZADD INCR LT/GT with inf - listpack (1 ms) [ok]: ZADD INCR works like ZINCRBY - listpack (0 ms) [ok]: ZADD INCR works with a single score-elemenet pair - listpack (0 ms) [ok]: ZADD CH option changes return value to all changed elements - listpack (0 ms) [ok]: ZINCRBY calls leading to NaN result in error - listpack (0 ms) [ok]: ZADD - Variadic version base case - $encoding (1 ms) [ok]: ZADD - Return value is the number of actually added items - $encoding (0 ms) [ok]: ZADD - Variadic version does not add nothing on single parsing err - $encoding (0 ms) [ok]: ZADD - Variadic version will raise error on missing arg - $encoding (0 ms) [ok]: ZINCRBY does not work variadic even if shares ZADD implementation - $encoding (0 ms) [ok]: ZCARD basics - listpack (0 ms) [ok]: ZREM removes key after last element is removed - listpack (0 ms) [ok]: ZREM variadic version - listpack (0 ms) [ok]: ZREM variadic version -- remove elements after key deletion - listpack (0 ms) [ok]: ZRANGE basics - listpack (2 ms) [ok]: ZREVRANGE basics - listpack (18 ms) [ok]: ZRANK/ZREVRANK basics - listpack (1 ms) [ok]: ZRANK - after deletion - listpack (0 ms) [ok]: ZINCRBY - can create a new sorted set - listpack (1 ms) [ok]: ZINCRBY - increment and decrement - listpack (0 ms) [ok]: ZINCRBY return value - listpack (0 ms) [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics - listpack (2 ms) [ok]: ZRANGEBYSCORE with WITHSCORES - listpack (0 ms) [ok]: ZRANGEBYSCORE with LIMIT - listpack (1 ms) [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES - listpack (1 ms) [ok]: ZRANGEBYSCORE with non-value min or max - listpack (0 ms) [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics - listpack (6 ms) [ok]: ZLEXCOUNT advanced - listpack (1 ms) [ok]: ZRANGEBYSLEX with LIMIT - listpack (1 ms) [ok]: DEL against a single item (0 ms) [ok]: Vararg DEL (0 ms) [ok]: Untagged multi-key commands (1 ms) [ok]: KEYS with pattern (0 ms) [ok]: HSET/HLEN - Small hash creation (1 ms) [ok]: Is the small hash encoded with a listpack? (0 ms) [ok]: KEYS to get all keys (1 ms) [ok]: DBSIZE (0 ms) [ok]: DEL all keys (1 ms) [ok]: HRANDFIELD - listpack (4 ms) [ok]: ZRANGEBYLEX with invalid lex range specifiers - listpack (38 ms) [ok]: SADD overflows the maximum allowed integers in an intset (84 ms) [ok]: AUTH fails if there is no password configured server side (0 ms) [ok]: Arity check for auth command (0 ms) [ok]: Regression for quicklist #3343 bug (124 ms) [ok]: Check compression with recompress (1 ms) [ok]: HRANDFIELD - hashtable (8 ms) [ok]: HRANDFIELD with RESP3 (0 ms) [ok]: HRANDFIELD count of 0 is handled correctly (0 ms) [ok]: HRANDFIELD with against non existing key (0 ms) [ok]: HRANDFIELD count of 0 is handled correctly - emptyarray (0 ms) [ok]: HRANDFIELD with against non existing key - emptyarray (0 ms) [ok]: ZREMRANGEBYSCORE basics - listpack (5 ms) [ok]: ZREMRANGEBYSCORE with non-value min or max - listpack (0 ms) [ok]: Variadic SADD (0 ms) [ok]: DUMP / RESTORE are able to serialize / unserialize a simple key (1 ms) [ok]: RESTORE can set an arbitrary expire to the materialized key (0 ms) [ok]: RESTORE can set an expire that overflows a 32 bit integer (1 ms) [ok]: RESTORE can set an absolute expire (0 ms) [ok]: RESTORE with ABSTTL in the past (0 ms) [ok]: RESTORE can set LRU (1 ms) [ok]: RESTORE can set LFU (0 ms) [ok]: RESTORE returns an error of the key already exists (1 ms) [ok]: RESTORE can overwrite an existing key with REPLACE (0 ms) [ok]: RESTORE can detect a syntax error for unrecongized options (0 ms) [ok]: DUMP of non existing key returns nil (0 ms) Testing Redis version 7.0.5 (00000000) [ok]: Handle an empty query (0 ms) [ok]: Negative multibulk length (0 ms) [ok]: Out of range multibulk length (0 ms) [ok]: Wrong multibulk payload header (0 ms) [ok]: Negative multibulk payload length (1 ms) [ok]: Out of range multibulk payload length (0 ms) [ok]: Non-number multibulk payload length (1 ms) [ok]: Multi bulk request not followed by bulk arguments (0 ms) [ok]: Crash due to wrongly recompress after lrem (42 ms) [ok]: LINSERT correctly recompress full quicklistNode after inserting a element before it (1 ms) [ok]: LINSERT correctly recompress full quicklistNode after inserting a element after it (0 ms) [ok]: Generic wrong number of args (3 ms) [ok]: Unbalanced number of quotes (0 ms) [ok]: ZREMRANGEBYRANK basics - listpack (49 ms) [ok]: ZUNIONSTORE against non-existing key doesn't set destination - listpack (0 ms) [ok]: ZUNION/ZINTER/ZINTERCARD/ZDIFF against non-existing key - listpack (0 ms) [ok]: ZUNIONSTORE with empty set - listpack (1 ms) [ok]: ZUNION/ZINTER/ZINTERCARD/ZDIFF with empty set - listpack (0 ms) [ok]: ZUNIONSTORE basics - listpack (1 ms) [ok]: ZUNION/ZINTER/ZINTERCARD/ZDIFF with integer members - listpack (1 ms) [ok]: ZUNIONSTORE with weights - listpack (0 ms) [ok]: ZUNION with weights - listpack (1 ms) [ok]: ZUNIONSTORE with a regular set and weights - listpack (0 ms) [ok]: ZUNIONSTORE with AGGREGATE MIN - listpack (0 ms) [ok]: ZUNION/ZINTER with AGGREGATE MIN - listpack (0 ms) [ok]: ZUNIONSTORE with AGGREGATE MAX - listpack (0 ms) [ok]: ZUNION/ZINTER with AGGREGATE MAX - listpack (0 ms) [ok]: Very big payload in GET/SET (195 ms) [ok]: ZINTERSTORE basics - listpack (0 ms) [ok]: ZINTER basics - listpack (0 ms) [ok]: ZINTERCARD with illegal arguments (0 ms) [ok]: ZINTERCARD basics - listpack (0 ms) [ok]: ZINTER RESP3 - listpack (1 ms) [ok]: ZINTERSTORE with weights - listpack (0 ms) [ok]: ZINTER with weights - listpack (0 ms) [ok]: ZINTERSTORE with a regular set and weights - listpack (1 ms) [ok]: ZINTERSTORE with AGGREGATE MIN - listpack (0 ms) [ok]: ZINTERSTORE with AGGREGATE MAX - listpack (0 ms) [ok]: ZUNIONSTORE with +inf/-inf scores - listpack (1 ms) [ok]: ZUNIONSTORE with NaN weights - listpack (11 ms) [ok]: ZINTERSTORE with +inf/-inf scores - listpack (1 ms) [ok]: ZINTERSTORE with NaN weights - listpack (0 ms) [ok]: ZDIFFSTORE basics - listpack (0 ms) [ok]: ZDIFF basics - listpack (1 ms) [ok]: ZDIFFSTORE with a regular set - listpack (0 ms) [ok]: ZDIFF subtracting set from itself - listpack (0 ms) [ok]: ZDIFF algorithm 1 - listpack (1 ms) [ok]: ZDIFF algorithm 2 - listpack (0 ms) [ok]: Protocol desync regression test #1 (177 ms) [1/83 done]: unit/info-command (0 seconds) Testing unit/type/stream [2/83 done]: unit/type/incr (0 seconds) Testing unit/type/stream-cgroups [3/83 done]: unit/printver (0 seconds) Testing unit/sort [ok]: SCAN basic (279 ms) [ok]: latencystats: disable/enable (1 ms) [ok]: latencystats: configure percentiles (2 ms) [ok]: latencystats: bad configure percentiles (1 ms) [ok]: latencystats: blocking commands (1 ms) [ok]: latencystats: subcommands (1 ms) [ok]: latencystats: measure latency (51 ms) [ok]: errorstats: failed call authentication error (1 ms) [ok]: errorstats: failed call within MULTI/EXEC (1 ms) [ok]: errorstats: failed call within LUA (1 ms) [ok]: errorstats: failed call NOSCRIPT error (1 ms) [ok]: errorstats: failed call NOGROUP error (0 ms) [ok]: errorstats: rejected call unknown command (0 ms) [ok]: errorstats: rejected call within MULTI/EXEC (5 ms) [ok]: errorstats: rejected call due to wrong arity (1 ms) [ok]: errorstats: rejected call by OOM error (2 ms) [ok]: errorstats: rejected call by authorization error (1 ms) [ok]: errorstats: blocking commands (3 ms) [ok]: Set encoding after DEBUG RELOAD (570 ms) [ok]: SREM basics - regular set (0 ms) [ok]: SREM basics - intset (1 ms) [ok]: SREM with multiple arguments (0 ms) [ok]: SREM variadic version with more args needed to destroy the key (0 ms) [ok]: SINTERCARD with illegal arguments (0 ms) [ok]: SINTERCARD against non-set should throw error (1 ms) [ok]: SINTERCARD against non-existing key (0 ms) [ok]: MIGRATE is caching connections (660 ms) [ok]: Protocol desync regression test #2 (549 ms) [ok]: Test LPUSH and LPOP on plain nodes (4 ms) [ok]: XADD wrong number of args (2 ms) [ok]: Test LINDEX and LINSERT on plain nodes (1 ms) [ok]: XADD can add entries into a stream that XRANGE can fetch (1 ms) [ok]: Test LTRIM on plain nodes (2 ms) [ok]: XADD IDs are incremental (1 ms) [ok]: Test LREM on plain nodes (1 ms) [ok]: XADD IDs are incremental when ms is the same as well (1 ms) [ok]: XADD IDs correctly report an error when overflowing (1 ms) [ok]: Test LPOS on plain nodes (1 ms) [ok]: XADD auto-generated sequence is incremented for last ID (0 ms) [ok]: XADD auto-generated sequence is zero for future timestamp ID (1 ms) [ok]: XADD auto-generated sequence can't be smaller than last ID (1 ms) [ok]: AUTH fails when a wrong password is given (10 ms) [ok]: Arbitrary command gives an error when AUTH is required (0 ms) [ok]: AUTH succeeds when the right password is given (0 ms) [ok]: Once AUTH succeeded we can actually send commands to the server (1 ms) [ok]: Test LMOVE on plain nodes (3 ms) [ok]: XADD auto-generated sequence can't overflow (1 ms) [ok]: For unauthenticated clients multibulk and bulk length are limited (1 ms) [ok]: XADD 0-* should succeed (0 ms) [ok]: Generated sets must be encoded as hashtable (0 ms) [ok]: SINTER with two sets - hashtable (0 ms) [ok]: SINTERCARD with two sets - hashtable (0 ms) [ok]: SINTERSTORE with two sets - hashtable (0 ms) [ok]: Test LSET with packed / plain combinations (47 ms) [ok]: Test LSET with packed is split in the middle (0 ms) [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - hashtable (19 ms) [ok]: SUNION with two sets - hashtable (5 ms) [ok]: XGROUP CREATE: creation and duplicate group name detection (0 ms) [ok]: XGROUP CREATE: automatic stream creation fails without MKSTREAM (1 ms) [ok]: XGROUP CREATE: automatic stream creation works with MKSTREAM (0 ms) [ok]: XREADGROUP will return only new elements (0 ms) [ok]: XREADGROUP can read the history of the elements we own (1 ms) [ok]: XPENDING is able to return pending items (0 ms) [ok]: XPENDING can return single consumer items (0 ms) [ok]: XPENDING only group (1 ms) [ok]: HRANDFIELD with - hashtable (889 ms) [ok]: Old Ziplist: SORT BY key (0 ms) [ok]: Old Ziplist: SORT BY key with limit (0 ms) [ok]: Old Ziplist: SORT BY hash field (0 ms) [ok]: XPENDING with IDLE (21 ms) [ok]: XPENDING with exclusive range intervals works as expected (0 ms) [ok]: XACK is able to remove items from the consumer/group PEL (1 ms) [ok]: XACK can't remove the same item multiple times (0 ms) [ok]: XACK is able to accept multiple arguments (0 ms) [ok]: XACK should fail if got at least one invalid ID (2 ms) [ok]: PEL NACK reassignment after XGROUP SETID event (1 ms) [ok]: XREADGROUP will not report data on empty history. Bug #5577 (2 ms) [ok]: XREADGROUP history reporting of deleted entries. Bug #5570 (1 ms) [ok]: Test LSET with packed consist only one item (84 ms) [ok]: Crash due to delete entry from a compress quicklist node (1 ms) [ok]: Crash due to split quicklist node wrongly (1 ms) [ok]: Blocking XREADGROUP will not reply with an empty array (26 ms) [ok]: Blocking XREADGROUP: key deleted (1 ms) [ok]: Blocking XREADGROUP: key type changed with SET (0 ms) [ok]: Blocking XREADGROUP: key type changed with transaction (0 ms) [ok]: Blocking XREADGROUP: flushed DB (10 ms) [ok]: Blocking XREADGROUP: swapped DB, key doesn't exist (1 ms) [ok]: Blocking XREADGROUP: swapped DB, key is not a stream (1 ms) [ok]: Blocking XREAD: key deleted (0 ms) [ok]: Blocking XREAD: key type changed with SET (1 ms) [ok]: SUNIONSTORE with two sets - hashtable (51 ms) [ok]: SINTER against three sets - hashtable (0 ms) [ok]: SINTERCARD against three sets - hashtable (0 ms) [ok]: SINTERSTORE with three sets - hashtable (0 ms) [ok]: SCAN COUNT (581 ms) [ok]: Blocking XREADGROUP for stream that ran dry (issue #5299) (87 ms) [ok]: Blocking XREADGROUP will ignore BLOCK if ID is not > (6 ms) [ok]: XGROUP DESTROY should unblock XREADGROUP with -NOGROUP (1 ms) [ok]: RENAME can unblock XREADGROUP with data (0 ms) [ok]: RENAME can unblock XREADGROUP with -NOGROUP (1 ms) [ok]: DEL against expired key (1102 ms) [ok]: EXISTS (0 ms) [ok]: Zero length value in key. SET/GET/EXISTS (0 ms) [ok]: Commands pipelining (0 ms) [ok]: Non existing command (1 ms) [ok]: RENAME basic usage (0 ms) [ok]: RENAME source key should no longer exist (0 ms) [ok]: RENAME against already existing key (1 ms) [ok]: RENAMENX basic usage (0 ms) [ok]: RENAMENX against already existing key (0 ms) [ok]: RENAMENX against already existing key (2) (0 ms) [ok]: RENAME against non existing source key (0 ms) [ok]: RENAME where source and dest key are the same (existing) (0 ms) [ok]: RENAMENX where source and dest key are the same (existing) (0 ms) [ok]: RENAME where source and dest key are the same (non existing) (1 ms) [ok]: RENAME with volatile key, should move the TTL as well (1 ms) [ok]: RENAME with volatile key, should not inherit TTL of target key (0 ms) [ok]: DEL all keys again (DB 0) (1 ms) [ok]: DEL all keys again (DB 1) (0 ms) [ok]: COPY basic usage for string (4 ms) [ok]: COPY for string does not replace an existing key without REPLACE option (1 ms) [ok]: SUNION with non existing keys - hashtable (80 ms) [ok]: COPY for string can replace an existing key with REPLACE option (1 ms) [ok]: COPY for string ensures that copied data is independent of copying data (0 ms) [ok]: COPY for string does not copy data to no-integer DB (0 ms) [ok]: COPY can copy key expire metadata as well (0 ms) [ok]: COPY does not create an expire if it does not exist (0 ms) [ok]: COPY basic usage for list (1 ms) [ok]: COPY basic usage for intset set (1 ms) [ok]: COPY basic usage for hashtable set (0 ms) [ok]: COPY basic usage for listpack sorted set (1 ms) [ok]: COPY basic usage for skiplist sorted set (6 ms) [ok]: COPY basic usage for listpack hash (1 ms) [ok]: SDIFF with two sets - hashtable (0 ms) [ok]: SDIFF with three sets - hashtable (0 ms) [ok]: SDIFFSTORE with three sets - hashtable (0 ms) [ok]: SINTER/SUNION/SDIFF with three same sets - hashtable (20 ms) [ok]: XADD with MAXLEN option (375 ms) [ok]: COPY basic usage for hashtable hash (132 ms) [ok]: Generated sets must be encoded as intset (0 ms) [ok]: SINTER with two sets - intset (1 ms) [ok]: SINTERCARD with two sets - intset (0 ms) [ok]: SINTERSTORE with two sets - intset (0 ms) [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - intset (49 ms) [ok]: SUNION with two sets - intset (5 ms) [ok]: SCAN MATCH (439 ms) [ok]: SUNIONSTORE with two sets - intset (5 ms) [4/83 done]: unit/info (1 seconds) Testing unit/expire [ok]: Protocol desync regression test #3 (783 ms) [ok]: raw protocol response (0 ms) [ok]: raw protocol response - deferred (0 ms) [ok]: raw protocol response - multiline (0 ms) [ok]: RESP3 attributes (1 ms) [ok]: RESP3 attributes readraw (0 ms) [ok]: RESP3 attributes on RESP2 (1 ms) [ok]: test big number parsing (0 ms) [ok]: test bool parsing (0 ms) [ok]: SINTER against three sets - intset (0 ms) [ok]: SINTERCARD against three sets - intset (0 ms) [ok]: SINTERSTORE with three sets - intset (0 ms) [ok]: test verbatim str parsing (69 ms) [ok]: Stress tester for #3343-alike bugs comp: 2 (1604 ms) [ok]: XCLAIM can claim PEL items from another consumer (603 ms) [ok]: SUNION with non existing keys - intset (68 ms) [ok]: SDIFF with two sets - intset (0 ms) [ok]: SDIFF with three sets - intset (1 ms) [ok]: SDIFFSTORE with three sets - intset (0 ms) [ok]: XADD with MAXLEN option and the '=' argument (525 ms) [ok]: COPY basic usage for stream (489 ms) [ok]: test large number of args (117 ms) [ok]: test argument rewriting - issue 9598 (1 ms) [ok]: SINTER/SUNION/SDIFF with three same sets - intset (83 ms) [ok]: SDIFF with first set empty (0 ms) [ok]: SDIFF with same set two times (0 ms) [ok]: AUTH fails when binary password is wrong (0 ms) [ok]: AUTH succeeds when binary password is correct (0 ms) [ok]: COPY basic usage for stream-cgroups (59 ms) [ok]: MOVE basic usage (2 ms) [ok]: MOVE against key existing in the target DB (0 ms) [ok]: MOVE against non-integer DB (#1428) (0 ms) [ok]: MOVE can move key expire metadata as well (0 ms) [ok]: MOVE does not create an expire if it does not exist (1 ms) [ok]: SET/GET keys in different DBs (6 ms) [ok]: RANDOMKEY (4 ms) [ok]: RANDOMKEY against empty DB (0 ms) [ok]: RANDOMKEY regression 1 (0 ms) [ok]: KEYS * two times with long key, Github issue #1208 (1 ms) [ok]: LPOS basic usage (1 ms) [ok]: LPOS RANK (positive, negative and zero rank) option (0 ms) [ok]: LPOS COUNT option (0 ms) [ok]: LPOS COUNT + RANK option (0 ms) [ok]: LPOS non existing key (0 ms) [ok]: LPOS no match (0 ms) [ok]: LPOS MAXLEN (1 ms) [ok]: LPOS when RANK is greater than matches (0 ms) [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - ziplist (1 ms) [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - regular list (1 ms) [ok]: LPOP/RPOP with wrong number of arguments (0 ms) [ok]: RPOP/LPOP with the optional count argument (1 ms) [ok]: LPOP/RPOP with the count 0 returns an empty array in RESP3 (0 ms) [ok]: LPOP/RPOP against non existing key in RESP3 (1 ms) [ok]: LPOP/RPOP with against non existing key in RESP3 (0 ms) [ok]: LPOP/RPOP with the count 0 returns an empty array in RESP2 (2 ms) [ok]: LPOP/RPOP against non existing key in RESP2 (0 ms) [ok]: LPOP/RPOP with against non existing key in RESP2 (0 ms) [ok]: Variadic RPUSH/LPUSH (0 ms) [ok]: DEL a list (0 ms) [ok]: BLPOP: single existing list - linkedlist (0 ms) [ok]: BLPOP: multiple existing lists - linkedlist (1 ms) [ok]: BLPOP: second list has an entry - linkedlist (0 ms) [ok]: BLMPOP_LEFT: single existing list - linkedlist (0 ms) [ok]: BLMPOP_LEFT: multiple existing lists - linkedlist (1 ms) [ok]: BLMPOP_LEFT: second list has an entry - linkedlist (0 ms) [ok]: BRPOPLPUSH - linkedlist (1 ms) [ok]: BLMOVE left left - linkedlist (1 ms) [ok]: BLMOVE left right - linkedlist (1 ms) [ok]: BLMOVE right left - linkedlist (1 ms) [ok]: BLMOVE right right - linkedlist (0 ms) [ok]: BLPOP: single existing list - ziplist (0 ms) [ok]: BLPOP: multiple existing lists - ziplist (1 ms) [ok]: BLPOP: second list has an entry - ziplist (0 ms) [ok]: BLMPOP_LEFT: single existing list - ziplist (1 ms) [ok]: BLMPOP_LEFT: multiple existing lists - ziplist (1 ms) [ok]: HRANDFIELD with - listpack (1147 ms) [ok]: BLMPOP_LEFT: second list has an entry - ziplist (59 ms) [ok]: BRPOPLPUSH - ziplist (1 ms) [ok]: BLMOVE left left - ziplist (1 ms) [ok]: BLMOVE left right - ziplist (0 ms) [ok]: BLMOVE right left - ziplist (1 ms) [ok]: BLMOVE right right - ziplist (1 ms) [ok]: XCLAIM without JUSTID increments delivery count (402 ms) [ok]: Old Linked list: SORT BY key (39 ms) [ok]: Old Linked list: SORT BY key with limit (0 ms) [ok]: XADD with MAXLEN option and the '~' argument (438 ms) [ok]: XADD with NOMKSTREAM option (1 ms) [ok]: BLPOP, LPUSH + DEL should not awake blocked client (101 ms) [ok]: SCAN TYPE (692 ms) [ok]: EXPIRE - set timeouts multiple times (1 ms) [ok]: EXPIRE - It should be still possible to read 'x' (0 ms) [ok]: SSCAN with encoding intset (43 ms) [ok]: SSCAN with encoding hashtable (2 ms) [ok]: HSCAN with encoding listpack (1 ms) [5/83 done]: unit/keyspace (2 seconds) Testing unit/other [ok]: BLPOP, LPUSH + DEL + SET should not awake blocked client (101 ms) [ok]: Old Linked list: SORT BY hash field (115 ms) [ok]: XCLAIM same consumer (201 ms) [ok]: BLMPOP_LEFT, LPUSH + DEL should not awake blocked client (101 ms) [ok]: HSCAN with encoding hashtable (206 ms) [ok]: BLMPOP_LEFT, LPUSH + DEL + SET should not awake blocked client (101 ms) [ok]: BLPOP with same key multiple times should work (issue #801) (1 ms) [ok]: ZSCAN with encoding listpack (1 ms) [ok]: XADD with MINID option (345 ms) [ok]: XTRIM with MINID option (1 ms) [ok]: XTRIM with MINID option, big delta from master record (1 ms) [ok]: MULTI/EXEC is isolated from the point of view of BLPOP (101 ms) [ok]: BLPOP with variadic LPUSH (1 ms) [ok]: ZSCAN with encoding skiplist (153 ms) [ok]: HSET/HLEN - Big hash creation (521 ms) [ok]: Is the big hash encoded with an hash table? (0 ms) [ok]: HGET against the small hash (1 ms) [ok]: MULTI/EXEC is isolated from the point of view of BLMPOP_LEFT (102 ms) [ok]: BLMPOP_LEFT with variadic LPUSH (1 ms) [ok]: BRPOPLPUSH with zero timeout should block indefinitely (0 ms) [ok]: BLMOVE left left with zero timeout should block indefinitely (1 ms) [ok]: BLMOVE left right with zero timeout should block indefinitely (1 ms) [ok]: BLMOVE right left with zero timeout should block indefinitely (1 ms) [ok]: BLMOVE right right with zero timeout should block indefinitely (1 ms) [ok]: BLMOVE (left, left) with a client BLPOPing the target list (1 ms) [ok]: BLMOVE (left, right) with a client BLPOPing the target list (3 ms) [ok]: BLMOVE (right, left) with a client BLPOPing the target list (1 ms) [ok]: BLMOVE (right, right) with a client BLPOPing the target list (1 ms) [ok]: BRPOPLPUSH with wrong source type (0 ms) [ok]: BRPOPLPUSH with wrong destination type (1 ms) [ok]: BRPOPLPUSH maintains order of elements after failure (0 ms) [ok]: BRPOPLPUSH with multiple blocked clients (1 ms) [ok]: BLMPOP with multiple blocked clients (2 ms) [ok]: Linked LMOVEs (1 ms) [ok]: Circular BRPOPLPUSH (1 ms) [ok]: Self-referential BRPOPLPUSH (1 ms) [ok]: BRPOPLPUSH inside a transaction (0 ms) [ok]: PUSH resulting from BRPOPLPUSH affect WATCH (1 ms) [ok]: BRPOPLPUSH does not affect WATCH while still blocked (5 ms) [ok]: SAVE - make sure there are all the types as values (10 ms) [ok]: Regression for a crash with blocking ops and pipelining (0 ms) [ok]: SCAN guarantees check under write load (105 ms) [ok]: SSCAN with integer encoded object (issue #1345) (3 ms) [ok]: SSCAN with PATTERN (0 ms) [ok]: HSCAN with PATTERN (0 ms) [ok]: ZSCAN with PATTERN (1 ms) [ok]: XAUTOCLAIM can claim PEL items from another consumer (603 ms) [ok]: ZSCAN scores: regression test for issue #2175 (178 ms) [ok]: HGET against the big hash (411 ms) [ok]: HGET against non existing key (0 ms) [ok]: HSET in update and insert mode (1 ms) [ok]: HSETNX target key missing - small hash (0 ms) [ok]: HSETNX target key exists - small hash (0 ms) [ok]: HSETNX target key missing - big hash (0 ms) [ok]: HSETNX target key exists - big hash (0 ms) [ok]: HSET/HMSET wrong number of args (0 ms) [ok]: HMSET - small hash (0 ms) [ok]: XAUTOCLAIM as an iterator (202 ms) [ok]: XAUTOCLAIM COUNT must be > 0 (0 ms) [ok]: XCLAIM with XDEL (1 ms) [ok]: XCLAIM with trimming (0 ms) [ok]: XAUTOCLAIM with XDEL (1 ms) [ok]: XAUTOCLAIM with XDEL and count (1 ms) [ok]: XAUTOCLAIM with out of range count (0 ms) [ok]: XCLAIM with trimming (1 ms) [ok]: XINFO FULL output (2 ms) [ok]: XGROUP CREATECONSUMER: create consumer if does not exist (1 ms) [ok]: XGROUP CREATECONSUMER: group must exist (1 ms) [ok]: MASTERAUTH test with binary password (792 ms) [ok]: HMSET - big hash (181 ms) [ok]: HMGET against non existing key and fields (0 ms) [ok]: HMGET against wrong type (0 ms) [ok]: HMGET - small hash (1 ms) [6/83 done]: unit/protocol (3 seconds) Testing unit/multi [ok]: HMGET - big hash (71 ms) [ok]: HKEYS - small hash (0 ms) [ok]: HKEYS - big hash (60 ms) [ok]: HVALS - small hash (0 ms) [ok]: Stress tester for #3343-alike bugs comp: 1 (1759 ms) [ok]: HVALS - big hash (1 ms) [ok]: HGETALL - small hash (1 ms) [ok]: MULTI / EXEC basics (1 ms) [ok]: DISCARD (0 ms) [ok]: Nested MULTI are not allowed (1 ms) [ok]: MULTI where commands alter argc/argv (0 ms) [ok]: WATCH inside MULTI is not allowed (0 ms) [ok]: EXEC fails if there are errors while queueing commands #1 (1 ms) [ok]: EXEC fails if there are errors while queueing commands #2 (1 ms) [ok]: If EXEC aborts, the client MULTI state is cleared (0 ms) [ok]: EXEC works on WATCHed key not modified (0 ms) [ok]: EXEC fail on WATCHed key modified (1 key of 1 watched) (1 ms) [ok]: EXEC fail on WATCHed key modified (1 key of 5 watched) (0 ms) [ok]: EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty (1 ms) [ok]: XREADGROUP with NOACK creates consumer (10 ms) [ok]: BRPOPLPUSH timeout (1013 ms) [ok]: SWAPDB awakes blocked client (4 ms) [ok]: EXEC fail on lazy expired WATCHed key (102 ms) [ok]: WATCH stale keys should not fail EXEC (3 ms) [ok]: Delete WATCHed stale keys should not fail EXEC (2 ms) [ok]: FLUSHDB while watching stale keys should not fail EXEC (3 ms) [ok]: After successful EXEC key is no longer watched (0 ms) [ok]: After failed EXEC key is no longer watched (0 ms) [ok]: It is possible to UNWATCH (0 ms) [ok]: UNWATCH when there is nothing watched works as expected (1 ms) [ok]: HGETALL - big hash (190 ms) [ok]: FLUSHALL is able to touch the watched keys (3 ms) [ok]: FLUSHALL does not touch non affected keys (57 ms) [ok]: FLUSHDB is able to touch the watched keys (0 ms) [ok]: FLUSHDB does not touch non affected keys (0 ms) [ok]: HDEL and return value (1 ms) [ok]: SWAPDB is able to touch the watched keys that exist (9 ms) [ok]: SWAPDB is able to touch the watched keys that do not exist (6 ms) [ok]: HDEL - more than a single value (0 ms) [ok]: HDEL - hash becomes empty before deleting all specified fields (1 ms) [ok]: HEXISTS (1 ms) [ok]: SWAPDB does not touch watched stale keys (7 ms) [ok]: Is a ziplist encoded Hash promoted on big payload? (0 ms) [ok]: HINCRBY against non existing database key (0 ms) [ok]: HINCRBY against non existing hash key (1 ms) [ok]: SWAPDB does not touch non-existing key replaced with stale key (17 ms) [ok]: HINCRBY against hash key created by hincrby itself (1 ms) [ok]: HINCRBY against hash key originally set with HSET (0 ms) [ok]: HINCRBY over 32bit value (0 ms) [ok]: HINCRBY over 32bit value with over 32bit increment (0 ms) [ok]: HINCRBY fails against hash value with spaces (left) (0 ms) [ok]: HINCRBY fails against hash value with spaces (right) (0 ms) [ok]: HINCRBY can detect overflows (0 ms) [ok]: HINCRBYFLOAT against non existing database key (0 ms) [ok]: SWAPDB does not touch stale key replaced with another stale key (8 ms) [ok]: WATCH is able to remember the DB a key belongs to (1 ms) [ok]: WATCH will consider touched keys target of EXPIRE (0 ms) [ok]: HINCRBYFLOAT against non existing hash key (1 ms) [ok]: HINCRBYFLOAT against hash key created by hincrby itself (0 ms) [ok]: HINCRBYFLOAT against hash key originally set with HSET (0 ms) [ok]: HINCRBYFLOAT over 32bit value (0 ms) [ok]: HINCRBYFLOAT over 32bit value with over 32bit increment (0 ms) [ok]: HINCRBYFLOAT fails against hash value with spaces (left) (1 ms) [ok]: HINCRBYFLOAT fails against hash value with spaces (right) (0 ms) [ok]: HINCRBYFLOAT fails against hash value that contains a null-terminator in the middle (1 ms) [ok]: HSTRLEN against the small hash (0 ms) [ok]: Consumer without PEL is present in AOF after AOFRW (231 ms) [ok]: SWAPDB wants to wake blocked client, but the key already expired (262 ms) [7/83 done]: unit/auth (4 seconds) Testing unit/quit [ok]: HSTRLEN against the big hash (342 ms) [ok]: HSTRLEN against non existing field (0 ms) [ok]: HSTRLEN corner cases (1 ms) [ok]: HINCRBYFLOAT over hash-max-listpack-value encoded with a listpack (1 ms) [ok]: Hash ziplist regression test for large keys (1 ms) [ok]: MULTI + LPUSH + EXPIRE + DEBUG SLEEP on blocked client, key already expired (295 ms) [ok]: BLPOP when new key is moved into place (1 ms) [ok]: BLPOP when result key is created by SORT..STORE (1 ms) [ok]: BLMPOP_LEFT when new key is moved into place (0 ms) [ok]: BLMPOP_LEFT when result key is created by SORT..STORE (1 ms) [ok]: BLPOP: with single empty list argument (1 ms) [ok]: BLPOP: with negative timeout (1 ms) [ok]: BLPOP: with non-integer timeout (1 ms) [ok]: EXPIRE - After 2.1 seconds the key should no longer be here (2101 ms) [ok]: EXPIRE - write on expire should work (1 ms) [ok]: EXPIREAT - Check for EXPIRE alike behavior (0 ms) [ok]: SETEX - Set + Expire combo operation. Check for TTL (0 ms) [ok]: SETEX - Check value (0 ms) [ok]: SETEX - Overwrite old key (0 ms) [ok]: Consumer group read counter and lag in empty streams (1 ms) [ok]: Consumer group read counter and lag sanity (3 ms) [ok]: Consumer group lag with XDELs (5 ms) [ok]: Loading from legacy (Redis <= v6.2.x, rdb_ver < 10) persistence (1 ms) [ok]: Hash fuzzing #1 - 10 fields (177 ms) [ok]: QUIT returns OK (0 ms) [ok]: Pipelined commands after QUIT must not be executed (1 ms) [ok]: Pipelined commands after QUIT that exceed read buffer size (1 ms) [ok]: Hash fuzzing #2 - 10 fields (169 ms) [ok]: Very big payload random access (4669 ms) [ok]: Stress tester for #3343-alike bugs comp: 0 (1461 ms) [8/83 done]: unit/quit (1 seconds) Testing unit/aofrw [ok]: WATCH will consider touched expired keys (1121 ms) [ok]: DISCARD should clear the WATCH dirty flag on the client (0 ms) [ok]: DISCARD should UNWATCH all the keys (1 ms) [ok]: Consumer group last ID propagation to slave (NOACK=0) (104 ms) [ok]: Consumer group last ID propagation to slave (NOACK=1) (103 ms) [ok]: MULTI / EXEC is not propagated (single write command) (134 ms) [ok]: MULTI / EXEC is propagated correctly (multiple commands) (101 ms) [ok]: BLPOP: with zero timeout should block indefinitely (1002 ms) [ok]: BLPOP: second argument is not a list (1 ms) [ok]: MULTI / EXEC is propagated correctly (multiple commands with SELECT) (101 ms) [ok]: SETEX - Wait for the key to expire (1101 ms) [ok]: SETEX - Wrong time parameter (0 ms) [ok]: PERSIST can undo an EXPIRE (1 ms) [ok]: PERSIST returns 0 against non existing or non volatile keys (0 ms) [ok]: MULTI / EXEC is propagated correctly (empty transaction) (100 ms) [ok]: MULTI / EXEC is propagated correctly (read-only commands) (101 ms) [ok]: MULTI / EXEC is propagated correctly (write command, no effect) (101 ms) [ok]: MULTI / EXEC with REPLICAOF (101 ms) [ok]: DISCARD should not fail during OOM (1 ms) [ok]: MULTI and script timeout (423 ms) [ok]: Replication tests of XCLAIM with deleted entries (autclaim=0) (103 ms) [ok]: Replication tests of XCLAIM with deleted entries (autclaim=1) (2 ms) [ok]: BLPOP: timeout (1093 ms) [ok]: BLPOP: arguments are empty (1 ms) [ok]: BRPOP: with single empty list argument (0 ms) [ok]: BRPOP: with negative timeout (1 ms) [ok]: BRPOP: with non-integer timeout (0 ms) [ok]: EXEC and script timeout (432 ms) [ok]: MULTI-EXEC body and script timeout (425 ms) [ok]: BRPOP: with zero timeout should block indefinitely (1002 ms) [ok]: BRPOP: second argument is not a list (1 ms) [ok]: EXPIRE precision is now the millisecond (2001 ms) [ok]: just EXEC and script timeout (465 ms) [ok]: exec with write commands and state change (0 ms) [ok]: exec with read commands and stale replica state change (3 ms) [ok]: EXEC with only read commands should not be rejected when OOM (0 ms) [ok]: EXEC with at least one use-memory command should fail (1 ms) [ok]: Blocking commands ignores the timeout (0 ms) [ok]: PSETEX can set sub-second expires (102 ms) [ok]: MULTI propagation of PUBLISH (96 ms) [ok]: PEXPIRE can set sub-second expires (102 ms) [ok]: MULTI propagation of SCRIPT LOAD (101 ms) [ok]: Empty stream with no lastid can be rewrite into AOF correctly (128 ms) [ok]: PEXPIREAT can set sub-second expires (202 ms) [ok]: TTL returns time to live in seconds (1 ms) [ok]: PTTL returns time to live in milliseconds (0 ms) [ok]: TTL / PTTL / EXPIRETIME / PEXPIRETIME return -1 if key has no expire (0 ms) [ok]: TTL / PTTL / EXPIRETIME / PEXPIRETIME return -2 if key does not exit (0 ms) [ok]: EXPIRETIME returns absolute expiration time in seconds (0 ms) [ok]: PEXPIRETIME returns absolute expiration time in milliseconds (0 ms) [ok]: MULTI propagation of EVAL (214 ms) [ok]: MULTI propagation of SCRIPT FLUSH (201 ms) [ok]: MULTI propagation of XREADGROUP (101 ms) [ok]: MULTI with SAVE (0 ms) [ok]: MULTI with SHUTDOWN (0 ms) [ok]: MULTI with BGREWRITEAOF (229 ms) [ok]: Redis should actively expire keys incrementally (602 ms) [ok]: BRPOP: timeout (1099 ms) [ok]: BRPOP: arguments are empty (1 ms) [ok]: BLMPOP_LEFT: with single empty list argument (1 ms) [ok]: BLMPOP_LEFT: with negative timeout (0 ms) [ok]: BLMPOP_LEFT: with non-integer timeout (1 ms) [ok]: MULTI with config set appendonly (228 ms) [ok]: MULTI with config error (0 ms) [ok]: FUZZ stresser with data model binary (6025 ms) [9/83 done]: unit/type/stream-cgroups (9 seconds) Testing unit/acl [ok]: ziplist implementation: value encoding and backlink (4483 ms) [ok]: Redis should lazy expire keys (1001 ms) [ok]: BLMPOP_LEFT: with zero timeout should block indefinitely (1001 ms) [ok]: BLMPOP_LEFT: second argument is not a list (1 ms) [ok]: Connections start with the default user (0 ms) [ok]: It is possible to create new users (1 ms) [ok]: Usernames can not contain spaces or null characters (0 ms) [ok]: New users start disabled (0 ms) [ok]: Enabling the user allows the login (0 ms) [ok]: Only the set of correct passwords work (0 ms) [ok]: It is possible to remove passwords from the set of valid ones (0 ms) [ok]: Test password hashes can be added (0 ms) [ok]: Test password hashes validate input (0 ms) [ok]: ACL GETUSER returns the password hash instead of the actual password (1 ms) [ok]: Test hashed passwords removal (0 ms) [ok]: By default users are not able to access any command (0 ms) [ok]: By default users are not able to access any key (0 ms) [ok]: It's possible to allow the access of a subset of keys (1 ms) [ok]: By default, only default user is able to publish to any channel (0 ms) [ok]: By default, only default user is not able to publish to any shard channel (1 ms) [ok]: By default, only default user is able to subscribe to any channel (0 ms) [ok]: By default, only default user is able to subscribe to any shard channel (0 ms) [ok]: By default, only default user is able to subscribe to any pattern (1 ms) [ok]: It's possible to allow publishing to a subset of channels (0 ms) [ok]: It's possible to allow publishing to a subset of shard channels (0 ms) [ok]: Validate subset of channels is prefixed with resetchannels flag (1 ms) [ok]: In transaction queue publish/subscribe/psubscribe to unauthorized channel will fail (0 ms) [ok]: It's possible to allow subscribing to a subset of channels (0 ms) [ok]: It's possible to allow subscribing to a subset of shard channels (1 ms) [ok]: It's possible to allow subscribing to a subset of channel patterns (0 ms) [ok]: Subscribers are killed when revoked of channel permission (1 ms) [ok]: Subscribers are killed when revoked of channel permission (0 ms) [ok]: Subscribers are killed when revoked of pattern permission (0 ms) [ok]: Subscribers are pardoned if literal permissions are retained and/or gaining allchannels (1 ms) [ok]: Users can be configured to authenticate with any password (1 ms) [ok]: ACLs can exclude single commands (0 ms) [ok]: ACLs can include or exclude whole classes of commands (0 ms) [ok]: ACLs can include single subcommands (1 ms) [ok]: ACLs can exclude single subcommands, case 1 (0 ms) [ok]: ACLs can exclude single subcommands, case 2 (1 ms) [ok]: ACLs cannot include a subcommand with a specific arg (0 ms) [ok]: ACLs cannot exclude or include a container commands with a specific arg (1 ms) [ok]: ACLs cannot exclude or include a container command with two args (0 ms) [ok]: ACLs including of a type includes also subcommands (0 ms) [ok]: ACLs can block SELECT of all but a specific DB (1 ms) [ok]: ACLs can block all DEBUG subcommands except one (0 ms) [ok]: ACLs set can include subcommands, if already full command exists (1 ms) [ok]: ACLs set can exclude subcommands, if already full command exists (2 ms) [ok]: MULTI with FLUSHALL and AOF (10 ms) [ok]: ACL GETUSER is able to translate back command permissions (1 ms) [ok]: ACL GETUSER provides reasonable results (149 ms) [ok]: ACL CAT with illegal arguments (0 ms) [ok]: ACL CAT without category - list all categories (1 ms) [ok]: ACL CAT category - list all commands/subcommands that belong to category (10 ms) [ok]: ACL requires explicit permission for scripting for EVAL_RO, EVALSHA_RO and FCALL_RO (1 ms) [ok]: ACL #5998 regression: memory leaks adding / removing subcommands (0 ms) [ok]: ACL LOG shows failed command executions at toplevel (1 ms) [ok]: ACL LOG shows failed subcommand executions at toplevel (1 ms) [ok]: ACL LOG is able to test similar events (1 ms) [ok]: ACL LOG is able to log keys access violations and key name (0 ms) [ok]: ACL LOG is able to log channel access violations and channel name (1 ms) [ok]: ACL LOG RESET is able to flush the entries in the log (0 ms) [ok]: ACL LOG can distinguish the transaction context (1) (1 ms) [ok]: ACL LOG can distinguish the transaction context (2) (9 ms) [ok]: ACL can log errors in the context of Lua scripting (1 ms) [ok]: ACL LOG can accept a numerical argument to show less entries (1 ms) [ok]: ACL LOG can log failed auth attempts (1 ms) [ok]: ACL LOG entries are limited to a maximum amount (1 ms) [ok]: When default user is off, new connections are not authenticated (1 ms) [ok]: When default user has no command permission, hello command still works for other users (0 ms) [ok]: ACL HELP should not have unexpected options (1 ms) [ok]: Delete a user that the client doesn't use (0 ms) [ok]: Delete a user that the client is using (0 ms) [ok]: EXPIRE should not resurrect keys (issue #1026) (1001 ms) [ok]: 5 keys in, 5 keys out (0 ms) [ok]: EXPIRE with empty string as TTL should report an error (0 ms) [ok]: SET with EX with big integer should report an error (1 ms) [ok]: SET with EX with smallest integer should report an error (0 ms) [ok]: GETEX with big integer should report an error (0 ms) [ok]: GETEX with smallest integer should report an error (0 ms) [ok]: EXPIRE with big integer overflows when converted to milliseconds (1 ms) [ok]: PEXPIRE with big integer overflow when basetime is added (0 ms) [ok]: EXPIRE with big negative integer (0 ms) [ok]: PEXPIREAT with big integer works (0 ms) [ok]: PEXPIREAT with big negative integer works (0 ms) [ok]: ACL GENPASS command failed test (1 ms) [ok]: Default user can not be removed (0 ms) [ok]: ACL load non-existing configured ACL file (0 ms) [ok]: BLMPOP_LEFT: timeout (1099 ms) [ok]: BLMPOP_LEFT: arguments are empty (1 ms) [ok]: BLMPOP_RIGHT: with single empty list argument (1 ms) [ok]: BLMPOP_RIGHT: with negative timeout (0 ms) [ok]: BLMPOP_RIGHT: with non-integer timeout (1 ms) [10/83 done]: unit/multi (8 seconds) Testing unit/acl-v2 [ok]: default: load from include file, can access any channels (1 ms) [ok]: default: with config acl-pubsub-default allchannels after reset, can access any channels (0 ms) [ok]: default: with config acl-pubsub-default resetchannels after reset, can not access any channels (0 ms) [ok]: Alice: can execute all command (0 ms) [ok]: Bob: just execute @set and acl command (0 ms) [ok]: ACL load and save (7 ms) [ok]: ACL load and save with restricted channels (7 ms) [ok]: Test basic multiple selectors (1 ms) [ok]: Test ACL selectors by default have no permissions (1 ms) [ok]: Test deleting selectors (1 ms) [ok]: Test selector syntax error reports the error in the selector context (0 ms) [ok]: Test flexible selector definition (2 ms) [ok]: Test separate read permission (0 ms) [ok]: Test separate write permission (1 ms) [ok]: Test separate read and write permissions (0 ms) [ok]: Test separate read and write permissions on different selectors are not additive (1 ms) [ok]: Test SET with separate read permission (0 ms) [ok]: Test SET with separate write permission (1 ms) [ok]: Test SET with read and write permissions (0 ms) [ok]: Test BITFIELD with separate read permission (1 ms) [ok]: Test BITFIELD with separate write permission (0 ms) [ok]: Test BITFIELD with read and write permissions (0 ms) [ok]: Test ACL log correctly identifies the relevant item when selectors are used (1 ms) [ok]: Test ACL GETUSER response information (1 ms) [ok]: Test ACL list idempotency (8 ms) [ok]: Test R+W is the same as all permissions (0 ms) [ok]: Test basic dry run functionality (0 ms) [ok]: Test various commands for command permissions (0 ms) [ok]: Test various odd commands for key permissions (1 ms) [ok]: Existence test commands are not marked as access (1 ms) [ok]: Intersection cardinaltiy commands are access commands (1 ms) [ok]: Test general keyspace commands require some type of permission to execute (1 ms) [ok]: Cardinality commands require some type of permission to execute (1 ms) [ok]: Test sharded channel permissions (0 ms) [ok]: Test sort with ACL permissions (1 ms) [ok]: Test DRYRUN with wrong number of arguments (0 ms) [ok]: BLMPOP_RIGHT: with zero timeout should block indefinitely (1001 ms) [ok]: BLMPOP_RIGHT: second argument is not a list (1 ms) [ok]: Default user has access to all channels irrespective of flag (1 ms) [ok]: Update acl-pubsub-default, existing users shouldn't get affected (1 ms) [ok]: Single channel is valid (0 ms) [ok]: Single channel is not valid with allchannels (1 ms) [ok]: BLMPOP_RIGHT: timeout (1008 ms) [ok]: BLMPOP_RIGHT: arguments are empty (1 ms) [ok]: BLPOP inside a transaction (1 ms) [ok]: BLMPOP_LEFT inside a transaction (0 ms) [ok]: Test behavior of loading ACLs (1 ms) [ok]: BLMPOP propagate as pop with count command to replica (199 ms) [ok]: LPUSHX, RPUSHX - generic (0 ms) [ok]: LPUSHX, RPUSHX - linkedlist (1 ms) [ok]: LINSERT - linkedlist (2 ms) [ok]: LPUSHX, RPUSHX - ziplist (0 ms) [ok]: LINSERT - ziplist (1 ms) [ok]: LINSERT raise error on bad syntax (0 ms) [ok]: LINDEX consistency test - quicklist (171 ms) [11/83 done]: unit/acl-v2 (2 seconds) Testing unit/latency-monitor [ok]: LINDEX random access - quicklist (271 ms) [ok]: All time-to-live(TTL) in commands are propagated as absolute timestamp in milliseconds in AOF (2269 ms) [ok]: LATENCY HISTOGRAM with empty histogram (0 ms) [ok]: LATENCY HISTOGRAM all commands (0 ms) [ok]: LATENCY HISTOGRAM sub commands (1 ms) [ok]: LATENCY HISTOGRAM with a subset of commands (1 ms) [ok]: LATENCY HISTOGRAM command (0 ms) [ok]: LATENCY HISTOGRAM with wrong command name skips the invalid one (1 ms) [ok]: Only default user has access to all channels irrespective of flag (1 ms) [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist (509 ms) [ok]: SET 10000 numeric keys and access all them in reverse order (9268 ms) [ok]: DBSIZE should be 10000 now (0 ms) [ok]: SETNX target key missing (1 ms) [ok]: All TTL in commands are propagated as absolute timestamp in replication stream (129 ms) [ok]: SETNX target key exists (62 ms) [ok]: SETNX against not-expired volatile key (0 ms) [ok]: default: load from config file, without channel permission default user can't access any channels (0 ms) [ok]: LINDEX consistency test - quicklist (671 ms) [ok]: First server should have role slave after REPLICAOF (1 ms) [ok]: For all replicated TTL-related commands, absolute expire times are identical on primary and replica (61 ms) [ok]: LINDEX random access - quicklist (531 ms) [ok]: SET command will remove expire (0 ms) [ok]: SET - use KEEPTTL option, TTL should not be removed (0 ms) [ok]: FUZZ stresser with data model alpha (6573 ms) [ok]: default: load from config file with all channels permissions (0 ms) [ok]: MIGRATE cached connections are released after some time (15002 ms) [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist (989 ms) [ok]: LLEN against non-list value error (0 ms) [ok]: LLEN against non existing key (0 ms) [ok]: LINDEX against non-list value error (0 ms) [ok]: LINDEX against non existing key (0 ms) [ok]: LPUSH against non-list value error (0 ms) [ok]: RPUSH against non-list value error (0 ms) [ok]: RPOPLPUSH base case - linkedlist (0 ms) [ok]: LMOVE left left base case - linkedlist (1 ms) [ok]: LMOVE left right base case - linkedlist (1 ms) [ok]: LMOVE right left base case - linkedlist (1 ms) [ok]: LMOVE right right base case - linkedlist (0 ms) [ok]: RPOPLPUSH with the same list as src and dst - linkedlist (0 ms) [ok]: LMOVE left left with the same list as src and dst - linkedlist (1 ms) [ok]: LMOVE left right with the same list as src and dst - linkedlist (0 ms) [ok]: LMOVE right left with the same list as src and dst - linkedlist (1 ms) [ok]: LMOVE right right with the same list as src and dst - linkedlist (0 ms) [ok]: RPOPLPUSH with linkedlist source and existing target linkedlist (1 ms) [ok]: LMOVE left left with linkedlist source and existing target linkedlist (35 ms) [ok]: LMOVE left right with linkedlist source and existing target linkedlist (0 ms) [ok]: LMOVE right left with linkedlist source and existing target linkedlist (0 ms) [ok]: LMOVE right right with linkedlist source and existing target linkedlist (1 ms) [ok]: RPOPLPUSH with linkedlist source and existing target ziplist (1 ms) [ok]: LMOVE left left with linkedlist source and existing target ziplist (0 ms) [ok]: LMOVE left right with linkedlist source and existing target ziplist (1 ms) [ok]: LMOVE right left with linkedlist source and existing target ziplist (0 ms) [ok]: LMOVE right right with linkedlist source and existing target ziplist (0 ms) [ok]: RPOPLPUSH base case - ziplist (1 ms) [ok]: LMOVE left left base case - ziplist (0 ms) [ok]: LMOVE left right base case - ziplist (0 ms) [ok]: LMOVE right left base case - ziplist (1 ms) [ok]: LMOVE right right base case - ziplist (0 ms) [ok]: RPOPLPUSH with the same list as src and dst - ziplist (1 ms) [ok]: LMOVE left left with the same list as src and dst - ziplist (1 ms) [ok]: LMOVE left right with the same list as src and dst - ziplist (0 ms) [ok]: LMOVE right left with the same list as src and dst - ziplist (1 ms) [ok]: LMOVE right right with the same list as src and dst - ziplist (0 ms) [ok]: RPOPLPUSH with ziplist source and existing target linkedlist (1 ms) [ok]: LMOVE left left with ziplist source and existing target linkedlist (1 ms) [ok]: LMOVE left right with ziplist source and existing target linkedlist (0 ms) [ok]: LMOVE right left with ziplist source and existing target linkedlist (0 ms) [ok]: LMOVE right right with ziplist source and existing target linkedlist (1 ms) [ok]: RPOPLPUSH with ziplist source and existing target ziplist (1 ms) [ok]: LMOVE left left with ziplist source and existing target ziplist (0 ms) [ok]: LMOVE left right with ziplist source and existing target ziplist (0 ms) [ok]: LMOVE right left with ziplist source and existing target ziplist (1 ms) [ok]: LMOVE right right with ziplist source and existing target ziplist (1 ms) [ok]: RPOPLPUSH against non existing key (0 ms) [ok]: RPOPLPUSH against non list src key (0 ms) [ok]: RPOPLPUSH against non list dst key (1 ms) [ok]: RPOPLPUSH against non existing src key (0 ms) [ok]: Basic LPOP/RPOP/LMPOP - linkedlist (1 ms) [ok]: Basic LPOP/RPOP/LMPOP - ziplist (1 ms) [ok]: LPOP/RPOP/LMPOP against empty list (0 ms) [ok]: LPOP/RPOP/LMPOP NON-BLOCK or BLOCK against non list value (1 ms) [ok]: Mass RPOP/LPOP - quicklist (244 ms) [ok]: MIGRATE is able to migrate a key between two instances (795 ms) [ok]: Test loading an ACL file with duplicate users (108 ms) [ok]: Test loading an ACL file with duplicate default user (120 ms) [ok]: XADD mass insertion and XLEN (14170 ms) [ok]: XADD with ID 0-0 (1 ms) [ok]: XADD with LIMIT delete entries no more than limit (0 ms) [ok]: XRANGE COUNT works as expected (1 ms) [ok]: XREVRANGE COUNT works as expected (1 ms) [ok]: Test loading duplicate users in config on startup (149 ms) [ok]: Hash fuzzing #1 - 512 fields (12249 ms) [ok]: Test latency events logging (3402 ms) [ok]: LATENCY HISTORY output is ok (1 ms) [ok]: LATENCY LATEST output is ok (0 ms) [ok]: Mass RPOP/LPOP - quicklist (476 ms) [ok]: LMPOP with illegal argument (1 ms) [ok]: LMPOP single existing list (2 ms) [ok]: LMPOP multiple existing lists (2 ms) [ok]: LMPOP propagate as pop with count command to replica (85 ms) [ok]: LRANGE basics - linkedlist (1 ms) [ok]: LRANGE inverted indexes - linkedlist (1 ms) [ok]: LRANGE out of range indexes including the full list - linkedlist (0 ms) [ok]: LRANGE out of range negative end index - linkedlist (1 ms) [ok]: LRANGE basics - ziplist (0 ms) [ok]: LRANGE inverted indexes - ziplist (1 ms) [ok]: LRANGE out of range indexes including the full list - ziplist (0 ms) [ok]: LRANGE out of range negative end index - ziplist (0 ms) [ok]: LRANGE against non existing key (0 ms) [ok]: LRANGE with start > end yields an empty array for backward compatibility (0 ms) [ok]: LTRIM basics - linkedlist (71 ms) [ok]: LTRIM out of range negative end index - linkedlist (1 ms) [ok]: LTRIM basics - ziplist (72 ms) [ok]: LTRIM out of range negative end index - ziplist (1 ms) [ok]: LSET - linkedlist (0 ms) [ok]: LSET out of range index - linkedlist (0 ms) [ok]: LSET - ziplist (0 ms) [ok]: LSET out of range index - ziplist (0 ms) [ok]: LSET against non existing key (0 ms) [ok]: LSET against non list value (0 ms) [ok]: LREM remove all the occurrences - linkedlist (1 ms) [ok]: LREM remove the first occurrence - linkedlist (0 ms) [ok]: LREM remove non existing element - linkedlist (0 ms) [ok]: LREM starting from tail with negative count - linkedlist (1 ms) [ok]: LREM starting from tail with negative count (2) - linkedlist (0 ms) [ok]: SET - use KEEPTTL option, TTL should not be removed after loadaof (2002 ms) [ok]: GETEX use of PERSIST option should remove TTL (0 ms) [ok]: LREM deleting objects that may be int encoded - linkedlist (58 ms) [ok]: LREM remove all the occurrences - ziplist (0 ms) [ok]: LREM remove the first occurrence - ziplist (0 ms) [ok]: LREM remove non existing element - ziplist (0 ms) [ok]: LREM starting from tail with negative count - ziplist (0 ms) [ok]: LREM starting from tail with negative count (2) - ziplist (0 ms) [ok]: LREM deleting objects that may be int encoded - ziplist (1 ms) [ok]: MIGRATE is able to copy a key between two instances (1009 ms) [ok]: Regression for bug 593 - chaining BRPOPLPUSH with other blocking cmds (1007 ms) [ok]: client unblock tests (2 ms) [ok]: client unblock tests (2 ms) [ok]: List ziplist of various encodings (43 ms) [ok]: List ziplist of various encodings - sanitize dump (1 ms) [ok]: MIGRATE will not overwrite existing keys, unless REPLACE is used (873 ms) [ok]: ACL from config file and config rewrite (874 ms) [ok]: Old Big Linked list: SORT BY key (2974 ms) [ok]: Old Big Linked list: SORT BY key with limit (4 ms) [12/83 done]: unit/type/list (19 seconds) Testing integration/block-repl [13/83 done]: unit/acl (10 seconds) Testing integration/replication [ok]: GETEX use of PERSIST option should remove TTL after loadaof (2001 ms) [ok]: GETEX propagate as to replica as PERSIST, DEL, or nothing (92 ms) [ok]: EXPIRE with NX option on a key with ttl (1 ms) [ok]: EXPIRE with NX option on a key without ttl (0 ms) [ok]: EXPIRE with XX option on a key with ttl (1 ms) [ok]: EXPIRE with XX option on a key without ttl (0 ms) [ok]: EXPIRE with GT option on a key with lower ttl (1 ms) [ok]: EXPIRE with GT option on a key with higher ttl (0 ms) [ok]: EXPIRE with GT option on a key without ttl (0 ms) [ok]: EXPIRE with LT option on a key with higher ttl (0 ms) [ok]: EXPIRE with LT option on a key with lower ttl (0 ms) [ok]: EXPIRE with LT option on a key without ttl (1 ms) [ok]: EXPIRE with LT and XX option on a key with ttl (0 ms) [ok]: EXPIRE with LT and XX option on a key without ttl (0 ms) [ok]: EXPIRE with conflicting options: LT GT (0 ms) [ok]: EXPIRE with conflicting options: NX GT (0 ms) [ok]: EXPIRE with conflicting options: NX LT (1 ms) [ok]: EXPIRE with conflicting options: NX XX (0 ms) [ok]: EXPIRE with unsupported options (0 ms) [ok]: EXPIRE with unsupported options (0 ms) [ok]: EXPIRE with negative expiry (0 ms) [ok]: EXPIRE with negative expiry on a non-valitale key (1 ms) [ok]: EXPIRE with non-existed key (0 ms) [ok]: MIGRATE propagates TTL correctly (965 ms) [14/83 done]: unit/expire (19 seconds) Testing integration/replication-2 [ok]: SETNX against expired volatile key (6016 ms) [ok]: GETEX EX option (1 ms) [ok]: GETEX PX option (0 ms) [ok]: GETEX EXAT option (0 ms) [ok]: GETEX PXAT option (1 ms) [ok]: GETEX PERSIST option (0 ms) [ok]: GETEX no option (0 ms) [ok]: GETEX syntax errors (1 ms) [ok]: GETEX no arguments (0 ms) [ok]: GETDEL command (0 ms) [ok]: Slave enters handshake (0 ms) [ok]: GETDEL propagate as DEL command to replica (284 ms) [ok]: GETEX without argument does not propagate to replica (201 ms) [ok]: MGET (3 ms) [ok]: MGET against non existing key (1 ms) [ok]: MGET against non-string key (0 ms) [ok]: GETSET (set new value) (0 ms) [ok]: GETSET (replace old value) (0 ms) [ok]: MSET base case (1 ms) [ok]: MSET/MSETNX wrong number of args (0 ms) [ok]: MSETNX with already existent key (0 ms) [ok]: MSETNX with not existing keys (0 ms) [ok]: STRLEN against non-existing key (1 ms) [ok]: STRLEN against integer-encoded value (0 ms) [ok]: STRLEN against plain string (0 ms) [ok]: SETBIT against non-existing key (0 ms) [ok]: SETBIT against string-encoded key (1 ms) [ok]: SETBIT against integer-encoded key (0 ms) [ok]: SETBIT against key with wrong type (0 ms) [ok]: SETBIT with out of range bit offset (1 ms) [ok]: SETBIT with non-bit argument (0 ms) [ok]: XRANGE can be used to iterate the whole stream (4027 ms) [ok]: FUZZ stresser with data model compr (5564 ms) [ok]: First server should have role slave after SLAVEOF (1003 ms) [ok]: First server should have role slave after SLAVEOF (103 ms) [ok]: If min-slaves-to-write is honored, write is accepted (0 ms) [ok]: No write if min-slaves-to-write is < attached slaves (1 ms) [ok]: If min-slaves-to-write is honored, write is accepted (again) (0 ms) [ok]: AOF rewrite during write load: RDB preamble=yes (15748 ms) [ok]: FLUSHALL should not reset the dirty counter if we disable save (0 ms) [ok]: FLUSHALL should reset the dirty counter to 0 if we enable save (8 ms) [ok]: Old Big Linked list: SORT BY hash field (3154 ms) [ok]: Intset: SORT BY key (0 ms) [ok]: Intset: SORT BY key with limit (1 ms) [ok]: Intset: SORT BY hash field (0 ms) [ok]: BGSAVE (223 ms) [ok]: SELECT an out of range DB (1 ms) [ok]: No write if min-slaves-max-lag is > of the slave lag (2656 ms) [ok]: SETBIT fuzzing (3227 ms) [ok]: min-slaves-to-write is ignored by slaves (1 ms) [ok]: GETBIT against non-existing key (0 ms) [ok]: GETBIT against string-encoded key (1 ms) [ok]: GETBIT against integer-encoded key (0 ms) [ok]: SETRANGE against non-existing key (1 ms) [ok]: SETRANGE against string-encoded key (0 ms) [ok]: SETRANGE against integer-encoded key (1 ms) [ok]: SETRANGE against key with wrong type (1 ms) [ok]: SETRANGE with out of range offset (0 ms) [ok]: GETRANGE against non-existing key (0 ms) [ok]: GETRANGE against string value (1 ms) [ok]: GETRANGE against integer-encoded value (0 ms) [ok]: Hash table: SORT BY key (105 ms) [ok]: Hash table: SORT BY key with limit (1 ms) [ok]: Hash table: SORT BY hash field (113 ms) [ok]: Hash fuzzing #2 - 512 fields (7255 ms) [ok]: Check consistency of different data types after a reload (7018 ms) [ok]: Same dataset digest if saving/reloading as AOF? (931 ms) [ok]: Slave is able to detect timeout during handshake (0 ms) [ok]: EXPIRES after a reload (snapshot + append only file rewrite) (209 ms) [ok]: Set instance A as slave of B (103 ms) [ok]: INCRBYFLOAT replication, should not remove expire (1 ms) [ok]: GETSET replication (1 ms) [ok]: BRPOPLPUSH replication, when blocking against empty list (1 ms) [ok]: EXPIRES after AOF reload (without rewrite) (2111 ms) [ok]: ZDIFF fuzzing - listpack (33064 ms) [ok]: ZPOPMIN with the count 0 returns an empty array (0 ms) [ok]: ZPOPMIN with negative count (0 ms) [ok]: ZPOPMAX with the count 0 returns an empty array (1 ms) [ok]: ZPOPMAX with negative count (0 ms) [ok]: Basic ZPOPMIN/ZPOPMAX with a single key - listpack (1 ms) [ok]: ZPOPMIN/ZPOPMAX with count - listpack (1 ms) [ok]: Basic ZMPOP_MIN/ZMPOP_MAX with a single key - listpack (0 ms) [ok]: ZMPOP_MIN/ZMPOP_MAX with count - listpack (0 ms) [ok]: BZPOPMIN/BZPOPMAX with a single existing sorted set - listpack (1 ms) [ok]: BZPOPMIN/BZPOPMAX with multiple existing sorted sets - listpack (2 ms) [ok]: BZPOPMIN/BZPOPMAX second sorted set has members - listpack (0 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX with a single existing sorted set - listpack (1 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX with multiple existing sorted sets - listpack (1 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX second sorted set has members - listpack (0 ms) [ok]: Basic ZPOPMIN/ZPOPMAX - listpack RESP3 (1 ms) [ok]: ZPOPMIN/ZPOPMAX with count - listpack RESP3 (65 ms) [ok]: Basic ZMPOP_MIN/ZMPOP_MAX - listpack RESP3 (1 ms) [ok]: ZMPOP_MIN/ZMPOP_MAX with count - listpack RESP3 (1 ms) [ok]: BZPOPMIN/BZPOPMAX - listpack RESP3 (1 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX - listpack RESP3 (1 ms) [ok]: Check encoding - skiplist (0 ms) [ok]: ZSET basic ZADD and score update - skiplist (0 ms) [ok]: ZSET element can't be set to NaN with ZADD - skiplist (0 ms) [ok]: ZSET element can't be set to NaN with ZINCRBY - skiplist (1 ms) [ok]: ZADD with options syntax error with incomplete pair - skiplist (0 ms) [ok]: ZADD XX option without key - skiplist (0 ms) [ok]: ZADD XX existing key - skiplist (0 ms) [ok]: ZADD XX returns the number of elements actually added - skiplist (1 ms) [ok]: ZADD XX updates existing elements score - skiplist (0 ms) [ok]: ZADD GT updates existing elements when new scores are greater - skiplist (81 ms) [ok]: ZADD LT updates existing elements when new scores are lower - skiplist (0 ms) [ok]: ZADD GT XX updates existing elements when new scores are greater and skips new elements - skiplist (0 ms) [ok]: ZADD LT XX updates existing elements when new scores are lower and skips new elements - skiplist (0 ms) [ok]: ZADD XX and NX are not compatible - skiplist (0 ms) [ok]: ZADD NX with non existing key - skiplist (0 ms) [ok]: ZADD NX only add new elements without updating old ones - skiplist (0 ms) [ok]: ZADD GT and NX are not compatible - skiplist (0 ms) [ok]: ZADD LT and NX are not compatible - skiplist (0 ms) [ok]: ZADD LT and GT are not compatible - skiplist (1 ms) [ok]: ZADD INCR LT/GT replies with nill if score not updated - skiplist (0 ms) [ok]: ZADD INCR LT/GT with inf - skiplist (1 ms) [ok]: ZADD INCR works like ZINCRBY - skiplist (0 ms) [ok]: ZADD INCR works with a single score-elemenet pair - skiplist (0 ms) [ok]: ZADD CH option changes return value to all changed elements - skiplist (0 ms) [ok]: ZINCRBY calls leading to NaN result in error - skiplist (0 ms) [ok]: ZADD - Variadic version base case - $encoding (0 ms) [ok]: ZADD - Return value is the number of actually added items - $encoding (1 ms) [ok]: ZADD - Variadic version does not add nothing on single parsing err - $encoding (0 ms) [ok]: ZADD - Variadic version will raise error on missing arg - $encoding (0 ms) [ok]: ZINCRBY does not work variadic even if shares ZADD implementation - $encoding (0 ms) [ok]: ZCARD basics - skiplist (74 ms) [ok]: ZREM removes key after last element is removed - skiplist (0 ms) [ok]: ZREM variadic version - skiplist (0 ms) [ok]: ZREM variadic version -- remove elements after key deletion - skiplist (1 ms) [ok]: ZRANGE basics - skiplist (1 ms) [ok]: ZREVRANGE basics - skiplist (1 ms) [ok]: BRPOPLPUSH replication, list exists (1001 ms) [ok]: BLMOVE (left, left) replication, when blocking against empty list (1 ms) [ok]: ZRANK/ZREVRANK basics - skiplist (0 ms) [ok]: ZRANK - after deletion - skiplist (0 ms) [ok]: ZINCRBY - can create a new sorted set - skiplist (0 ms) [ok]: ZINCRBY - increment and decrement - skiplist (1 ms) [ok]: ZINCRBY return value - skiplist (0 ms) [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics - skiplist (2 ms) [ok]: ZRANGEBYSCORE with WITHSCORES - skiplist (1 ms) [ok]: ZRANGEBYSCORE with LIMIT - skiplist (0 ms) [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES - skiplist (0 ms) [ok]: ZRANGEBYSCORE with non-value min or max - skiplist (0 ms) [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics - skiplist (73 ms) [ok]: ZLEXCOUNT advanced - skiplist (1 ms) [ok]: ZRANGEBYSLEX with LIMIT - skiplist (1 ms) [ok]: ZRANGEBYLEX with invalid lex range specifiers - skiplist (0 ms) [ok]: ZREMRANGEBYSCORE basics - skiplist (67 ms) [ok]: ZREMRANGEBYSCORE with non-value min or max - skiplist (0 ms) [ok]: ZREMRANGEBYRANK basics - skiplist (2 ms) [ok]: ZUNIONSTORE against non-existing key doesn't set destination - skiplist (0 ms) [ok]: ZUNION/ZINTER/ZINTERCARD/ZDIFF against non-existing key - skiplist (0 ms) [ok]: ZUNIONSTORE with empty set - skiplist (0 ms) [ok]: ZUNION/ZINTER/ZINTERCARD/ZDIFF with empty set - skiplist (0 ms) [ok]: ZUNIONSTORE basics - skiplist (1 ms) [ok]: ZUNION/ZINTER/ZINTERCARD/ZDIFF with integer members - skiplist (0 ms) [ok]: ZUNIONSTORE with weights - skiplist (0 ms) [ok]: ZUNION with weights - skiplist (0 ms) [ok]: ZUNIONSTORE with a regular set and weights - skiplist (0 ms) [ok]: ZUNIONSTORE with AGGREGATE MIN - skiplist (0 ms) [ok]: ZUNION/ZINTER with AGGREGATE MIN - skiplist (0 ms) [ok]: ZUNIONSTORE with AGGREGATE MAX - skiplist (0 ms) [ok]: ZUNION/ZINTER with AGGREGATE MAX - skiplist (1 ms) [ok]: ZINTERSTORE basics - skiplist (0 ms) [ok]: ZINTER basics - skiplist (0 ms) [ok]: ZINTERCARD with illegal arguments (0 ms) [ok]: ZINTERCARD basics - skiplist (0 ms) [ok]: ZINTER RESP3 - skiplist (0 ms) [ok]: ZINTERSTORE with weights - skiplist (0 ms) [ok]: ZINTER with weights - skiplist (0 ms) [ok]: ZINTERSTORE with a regular set and weights - skiplist (0 ms) [ok]: ZINTERSTORE with AGGREGATE MIN - skiplist (0 ms) [ok]: ZINTERSTORE with AGGREGATE MAX - skiplist (1 ms) [ok]: ZUNIONSTORE with +inf/-inf scores - skiplist (0 ms) [ok]: ZUNIONSTORE with NaN weights - skiplist (71 ms) [ok]: ZINTERSTORE with +inf/-inf scores - skiplist (0 ms) [ok]: ZINTERSTORE with NaN weights - skiplist (0 ms) [ok]: ZDIFFSTORE basics - skiplist (0 ms) [ok]: ZDIFF basics - skiplist (0 ms) [ok]: ZDIFFSTORE with a regular set - skiplist (0 ms) [ok]: ZDIFF subtracting set from itself - skiplist (0 ms) [ok]: ZDIFF algorithm 1 - skiplist (1 ms) [ok]: ZDIFF algorithm 2 - skiplist (0 ms) [ok]: BLMOVE (left, left) replication, list exists (1002 ms) [ok]: BLMOVE (left, right) replication, when blocking against empty list (1 ms) [ok]: SDIFF fuzzing (32904 ms) [ok]: SDIFF against non-set should throw error (1 ms) [ok]: SDIFF should handle non existing key as empty (0 ms) [ok]: SDIFFSTORE against non-set should throw error (1 ms) [ok]: SDIFFSTORE should handle non existing key as empty (1 ms) [ok]: SINTER against non-set should throw error (0 ms) [ok]: SINTER should handle non existing key as empty (0 ms) [ok]: SINTER with same integer elements but different encoding (0 ms) [ok]: SINTERSTORE against non-set should throw error (1 ms) [ok]: SINTERSTORE against non existing keys should delete dstkey (1 ms) [ok]: SUNION against non-set should throw error (0 ms) [ok]: SUNION should handle non existing key as empty (0 ms) [ok]: SUNIONSTORE against non-set should throw error (1 ms) [ok]: SUNIONSTORE should handle non existing key as empty (1 ms) [ok]: SUNIONSTORE against non existing keys should delete dstkey (0 ms) [ok]: SPOP basics - hashtable (0 ms) [ok]: SPOP with =1 - hashtable (1 ms) [ok]: SRANDMEMBER - hashtable (4 ms) [ok]: SPOP basics - intset (0 ms) [ok]: SPOP with =1 - intset (1 ms) [ok]: SRANDMEMBER - intset (4 ms) [ok]: SPOP with (2 ms) [ok]: SPOP with (1 ms) [ok]: SPOP using integers, testing Knuth's and Floyd's algorithm (2 ms) [ok]: SPOP using integers with Knuth's algorithm (0 ms) [ok]: SPOP new implementation: code path #1 (1 ms) [ok]: SPOP new implementation: code path #2 (1 ms) [ok]: SPOP new implementation: code path #3 (1 ms) [ok]: SRANDMEMBER count of 0 is handled correctly (1 ms) [ok]: SRANDMEMBER with against non existing key (0 ms) [ok]: SRANDMEMBER count of 0 is handled correctly - emptyarray (0 ms) [ok]: SRANDMEMBER with against non existing key - emptyarray (0 ms) [ok]: SCAN regression test for issue #4906 (32266 ms) [ok]: SRANDMEMBER with - hashtable (230 ms) [ok]: SRANDMEMBER with - intset (148 ms) [ok]: BLMOVE (left, right) replication, list exists (1002 ms) [ok]: BLMOVE (right, left) replication, when blocking against empty list (1 ms) [15/83 done]: unit/scan (36 seconds) Testing integration/replication-3 [ok]: SRANDMEMBER histogram distribution - hashtable (588 ms) [ok]: XREVRANGE returns the reverse of XRANGE (15706 ms) [ok]: XRANGE exclusive ranges (74 ms) [ok]: XREAD with non empty stream (1 ms) [ok]: Non blocking XREAD with empty streams (0 ms) [ok]: BLMOVE (right, left) replication, list exists (1002 ms) [ok]: BLMOVE (right, right) replication, when blocking against empty list (1 ms) [ok]: SRANDMEMBER histogram distribution - intset (657 ms) [ok]: SMOVE basics - from regular set to intset (1 ms) [ok]: SMOVE basics - from intset to regular set (0 ms) [ok]: SMOVE non existing key (1 ms) [ok]: SMOVE non existing src set (1 ms) [ok]: SMOVE from regular set to non existing destination set (1 ms) [ok]: SMOVE from intset to non existing destination set (7 ms) [ok]: SMOVE wrong src key type (0 ms) [ok]: GETRANGE fuzzing (12821 ms) [ok]: Extended SET can detect syntax errors (0 ms) [ok]: Extended SET NX option (0 ms) [ok]: Extended SET XX option (1 ms) [ok]: Extended SET GET option (0 ms) [ok]: Extended SET GET option with no previous value (0 ms) [ok]: Extended SET GET option with XX (0 ms) [ok]: SMOVE wrong dst key type (0 ms) [ok]: SMOVE with identical source and destination (0 ms) [ok]: SMOVE only notify dstset when the addition is successful (1 ms) [ok]: Extended SET GET option with XX and no previous value (0 ms) [ok]: Extended SET GET option with NX (0 ms) [ok]: Extended SET GET option with NX and previous value (0 ms) [ok]: Extended SET GET with incorrect type should result in wrong type error (0 ms) [ok]: Extended SET EX option (0 ms) [ok]: Extended SET PX option (0 ms) [ok]: Extended SET EXAT option (1 ms) [ok]: Extended SET PXAT option (0 ms) [ok]: Extended SET using multiple options at once (0 ms) [ok]: GETRANGE with huge ranges, Github issue #1844 (0 ms) [ok]: LCS basic (0 ms) [ok]: LCS len (0 ms) [ok]: LCS indexes (1 ms) [ok]: LCS indexes with match len (0 ms) [ok]: LCS indexes with match len and minimum match len (1 ms) [ok]: First server should have role slave after SLAVEOF (118 ms) [ok]: Stress test the hash ziplist -> hashtable encoding conversion (13101 ms) [ok]: Test HINCRBYFLOAT for correct float representation (issue #2846) (1 ms) [ok]: Hash ziplist of various encodings (84 ms) [ok]: Hash ziplist of various encodings - sanitize dump (2 ms) [16/83 done]: unit/type/string (37 seconds) Testing integration/replication-4 [ok]: BLMOVE (right, right) replication, list exists (1002 ms) [ok]: BLPOP followed by role change, issue #2473 (102 ms) [17/83 done]: unit/type/hash (38 seconds) Testing integration/replication-psync [ok]: First server should have role slave after SLAVEOF (1004 ms) [ok]: Slave should be able to synchronize with the master (345 ms) [ok]: Second server should have role master at first (1 ms) [ok]: SLAVEOF should start with link status "down" (0 ms) [ok]: The role should immediately be changed to "replica" (0 ms) [ok]: Sync should have transferred keys from master (1 ms) [ok]: The link status should be up (0 ms) [ok]: SET on the master should immediately propagate (0 ms) [ok]: Detect write load to master (1001 ms) [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, disabled, reconnect: 0) (216 ms) [ok]: FLUSHDB / FLUSHALL should replicate (543 ms) [ok]: ROLE in master reports master with a slave (0 ms) [ok]: ROLE in slave reports slave in connected state (1 ms) [ok]: PIPELINING stresser (also a regression for the old epoll bug) (9797 ms) [ok]: APPEND basics (0 ms) [ok]: APPEND basics, integer encoded values (1 ms) [ok]: Big Hash table: SORT BY key (3986 ms) [ok]: Slave should be able to synchronize with the master (303 ms) [ok]: Big Hash table: SORT BY key with limit (6 ms) [ok]: APPEND fuzzing (2311 ms) [ok]: FLUSHDB (73 ms) [ok]: Test replication with parallel clients writing in different DBs (5247 ms) [ok]: Perform a final SAVE to leave a clean DB on disk (92 ms) [ok]: RESET clears client state (0 ms) [ok]: RESET clears MONITOR state (0 ms) [ok]: RESET clears and discards MULTI state (0 ms) [ok]: RESET clears Pub/Sub state (0 ms) [ok]: RESET clears authenticated state (1 ms) [ok]: Subcommand syntax error crash (issue #10070) (0 ms) [ok]: XREAD with non empty second stream (8602 ms) [ok]: Blocking XREAD waiting new data (86 ms) [ok]: Blocking XREAD waiting old data (1 ms) [ok]: Detect write load to master (1001 ms) [ok]: Blocking XREAD will not reply with an empty array (108 ms) [ok]: Blocking XREAD for stream that ran dry (issue #5299) (101 ms) [ok]: XREAD: XADD + DEL should not awake client (1 ms) [ok]: XREAD: XADD + DEL + LPUSH should not awake client (1 ms) [ok]: XREAD with same stream name multiple times should work (1 ms) [ok]: XREAD + multiple XADD inside transaction (1 ms) [ok]: XDEL basic test (0 ms) [ok]: Test replication with blocking lists and sorted sets operations (25255 ms) [18/83 done]: integration/block-repl (29 seconds) Testing integration/replication-buffer [ok]: First server should have role slave after SLAVEOF (103 ms) [ok]: With min-slaves-to-write (1,3): master should be writable (0 ms) [ok]: With min-slaves-to-write (2,3): master should not be writable (1 ms) [ok]: With min-slaves-to-write function without no-write flag (0 ms) [ok]: With not enough good slaves, read in Lua script is still accepted (1 ms) [ok]: Don't rehash if redis has child process (3001 ms) [ok]: Big Hash table: SORT BY hash field (4899 ms) [ok]: SORT GET # (0 ms) [ok]: SORT GET (0 ms) [ok]: SORT GET (key and hash) with sanity check (97 ms) [ok]: SORT BY key STORE (0 ms) [ok]: SORT BY hash field STORE (1 ms) [ok]: SORT extracts STORE correctly (0 ms) [ok]: SORT extracts multiple STORE correctly (0 ms) [ok]: SORT DESC (0 ms) [ok]: SORT ALPHA against integer encoded strings (0 ms) [ok]: SORT sorted set (0 ms) [ok]: SORT sorted set BY nosort should retain ordering (0 ms) [ok]: SORT sorted set BY nosort + LIMIT (1 ms) [ok]: SORT sorted set BY nosort works as expected from scripts (0 ms) [ok]: SORT sorted set: +inf and -inf handling (0 ms) [ok]: SORT regression for issue #19, sorting floats (99 ms) [ok]: SORT with STORE returns zero if result is empty (github issue 224) (1 ms) [ok]: SORT with STORE does not create empty lists (github issue 224) (0 ms) [ok]: SORT with STORE removes key if result is empty (github issue 227) (0 ms) [ok]: SORT with BY and STORE should still order output (1 ms) [ok]: SORT will complain with numerical sorting and bad doubles (1) (0 ms) [ok]: SORT will complain with numerical sorting and bad doubles (2) (0 ms) [ok]: SORT BY sub-sorts lexicographically if score is the same (0 ms) [ok]: SORT GET with pattern ending with just -> does not get hash field (0 ms) [ok]: SORT by nosort retains native order for lists (1 ms) [ok]: SORT by nosort plus store retains native order for lists (0 ms) [ok]: SORT by nosort with limit returns based on original list order (0 ms) [ok]: SORT_RO - Successful case (1 ms) [ok]: SORT_RO - Cannot run with STORE arg (0 ms) [ok]: SORT speed, 100 element list BY key, 100 times (201 ms) [ok]: SORT speed, 100 element list BY hash field, 100 times (207 ms) [ok]: SORT speed, 100 element list directly, 100 times (207 ms) [ok]: Process title set as expected (71 ms) [ok]: SORT speed, 100 element list BY , 100 times (310 ms) [ok]: With min-slaves-to-write: master not writable with lagged slave (2733 ms) [19/83 done]: unit/other (49 seconds) Testing integration/shutdown [20/83 done]: unit/sort (51 seconds) Testing integration/aof [ok]: Test replication partial resync: ok psync (diskless: no, disabled, reconnect: 1) (6197 ms) [ok]: Unfinished MULTI: Server should start if load-truncated is yes (51 ms) [ok]: intsets implementation stress testing (15415 ms) [ok]: Short read: Server should start if load-truncated is yes (72 ms) [21/83 done]: unit/type/set (53 seconds) Testing integration/aof-multi-part [ok]: Truncated AOF loaded: we expect foo to be equal to 5 (108 ms) [ok]: Append a new command after loading an incomplete AOF (0 ms) [ok]: All replicas share one global replication buffer (711 ms) [ok]: Replication buffer will become smaller when no replica uses (2 ms) [ok]: First server should have role slave after SLAVEOF (101 ms) [ok]: Multi Part AOF can't load data when some file missing (758 ms) [ok]: Short read + command: Server should start (62 ms) [ok]: Truncated AOF loaded: we expect foo to be equal to 6 now (1 ms) [ok]: Slave should be able to synchronize with the master (203 ms) [ok]: Multi Part AOF can't load data when the sequence not increase monotonically (778 ms) [ok]: Replication of an expired key does not delete the expired key (1101 ms) [ok]: Bad format: Server should have logged an error (62 ms) [ok]: Detect write load to master (1001 ms) [ok]: Multi Part AOF can't load data when there are blank lines in the manifest file (888 ms) [ok]: Unfinished MULTI: Server should have logged an error (66 ms) [ok]: Multi Part AOF can't load data when there is a duplicate base file (821 ms) [ok]: Short read: Server should have logged an error (52 ms) [ok]: First server should have role slave after SLAVEOF (0 ms) [ok]: Short read: Utility should confirm the AOF is not valid (48 ms) [ok]: Short read: Utility should show the abnormal line num in AOF (47 ms) [ok]: Short read: Utility should be able to fix the AOF (70 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (type unknown) (937 ms) [ok]: Fixed AOF: Server should have been started (61 ms) [ok]: Fixed AOF: Keyspace should contain values that were parseable (0 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=disabled (12285 ms) [ok]: Shutting down master waits for replica to catch up (sigterm) (6390 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (missing key) (935 ms) [ok]: AOF+SPOP: Server should have been started (53 ms) [ok]: AOF+SPOP: Set should have 1 member (1 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (line too short) (797 ms) [ok]: AOF+SPOP: Server should have been started (56 ms) [ok]: AOF+SPOP: Set should have 1 member (1 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (line too long) (1003 ms) [ok]: AOF rewrite during write load: RDB preamble=no (38884 ms) [ok]: AOF+EXPIRE: Server should have been started (55 ms) [ok]: AOF+EXPIRE: List should be empty (0 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (odd parameter) (903 ms) [ok]: Multi Part AOF can't load data when the manifest file is empty (1031 ms) [ok]: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1 (0 ms) [ok]: Test replication partial resync: no backlog (diskless: no, disabled, reconnect: 1) (7751 ms) [ok]: Multi Part AOF can start when no aof and no manifest (1201 ms) [ok]: Turning off AOF kills the background writing child if any (286 ms) [ok]: AOF rewrite of list with quicklist encoding, string data (960 ms) [ok]: Shutting down master waits for replica to catch up (shutdown) (6553 ms) [ok]: Multi Part AOF can start when we have en empty AOF dir (1328 ms) [ok]: AOF rewrite of list with quicklist encoding, int data (703 ms) [ok]: AOF rewrite of set with intset encoding, string data (565 ms) [ok]: MIGRATE can correctly transfer large values (46053 ms) [ok]: Multi Part AOF can load data discontinuously increasing sequence (1489 ms) [ok]: AOF rewrite of set with hashtable encoding, string data (825 ms) [ok]: Slave should be able to synchronize with the master (209 ms) [ok]: AOF rewrite of set with intset encoding, int data (111 ms) [ok]: AOF rewrite of set with hashtable encoding, int data (631 ms) [ok]: AOF rewrite of hash with listpack encoding, string data (207 ms) [ok]: Multi Part AOF can load data when manifest add new k-v (1418 ms) [ok]: MIGRATE can correctly transfer hashes (1553 ms) [ok]: Detect write load to master (1001 ms) [ok]: XDEL fuzz test (22060 ms) [ok]: AOF rewrite of hash with hashtable encoding, string data (827 ms) [ok]: AOF rewrite of hash with listpack encoding, int data (207 ms) [ok]: Multi Part AOF can load data when some AOFs are empty (1137 ms) [ok]: MIGRATE timeout actually works (1644 ms) [ok]: AOF rewrite of hash with hashtable encoding, int data (738 ms) [ok]: AOF rewrite of zset with listpack encoding, string data (170 ms) [ok]: AOF fsync always barrier issue (6059 ms) [ok]: Multi Part AOF can load data from old version redis (rdb preamble no) (1058 ms) [ok]: AOF rewrite of zset with skiplist encoding, string data (625 ms) [ok]: MIGRATE can migrate multiple keys at once (934 ms) [ok]: MIGRATE with multiple keys must have empty key arg (0 ms) [ok]: AOF rewrite of zset with listpack encoding, int data (133 ms) [ok]: GETEX should not append to AOF (0 ms) [ok]: AOF rewrite of zset with skiplist encoding, int data (518 ms) [ok]: AOF rewrite functions (108 ms) [ok]: MASTER and SLAVE consistency with expire (33123 ms) [ok]: Master can replicate command longer than client-query-buffer-limit on replica (161 ms) [ok]: LTRIM stress testing - linkedlist (70617 ms) [ok]: Multi Part AOF can load data from old version redis (rdb preamble yes) (1424 ms) [ok]: MIGRATE with multiple keys migrate just existing ones (1169 ms) [ok]: BGREWRITEAOF is delayed if BGSAVE is in progress (557 ms) [ok]: BGREWRITEAOF is refused if already in progress (222 ms) [ok]: Unknown command: Server should have logged an error (57 ms) [ok]: Shutting down master waits for replica timeout (7235 ms) [ok]: Multi Part AOF can continue the upgrade from the interrupted upgrade state (755 ms) [22/83 done]: unit/aofrw (66 seconds) Testing integration/rdb [ok]: MIGRATE with multiple keys: stress command rewriting (844 ms) [ok]: AOF+LMPOP/BLMPOP: pop elements from the list (101 ms) [ok]: test old version rdb file (0 ms) [ok]: Multi Part AOF can be loaded correctly when both server dir and aof dir contain old AOF (833 ms) [ok]: MIGRATE with multiple keys: delete just ack keys (1007 ms) [ok]: AOF+LMPOP/BLMPOP: after pop elements from the list (27 ms) [ok]: Multi Part AOF can't load data when the manifest contains the old AOF file name but the file does not exist in server dir and aof dir (710 ms) [ok]: RDB encoding loading test (4 ms) [ok]: MIGRATE AUTH: correct and wrong password cases (861 ms) [ok]: AOF+ZMPOP/BZMPOP: pop elements from the zset (101 ms) [ok]: Multi Part AOF can upgrade when when two redis share the same server dir (redis1) (119 ms) [ok]: Multi Part AOF can upgrade when when two redis share the same server dir (redis2) (158 ms) [23/83 done]: unit/dump (74 seconds) Testing integration/corrupt-dump [ok]: ZDIFF fuzzing - skiplist (39971 ms) [ok]: ZPOPMIN with the count 0 returns an empty array (0 ms) [ok]: Shutting down master waits for replica then fails (2634 ms) [ok]: Server started empty with non-existing RDB file (0 ms) [ok]: ZPOPMIN with negative count (66 ms) [ok]: ZPOPMAX with the count 0 returns an empty array (0 ms) [ok]: ZPOPMAX with negative count (0 ms) [ok]: Basic ZPOPMIN/ZPOPMAX with a single key - skiplist (1 ms) [ok]: ZPOPMIN/ZPOPMAX with count - skiplist (0 ms) [ok]: Basic ZMPOP_MIN/ZMPOP_MAX with a single key - skiplist (0 ms) [ok]: ZMPOP_MIN/ZMPOP_MAX with count - skiplist (1 ms) [ok]: BZPOPMIN/BZPOPMAX with a single existing sorted set - skiplist (1 ms) [ok]: BZPOPMIN/BZPOPMAX with multiple existing sorted sets - skiplist (1 ms) [ok]: BZPOPMIN/BZPOPMAX second sorted set has members - skiplist (1 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX with a single existing sorted set - skiplist (1 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX with multiple existing sorted sets - skiplist (70 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX second sorted set has members - skiplist (1 ms) [ok]: Basic ZPOPMIN/ZPOPMAX - skiplist RESP3 (1 ms) [ok]: ZPOPMIN/ZPOPMAX with count - skiplist RESP3 (0 ms) [ok]: Basic ZMPOP_MIN/ZMPOP_MAX - skiplist RESP3 (0 ms) [ok]: ZMPOP_MIN/ZMPOP_MAX with count - skiplist RESP3 (1 ms) [ok]: BZPOPMIN/BZPOPMAX - skiplist RESP3 (1 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX - skiplist RESP3 (1 ms) [ok]: ZPOP/ZMPOP against wrong type (69 ms) [ok]: ZMPOP with illegal argument (1 ms) [ok]: LATENCY of expire events are correctly collected (57302 ms) [ok]: LATENCY HISTORY / RESET with wrong event name is fine (5 ms) [ok]: LATENCY DOCTOR produces some output (5 ms) [ok]: LATENCY RESET is able to reset events (0 ms) [ok]: LATENCY HELP should not have unexpected options (1 ms) [ok]: AOF+ZMPOP/BZMPOP: after pop elements from the zset (24 ms) [ok]: ZMPOP propagate as pop with count command to replica (138 ms) [ok]: ZPOPMIN/ZPOPMAX readraw in RESP3 (0 ms) [ok]: BZPOPMIN/BZPOPMAX readraw in RESP3 (199 ms) [ok]: ZMPOP readraw in RESP3 (1 ms) [24/83 done]: unit/latency-monitor (61 seconds) Testing integration/corrupt-dump-fuzzer [ok]: Multi Part AOF can upgrade when when two redis share the same server dir (1767 ms) [ok]: BZMPOP readraw in RESP3 (200 ms) [ok]: ZPOPMIN/ZPOPMAX readraw in RESP2 (1 ms) [ok]: corrupt payload: #7445 - with sanitize (786 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=swapdb (12787 ms) [ok]: Server started empty with empty RDB file (0 ms) [ok]: BZPOPMIN/BZPOPMAX readraw in RESP2 (199 ms) [ok]: ZMPOP readraw in RESP2 (1 ms) [ok]: Replication backlog size can outgrow the backlog limit config (18432 ms) [ok]: BZMPOP readraw in RESP2 (205 ms) [ok]: ZINTERSTORE regression with two sets, intset+hashtable (0 ms) [ok]: ZUNIONSTORE regression, should not create NaN in scores (0 ms) [ok]: ZINTERSTORE #516 regression, mixed sets and ziplist zsets (1 ms) [ok]: ZUNIONSTORE result is sorted (105 ms) [ok]: ZUNIONSTORE/ZINTERSTORE/ZDIFFSTORE error if using WITHSCORES (1 ms) [ok]: ZMSCORE retrieve (0 ms) [ok]: ZMSCORE retrieve from empty set (1 ms) [ok]: ZMSCORE retrieve with missing member (0 ms) [ok]: ZMSCORE retrieve single member (0 ms) [ok]: ZMSCORE retrieve requires one or more members (1 ms) [ok]: ZSET commands don't accept the empty strings as valid score (0 ms) [ok]: zunionInterDiffGenericCommand at least 1 input key (1 ms) [ok]: ZSCORE - listpack (79 ms) [ok]: ZMSCORE - listpack (66 ms) [ok]: ZSCORE after a DEBUG RELOAD - listpack (122 ms) [ok]: Generate timestamp annotations in AOF (1075 ms) [ok]: ZSET sorting stresser - listpack (204 ms) [ok]: Multi Part AOF can handle appendfilename contains whitespaces (1176 ms) [ok]: corrupt payload: hash with valid zip list header, invalid entry len (1102 ms) [ok]: Successfully load AOF which has timestamp annotations inside (18 ms) [ok]: Shutting down master waits for replica then aborted (2044 ms) [25/83 done]: integration/shutdown (25 seconds) Testing integration/convert-zipmap-hash-on-load [ok]: Test RDB stream encoding (316 ms) [ok]: Test RDB stream encoding - sanitize dump (10 ms) [ok]: Test replication partial resync: ok after delay (diskless: no, disabled, reconnect: 1) (9221 ms) [ok]: Slave is able to evict keys created in writable slaves (6002 ms) [ok]: Writable replica doesn't return expired keys (104 ms) [ok]: PFCOUNT updates cache on readonly replica (0 ms) [ok]: RDB load zipmap hash: converts to listpack (0 ms) [ok]: Server should not start if RDB file can't be open (45 ms) [ok]: corrupt payload: invalid zlbytes header (834 ms) [ok]: PFCOUNT doesn't use expired key on readonly replica (102 ms) [ok]: Multi Part AOF can create BASE (RDB format) when redis starts from empty (895 ms) [ok]: Server should not start if RDB is corrupted (31 ms) [ok]: corrupt payload: valid zipped hash header, dup records (669 ms) [ok]: Multi Part AOF can create BASE (AOF format) when redis starts from empty (712 ms) [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-entries is exceeded (0 ms) [ok]: Make sure aof manifest appendonly.aof.manifest not in aof directory (0 ms) [ok]: Slave should be able to synchronize with the master (203 ms) [26/83 done]: integration/replication-3 (42 seconds) Testing integration/convert-ziplist-hash-on-load [ok]: corrupt payload: quicklist big ziplist prev len (1153 ms) [ok]: AOF enable will create manifest file (709 ms) [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-value is exceeded (0 ms) [ok]: RDB load ziplist hash: converts to listpack when RDB loading (0 ms) [ok]: Truncate AOF to specific timestamp (2492 ms) [ok]: Detect write load to master (1001 ms) [27/83 done]: integration/convert-zipmap-hash-on-load (3 seconds) Testing integration/convert-ziplist-zset-on-load [ok]: Test FLUSHALL aborts bgsave (2128 ms) [ok]: bgsave resets the change counter (202 ms) [ok]: corrupt payload: quicklist small ziplist prev len (1387 ms) [ok]: RDB load ziplist zset: converts to listpack when RDB loading (0 ms) [ok]: RDB load ziplist hash: converts to hash table when hash-max-ziplist-entries is exceeded (0 ms) [28/83 done]: integration/convert-ziplist-hash-on-load (3 seconds) Testing integration/logging [ok]: corrupt payload: quicklist ziplist wrong count (1544 ms) [ok]: RDB load ziplist zset: converts to skiplist when zset-max-ziplist-entries is exceeded (0 ms) [ok]: AOF multiple rewrite failures will open multiple INCR AOFs (3539 ms) [ok]: Server is able to generate a stack trace on selected systems (279 ms) [ok]: MASTER and SLAVE dataset should be identical after complex ops (58283 ms) [29/83 done]: integration/convert-ziplist-zset-on-load (3 seconds) Testing integration/psync2 [ok]: corrupt payload: #3080 - quicklist (1282 ms) [ok]: AOF rewrite doesn't open new aof when AOF turn off (997 ms) [ok]: AOF enable/disable auto gc (460 ms) [ok]: Crash report generated on SIGABRT (179 ms) [30/83 done]: integration/replication-2 (63 seconds) Testing integration/psync2-reg [ok]: AOF can produce consecutive sequence number after reload (253 ms) [ok]: corrupt payload: quicklist with empty ziplist (1515 ms) [ok]: ziplist implementation: encoding stress testing (74882 ms) [ok]: AOF enable during BGSAVE will not write data util AOFRW finish (887 ms) [31/83 done]: unit/type/list-3 (85 seconds) Testing integration/psync2-pingoff [ok]: corrupt payload: quicklist encoded_len is 0 (1502 ms) [ok]: PSYNC2: --- CYCLE 1 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #2 as master (0 ms) [ok]: PSYNC2: Set #0 to replicate from #2 (0 ms) [ok]: AOF will trigger limit when AOFRW fails many times (2153 ms) [ok]: corrupt payload: quicklist listpack entry start with EOF (1361 ms) [ok]: PSYNC2: Set #4 to replicate from #2 (0 ms) [ok]: PSYNC2 #3899 regression: setup (1004 ms) [ok]: PSYNC2 #3899 regression: kill first replica (1 ms) [ok]: PSYNC2 pingoff: setup (1003 ms) [ok]: PSYNC2 pingoff: write and wait replication (0 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2: Set #1 to replicate from #2 (0 ms) [ok]: Fuzzer corrupt restore payloads - sanitize_dump: no (13547 ms) [ok]: corrupt payload: #3080 - ziplist (1200 ms) [ok]: Test replication partial resync: backlog expired (diskless: no, disabled, reconnect: 1) (9216 ms) [ok]: client freed during loading (8389 ms) [ok]: corrupt payload: load corrupted rdb with no CRC - #3505 (802 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: PSYNC2: Set #3 to replicate from #2 (0 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: Slave should be able to synchronize with the master (202 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: corrupt payload: load corrupted rdb with empty keys (1982 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: Detect write load to master (1001 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: AOF will open a temporary INCR AOF to accumulate data until the first AOFRW success when AOF is dynamically enabled (4357 ms) [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, swapdb, reconnect: 0) (195 ms) [ok]: Test RDB load info (2754 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: corrupt payload: load corrupted rdb with empty keys (1679 ms) [ok]: PSYNC2 pingoff: pause replica and promote it (5001 ms) [32/83 done]: integration/aof-multi-part (40 seconds) Testing integration/psync2-master-restart [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=disabled (15128 ms) [ok]: Make the old master a replica of the new one and check conditions (1004 ms) [ok]: corrupt payload: listpack invalid size header (1049 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (1 ms) [ok]: Slave should be able to synchronize with the master (203 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: Detect write load to master (1001 ms) [ok]: corrupt payload: listpack too long entry len (1264 ms) [ok]: PSYNC2: generate load while killing replication links (5065 ms) [ok]: PSYNC2: cluster is consistent after load (x = 9469) (1 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 2 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #3 as master (0 ms) [ok]: PSYNC2: Set #4 to replicate from #0 (0 ms) [ok]: PSYNC2: Set #0 to replicate from #3 (27 ms) [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 128 element sorted set - listpack (19807 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2: Set #1 to replicate from #0 (1 ms) [ok]: PSYNC2: Set #2 to replicate from #4 (0 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: corrupt payload: listpack very long entry len (1475 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (1 ms) [ok]: corrupt payload: listpack too long entry prev len (1368 ms) [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - listpack (2642 ms) [ok]: Crash report generated on DEBUG SEGFAULT (9409 ms) [33/83 done]: integration/logging (18 seconds) Testing integration/failover [ok]: Fuzzer corrupt restore payloads - sanitize_dump: yes (10982 ms) [34/83 done]: integration/corrupt-dump-fuzzer (25 seconds) Testing integration/redis-cli [ok]: Replica could use replication buffer (beyond backlog config) for partial resynchronization (24204 ms) [ok]: corrupt payload: stream with duplicate consumers (1395 ms) [ok]: Replication backlog memory will become smaller if disconnecting with replica (439 ms) [ok]: Interactive CLI: INFO response should be printed raw (142 ms) [ok]: Interactive CLI: Status reply (161 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: EVAL timeout with slow verbatim Lua script from AOF (21483 ms) [ok]: Interactive CLI: Integer reply (151 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: corrupt payload: hash ziplist with duplicate records (1258 ms) [ok]: Interactive CLI: Bulk reply (162 ms) [ok]: Test child sending info (7877 ms) [ok]: Interactive CLI: Multi-bulk reply (161 ms) [ok]: failover command fails without connected replica (0 ms) [ok]: Test replication partial resync: ok psync (diskless: no, swapdb, reconnect: 1) (6322 ms) [ok]: PSYNC2: generate load while killing replication links (5027 ms) [ok]: PSYNC2: cluster is consistent after load (x = 18072) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 3 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #2 as master (0 ms) [ok]: PSYNC2: Set #0 to replicate from #3 (1 ms) [ok]: PSYNC2: Set #4 to replicate from #2 (0 ms) [ok]: PSYNC2: Set #1 to replicate from #0 (1 ms) [ok]: PSYNC2: Set #3 to replicate from #4 (1 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: setup replication for following tests (203 ms) [ok]: failover command fails with invalid host (0 ms) [ok]: failover command fails with invalid port (0 ms) [ok]: failover command fails with just force and timeout (0 ms) [ok]: failover command fails when sent to a replica (0 ms) [ok]: failover command fails with force without timeout (0 ms) [ok]: test various edge cases of repl topology changes with missing pings at the end (2815 ms) [ok]: Interactive CLI: Parsing quotes (530 ms) [ok]: Non-interactive TTY CLI: Status reply (83 ms) [ok]: Non-interactive TTY CLI: Integer reply (77 ms) [ok]: Non-interactive TTY CLI: Bulk reply (63 ms) [ok]: Non-interactive TTY CLI: Multi-bulk reply (51 ms) [ok]: EVAL can process writes from AOF in read-only replicas (1536 ms) [ok]: corrupt payload: hash listpack with duplicate records (1316 ms) [ok]: Test redis-check-aof for old style resp AOF (80 ms) [ok]: script won't load anymore if it's in rdb (0 ms) [ok]: Test redis-check-aof for old style rdb-preamble AOF (169 ms) [ok]: Non-interactive TTY CLI: Read last argument from pipe (353 ms) [ok]: failover command to specific replica works (781 ms) [ok]: Test redis-check-aof for Multi Part AOF with resp AOF base (129 ms) [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - listpack (3923 ms) [ok]: Non-interactive TTY CLI: Read last argument from file (122 ms) [ok]: ZSETs skiplist implementation backlink consistency test - listpack (168 ms) [ok]: Test redis-check-aof for Multi Part AOF with rdb-preamble AOF base (224 ms) [ok]: Test redis-check-aof only truncates the last file for Multi Part AOF in fix mode (115 ms) [ok]: failover command to any replica works (409 ms) [ok]: Test redis-check-aof only truncates the last file for Multi Part AOF in truncate-to-timestamp mode (71 ms) [ok]: Non-interactive TTY CLI: Escape character in JSON mode (615 ms) [ok]: Non-interactive non-TTY CLI: Status reply (55 ms) [ok]: corrupt payload: hash listpack with duplicate records - convert (1116 ms) [ok]: Non-interactive non-TTY CLI: Integer reply (65 ms) [ok]: failover to a replica with force works (440 ms) [ok]: Non-interactive non-TTY CLI: Bulk reply (52 ms) [ok]: PSYNC2: Partial resync after Master restart using RDB aux fields (1701 ms) [ok]: Non-interactive non-TTY CLI: Multi-bulk reply (113 ms) [ok]: FLUSHDB / FLUSHALL should persist in AOF (53 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (1 ms) [ok]: Non-interactive non-TTY CLI: ASK redirect test (295 ms) [ok]: Non-interactive non-TTY CLI: Quoted input arguments (65 ms) [ok]: failover with timeout aborts if replica never catches up (663 ms) [ok]: Non-interactive non-TTY CLI: No accidental unquoting of input arguments (153 ms) [ok]: failovers can be aborted (145 ms) [ok]: Non-interactive non-TTY CLI: Invalid quoted input arguments (144 ms) [35/83 done]: integration/aof (53 seconds) Testing integration/redis-benchmark [ok]: failed bgsave prevents writes (928 ms) [ok]: Non-interactive non-TTY CLI: Read last argument from pipe (314 ms) [ok]: Slave should be able to synchronize with the master (203 ms) [ok]: Non-interactive non-TTY CLI: Read last argument from file (143 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: corrupt payload: hash ziplist uneven record count (1508 ms) [36/83 done]: integration/rdb (34 seconds) Testing integration/dismiss-mem [ok]: failover aborts if target rejects sync request (1013 ms) [ok]: benchmark: set,get (112 ms) [ok]: benchmark: connecting using URI set,get (89 ms) [ok]: benchmark: connecting using URI with authentication set,get (75 ms) [ok]: PSYNC2: Partial resync after Master restart using RDB aux fields with expire (2730 ms) [ok]: corrupt payload: hash duplicate records (1520 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: dismiss all data types memory (825 ms) [ok]: Detect write load to master (2002 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: benchmark: full test suite (855 ms) [ok]: PSYNC2: generate load while killing replication links (5000 ms) [ok]: PSYNC2: cluster is consistent after load (x = 25528) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 4 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #0 as master (0 ms) [ok]: PSYNC2: Set #4 to replicate from #0 (0 ms) [ok]: PSYNC2: Set #1 to replicate from #0 (0 ms) [ok]: PSYNC2: Set #2 to replicate from #0 (1 ms) [ok]: PSYNC2: Set #3 to replicate from #4 (0 ms) [ok]: benchmark: multi-thread set,get (213 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: benchmark: pipelined full set,get (844 ms) [ok]: dismiss client output buffer (1256 ms) [37/83 done]: integration/failover (8 seconds) Testing unit/pubsub [ok]: corrupt payload: hash empty zipmap (1481 ms) [ok]: benchmark: arbitrary command (103 ms) [ok]: dismiss client query buffer (319 ms) [ok]: benchmark: keyspace length (235 ms) [ok]: benchmark: clients idle mode should return error when reached maxclients limit (157 ms) [ok]: Pub/Sub PING (0 ms) [ok]: PUBLISH/SUBSCRIBE basics (1 ms) [ok]: PUBLISH/SUBSCRIBE with two clients (1 ms) [ok]: PUBLISH/SUBSCRIBE after UNSUBSCRIBE without arguments (0 ms) [ok]: SUBSCRIBE to one channel more than once (0 ms) [ok]: UNSUBSCRIBE from non-subscribed channels (1 ms) [ok]: PUBLISH/PSUBSCRIBE basics (1 ms) [ok]: PUBLISH/PSUBSCRIBE with two clients (1 ms) [ok]: PUBLISH/PSUBSCRIBE after PUNSUBSCRIBE without arguments (0 ms) [ok]: PUNSUBSCRIBE from non-subscribed channels (0 ms) [ok]: NUMSUB returns numbers, not strings (#1561) (0 ms) [ok]: NUMPATs returns the number of unique patterns (2 ms) [ok]: Mix SUBSCRIBE and PSUBSCRIBE (1 ms) [ok]: PUNSUBSCRIBE and UNSUBSCRIBE should always reply (0 ms) [ok]: Keyspace notifications: we receive keyspace notifications (0 ms) [ok]: Keyspace notifications: we receive keyevent notifications (1 ms) [ok]: Keyspace notifications: we can receive both kind of events (2 ms) [ok]: Keyspace notifications: we are able to mask events (1 ms) [ok]: Keyspace notifications: general events test (1 ms) [ok]: Keyspace notifications: list events test (0 ms) [ok]: Keyspace notifications: set events test (0 ms) [ok]: Keyspace notifications: zset events test (0 ms) [ok]: Keyspace notifications: hash events test (0 ms) [ok]: Keyspace notifications: stream events test (1 ms) [ok]: PSYNC2 #3899 regression: verify consistency (1047 ms) [ok]: Keyspace notifications: expired events (triggered expire) (201 ms) [ok]: Keyspace notifications: expired events (background expire) (176 ms) [ok]: Keyspace notifications: evicted events (4 ms) [ok]: Keyspace notifications: test CONFIG GET/SET of event flags (0 ms) [ok]: Keyspace notifications: new key test (1 ms) [ok]: ZSETs ZRANK augmented skip list stress testing - listpack (6350 ms) [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client (58 ms) [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client (1 ms) [ok]: corrupt payload: fuzzer findings - NPD in streamIteratorGetID (1438 ms) [ok]: BZMPOP_MIN, ZADD + DEL should not awake blocked client (25 ms) [ok]: BZMPOP_MIN, ZADD + DEL + SET should not awake blocked client (1 ms) [ok]: BZPOPMIN with same key multiple times should work (1 ms) [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN (0 ms) [ok]: BZPOPMIN with variadic ZADD (1 ms) [38/83 done]: integration/redis-benchmark (5 seconds) Testing unit/pubsubshard [ok]: Chained replicas disconnect when replica re-connect with the same master (1709 ms) [39/83 done]: unit/pubsub (2 seconds) Testing unit/slowlog [ok]: dismiss replication backlog (1875 ms) [ok]: SPUBLISH/SSUBSCRIBE basics (2 ms) [ok]: SPUBLISH/SSUBSCRIBE with two clients (0 ms) [ok]: PUBLISH/SUBSCRIBE after UNSUBSCRIBE without arguments (1 ms) [ok]: SUBSCRIBE to one channel more than once (1 ms) [ok]: UNSUBSCRIBE from non-subscribed channels (0 ms) [ok]: PUBSUB command basics (0 ms) [ok]: SPUBLISH/SSUBSCRIBE with two clients (1 ms) [ok]: SPUBLISH/SSUBSCRIBE with PUBLISH/SUBSCRIBE (1 ms) [ok]: SLOWLOG - check that it starts with an empty log (0 ms) [ok]: corrupt payload: fuzzer findings - listpack NPD on invalid stream (994 ms) [40/83 done]: integration/psync2-reg (27 seconds) Testing unit/scripting [ok]: BZPOPMIN with zero timeout should block indefinitely (1002 ms) [ok]: MULTI/EXEC is isolated from the point of view of BZMPOP_MIN (1 ms) [ok]: BZMPOP_MIN with variadic ZADD (1 ms) [41/83 done]: integration/dismiss-mem (5 seconds) Testing unit/functions [ok]: SLOWLOG - only logs commands taking more time than specified (201 ms) [ok]: SLOWLOG - max entries is correctly handled (4 ms) [ok]: SLOWLOG - GET optional argument to limit output len works (0 ms) [ok]: SLOWLOG - RESET subcommand works (1 ms) [ok]: SLOWLOG - logged entry sanity check (200 ms) [ok]: SLOWLOG - Certain commands are omitted that contain sensitive information (1 ms) [ok]: SLOWLOG - Some commands can redact sensitive fields (1 ms) [ok]: SLOWLOG - Rewritten commands are logged as their original command (2 ms) [ok]: SLOWLOG - commands with too many arguments are trimmed (1 ms) [ok]: SLOWLOG - too long arguments are trimmed (0 ms) [ok]: PSYNC2: Full resync after Master restart when too many key expired (4545 ms) [ok]: FUNCTION - Basic usage (1 ms) [ok]: FUNCTION - Load with unknown argument (0 ms) [ok]: FUNCTION - Create an already exiting library raise error (0 ms) [ok]: FUNCTION - Create an already exiting library raise error (case insensitive) (0 ms) [ok]: FUNCTION - Create a library with wrong name format (0 ms) [ok]: FUNCTION - Create library with unexisting engine (1 ms) [ok]: FUNCTION - Test uncompiled script (0 ms) [ok]: FUNCTION - test replace argument (0 ms) [ok]: FUNCTION - test function case insensitive (0 ms) [ok]: FUNCTION - test replace argument with failure keeps old libraries (0 ms) [ok]: FUNCTION - test function delete (0 ms) [ok]: FUNCTION - test fcall bad arguments (0 ms) [ok]: FUNCTION - test fcall bad number of keys arguments (0 ms) [ok]: FUNCTION - test fcall negative number of keys (0 ms) [ok]: FUNCTION - test delete on not exiting library (0 ms) [ok]: FUNCTION - test function kill when function is not running (0 ms) [ok]: FUNCTION - test wrong subcommand (0 ms) [ok]: FUNCTION - test loading from rdb (14 ms) [ok]: FUNCTION - test debug reload different options (11 ms) [ok]: FUNCTION - test debug reload with nosave and noflush (5 ms) [ok]: FUNCTION - test flushall and flushdb do not clean functions (11 ms) [ok]: FUNCTION - test function dump and restore (0 ms) [ok]: FUNCTION - test function dump and restore with flush argument (1 ms) [ok]: FUNCTION - test function dump and restore with append argument (0 ms) [ok]: FUNCTION - test function dump and restore with replace argument (1 ms) [ok]: FUNCTION - test function restore with bad payload do not drop existing functions (0 ms) [ok]: FUNCTION - test function restore with wrong number of arguments (1 ms) [ok]: FUNCTION - test fcall_ro with write command (0 ms) [ok]: FUNCTION - test fcall_ro with read only commands (0 ms) [ok]: FUNCTION - test keys and argv (0 ms) [ok]: FUNCTION - test command get keys on fcall (1 ms) [ok]: FUNCTION - test command get keys on fcall_ro (0 ms) [ok]: SLOWLOG - EXEC is not logged, just executed commands (201 ms) [ok]: EVAL - Does Lua interpreter replies to our requests? (0 ms) [ok]: EVAL - Return _G (0 ms) [ok]: EVAL - Return table with a metatable that raise error (0 ms) [ok]: EVAL - Return table with a metatable that call redis (1 ms) [ok]: EVAL - Lua integer -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua string -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua true boolean -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua false boolean -> Redis protocol type conversion (1 ms) [ok]: EVAL - Lua status code reply -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua error reply -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua table -> Redis protocol type conversion (0 ms) [ok]: EVAL - Are the KEYS and ARGV arrays populated correctly? (0 ms) [ok]: EVAL - is Lua able to call Redis API? (0 ms) [ok]: EVAL - Redis integer -> Lua type conversion (0 ms) [ok]: EVAL - Redis bulk -> Lua type conversion (1 ms) [ok]: EVAL - Redis multi bulk -> Lua type conversion (0 ms) [ok]: EVAL - Redis status reply -> Lua type conversion (0 ms) [ok]: EVAL - Redis error reply -> Lua type conversion (1 ms) [ok]: EVAL - Redis nil bulk reply -> Lua type conversion (0 ms) [ok]: EVAL - Is the Lua client using the currently selected DB? (0 ms) [ok]: EVAL - SELECT inside Lua should not affect the caller (1 ms) [ok]: EVAL - Scripts can't run blpop command (0 ms) [ok]: EVAL - Scripts can't run brpop command (0 ms) [ok]: EVAL - Scripts can't run brpoplpush command (1 ms) [ok]: EVAL - Scripts can't run blmove command (0 ms) [ok]: EVAL - Scripts can't run bzpopmin command (0 ms) [ok]: EVAL - Scripts can't run bzpopmax command (0 ms) [ok]: EVAL - Scripts can't run XREAD and XREADGROUP with BLOCK option (1 ms) [ok]: EVAL - Scripts can run non-deterministic commands (0 ms) [ok]: EVAL - No arguments to redis.call/pcall is considered an error (0 ms) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) (0 ms) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) (0 ms) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) (1 ms) [ok]: EVAL - JSON numeric decoding (0 ms) [ok]: EVAL - JSON string decoding (0 ms) [ok]: EVAL - cmsgpack can pack double? (1 ms) [ok]: EVAL - cmsgpack can pack negative int64? (0 ms) [ok]: EVAL - cmsgpack can pack and unpack circular references? (0 ms) [ok]: EVAL - Numerical sanity check from bitop (1 ms) [ok]: EVAL - Verify minimal bitop functionality (0 ms) [ok]: EVAL - Able to parse trailing comments (0 ms) [ok]: EVAL_RO - Successful case (0 ms) [ok]: EVAL_RO - Cannot run write commands (0 ms) [ok]: redis.sha1hex() implementation (0 ms) [ok]: Globals protection reading an undeclared global variable (0 ms) [ok]: Globals protection setting an undeclared global* (0 ms) [ok]: Test an example script DECR_IF_GT (1 ms) [ok]: SLOWLOG - can clean older entries (201 ms) [ok]: Partial resynchronization is successful even client-output-buffer-limit is less than repl-backlog-size (8364 ms) [42/83 done]: integration/replication-buffer (63 seconds) Testing unit/maxmemory [ok]: FUNCTION - test function kill (438 ms) [ok]: BZMPOP_MIN with zero timeout should block indefinitely (1001 ms) [ok]: ZSCORE - skiplist (9 ms) [ok]: ZMSCORE - skiplist (8 ms) [ok]: ZSCORE after a DEBUG RELOAD - skiplist (69 ms) [ok]: setup replication for following tests (128 ms) [ok]: publish message to master and receive on replica (1 ms) [ok]: corrupt payload: fuzzer findings - NPD in quicklistIndex (1212 ms) [ok]: SLOWLOG - can be disabled (401 ms) [ok]: SLOWLOG - count must be >= -1 (0 ms) [ok]: SLOWLOG - get all slow logs (1 ms) [ok]: ZSET sorting stresser - skiplist (95 ms) [ok]: FUNCTION - test script kill not working on function (444 ms) [43/83 done]: integration/psync2-pingoff (26 seconds) Testing unit/introspection [ok]: PSYNC2: generate load while killing replication links (5014 ms) [ok]: PSYNC2: cluster is consistent after load (x = 35500) (1 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (0 ms) [ok]: PSYNC2: --- CYCLE 5 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #2 as master (0 ms) [ok]: PSYNC2: Set #4 to replicate from #3 (1 ms) [ok]: PSYNC2: Set #0 to replicate from #1 (1 ms) [44/83 done]: unit/slowlog (2 seconds) Testing unit/introspection-2 [ok]: PSYNC2: Set #1 to replicate from #3 (0 ms) [ok]: PSYNC2: Set #3 to replicate from #2 (0 ms) [ok]: PSYNC2: cluster is consistent after failover (0 ms) [ok]: eviction due to output buffers of many MGET clients, client eviction: false (276 ms) [ok]: FUNCTION - test function kill not working on eval (404 ms) [ok]: FUNCTION - test function flush (1 ms) [ok]: FUNCTION - test function wrong argument (1 ms) [ok]: PING (1 ms) [ok]: CLIENT LIST (0 ms) [ok]: CLIENT LIST with IDs (0 ms) [ok]: CLIENT INFO (0 ms) [ok]: CLIENT KILL with illegal arguments (1 ms) [ok]: CLIENT KILL SKIPME YES/NO will kill all clients (3 ms) [ok]: MONITOR can log executed commands (1 ms) [ok]: MONITOR can log commands issued by the scripting engine (1 ms) [ok]: MONITOR supports redacting command arguments (0 ms) [ok]: MONITOR correctly handles multi-exec cases (1 ms) [ok]: CLIENT GETNAME should return NIL if name is not assigned (0 ms) [ok]: CLIENT LIST shows empty fields for unassigned names (1 ms) [ok]: CLIENT SETNAME does not accept spaces (0 ms) [ok]: CLIENT SETNAME can assign a name to this connection (0 ms) [ok]: CLIENT SETNAME can change the name of an existing connection (0 ms) [ok]: After CLIENT SETNAME, connection can still be closed (1 ms) [45/83 done]: integration/psync2-master-restart (19 seconds) Testing unit/limits [ok]: corrupt payload: fuzzer findings - encoded entry header reach outside the allocation (1016 ms) [46/83 done]: unit/pubsubshard (3 seconds) Testing unit/obuf-limits [ok]: CONFIG SET client-output-buffer-limit (1 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=swapdb (13563 ms) [ok]: corrupt payload: fuzzer findings - invalid ziplist encoding (1196 ms) [ok]: Check if maxclients works refusing connections (916 ms) [ok]: Connect a replica to the master instance (169 ms) [ok]: FUNCTION - creation is replicated to replica (0 ms) [ok]: FUNCTION - call on replica (0 ms) [ok]: FUNCTION - restore is replicated to replica (0 ms) [ok]: FUNCTION - delete is replicated to replica (0 ms) [ok]: FUNCTION - flush is replicated to replica (1 ms) [ok]: Disconnecting the replica from master instance (227 ms) [ok]: FUNCTION - test replication to replica on rdb phase (0 ms) [ok]: FUNCTION - test replication to replica on rdb phase info command (0 ms) [ok]: FUNCTION - create on read only replica (0 ms) [ok]: FUNCTION - delete on read only replica (0 ms) [ok]: FUNCTION - function effect is replicated to replica (1 ms) [ok]: FUNCTION - modify key space of read only replica (0 ms) [ok]: Test replication partial resync: no backlog (diskless: no, swapdb, reconnect: 1) (7826 ms) [47/83 done]: unit/limits (2 seconds) Testing unit/bitops [ok]: corrupt payload: fuzzer findings - hash crash (1074 ms) [ok]: BITCOUNT returns 0 against non existing key (0 ms) [ok]: BITCOUNT returns 0 with out of range indexes (1 ms) [ok]: BITCOUNT returns 0 with negative indexes where start > end (0 ms) [ok]: BITCOUNT against test vector #1 (0 ms) [ok]: BITCOUNT against test vector #2 (0 ms) [ok]: BITCOUNT against test vector #3 (1 ms) [ok]: BITCOUNT against test vector #4 (0 ms) [ok]: BITCOUNT against test vector #5 (0 ms) [ok]: TTL, TYPE and EXISTS do not alter the last access time of a key (3002 ms) [ok]: corrupt payload: fuzzer findings - uneven entry count in hash (955 ms) [ok]: eviction due to input buffer of a dead client, client eviction: false (3804 ms) [ok]: eviction due to output buffers of pubsub, client eviction: false (333 ms) [ok]: eviction due to output buffers of many MGET clients, client eviction: true (312 ms) [ok]: corrupt payload: fuzzer findings - invalid read in lzf_decompress (1278 ms) [ok]: PSYNC2: generate load while killing replication links (5007 ms) [ok]: PSYNC2: cluster is consistent after load (x = 46151) (1 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (0 ms) [ok]: PSYNC2: --- CYCLE 6 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #0 as master (0 ms) [ok]: PSYNC2: Set #4 to replicate from #2 (1 ms) [ok]: PSYNC2: Set #1 to replicate from #0 (0 ms) [ok]: PSYNC2: Set #2 to replicate from #0 (0 ms) [ok]: PSYNC2: Set #3 to replicate from #4 (1 ms) [ok]: PSYNC2: cluster is consistent after failover (74 ms) [ok]: FUNCTION can processes create, delete and flush commands in AOF when doing "debug loadaof" in read-only slaves (1309 ms) [ok]: Slave should be able to synchronize with the master (303 ms) [ok]: CONFIG save params special case handled properly (5489 ms) [ok]: CONFIG sanity (11 ms) [ok]: LIBRARIES - test shared function can access default globals (1 ms) [ok]: LIBRARIES - usage and code sharing (0 ms) [ok]: LIBRARIES - test registration failure revert the entire load (0 ms) [ok]: LIBRARIES - test registration function name collision (1 ms) [ok]: LIBRARIES - test registration function name collision on same library (0 ms) [ok]: LIBRARIES - test registration with no argument (0 ms) [ok]: LIBRARIES - test registration with only name (0 ms) [ok]: LIBRARIES - test registration with to many arguments (1 ms) [ok]: LIBRARIES - test registration with no string name (0 ms) [ok]: LIBRARIES - test registration with wrong name format (0 ms) [ok]: LIBRARIES - test registration with empty name (0 ms) [ok]: LIBRARIES - math.random from function load (1 ms) [ok]: LIBRARIES - redis.call from function load (0 ms) [ok]: LIBRARIES - redis.setresp from function load (0 ms) [ok]: LIBRARIES - redis.set_repl from function load (0 ms) [ok]: LIBRARIES - malicious access test (1 ms) [ok]: LIBRARIES - delete removed all functions on library (0 ms) [ok]: LIBRARIES - register function inside a function (0 ms) [ok]: LIBRARIES - register library with no functions (1 ms) [ok]: Detect write load to master (1001 ms) [ok]: corrupt payload: fuzzer findings - leak in rdbloading due to dup entry in set (1420 ms) [ok]: TOUCH alters the last access time of a key (3002 ms) [ok]: TOUCH returns the number of existing keys specified (1 ms) [ok]: command stats for GEOADD (1 ms) [ok]: errors stats for GEOADD (0 ms) [ok]: command stats for EXPIRE (1 ms) [ok]: command stats for BRPOP (0 ms) [ok]: command stats for MULTI (1 ms) [ok]: command stats for scripts (1 ms) [ok]: COMMAND GETKEYS GET (0 ms) [ok]: COMMAND GETKEYSANDFLAGS (1 ms) [ok]: COMMAND GETKEYS MEMORY USAGE (0 ms) [ok]: COMMAND GETKEYS XGROUP (0 ms) [ok]: COMMAND GETKEYS EVAL with keys (0 ms) [ok]: COMMAND GETKEYS EVAL without keys (0 ms) [ok]: COMMAND GETKEYS LCS (0 ms) [ok]: COMMAND LIST syntax error (0 ms) [ok]: COMMAND LIST WITHOUT FILTERBY (2 ms) [ok]: COMMAND LIST FILTERBY ACLCAT against non existing category (1 ms) [ok]: COMMAND LIST FILTERBY ACLCAT - list all commands/subcommands (0 ms) [ok]: COMMAND LIST FILTERBY PATTERN - list all commands/subcommands (1 ms) [ok]: COMMAND LIST FILTERBY MODULE against non existing module (0 ms) [ok]: COMMAND INFO of invalid subcommands (0 ms) [ok]: SET command will not be marked with movablekeys (0 ms) [ok]: GET command will not be marked with movablekeys (0 ms) [ok]: MSET command will not be marked with movablekeys (0 ms) [ok]: BITFIELD command will not be marked with movablekeys (1 ms) [ok]: LMOVE command will not be marked with movablekeys (0 ms) [ok]: LPOP command will not be marked with movablekeys (0 ms) [ok]: BLPOP command will not be marked with movablekeys (0 ms) [ok]: PING command will not be marked with movablekeys (0 ms) [ok]: MEMORY command will not be marked with movablekeys (0 ms) [ok]: MEMORY|USAGE command will not be marked with movablekeys (0 ms) [ok]: RENAME command will not be marked with movablekeys (0 ms) [ok]: GEORADIUS_RO command will not be marked with movablekeys (0 ms) [ok]: ZUNIONSTORE command is marked with movablekeys (0 ms) [ok]: XREAD command is marked with movablekeys (0 ms) [ok]: EVAL command is marked with movablekeys (0 ms) [ok]: SORT command is marked with movablekeys (1 ms) [ok]: SORT_RO command is marked with movablekeys (1 ms) [ok]: MIGRATE command is marked with movablekeys (1 ms) [ok]: GEORADIUS command is marked with movablekeys (0 ms) [ok]: LIBRARIES - load timeout (608 ms) [ok]: LIBRARIES - verify global protection on the load run (1 ms) [ok]: LIBRARIES - named arguments (0 ms) [ok]: LIBRARIES - named arguments, bad function name (0 ms) [ok]: LIBRARIES - named arguments, bad callback type (0 ms) [ok]: LIBRARIES - named arguments, bad description (1 ms) [ok]: LIBRARIES - named arguments, unknown argument (0 ms) [ok]: LIBRARIES - named arguments, missing function name (0 ms) [ok]: LIBRARIES - named arguments, missing callback (0 ms) [ok]: FUNCTION - test function restore with function name collision (1 ms) [ok]: FUNCTION - test function list with code (0 ms) [ok]: FUNCTION - test function list with pattern (0 ms) [ok]: FUNCTION - test function list wrong argument (0 ms) [ok]: FUNCTION - test function list with bad argument to library name (1 ms) [ok]: FUNCTION - test function list withcode multiple times (0 ms) [ok]: FUNCTION - test function list libraryname multiple times (0 ms) [ok]: FUNCTION - verify OOM on function load and function restore (0 ms) [ok]: FUNCTION - verify allow-omm allows running any command (1 ms) [ok]: BITCOUNT fuzzing without start/end (3656 ms) [48/83 done]: unit/introspection-2 (8 seconds) Testing unit/bitfield [ok]: CONFIG REWRITE sanity (1405 ms) [ok]: FUNCTION - wrong flags type named arguments (0 ms) [ok]: FUNCTION - wrong flag type (0 ms) [ok]: FUNCTION - unknown flag (0 ms) [ok]: FUNCTION - write script on fcall_ro (0 ms) [ok]: FUNCTION - write script with no-writes flag (0 ms) [ok]: FUNCTION - deny oom (0 ms) [ok]: FUNCTION - deny oom on no-writes function (1 ms) [ok]: FUNCTION - allow stale (1 ms) [ok]: FUNCTION - redis version api (0 ms) [ok]: FUNCTION - function stats (0 ms) [ok]: FUNCTION - function stats reloaded correctly from rdb (5 ms) [ok]: FUNCTION - function stats delete library (1 ms) [ok]: FUNCTION - test function stats on loading failure (0 ms) [ok]: FUNCTION - function stats cleaned after flush (0 ms) [ok]: FUNCTION - function test empty engine (0 ms) [ok]: FUNCTION - function test unknown metadata value (0 ms) [ok]: FUNCTION - function test no name (0 ms) [ok]: FUNCTION - function test multiple names (0 ms) [ok]: FUNCTION - function test name with quotes (0 ms) [ok]: FUNCTION - trick global protection 1 (0 ms) [ok]: FUNCTION - test getmetatable on script load (0 ms) [ok]: corrupt payload: fuzzer findings - empty intset (1267 ms) [ok]: BITFIELD signed SET and GET basics (1 ms) [ok]: BITFIELD unsigned SET and GET basics (0 ms) [ok]: BITFIELD # form (0 ms) [ok]: BITFIELD basic INCRBY form (1 ms) [ok]: BITFIELD chaining of multiple commands (0 ms) [ok]: BITFIELD unsigned overflow wrap (0 ms) [ok]: BITFIELD unsigned overflow sat (1 ms) [ok]: BITFIELD signed overflow wrap (0 ms) [ok]: BITFIELD signed overflow sat (1 ms) [49/83 done]: unit/functions (10 seconds) Testing unit/geo [ok]: GEO with wrong type src key (0 ms) [ok]: GEO with non existing src key (1 ms) [ok]: GEO BYLONLAT with empty search (0 ms) [ok]: GEO BYMEMBER with non existing member (1 ms) [ok]: GEOADD create (0 ms) [ok]: GEOADD update (0 ms) [ok]: GEOADD update with CH option (0 ms) [ok]: GEOADD update with NX option (1 ms) [ok]: GEOADD update with XX option (0 ms) [ok]: GEOADD update with CH NX option (0 ms) [ok]: GEOADD update with CH XX option (0 ms) [ok]: GEOADD update with XX NX option will return syntax error (0 ms) [ok]: GEOADD update with invalid option (0 ms) [ok]: GEOADD invalid coordinates (0 ms) [ok]: GEOADD multi add (0 ms) [ok]: Check geoset values (0 ms) [ok]: GEORADIUS simple (sorted) (0 ms) [ok]: GEOSEARCH simple (sorted) (0 ms) [ok]: GEOSEARCH FROMLONLAT and FROMMEMBER cannot exist at the same time (0 ms) [ok]: GEOSEARCH FROMLONLAT and FROMMEMBER one must exist (0 ms) [ok]: GEOSEARCH BYRADIUS and BYBOX cannot exist at the same time (0 ms) [ok]: GEOSEARCH BYRADIUS and BYBOX one must exist (0 ms) [ok]: GEOSEARCH with STOREDIST option (0 ms) [ok]: GEORADIUS withdist (sorted) (1 ms) [ok]: GEOSEARCH withdist (sorted) (0 ms) [ok]: GEORADIUS with COUNT (0 ms) [ok]: GEORADIUS with ANY not sorted by default (0 ms) [ok]: GEORADIUS with ANY sorted by ASC (0 ms) [ok]: GEORADIUS with ANY but no COUNT (1 ms) [ok]: GEORADIUS with COUNT but missing integer argument (0 ms) [ok]: GEORADIUS with COUNT DESC (0 ms) [ok]: GEORADIUS HUGE, issue #2767 (0 ms) [ok]: GEORADIUSBYMEMBER simple (sorted) (0 ms) [ok]: GEORADIUSBYMEMBER search areas contain satisfied points in oblique direction (0 ms) [ok]: GEORADIUSBYMEMBER crossing pole search (0 ms) [ok]: GEOSEARCH FROMMEMBER simple (sorted) (0 ms) [ok]: GEOSEARCH vs GEORADIUS (0 ms) [ok]: GEOSEARCH non square, long and narrow (1 ms) [ok]: GEOSEARCH corner point test (0 ms) [ok]: GEORADIUSBYMEMBER withdist (sorted) (0 ms) [ok]: GEOHASH is able to return geohash strings (0 ms) [ok]: GEOPOS simple (0 ms) [ok]: GEOPOS missing element (0 ms) [ok]: GEODIST simple & unit (1 ms) [ok]: GEODIST missing elements (0 ms) [ok]: GEORADIUS STORE option: syntax error (0 ms) [ok]: GEOSEARCHSTORE STORE option: syntax error (1 ms) [ok]: GEORANGE STORE option: incompatible options (0 ms) [ok]: GEORANGE STORE option: plain usage (0 ms) [ok]: GEORADIUSBYMEMBER STORE/STOREDIST option: plain usage (0 ms) [ok]: GEOSEARCHSTORE STORE option: plain usage (0 ms) [ok]: GEORANGE STOREDIST option: plain usage (1 ms) [ok]: GEOSEARCHSTORE STOREDIST option: plain usage (0 ms) [ok]: GEORANGE STOREDIST option: COUNT ASC and DESC (1 ms) [ok]: GEOSEARCH the box spans -180° or 180° (0 ms) [ok]: corrupt payload: fuzzer findings - zset ziplist entry lensize is 0 (1402 ms) [ok]: eviction due to input buffer of a dead client, client eviction: true (4873 ms) [ok]: BITFIELD overflow detection fuzzing (2017 ms) [ok]: eviction due to output buffers of pubsub, client eviction: true (424 ms) [ok]: PSYNC2: generate load while killing replication links (5018 ms) [ok]: PSYNC2: cluster is consistent after load (x = 54659) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 7 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #3 as master (0 ms) [ok]: PSYNC2: Set #4 to replicate from #0 (0 ms) [ok]: PSYNC2: Set #0 to replicate from #3 (1 ms) [ok]: PSYNC2: Set #1 to replicate from #3 (1 ms) [ok]: PSYNC2: Set #2 to replicate from #4 (1 ms) [ok]: PSYNC2: cluster is consistent after failover (0 ms) [ok]: corrupt payload: fuzzer findings - valgrind ziplist prevlen reaches outside the ziplist (1338 ms) [ok]: EVAL does not leak in the Lua stack (11478 ms) [ok]: Call Redis command with many args from Lua (issue #1764) (1 ms) [ok]: Number conversion precision test (issue #1118) (0 ms) [ok]: String containing number precision test (regression of issue #1118) (0 ms) [ok]: Verify negative arg count is error instead of crash (issue #1842) (1 ms) [ok]: Scripts can handle commands with incorrect arity (0 ms) [ok]: Correct handling of reused argv (issue #1939) (1 ms) [ok]: Functions in the Redis namespace are able to report errors (0 ms) [ok]: CLUSTER RESET can not be invoke from within a script (0 ms) [ok]: Script with RESP3 map (1 ms) [ok]: Without maxmemory small integers are shared (0 ms) [ok]: With maxmemory and non-LRU policy integers are still shared (0 ms) [ok]: With maxmemory and LRU policy integers are not shared (1 ms) [ok]: corrupt payload: fuzzer findings - valgrind - bad rdbLoadDoubleValue (1042 ms) [ok]: CONFIG REWRITE handles save and shutdown properly (4308 ms) [ok]: CONFIG SET with multiple args (0 ms) [ok]: CONFIG SET rollback on set error (0 ms) [ok]: CONFIG SET rollback on apply error (74 ms) [ok]: CONFIG SET duplicate configs (0 ms) [ok]: CONFIG SET set immutable (0 ms) [ok]: CONFIG GET hidden configs (3 ms) [ok]: CONFIG GET multiple args (0 ms) [ok]: Script return recursive object (1636 ms) [ok]: Script check unpack with massive arguments (3 ms) [ok]: Script read key with expiration set (0 ms) [ok]: Script del key with expiration set (0 ms) [ok]: Script ACL check (1 ms) [ok]: Binary code loading failed (0 ms) [ok]: Try trick global protection 1 (0 ms) [ok]: Try trick global protection 2 (1 ms) [ok]: Try trick global protection 3 (0 ms) [ok]: Try trick global protection 4 (0 ms) [ok]: Try trick readonly table on redis table (1 ms) [ok]: Try trick readonly table on json table (0 ms) [ok]: Try trick readonly table on cmsgpack table (0 ms) [ok]: Try trick readonly table on bit table (0 ms) [ok]: Test loadfile are not available (0 ms) [ok]: Test dofile are not available (0 ms) [ok]: Test print are not available (0 ms) [ok]: redis-server command line arguments - error cases (758 ms) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-random) (1715 ms) [ok]: corrupt payload: fuzzer findings - valgrind ziplist prev too big (1192 ms) [ok]: BITFIELD overflow wrap fuzzing (2834 ms) [ok]: BITFIELD regression for #3221 (0 ms) [ok]: BITFIELD regression for #3564 (81 ms) [ok]: redis-server command line arguments - allow passing option name and option value in the same arg (1095 ms) [ok]: corrupt payload: fuzzer findings - lzf decompression fails, avoid valgrind invalid read (1267 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL (507 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL even when use pcall (218 ms) [ok]: redis-server command line arguments - wrong usage that we support anyway (1080 ms) [ok]: Timedout script does not cause a false dead client (562 ms) [ok]: BITFIELD: setup slave (102 ms) [ok]: BITFIELD: write on master, read on slave (1 ms) [ok]: BITFIELD_RO fails when write option is used (0 ms) [ok]: corrupt payload: fuzzer findings - stream bad lp_count (1079 ms) [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 100 element sorted set - skiplist (15582 ms) [ok]: PSYNC2: generate load while killing replication links (5032 ms) [ok]: PSYNC2: cluster is consistent after load (x = 63364) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: Bring the master back again for next test (1 ms) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lru) (2845 ms) [ok]: Test replication partial resync: ok after delay (diskless: no, swapdb, reconnect: 1) (9235 ms) [ok]: BITCOUNT fuzzing with start/end (8988 ms) [ok]: BITCOUNT with start, end (1 ms) [ok]: BITCOUNT syntax error #1 (0 ms) [ok]: BITCOUNT syntax error #2 (0 ms) [ok]: BITCOUNT regression test for github issue #582 (0 ms) [ok]: BITCOUNT misaligned prefix (0 ms) [ok]: BITCOUNT misaligned prefix + full words + remainder (0 ms) [ok]: BITOP NOT (empty string) (0 ms) [ok]: BITOP NOT (known string) (66 ms) [ok]: BITOP where dest and target are the same key (0 ms) [ok]: BITOP AND|OR|XOR don't change the string with single input key (0 ms) [ok]: BITOP missing key is considered a stream of zero (0 ms) [ok]: BITOP shorter keys are zero-padded to the key with max length (0 ms) [ok]: redis-server command line arguments - allow option value to use the `--` prefix (1197 ms) [50/83 done]: unit/bitfield (8 seconds) Testing unit/memefficiency [ok]: Timedout script link is still usable after Lua returns (1173 ms) [ok]: corrupt payload: fuzzer findings - stream bad lp_count - unsanitized (1084 ms) [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL (245 ms) [ok]: SHUTDOWN NOSAVE can kill a timedout script anyway (1 ms) [ok]: PSYNC2: Partial resync after restart using RDB aux fields (948 ms) [ok]: Dumping an RDB - functions only: no (24032 ms) [ok]: redis-server command line arguments - option name and option value in the same arg and `--` prefix (990 ms) [ok]: corrupt payload: fuzzer findings - stream integrity check issue (752 ms) [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist (1604 ms) [ok]: Slave should be able to synchronize with the master (203 ms) [ok]: Before the replica connects we issue two EVAL commands (1 ms) [ok]: Connect a replica to the master instance (102 ms) [ok]: Replication of script multiple pushes to list with BLPOP (1 ms) [ok]: Lua scripts using SELECT are replicated correctly (1 ms) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lfu) (2211 ms) [ok]: corrupt payload: fuzzer findings - infinite loop (1056 ms) [51/83 done]: integration/psync2 (48 seconds) Testing unit/hyperloglog [ok]: Detect write load to master (1001 ms) [ok]: BITOP and fuzzing (2881 ms) [ok]: corrupt payload: fuzzer findings - hash ziplist too long entry len (1187 ms) [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist (2515 ms) [ok]: ZSETs skiplist implementation backlink consistency test - skiplist (166 ms) [ok]: Connect a replica to the master instance (102 ms) [ok]: Redis.replicate_commands() can be issued anywhere now (3 ms) [ok]: Redis.set_repl() can be issued before replicate_commands() now (0 ms) [ok]: Redis.set_repl() don't accept invalid values (0 ms) [ok]: Test selective replication of certain Redis commands from Lua (1 ms) [ok]: PRNG is seeded randomly for command replication (1 ms) [ok]: Using side effects is not a problem with command replication (0 ms) [ok]: corrupt payload: OOM in rdbGenericLoadStringObject (908 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-lru) (2665 ms) [ok]: Memory efficiency with values in range 32 (4451 ms) [ok]: corrupt payload: fuzzer findings - OOM in dictExpand (909 ms) [ok]: BITOP or fuzzing (3207 ms) [ok]: redis-server command line arguments - save with empty input (5132 ms) [ok]: corrupt payload: fuzzer findings - zset ziplist invalid tail offset (1209 ms) [ok]: test RESP2/2 big number protocol parsing (0 ms) [ok]: test RESP2/2 malformed big number protocol parsing (0 ms) [ok]: test RESP2/2 map protocol parsing (1 ms) [ok]: test RESP2/2 set protocol parsing (0 ms) [ok]: test RESP2/2 double protocol parsing (0 ms) [ok]: test RESP2/2 null protocol parsing (1 ms) [ok]: test RESP2/2 verbatim protocol parsing (0 ms) [ok]: test RESP2/2 true protocol parsing (0 ms) [ok]: test RESP2/2 false protocol parsing (1 ms) [ok]: test RESP2/3 big number protocol parsing (0 ms) [ok]: test RESP2/3 malformed big number protocol parsing (0 ms) [ok]: test RESP2/3 map protocol parsing (0 ms) [ok]: test RESP2/3 set protocol parsing (1 ms) [ok]: test RESP2/3 double protocol parsing (0 ms) [ok]: test RESP2/3 null protocol parsing (0 ms) [ok]: test RESP2/3 verbatim protocol parsing (0 ms) [ok]: test RESP2/3 true protocol parsing (0 ms) [ok]: test RESP2/3 false protocol parsing (0 ms) [ok]: test RESP3/2 big number protocol parsing (0 ms) [ok]: test RESP3/2 malformed big number protocol parsing (1 ms) [ok]: test RESP3/2 map protocol parsing (0 ms) [ok]: test RESP3/2 set protocol parsing (0 ms) [ok]: test RESP3/2 double protocol parsing (0 ms) [ok]: test RESP3/2 null protocol parsing (1 ms) [ok]: test RESP3/2 verbatim protocol parsing (0 ms) [ok]: test RESP3/2 true protocol parsing (0 ms) [ok]: test RESP3/2 false protocol parsing (0 ms) [ok]: test RESP3/3 big number protocol parsing (0 ms) [ok]: test RESP3/3 malformed big number protocol parsing (0 ms) [ok]: test RESP3/3 map protocol parsing (0 ms) [ok]: test RESP3/3 set protocol parsing (1 ms) [ok]: test RESP3/3 double protocol parsing (0 ms) [ok]: test RESP3/3 null protocol parsing (0 ms) [ok]: test RESP3/3 verbatim protocol parsing (1 ms) [ok]: test RESP3/3 true protocol parsing (0 ms) [ok]: test RESP3/3 false protocol parsing (0 ms) [ok]: test resp3 attribute protocol parsing (0 ms) [ok]: Script block the time during execution (11 ms) [ok]: Script delete the expired key (2 ms) [ok]: redis-server command line arguments - take one bulk string with spaces for MULTI_ARG configs parsing (1108 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-lfu) (2698 ms) [ok]: corrupt payload: fuzzer findings - negative reply length (1225 ms) [ok]: Script - disallow write on OOM (0 ms) [ok]: EVAL - Does Lua interpreter replies to our requests? (0 ms) [ok]: EVAL - Return _G (0 ms) [ok]: EVAL - Return table with a metatable that raise error (0 ms) [ok]: EVAL - Return table with a metatable that call redis (0 ms) [ok]: EVAL - Lua integer -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua string -> Redis protocol type conversion (1 ms) [ok]: EVAL - Lua true boolean -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua false boolean -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua status code reply -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua error reply -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua table -> Redis protocol type conversion (1 ms) [ok]: EVAL - Are the KEYS and ARGV arrays populated correctly? (0 ms) [ok]: EVAL - is Lua able to call Redis API? (0 ms) [ok]: EVALSHA - Can we call a SHA1 if already defined? (0 ms) [ok]: EVALSHA - Can we call a SHA1 in uppercase? (0 ms) [ok]: EVALSHA - Do we get an error on invalid SHA1? (0 ms) [ok]: EVALSHA - Do we get an error on non defined SHA1? (0 ms) [ok]: EVAL - Redis integer -> Lua type conversion (0 ms) [ok]: EVAL - Redis bulk -> Lua type conversion (0 ms) [ok]: EVAL - Redis multi bulk -> Lua type conversion (1 ms) [ok]: EVAL - Redis status reply -> Lua type conversion (0 ms) [ok]: EVAL - Redis error reply -> Lua type conversion (0 ms) [ok]: EVAL - Redis nil bulk reply -> Lua type conversion (0 ms) [ok]: EVAL - Is the Lua client using the currently selected DB? (0 ms) [ok]: EVAL - SELECT inside Lua should not affect the caller (0 ms) [ok]: EVAL - Scripts can't run blpop command (0 ms) [ok]: EVAL - Scripts can't run brpop command (0 ms) [ok]: EVAL - Scripts can't run brpoplpush command (0 ms) [ok]: EVAL - Scripts can't run blmove command (1 ms) [ok]: EVAL - Scripts can't run bzpopmin command (0 ms) [ok]: EVAL - Scripts can't run bzpopmax command (0 ms) [ok]: EVAL - Scripts can't run XREAD and XREADGROUP with BLOCK option (0 ms) [ok]: EVAL - Scripts can run non-deterministic commands (0 ms) [ok]: EVAL - No arguments to redis.call/pcall is considered an error (0 ms) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) (0 ms) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) (0 ms) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) (1 ms) [ok]: EVAL - JSON numeric decoding (0 ms) [ok]: EVAL - JSON string decoding (0 ms) [ok]: EVAL - cmsgpack can pack double? (0 ms) [ok]: EVAL - cmsgpack can pack negative int64? (0 ms) [ok]: EVAL - cmsgpack can pack and unpack circular references? (1 ms) [ok]: EVAL - Numerical sanity check from bitop (0 ms) [ok]: EVAL - Verify minimal bitop functionality (0 ms) [ok]: EVAL - Able to parse trailing comments (0 ms) [ok]: EVAL_RO - Successful case (0 ms) [ok]: EVAL_RO - Cannot run write commands (1 ms) [ok]: SCRIPTING FLUSH - is able to clear the scripts cache? (0 ms) [ok]: SCRIPTING FLUSH ASYNC (5 ms) [ok]: SCRIPT EXISTS - can detect already defined scripts? (1 ms) [ok]: SCRIPT LOAD - is able to register scripts in the scripting cache (0 ms) [ok]: SORT is normally not alpha re-ordered for the scripting engine (0 ms) [ok]: SORT BY output gets ordered for scripting (1 ms) [ok]: SORT BY with GET gets ordered for scripting (0 ms) [ok]: redis.sha1hex() implementation (0 ms) [ok]: Globals protection reading an undeclared global variable (0 ms) [ok]: Globals protection setting an undeclared global* (0 ms) [ok]: Test an example script DECR_IF_GT (0 ms) [ok]: random numbers are random now (0 ms) [ok]: Scripting engine PRNG can be seeded correctly (0 ms) [ok]: Dumping an RDB - functions only: yes (7101 ms) [ok]: cannot modify protected configuration - no (1 ms) [ok]: Scan mode (607 ms) [ok]: corrupt payload: fuzzer findings - valgrind negative malloc (1231 ms) [ok]: ZSETs ZRANK augmented skip list stress testing - skiplist (5333 ms) [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client (1 ms) [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client (1 ms) [ok]: BZMPOP_MIN, ZADD + DEL should not awake blocked client (1 ms) [ok]: BZMPOP_MIN, ZADD + DEL + SET should not awake blocked client (1 ms) [ok]: BZPOPMIN with same key multiple times should work (1 ms) [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN (81 ms) [ok]: BZPOPMIN with variadic ZADD (1 ms) [ok]: corrupt payload: fuzzer findings - valgrind invalid read (883 ms) [ok]: cannot modify protected configuration - local (64 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-random) (2701 ms) [ok]: Memory efficiency with values in range 64 (5054 ms) [ok]: BZPOPMIN with zero timeout should block indefinitely (1001 ms) [ok]: MULTI/EXEC is isolated from the point of view of BZMPOP_MIN (1 ms) [ok]: BZMPOP_MIN with variadic ZADD (0 ms) [ok]: corrupt payload: fuzzer findings - empty hash ziplist (1120 ms) [ok]: BITOP xor fuzzing (4924 ms) [ok]: Connecting as a replica (2397 ms) [ok]: BZMPOP_MIN with zero timeout should block indefinitely (1001 ms) [ok]: BZPOP/BZMPOP against wrong type (0 ms) [ok]: BZMPOP with illegal argument (1 ms) [ok]: BZMPOP with multiple blocked clients (2 ms) [ok]: BITOP NOT fuzzing (427 ms) [ok]: BITOP with integer encoded source objects (1 ms) [ok]: BITOP with non string source key (0 ms) [ok]: BITOP with empty string after non empty string (issue #529) (0 ms) [ok]: BITPOS bit=0 with empty key returns 0 (1 ms) [ok]: BITPOS bit=1 with empty key returns -1 (0 ms) [ok]: BITPOS bit=0 with string less than 1 word works (0 ms) [ok]: BITPOS bit=1 with string less than 1 word works (0 ms) [ok]: BITPOS bit=0 starting at unaligned address (0 ms) [ok]: BITPOS bit=1 starting at unaligned address (0 ms) [ok]: BZMPOP propagate as pop with count command to replica (245 ms) [ok]: BZMPOP should not blocks on non key arguments - #10762 (2 ms) [ok]: BITPOS bit=0 unaligned+full word+reminder (102 ms) [ok]: BITPOS bit=1 unaligned+full word+reminder (1 ms) [ok]: BITPOS bit=1 returns -1 if string is all 0 bits (3 ms) [ok]: BITPOS bit=0 works with intervals (0 ms) [ok]: BITPOS bit=1 works with intervals (0 ms) [ok]: BITPOS bit=0 changes behavior if end is given (0 ms) [ok]: SETBIT/BITFIELD only increase dirty when the value changed (2 ms) [ok]: Test replication partial resync: backlog expired (diskless: no, swapdb, reconnect: 1) (9281 ms) [ok]: corrupt payload: fuzzer findings - stream with no records (1456 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-ttl) (2775 ms) [ok]: EVAL does not leak in the Lua stack (5144 ms) [ok]: BITPOS bit=1 fuzzy testing using SETBIT (1470 ms) [ok]: HyperLogLog self test passes (9725 ms) [ok]: PFADD without arguments creates an HLL value (1 ms) [ok]: Approximated cardinality after creation is zero (0 ms) [ok]: PFADD returns 1 when at least 1 reg was modified (0 ms) [ok]: PFADD returns 0 when no reg was modified (0 ms) [ok]: PFADD works with empty string (regression) (0 ms) [ok]: PFCOUNT returns approximated cardinality of set (0 ms) [ok]: SPOP: We can call scripts rewriting client->argv from Lua (273 ms) [ok]: MGET: mget shouldn't be propagated in Lua (104 ms) [ok]: corrupt payload: fuzzer findings - quicklist ziplist tail followed by extra data which start with 0xff (1347 ms) [ok]: EXPIRE: We can call scripts rewriting client->argv from Lua (201 ms) [ok]: Call Redis command with many args from Lua (issue #1764) (0 ms) [ok]: Number conversion precision test (issue #1118) (0 ms) [ok]: String containing number precision test (regression of issue #1118) (0 ms) [ok]: Verify negative arg count is error instead of crash (issue #1842) (0 ms) [ok]: Scripts can handle commands with incorrect arity (0 ms) [ok]: Correct handling of reused argv (issue #1939) (1 ms) [ok]: Functions in the Redis namespace are able to report errors (0 ms) [ok]: CLUSTER RESET can not be invoke from within a script (0 ms) [ok]: Script with RESP3 map (1 ms) [ok]: BITPOS bit=0 fuzzy testing using SETBIT (1473 ms) [ok]: corrupt payload: fuzzer findings - dict init to huge size (1103 ms) [ok]: Script return recursive object (1088 ms) [ok]: Script check unpack with massive arguments (4 ms) [ok]: Script read key with expiration set (0 ms) [ok]: Script del key with expiration set (0 ms) [ok]: Script ACL check (1 ms) [ok]: Binary code loading failed (0 ms) [ok]: Try trick global protection 1 (0 ms) [ok]: Try trick global protection 2 (1 ms) [ok]: Try trick global protection 3 (0 ms) [ok]: Try trick global protection 4 (0 ms) [ok]: Try trick readonly table on redis table (0 ms) [ok]: Try trick readonly table on json table (1 ms) [ok]: Try trick readonly table on cmsgpack table (0 ms) [ok]: Try trick readonly table on bit table (0 ms) [ok]: Test loadfile are not available (0 ms) [ok]: Test dofile are not available (0 ms) [ok]: Test print are not available (0 ms) [ok]: Memory efficiency with values in range 128 (5127 ms) [ok]: Slave should be able to synchronize with the master (1004 ms) [ok]: Detect write load to master (1 ms) [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, disabled, reconnect: 0) (184 ms) [ok]: corrupt payload: fuzzer findings - huge string (1236 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL (418 ms) [ok]: ZSET skiplist order consistency when elements are moved (4971 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL even when use pcall (143 ms) [ok]: ZRANGESTORE basic (63 ms) [ok]: ZRANGESTORE RESP3 (0 ms) [ok]: ZRANGESTORE range (1 ms) [ok]: ZRANGESTORE BYLEX (0 ms) [ok]: ZRANGESTORE BYSCORE (0 ms) [ok]: ZRANGESTORE BYSCORE LIMIT (0 ms) [ok]: ZRANGESTORE BYSCORE REV LIMIT (1 ms) [ok]: ZRANGE BYSCORE REV LIMIT (0 ms) [ok]: ZRANGESTORE - src key missing (0 ms) [ok]: ZRANGESTORE - src key wrong type (0 ms) [ok]: ZRANGESTORE - empty range (0 ms) [ok]: ZRANGESTORE BYLEX - empty range (0 ms) [ok]: ZRANGESTORE BYSCORE - empty range (0 ms) [ok]: ZRANGE BYLEX (0 ms) [ok]: ZRANGESTORE invalid syntax (1 ms) [ok]: ZRANGESTORE with zset-max-listpack-entries 0 #10767 case (0 ms) [ok]: ZRANGESTORE with zset-max-listpack-entries 1 dst key should use skiplist encoding (1 ms) [ok]: ZRANGE invalid syntax (0 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-random) (3705 ms) [ok]: ZRANDMEMBER - listpack (67 ms) [ok]: BITPOS/BITCOUNT fuzzy testing using SETBIT (1931 ms) [ok]: ZRANDMEMBER - skiplist (66 ms) [ok]: ZRANDMEMBER with RESP3 (1 ms) [ok]: ZRANDMEMBER count of 0 is handled correctly (0 ms) [ok]: ZRANDMEMBER with against non existing key (0 ms) [ok]: ZRANDMEMBER count of 0 is handled correctly - emptyarray (0 ms) [ok]: ZRANDMEMBER with against non existing key - emptyarray (0 ms) [ok]: HyperLogLogs are promote from sparse to dense (3551 ms) [ok]: Timedout script does not cause a false dead client (464 ms) [ok]: corrupt payload: fuzzer findings - stream PEL without consumer (1056 ms) [52/83 done]: unit/bitops (30 seconds) Testing unit/lazyfree [ok]: LTRIM stress testing - ziplist (74325 ms) [ok]: config during loading (7374 ms) [53/83 done]: unit/type/list-2 (145 seconds) Testing unit/wait [ok]: Timedout script link is still usable after Lua returns (997 ms) [ok]: corrupt payload: fuzzer findings - stream listpack valgrind issue (1040 ms) [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL (270 ms) [ok]: SHUTDOWN NOSAVE can kill a timedout script anyway (1 ms) [ok]: ZRANDMEMBER with - skiplist (1956 ms) [ok]: corrupt payload: fuzzer findings - stream with bad lpFirst (1080 ms) [ok]: Setup slave (101 ms) [ok]: WAIT should acknowledge 1 additional copy of the data (0 ms) [ok]: UNLINK can reclaim memory in background (1613 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-lru) (3165 ms) [ok]: CONFIG REWRITE handles rename-command properly (2214 ms) [ok]: Before the replica connects we issue two EVAL commands (1 ms) [ok]: Connect a replica to the master instance (101 ms) [ok]: Now use EVALSHA against the master, with both SHAs (0 ms) [ok]: 'x' should be '4' for EVALSHA being replicated by effects (1 ms) [ok]: Replication of script multiple pushes to list with BLPOP (0 ms) [ok]: EVALSHA replication when first call is readonly (1 ms) [ok]: Lua scripts using SELECT are replicated correctly (0 ms) [ok]: corrupt payload: fuzzer findings - stream listpack lpPrev valgrind issue (1013 ms) [ok]: Slave should be able to synchronize with the master (2009 ms) [ok]: Detect write load to master (0 ms) [ok]: WAIT should not acknowledge 2 additional copies of the data (1060 ms) [ok]: Piping raw protocol (9484 ms) [ok]: Memory efficiency with values in range 1024 (5368 ms) [ok]: ZRANDMEMBER with - listpack (2103 ms) [ok]: zset score double range (0 ms) [ok]: Options -X with illegal argument (300 ms) [ok]: FLUSHDB ASYNC can reclaim memory in background (1587 ms) [54/83 done]: unit/type/zset (148 seconds) Testing unit/pause [ok]: DUMP RESTORE with -x option (405 ms) [ok]: lazy free a stream with all types of metadata (399 ms) [ok]: lazy free a stream with deleted cgroup (0 ms) [ok]: corrupt payload: fuzzer findings - stream with non-integer entry id (1165 ms) [ok]: WAIT should not acknowledge 1 additional copy if slave is blocked (1164 ms) [ok]: DUMP RESTORE with -X option (364 ms) [ok]: Test read commands are not blocked by client pause (0 ms) [ok]: Test write commands are paused by RO (0 ms) [ok]: Test special commands are paused by RO (1 ms) [ok]: Test read/admin mutli-execs are not blocked by pause RO (1 ms) [ok]: Test write mutli-execs are blocked by pause RO (1 ms) [ok]: Test scripts are blocked by pause RO (0 ms) [ok]: Test RO scripts are not blocked by pause RO (0 ms) [ok]: Test read-only scripts in mutli-exec are not blocked by pause RO (1 ms) [ok]: Test write scripts in mutli-exec are blocked by pause RO (1 ms) [ok]: Test may-replicate commands are rejected in RO scripts (1 ms) [ok]: Test multiple clients can be queued up and unblocked (1 ms) [ok]: Test clients with syntax errors will get responses immediately (0 ms) [ok]: Test both active and passive expires are skipped during client pause (101 ms) [ok]: Test that client pause starts at the end of a transaction (1 ms) [55/83 done]: unit/lazyfree (5 seconds) Testing unit/querybuf [ok]: Client output buffer hard limit is enforced (36416 ms) [56/83 done]: integration/redis-cli (50 seconds) Testing unit/pendingquerybuf [ok]: Test when replica paused, offset would not grow (2 ms) [ok]: Test replica offset would grow after unpause (0 ms) [ok]: corrupt payload: fuzzer findings - empty quicklist (1061 ms) [ok]: WAIT implicitly blocks on client pause since ACKs aren't sent (1198 ms) [ok]: HyperLogLog sparse encoding stress test (6003 ms) [ok]: Corrupted sparse HyperLogLogs are detected: Additional at tail (0 ms) [ok]: Corrupted sparse HyperLogLogs are detected: Broken magic (1 ms) [ok]: Corrupted sparse HyperLogLogs are detected: Invalid encoding (0 ms) [ok]: Corrupted dense HyperLogLogs are detected: Wrong length (0 ms) [ok]: Connect a replica to the master instance (170 ms) [ok]: Redis.replicate_commands() can be issued anywhere now (1 ms) [ok]: Redis.set_repl() can be issued before replicate_commands() now (0 ms) [ok]: Redis.set_repl() don't accept invalid values (0 ms) [ok]: Test selective replication of certain Redis commands from Lua (1 ms) [ok]: PRNG is seeded randomly for command replication (0 ms) [ok]: Using side effects is not a problem with command replication (0 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-lru) (3547 ms) [ok]: corrupt payload: fuzzer findings - empty zset (1280 ms) [57/83 done]: unit/pause (3 seconds) Testing unit/tls [ok]: CONFIG REWRITE handles alias config properly (3844 ms) [58/83 done]: unit/introspection (40 seconds) Testing unit/tracking [59/83 done]: unit/wait (6 seconds) Testing unit/oom-score-adj [ok]: Clients are able to enable tracking and redirect it (0 ms) [ok]: The other connection is able to get invalidations (0 ms) [ok]: The client is now able to disable tracking (0 ms) [ok]: Clients can enable the BCAST mode with the empty prefix (0 ms) [ok]: The connection gets invalidation messages about all the keys (0 ms) [ok]: Clients can enable the BCAST mode with prefixes (1 ms) [ok]: Adding prefixes to BCAST mode works (0 ms) [ok]: Tracking NOLOOP mode in standard mode works (0 ms) [ok]: Tracking NOLOOP mode in BCAST mode works (1 ms) [60/83 done]: unit/tls (1 seconds) Testing unit/shutdown [ok]: corrupt payload: fuzzer findings - hash with len of 0 (1204 ms) [ok]: CONFIG SET oom-score-adj works as expected (224 ms) [ok]: CONFIG SET oom-score-adj handles configuration failures (1 ms) [ok]: CONFIG SET oom-score-adj-values doesn't touch proc when disabled (0 ms) [ok]: CONFIG SET oom score restored on disable (0 ms) [ok]: CONFIG SET oom score relative and absolute (0 ms) [ok]: CONFIG SET out-of-range oom score (0 ms) [ok]: query buffer resized correctly (2741 ms) [ok]: query buffer resized correctly when not idle (200 ms) [ok]: Tracking gets notification of expired keys (1001 ms) [ok]: Tracking gets notification of lazy expired keys (101 ms) [ok]: HELLO 3 reply is correct (0 ms) [ok]: HELLO without protover (1 ms) [ok]: RESP3 based basic invalidation (0 ms) [ok]: RESP3 tracking redirection (0 ms) [ok]: Invalidations of previous keys can be redirected after switching to RESP3 (0 ms) [ok]: Invalidations of new keys can be redirected after switching to RESP3 (0 ms) [ok]: Invalid keys should not be tracked for scripts in NOLOOP mode (0 ms) [ok]: Tracking only occurs for scripts when a command calls a read-only command (1 ms) [ok]: RESP3 Client gets tracking-redir-broken push message after cached key changed when rediretion client is terminated (1 ms) [ok]: Different clients can redirect to the same connection (1 ms) [ok]: Different clients using different protocols can track the same key (2 ms) [ok]: No invalidation message when using OPTIN option (0 ms) [ok]: Invalidation message sent when using OPTIN option with CLIENT CACHING yes (1 ms) [ok]: Invalidation message sent when using OPTOUT option (0 ms) [ok]: No invalidation message when using OPTOUT option with CLIENT CACHING no (0 ms) [ok]: Able to redirect to a RESP3 client (0 ms) [ok]: After switching from normal tracking to BCAST mode, no invalidation message is produced for pre-BCAST keys (1 ms) [ok]: BCAST with prefix collisions throw errors (0 ms) [ok]: hdel deliver invalidate message after response in the same connection (0 ms) [ok]: Temp rdb will be deleted if we use bg_unlink when shutdown (357 ms) [ok]: Tracking invalidation message is not interleaved with multiple keys response (111 ms) [ok]: Tracking invalidation message is not interleaved with transaction response (1 ms) [ok]: Tracking invalidation message of eviction keys should be before response (1 ms) [ok]: Unblocked BLMOVE gets notification after response (1 ms) [ok]: Tracking gets notification on tracking table key eviction (50 ms) [ok]: corrupt payload: fuzzer findings - hash listpack first element too long entry len (1119 ms) [61/83 done]: unit/querybuf (4 seconds) Testing unit/networking [ok]: Invalidation message received for flushall (321 ms) [ok]: Test scripting debug protocol parsing (0 ms) [ok]: Test scripting debug lua stack overflow (1 ms) [ok]: Invalidation message received for flushdb (146 ms) [ok]: Test ASYNC flushall (105 ms) [ok]: flushdb tracking invalidation message is not interleaved with transaction response (22 ms) [ok]: Test replication partial resync: ok psync (diskless: yes, disabled, reconnect: 1) (6294 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-random) (3344 ms) [62/83 done]: unit/oom-score-adj (3 seconds) Testing unit/cluster [ok]: Server is able to evacuate enough keys when num of keys surpasses limit by more than defined initial effort (185 ms) [ok]: Tracking info is correct (15 ms) [ok]: CLIENT GETREDIR provides correct client id (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking off (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking on (1 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking on with options (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking optin (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking optout (1 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking bcast mode (1 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking redir broken (12 ms) [ok]: corrupt payload: fuzzer findings - stream double free listpack when insert dup node to rax returns 0 (1024 ms) [ok]: SHUTDOWN ABORT can cancel SIGTERM (64 ms) [ok]: CONFIG SET port number (996 ms) [ok]: test RESP2/2 big number protocol parsing (0 ms) [ok]: test RESP2/2 malformed big number protocol parsing (0 ms) [ok]: test RESP2/2 map protocol parsing (1 ms) [ok]: test RESP2/2 set protocol parsing (0 ms) [ok]: test RESP2/2 double protocol parsing (0 ms) [ok]: test RESP2/2 null protocol parsing (0 ms) [ok]: test RESP2/2 verbatim protocol parsing (0 ms) [ok]: test RESP2/2 true protocol parsing (1 ms) [ok]: test RESP2/2 false protocol parsing (0 ms) [ok]: test RESP2/3 big number protocol parsing (0 ms) [ok]: test RESP2/3 malformed big number protocol parsing (0 ms) [ok]: test RESP2/3 map protocol parsing (0 ms) [ok]: test RESP2/3 set protocol parsing (1 ms) [ok]: test RESP2/3 double protocol parsing (0 ms) [ok]: test RESP2/3 null protocol parsing (0 ms) [ok]: test RESP2/3 verbatim protocol parsing (0 ms) [ok]: test RESP2/3 true protocol parsing (0 ms) [ok]: test RESP2/3 false protocol parsing (0 ms) [ok]: test RESP3/2 big number protocol parsing (0 ms) [ok]: test RESP3/2 malformed big number protocol parsing (0 ms) [ok]: test RESP3/2 map protocol parsing (0 ms) [ok]: test RESP3/2 set protocol parsing (0 ms) [ok]: test RESP3/2 double protocol parsing (0 ms) [ok]: test RESP3/2 null protocol parsing (0 ms) [ok]: test RESP3/2 verbatim protocol parsing (0 ms) [ok]: test RESP3/2 true protocol parsing (0 ms) [ok]: test RESP3/2 false protocol parsing (0 ms) [ok]: test RESP3/3 big number protocol parsing (0 ms) [ok]: test RESP3/3 malformed big number protocol parsing (0 ms) [ok]: test RESP3/3 map protocol parsing (0 ms) [ok]: test RESP3/3 set protocol parsing (0 ms) [ok]: test RESP3/3 double protocol parsing (0 ms) [ok]: test RESP3/3 null protocol parsing (1 ms) [ok]: test RESP3/3 verbatim protocol parsing (0 ms) [ok]: test RESP3/3 true protocol parsing (0 ms) [ok]: test RESP3/3 false protocol parsing (0 ms) [ok]: test resp3 attribute protocol parsing (0 ms) [63/83 done]: unit/tracking (3 seconds) Testing unit/client-eviction [ok]: Script block the time during execution (11 ms) [ok]: Script delete the expired key (2 ms) [ok]: Temp rdb will be deleted in signal handle (183 ms) [ok]: client evicted due to large argv (224 ms) [ok]: CONFIG SET bind address (742 ms) [ok]: RDB save will be failed in shutdown (34 ms) [ok]: Shebang support for lua engine (0 ms) [ok]: Unknown shebang option (0 ms) [ok]: Unknown shebang flag (1 ms) [ok]: allow-oom shebang flag (0 ms) [ok]: no-writes shebang flag (0 ms) [ok]: corrupt payload: fuzzer findings - LCS OOM (883 ms) [ok]: client evicted due to large query buf (262 ms) [ok]: client evicted due to percentage of maxmemory (50 ms) [ok]: SHUTDOWN will abort if rdb save failed on signal (192 ms) [ok]: SHUTDOWN will abort if rdb save failed on shutdown command (3 ms) [ok]: SHUTDOWN can proceed if shutdown command was with nosave (52 ms) [ok]: Clean up rdb same named folder (48 ms) [ok]: Client output buffer soft limit is enforced if time is overreached (6230 ms) [ok]: no-writes shebang flag on replica (105 ms) [64/83 done]: unit/shutdown (4 seconds) Testing unit/violations [ok]: client evicted due to large multi buf (428 ms) [ok]: SORT adds integer field to list (1 ms) [ok]: corrupt payload: fuzzer findings - gcc asan reports false leak on assert (903 ms) [ok]: not enough good replicas (1 ms) [65/83 done]: unit/violations (1 seconds) Testing unit/replybufsize [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-ttl) (2867 ms) [ok]: Slave should be able to synchronize with the master (1306 ms) [ok]: Detect write load to master (0 ms) [ok]: client evicted due to watched key list (1345 ms) [ok]: Create 3 node cluster (1710 ms) [ok]: Run blocking command on cluster node3 (1 ms) [ok]: corrupt payload: fuzzer findings - lpFind invalid access (1162 ms) [ok]: Perform a Resharding (113 ms) [ok]: Verify command got unblocked after resharding (66 ms) [ok]: Wait for cluster to be stable (55 ms) [ok]: Sanity test push cmd after resharding (1 ms) [ok]: Run blocking command again on cluster node1 (0 ms) [ok]: CONFIG SET bind-source-addr (2491 ms) [ok]: Kill a cluster node and wait for fail state (362 ms) [ok]: Verify command got unblocked after cluster failure (0 ms) [ok]: verify reply buffer limits (645 ms) [ok]: corrupt payload: fuzzer findings - invalid access in ziplist tail prevlen decoding (1046 ms) [ok]: not enough good replicas state change during long script (2336 ms) [ok]: allow-stale shebang flag (1 ms) [ok]: reject script do not cause a Lua stack leak (4 ms) [66/83 done]: unit/replybufsize (1 seconds) Testing unit/cluster-scripting [ok]: corrupt payload: fuzzer findings - zset zslInsert with a NAN score (919 ms) [ok]: maxmemory - policy volatile-lru should only remove volatile keys. (2572 ms) [ok]: Default bind address configuration handling (1025 ms) [ok]: Protected mode works as expected (56 ms) [ok]: Consistent eval error reporting (6 ms) [ok]: LUA redis.error_reply API (0 ms) [ok]: LUA redis.error_reply API with empty string (1 ms) [ok]: LUA redis.status_reply API (0 ms) [ok]: LUA test pcall (0 ms) [ok]: LUA test pcall with error (0 ms) [67/83 done]: unit/networking (7 seconds) Testing unit/cluster/misc [ok]: corrupt payload: fuzzer findings - streamLastValidID panic (804 ms) [68/83 done]: integration/corrupt-dump (86 seconds) [69/83 done]: unit/scripting (50 seconds) [ok]: Memory efficiency with values in range 16384 (12334 ms) [ok]: Eval scripts with shebangs and functions default to no cross slots (1 ms) [ok]: Cross slot commands are allowed by default for eval scripts and with allow-cross-slot-keys flag (3 ms) [ok]: Cross slot commands are also blocked if they disagree with pre-declared keys (0 ms) [70/83 done]: unit/memefficiency (34 seconds) [71/83 done]: unit/cluster-scripting (3 seconds) [ok]: maxmemory - policy volatile-lfu should only remove volatile keys. (2204 ms) [ok]: maxmemory - policy volatile-random should only remove volatile keys. (1932 ms) [ok]: Client output buffer soft limit is not enforced too early and is enforced when no traffic (8054 ms) [ok]: No response for single command if client output buffer hard limit is enforced (109 ms) [ok]: Key lazy expires during key migration (13 ms) [ok]: Test replication partial resync: no backlog (diskless: yes, disabled, reconnect: 1) (7668 ms) [ok]: No response for multi commands in pipeline if client output buffer limit is enforced (1041 ms) [ok]: Execute transactions completely even if client output buffer limit is enforced (8 ms) [ok]: Functions are added to new node on redis-cli cluster add-node (2406 ms) [72/83 done]: unit/obuf-limits (53 seconds) [ok]: maxmemory - policy volatile-ttl should only remove volatile keys. (1768 ms) [73/83 done]: unit/cluster/misc (6 seconds) [ok]: client evicted due to pubsub subscriptions (10467 ms) [ok]: client evicted due to tracking redirection (43 ms) [ok]: Slave should be able to synchronize with the master (1613 ms) [ok]: Detect write load to master (0 ms) [ok]: XRANGE fuzzing (105210 ms) [ok]: XREVRANGE regression test for issue #5006 (1 ms) [ok]: XREAD streamID edge (no-blocking) (0 ms) [ok]: XREAD streamID edge (blocking) (1 ms) [ok]: XADD streamID edge (0 ms) [ok]: XTRIM with MAXLEN option basic test (390 ms) [ok]: XADD with LIMIT consecutive calls (53 ms) [ok]: XTRIM with ~ is limited (48 ms) [ok]: XTRIM without ~ is not limited (43 ms) [ok]: XTRIM without ~ and with LIMIT (65 ms) [ok]: XTRIM with LIMIT delete entries no more than limit (1 ms) [ok]: Migrate the last slot away from a node using redis-cli (6558 ms) [ok]: XADD with MAXLEN > xlen can propagate correctly (6 ms) [ok]: XADD with MINID > lastid can propagate correctly (7 ms) [ok]: XADD with ~ MAXLEN can propagate correctly (22 ms) [ok]: Test replication partial resync: ok after delay (diskless: yes, disabled, reconnect: 1) (9307 ms) [ok]: XADD with ~ MAXLEN and LIMIT can propagate correctly (6 ms) [ok]: redis-cli --cluster create with cluster-port (1754 ms) [ok]: XADD with ~ MINID can propagate correctly (18 ms) [ok]: Slave should be able to synchronize with the master (303 ms) [ok]: XADD with ~ MINID and LIMIT can propagate correctly (10 ms) [ok]: redis-cli --cluster add-node with cluster-port (1227 ms) [ok]: XTRIM with ~ MAXLEN can propagate correctly (18 ms) [ok]: Detect write load to master (1001 ms) [ok]: Fuzzing dense/sparse encoding: Redis should always detect errors (30262 ms) [ok]: PFADD, PFCOUNT, PFMERGE type checking works (0 ms) [ok]: PFMERGE results on the cardinality of union of sets (1 ms) [ok]: XADD can CREATE an empty stream (0 ms) [ok]: XSETID can set a specific ID (0 ms) [ok]: XSETID cannot SETID with smaller ID (0 ms) [ok]: XSETID cannot SETID on non-existent key (0 ms) [ok]: XSETID cannot run with an offset but without a maximal tombstone (0 ms) [ok]: XSETID cannot run with a maximal tombstone but without an offset (0 ms) [ok]: XSETID errors on negstive offset (1 ms) [ok]: XSETID cannot set the maximal tombstone with larger ID (0 ms) [ok]: XSETID cannot set the offset to less than the length (0 ms) [ok]: XADD advances the entries-added counter and sets the recorded-first-entry-id (0 ms) [ok]: XDEL/TRIM are reflected by recorded first entry (2 ms) [ok]: Maxmimum XDEL ID behaves correctly (1 ms) [74/83 done]: unit/cluster (28 seconds) [ok]: Empty stream can be rewrite into AOF correctly (440 ms) [ok]: Stream can be rewrite into AOF correctly after XDEL lastid (289 ms) [ok]: XGROUP HELP should not have unexpected options (0 ms) [ok]: XINFO HELP should not have unexpected options (1 ms) [75/83 done]: unit/type/stream (185 seconds) [ok]: client evicted due to client tracking prefixes (18161 ms) [ok]: client evicted due to output buf (58 ms) [ok]: client no-evict on (144 ms) [ok]: client no-evict off (258 ms) [ok]: avoid client eviction when client is freed by output buffer limit (458 ms) [ok]: pending querybuf: check size of pending_querybuf after set a big value (37752 ms) [ok]: decrease maxmemory-clients causes client eviction (251 ms) [ok]: Test replication partial resync: backlog expired (diskless: yes, disabled, reconnect: 1) (9322 ms) [76/83 done]: unit/pendingquerybuf (40 seconds) [ok]: evict clients only until below limit (448 ms) [ok]: Slave should be able to synchronize with the master (603 ms) [ok]: Detect write load to master (0 ms) [ok]: evict clients in right order (large to small) (718 ms) [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, swapdb, reconnect: 0) (315 ms) [77/83 done]: unit/client-eviction (37 seconds) [ok]: Slave should be able to synchronize with the master (503 ms) [ok]: Detect write load to master (0 ms) [ok]: Replication: commands with many arguments (issue #1221) (142632 ms) [ok]: Test replication partial resync: ok psync (diskless: yes, swapdb, reconnect: 1) (6166 ms) [ok]: PFCOUNT multiple-keys merge returns cardinality of union #1 (20316 ms) [ok]: Slave should be able to synchronize with the master (503 ms) [ok]: Detect write load to master (1 ms) [ok]: Replication of SPOP command -- alsoPropagate() API (3912 ms) [ok]: First server should have role slave after SLAVEOF (118 ms) [ok]: Data divergence can happen under default conditions (166 ms) [ok]: Data divergence is allowed on writable replicas (53 ms) [78/83 done]: integration/replication-4 (170 seconds) [ok]: PFCOUNT multiple-keys merge returns cardinality of union #2 (7613 ms) [ok]: Test replication partial resync: no backlog (diskless: yes, swapdb, reconnect: 1) (7694 ms) [ok]: Slave should be able to synchronize with the master (804 ms) [ok]: Detect write load to master (0 ms) [ok]: PFDEBUG GETREG returns the HyperLogLog raw registers (2253 ms) [ok]: PFADD / PFCOUNT cache invalidation works (1 ms) [79/83 done]: unit/hyperloglog (81 seconds) [ok]: Test replication partial resync: ok after delay (diskless: yes, swapdb, reconnect: 1) (9252 ms) [ok]: Slave should be able to synchronize with the master (804 ms) [ok]: Detect write load to master (0 ms) [ok]: GEOSEARCH fuzzy test - byradius (106672 ms) [ok]: Test replication partial resync: backlog expired (diskless: yes, swapdb, reconnect: 1) (10609 ms) [80/83 done]: integration/replication-psync (194 seconds) [ok]: Master stream is correctly processed while the replica has a script in -BUSY state (119692 ms) [ok]: Diskless load swapdb (different replid): new database is exposed after swapping (0 ms) [ok]: Diskless load swapdb (different replid): replica enter loading (439 ms) [ok]: Diskless load swapdb (different replid): old database is exposed after replication fails (1 ms) [ok]: Diskless load swapdb (async_loading): new database is exposed after swapping (0 ms) [ok]: Diskless load swapdb (async_loading): replica enter async_loading (115 ms) [ok]: Diskless load swapdb (async_loading): old database is exposed while async replication is in progress (9 ms) [ok]: Busy script during async loading (438 ms) [ok]: Blocked commands and configs during async-loading (1 ms) [ok]: Diskless load swapdb (async_loading): old database is exposed after async replication fails (0 ms) Waiting for process 71259 to exit... Waiting for process 71259 to exit... [ok]: GEOSEARCH fuzzy test - bybox (27462 ms) [ok]: GEOSEARCH box edges fuzzy test (48 ms) [81/83 done]: unit/geo (135 seconds) [ok]: diskless loading short read (12255 ms) [ok]: diskless no replicas drop during rdb pipe (6675 ms) [ok]: diskless slow replicas drop during rdb pipe (2556 ms) [ok]: slave buffer are counted correctly (108534 ms) [ok]: diskless fast replicas drop during rdb pipe (6600 ms) [ok]: diskless all replicas drop during rdb pipe (1916 ms) [ok]: replica buffer don't induce eviction (4557 ms) [ok]: Don't rehash if used memory exceeds maxmemory after rehash (197 ms) [ok]: client tracking don't cause eviction feedback loop (1308 ms) [ok]: propagation with eviction (89 ms) [ok]: propagation with eviction in MULTI (90 ms) [82/83 done]: unit/maxmemory (171 seconds) [ok]: diskless timeout replicas drop during rdb pipe (6784 ms) [ok]: diskless replication child being killed is collected (1821 ms) [ok]: diskless replication read pipe cleanup (524 ms) [ok]: replicaof right after disconnection (1632 ms) [ok]: Kill rdb child process if its dumping RDB is not useful (724 ms) [ok]: Don't disconnect with replicas before loading transferred RDB when full sync (1 ms) [ok]: Discard cache master before loading transferred RDB when full sync (2 ms) [ok]: replica can handle EINTR if use diskless load (562 ms) [ok]: replica do not write the reply to the replication link - SYNC (_addReplyToBufferOrList) (123 ms) [ok]: replica do not write the reply to the replication link - SYNC (addReplyDeferredLen) (75 ms) [ok]: replica do not write the reply to the replication link - PSYNC (_addReplyToBufferOrList) (122 ms) [ok]: replica do not write the reply to the replication link - PSYNC (addReplyDeferredLen) (69 ms) [ok]: PSYNC with wrong offset should throw error (1 ms) [83/83 done]: integration/replication (274 seconds) Testing solo test [ignore]: Test LPUSH and LPOP on plain nodes over 4GB: large memory flag not provided [ignore]: Test LINDEX and LINSERT on plain nodes over 4GB: large memory flag not provided [ignore]: Test LTRIM on plain nodes over 4GB: large memory flag not provided [ignore]: Test LREM on plain nodes over 4GB: large memory flag not provided [ignore]: Test LSET on plain nodes over 4GB: large memory flag not provided [ignore]: Test LMOVE on plain nodes over 4GB: large memory flag not provided [83/83 done]: list-large-memory (0 seconds) Testing solo test [ignore]: SADD, SCARD, SISMEMBER - large data: large memory flag not provided [83/83 done]: set-large-memory (0 seconds) Testing solo test [ignore]: BIT pos larger than UINT_MAX: large memory flag not provided [ignore]: SETBIT values larger than UINT32_MAX and lzf_compress/lzf_decompress correctly: large memory flag not provided [83/83 done]: bitops-large-memory (0 seconds) Testing solo test [ignore]: XADD one huge field: large memory flag not provided [ignore]: XADD one huge field - 1: large memory flag not provided [ignore]: several XADD big fields: large memory flag not provided [ignore]: single XADD big fields: large memory flag not provided [ignore]: hash with many big fields: large memory flag not provided [ignore]: hash with one huge field: large memory flag not provided [83/83 done]: violations (1 seconds) Testing solo test [ok]: Active defrag (35346 ms) [ok]: Active defrag eval scripts (7666 ms) [ok]: Active defrag big keys (32452 ms) [ok]: Active defrag big list (31675 ms) [ok]: Active defrag edge case (41661 ms) [83/83 done]: defrag (149 seconds) The End Execution time of different units: 0 seconds - unit/info-command 0 seconds - unit/type/incr 0 seconds - unit/printver 1 seconds - unit/info 2 seconds - unit/keyspace 3 seconds - unit/protocol 4 seconds - unit/auth 1 seconds - unit/quit 9 seconds - unit/type/stream-cgroups 8 seconds - unit/multi 2 seconds - unit/acl-v2 19 seconds - unit/type/list 10 seconds - unit/acl 19 seconds - unit/expire 36 seconds - unit/scan 37 seconds - unit/type/string 38 seconds - unit/type/hash 29 seconds - integration/block-repl 49 seconds - unit/other 51 seconds - unit/sort 53 seconds - unit/type/set 66 seconds - unit/aofrw 74 seconds - unit/dump 61 seconds - unit/latency-monitor 25 seconds - integration/shutdown 42 seconds - integration/replication-3 3 seconds - integration/convert-zipmap-hash-on-load 3 seconds - integration/convert-ziplist-hash-on-load 3 seconds - integration/convert-ziplist-zset-on-load 63 seconds - integration/replication-2 85 seconds - unit/type/list-3 40 seconds - integration/aof-multi-part 18 seconds - integration/logging 25 seconds - integration/corrupt-dump-fuzzer 53 seconds - integration/aof 34 seconds - integration/rdb 8 seconds - integration/failover 5 seconds - integration/redis-benchmark 2 seconds - unit/pubsub 27 seconds - integration/psync2-reg 5 seconds - integration/dismiss-mem 63 seconds - integration/replication-buffer 26 seconds - integration/psync2-pingoff 2 seconds - unit/slowlog 19 seconds - integration/psync2-master-restart 3 seconds - unit/pubsubshard 2 seconds - unit/limits 8 seconds - unit/introspection-2 10 seconds - unit/functions 8 seconds - unit/bitfield 48 seconds - integration/psync2 30 seconds - unit/bitops 145 seconds - unit/type/list-2 148 seconds - unit/type/zset 5 seconds - unit/lazyfree 50 seconds - integration/redis-cli 3 seconds - unit/pause 40 seconds - unit/introspection 6 seconds - unit/wait 1 seconds - unit/tls 4 seconds - unit/querybuf 3 seconds - unit/oom-score-adj 3 seconds - unit/tracking 4 seconds - unit/shutdown 1 seconds - unit/violations 1 seconds - unit/replybufsize 7 seconds - unit/networking 86 seconds - integration/corrupt-dump 50 seconds - unit/scripting 34 seconds - unit/memefficiency 3 seconds - unit/cluster-scripting 53 seconds - unit/obuf-limits 6 seconds - unit/cluster/misc 28 seconds - unit/cluster 185 seconds - unit/type/stream 40 seconds - unit/pendingquerybuf 37 seconds - unit/client-eviction 170 seconds - integration/replication-4 81 seconds - unit/hyperloglog 194 seconds - integration/replication-psync 135 seconds - unit/geo 171 seconds - unit/maxmemory 274 seconds - integration/replication 0 seconds - list-large-memory 0 seconds - set-large-memory 0 seconds - bitops-large-memory 1 seconds - violations 149 seconds - defrag \o/ All tests passed without errors! Cleanup: may take some time... OK make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' + make DEBUG= V=echo LDFLAGS= 'CFLAGS+=-O2 -g -fPIC' 'INSTALL=install -p' PREFIX=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes test-sentinel cd src && make test-sentinel make[1]: Entering directory '/builddir/build/BUILD/redis-7.0.5/src' Starting sentinel #0 at port 20000 Starting sentinel #1 at port 20001 Starting sentinel #2 at port 20002 Starting sentinel #3 at port 20003 Starting sentinel #4 at port 20004 Starting redis #0 at port 30000 Starting redis #1 at port 30001 Starting redis #2 at port 30002 Starting redis #3 at port 30003 Starting redis #4 at port 30004 Testing unit: 00-base.tcl 21:43:59> (start-init) Flush config and compare rewrite config file lines: OK 21:43:59> (init) Restart killed instances: OK 21:43:59> (init) Remove old master entry from sentinels: OK 21:43:59> (init) Create a master-slaves cluster of 5 instances: OK 21:43:59> (init) Sentinels can start monitoring a master: OK 21:44:01> (init) Sentinels can talk with the master: OK 21:44:01> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:02> (init) Sentinels are able to auto-discover slaves: OK 21:44:02> Sentinel commands sanity check: OK 21:44:02> Basic failover works if the master is down: OK 21:44:05> New master 127.0.0.1:30001 role matches: OK 21:44:05> All the other slaves now point to the new master: OK 21:44:05> The old master eventually gets reconfigured as a slave: OK 21:44:16> ODOWN is not possible without N (quorum) Sentinels reports: OK 21:44:17> Failover is not possible without majority agreement: OK 21:44:18> Failover works if we configure for absolute agreement: OK 21:44:22> New master 127.0.0.1:30004 role matches: OK Testing unit: 01-conf-update.tcl 21:44:22> (init) Restart killed instances: OK 21:44:22> (init) Remove old master entry from sentinels: OK 21:44:22> (init) Create a master-slaves cluster of 5 instances: OK 21:44:22> (init) Sentinels can start monitoring a master: OK 21:44:22> (init) Sentinels can talk with the master: OK 21:44:22> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:24> (init) Sentinels are able to auto-discover slaves: OK 21:44:24> We can failover with Sentinel 1 crashed: OK 21:44:28> After Sentinel 1 is restarted, its config gets updated: OK 21:44:29> New master 127.0.0.1:30001 role matches: OK Testing unit: 02-slaves-reconf.tcl 21:44:29> (init) Restart killed instances: OK 21:44:29> (init) Remove old master entry from sentinels: OK 21:44:29> (init) Create a master-slaves cluster of 5 instances: OK 21:44:29> (init) Sentinels can start monitoring a master: OK 21:44:29> (init) Sentinels can talk with the master: OK 21:44:29> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:31> (init) Sentinels are able to auto-discover slaves: OK 21:44:31> Check that slaves replicate from current master: OK 21:44:31> Crash the master and force a failover: OK 21:44:35> Check that slaves replicate from current master: OK 21:44:46> Kill a slave instance: OK 21:44:46> Crash the master and force a failover: OK 21:44:49> Check that slaves replicate from current master: OK 21:44:49> Wait for failover to end: OK 21:44:50> Restart killed slave and test replication of slaves again...: OK 21:44:50> Check that slaves replicate from current master: OK Testing unit: 03-runtime-reconf.tcl 21:45:00> (init) Restart killed instances: OK 21:45:00> (init) Remove old master entry from sentinels: OK 21:45:00> (init) Create a master-slaves cluster of 5 instances: OK 21:45:00> (init) Sentinels can start monitoring a master: OK 21:45:03> (init) Sentinels can talk with the master: OK 21:45:03> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:03> (init) Sentinels are able to auto-discover slaves: OK 21:45:03> Sentinels (re)connection following SENTINEL SET mymaster auth-pass: OK 21:45:04> Sentinels (re)connection following master ACL change: OK 21:45:07> Set parameters in normal case: OK 21:45:07> Set parameters in normal case with bad format: OK 21:45:07> Sentinel Set with other error situations: OK Testing unit: 04-slave-selection.tcl Testing unit: 05-manual.tcl 21:45:07> (init) Restart killed instances: OK 21:45:07> (init) Remove old master entry from sentinels: OK 21:45:07> (init) Create a master-slaves cluster of 5 instances: OK 21:45:07> (init) Sentinels can start monitoring a master: OK 21:45:08> (init) Sentinels can talk with the master: OK 21:45:08> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:09> (init) Sentinels are able to auto-discover slaves: OK 21:45:09> Manual failover works: OK 21:45:11> New master 127.0.0.1:30001 role matches: OK 21:45:11> All the other slaves now point to the new master: OK 21:45:11> The old master eventually gets reconfigured as a slave: OK Testing unit: 06-ckquorum.tcl 21:45:15> (init) Restart killed instances: OK 21:45:15> (init) Remove old master entry from sentinels: OK 21:45:15> (init) Create a master-slaves cluster of 5 instances: OK 21:45:15> (init) Sentinels can start monitoring a master: OK 21:45:15> (init) Sentinels can talk with the master: OK 21:45:15> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:16> (init) Sentinels are able to auto-discover slaves: OK 21:45:16> CKQUORUM reports OK and the right amount of Sentinels: OK 21:45:16> CKQUORUM detects quorum cannot be reached: OK 21:45:16> CKQUORUM detects failover authorization cannot be reached: OK Testing unit: 07-down-conditions.tcl 21:45:20> (init) Restart killed instances: OK 21:45:20> (init) Remove old master entry from sentinels: OK 21:45:20> (init) Create a master-slaves cluster of 5 instances: OK 21:45:20> (init) Sentinels can start monitoring a master: OK 21:45:20> (init) Sentinels can talk with the master: OK 21:45:20> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:22> (init) Sentinels are able to auto-discover slaves: OK 21:45:22> Crash the majority of Sentinels to prevent failovers for this unit: OK 21:45:22> SDOWN is triggered by non-responding but not crashed instance: OK 21:45:25> SDOWN is triggered by crashed instance: OK 21:45:27> SDOWN is triggered by masters advertising as slaves: OK 21:45:31> SDOWN is triggered by misconfigured instance replying with errors: OK 21:45:42> SDOWN is triggered if we rename PING to PONG: OK Testing unit: 08-hostname-conf.tcl 21:45:44> (pre-init) Configure instances and sentinel for hostname use: sentinel/0 sentinel/1 sentinel/2 OK 21:45:44> (init) Restart killed instances: OK 21:45:44> (init) Remove old master entry from sentinels: OK 21:45:44> (init) Create a master-slaves cluster of 5 instances: OK 21:45:44> (init) Sentinels can start monitoring a master: OK 21:45:44> (init) Sentinels can talk with the master: OK 21:45:44> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:46> (init) Sentinels are able to auto-discover slaves: OK 21:45:46> Sentinel announces hostnames: OK 21:45:46> (post-cleanup) Configure instances and sentinel for IPs: OK Testing unit: 09-acl-support.tcl 21:45:46> (init) Restart killed instances: OK 21:45:46> (init) Remove old master entry from sentinels: OK 21:45:46> (init) Create a master-slaves cluster of 5 instances: OK 21:45:46> (init) Sentinels can start monitoring a master: OK 21:45:46> (init) Sentinels can talk with the master: OK 21:45:46> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:48> (init) Sentinels are able to auto-discover slaves: OK 21:45:48> (post-init) Set up ACL configuration: OK 21:45:48> SENTINEL CONFIG SET handles on-the-fly credentials reconfiguration: OK 21:45:51> (post-cleanup) Tear down ACL configuration: OK Testing unit: 10-replica-priority.tcl 21:45:51> (init) Restart killed instances: OK 21:45:51> (init) Remove old master entry from sentinels: OK 21:45:51> (init) Create a master-slaves cluster of 5 instances: OK 21:45:51> (init) Sentinels can start monitoring a master: OK 21:45:51> (init) Sentinels can talk with the master: OK 21:45:51> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:53> (init) Sentinels are able to auto-discover slaves: OK 21:45:53> Check acceptable replica-priority values: OK 21:45:53> Set replica-announced=yes on all replicas: OK 21:45:53> Check sentinel replies with 4 replicas: OK 21:45:53> Set replica-announced=no on 2 replicas: OK 21:45:53> Check sentinel replies with 2 replicas: OK 21:45:53> Set replica-announced=yes on all replicas: OK 21:45:53> Check sentinel replies with 4 replicas: OK Testing unit: 11-port-0.tcl 21:45:53> (init) Restart killed instances: OK 21:45:53> (init) Remove old master entry from sentinels: OK 21:45:53> (init) Create a master-slaves cluster of 5 instances: OK 21:45:53> (init) Sentinels can start monitoring a master: OK 21:45:53> (init) Sentinels can talk with the master: OK 21:45:53> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:53> (init) Sentinels are able to auto-discover slaves: OK 21:45:53> Start/Stop sentinel on same port with a different runID should not change the total number of sentinels: OK Testing unit: 12-master-reboot.tcl 21:45:54> (init) Restart killed instances: sentinel/4 OK 21:45:54> (init) Remove old master entry from sentinels: OK 21:45:54> (init) Create a master-slaves cluster of 5 instances: OK 21:45:54> (init) Sentinels can start monitoring a master: OK 21:45:55> (init) Sentinels can talk with the master: OK 21:45:55> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:56> (init) Sentinels are able to auto-discover slaves: OK 21:45:56> Master reboot in very short time: OK 21:46:05> New master 127.0.0.1:30001 role matches: OK 21:46:05> All the other slaves now point to the new master: OK 21:46:05> The old master eventually gets reconfigured as a slave: OK Testing unit: 13-info-command.tcl 21:46:14> (init) Restart killed instances: OK 21:46:14> (init) Remove old master entry from sentinels: OK 21:46:15> (init) Create a master-slaves cluster of 5 instances: OK 21:46:15> (init) Sentinels can start monitoring a master: OK 21:46:15> (init) Sentinels can talk with the master: OK 21:46:15> (init) Sentinels are able to auto-discover other sentinels: OK 21:46:17> (init) Sentinels are able to auto-discover slaves: OK 21:46:17> info command with at most one argument: OK 21:46:17> info command with one sub-section: OK 21:46:17> info command with multiple sub-sections: OK Cleaning up... killing stale instance 78996 killing stale instance 79016 killing stale instance 79023 killing stale instance 83766 killing stale instance 88150 killing stale instance 95140 killing stale instance 95147 killing stale instance 95154 killing stale instance 95999 killing stale instance 96064 killing stale instance 96327 GOOD! No errors. make[1]: Leaving directory '/builddir/build/BUILD/redis-7.0.5/src' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: redis-7.0.5-3.oc9.x86_64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tCdZnO + umask 022 + cd /builddir/build/BUILD + cd redis-7.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + cp -pr COPYRIGHT-lua /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING-jemalloc /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING-hiredis /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + cp -pr LICENSE-hdrhistogram /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING-hdrhistogram /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-7.0.5 + RPM_EC=0 ++ jobs -p + exit 0 Provides: bundled(hdr_histogram) = 0.11.0 bundled(hiredis) = 0.14.0 bundled(jemalloc) = 5.2.1 bundled(linenoise) = 1.0 bundled(lua-libs) = 5.1.5 bundled(lzf) config(redis) = 7.0.5-3.oc9 redis = 7.0.5-3.oc9 redis(modules_abi) = 1 redis(x86-64) = 7.0.5-3.oc9 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /bin/bash libc.so.6()(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Processing files: redis-devel-7.0.5-3.oc9.x86_64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KESX9u + umask 022 + cd /builddir/build/BUILD + cd redis-7.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-devel-7.0.5 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-devel-7.0.5 + cp -pr COPYING /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-devel-7.0.5 + cp -pr doc/LICENSE /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64/usr/share/licenses/redis-devel-7.0.5 + RPM_EC=0 ++ jobs -p + exit 0 Provides: redis-devel = 7.0.5-3.oc9 redis-devel(x86-64) = 7.0.5-3.oc9 redis-doc = 7.0.5-3.oc9 redis-static = 7.0.5-3.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.x86_64 Wrote: /builddir/build/RPMS/redis-devel-7.0.5-3.oc9.x86_64.rpm Wrote: /builddir/build/RPMS/redis-7.0.5-3.oc9.x86_64.rpm Child return code was: 0