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 aarch64 --nodeps /builddir/build/SPECS/redis.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44918-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 aarch64 --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: aarch64 Building for target aarch64 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 aarch64 --nodeps /builddir/build/SPECS/redis.spec'], chrootPath='/var/lib/mock/dist-oc9-build-44918-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 aarch64 --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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wEXxEo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf redis-7.0.5 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/redis-doc-e50ea18.tar.gz + 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 Patch #1 (0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch): + echo '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.aeEepB + umask 022 + cd /builddir/build/BUILD + cd redis-7.0.5 + /usr/bin/make -O -j8 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.aarch64/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 "-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' (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' 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/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 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/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/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/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/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 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/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 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/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 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 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/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 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 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/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 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 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 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 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 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/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 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/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/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 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 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 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 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/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 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 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 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 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/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 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 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 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 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 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 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 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 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 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/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/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/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' 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 lua lua.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 luac luac.o print.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... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu 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... 16 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/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' 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/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/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' 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' 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' 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/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' 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' 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/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' 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/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' 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' 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' 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/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' 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' 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' 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' 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' 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/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/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' 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' 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/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' 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' 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/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' 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/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/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' 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/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_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/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' 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/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/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' 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' 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' 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' 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/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/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' 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' 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' 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' 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/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/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/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' 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' 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/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' 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/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' 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/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/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' 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' 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' 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' /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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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' 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/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' 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -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 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 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 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 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 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 -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 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-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-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-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.DR2gln + umask 022 + cd /builddir/build/BUILD + /usr/bin/rm -rf /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64 + /usr/bin/mkdir -p /builddir/build/BUILDROOT + /usr/bin/mkdir /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64 + cd redis-7.0.5 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64 '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.aarch64/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.aarch64/usr/bin install -p redis-benchmark /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/bin install -p redis-cli /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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.aarch64/var/lib/redis + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/var/log/redis + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/var/run/redis + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/lib64/redis/modules + install -pDm644 /builddir/build/SOURCES/redis.logrotate /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/etc/logrotate.d/redis + install -pDm640 redis.conf /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/etc/redis/redis.conf + install -pDm640 sentinel.conf /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/etc/redis/sentinel.conf + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/lib/systemd/system + install -pm644 /builddir/build/SOURCES/redis.service /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/lib/systemd/system + install -pm644 /builddir/build/SOURCES/redis-sentinel.service /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/lib/systemd/system + install -p -D -m 644 /builddir/build/SOURCES/redis-limit-systemd /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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.aarch64/etc/systemd/system/redis-sentinel.service.d/limit.conf + chmod 755 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/bin/redis-benchmark /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/bin/redis-check-aof /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/bin/redis-check-rdb /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/bin/redis-cli /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/bin/redis-sentinel /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/bin/redis-server + install -pDm755 /builddir/build/SOURCES/redis-shutdown /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/libexec/redis-shutdown + install -pDm644 src/redismodule.h /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/include/redismodule.h ++ dirname /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/man + man=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share + for page in man/man?/* + install -Dpm644 man/man1/redis-benchmark.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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.aarch64/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.aarch64/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.aarch64/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.aarch64/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.aarch64/usr/share/man/man5/redis.conf.5 + ln -s redis-server.1 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/man/man1/redis-sentinel.1 + ln -s redis.conf.5 /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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.aarch64//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') ++ sed -e 's|doc/||g' ++ echo doc/community/index + base=community/index + install -Dpm644 doc/community/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/community/index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/README + base=README + install -Dpm644 doc/README.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/README.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/_index + base=_index + install -Dpm644 doc/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/_index.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.aarch64//usr/share/doc/redis/commands/acl-users.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.aarch64//usr/share/doc/redis/commands/psync.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/latency-help + base=commands/latency-help + install -Dpm644 doc/commands/latency-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/latency-help.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.aarch64//usr/share/doc/redis/commands/srandmember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/config-help + base=commands/config-help + install -Dpm644 doc/commands/config-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/config-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.aarch64//usr/share/doc/redis/commands/georadius.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.aarch64//usr/share/doc/redis/commands/cluster-forget.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.aarch64//usr/share/doc/redis/commands/flushall.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/evalsha + base=commands/evalsha + install -Dpm644 doc/commands/evalsha.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/evalsha.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/script-help + base=commands/script-help + install -Dpm644 doc/commands/script-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/script-help.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.aarch64//usr/share/doc/redis/commands/unlink.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zintercard + base=commands/zintercard + install -Dpm644 doc/commands/zintercard.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zintercard.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/lmove + base=commands/lmove + install -Dpm644 doc/commands/lmove.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/lmove.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/module + base=commands/module + install -Dpm644 doc/commands/module.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/module.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.aarch64//usr/share/doc/redis/commands/zrangebyscore.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.aarch64//usr/share/doc/redis/commands/function-delete.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.aarch64//usr/share/doc/redis/commands/acl-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/acl-getuser + base=commands/acl-getuser + install -Dpm644 doc/commands/acl-getuser.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/acl-getuser.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/pubsub-help + base=commands/pubsub-help + install -Dpm644 doc/commands/pubsub-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/pubsub-help.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.aarch64//usr/share/doc/redis/commands/cluster-flushslots.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.aarch64//usr/share/doc/redis/commands/script.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/script-flush + base=commands/script-flush + install -Dpm644 doc/commands/script-flush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/script-flush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-addslotsrange + base=commands/cluster-addslotsrange + install -Dpm644 doc/commands/cluster-addslotsrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-addslotsrange.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.aarch64//usr/share/doc/redis/commands/acl-whoami.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.aarch64//usr/share/doc/redis/commands/function-help.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.aarch64//usr/share/doc/redis/commands/cluster-replicate.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zinterstore + base=commands/zinterstore + install -Dpm644 doc/commands/zinterstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zinterstore.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.aarch64//usr/share/doc/redis/commands/config-resetstat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/slowlog + base=commands/slowlog + install -Dpm644 doc/commands/slowlog.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/slowlog.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-getredir + base=commands/client-getredir + install -Dpm644 doc/commands/client-getredir.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-getredir.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/dump + base=commands/dump + install -Dpm644 doc/commands/dump.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/dump.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/geohash + base=commands/geohash + install -Dpm644 doc/commands/geohash.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/geohash.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/getbit + base=commands/getbit + install -Dpm644 doc/commands/getbit.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/getbit.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.aarch64//usr/share/doc/redis/commands/time.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.aarch64//usr/share/doc/redis/commands/get.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.aarch64//usr/share/doc/redis/commands/sunion.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.aarch64//usr/share/doc/redis/commands/lastsave.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.aarch64//usr/share/doc/redis/commands/acl-setuser.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.aarch64//usr/share/doc/redis/commands/hsetnx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zinter + base=commands/zinter + install -Dpm644 doc/commands/zinter.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zinter.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/acl + base=commands/acl + install -Dpm644 doc/commands/acl.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/acl.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xsetid + base=commands/xsetid + install -Dpm644 doc/commands/xsetid.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xsetid.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.aarch64//usr/share/doc/redis/commands/decrby.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.aarch64//usr/share/doc/redis/commands/function-dump.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/sismember + base=commands/sismember + install -Dpm644 doc/commands/sismember.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/sismember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/lpos + base=commands/lpos + install -Dpm644 doc/commands/lpos.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/lpos.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xinfo-consumers + base=commands/xinfo-consumers + install -Dpm644 doc/commands/xinfo-consumers.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xinfo-consumers.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.aarch64//usr/share/doc/redis/commands/mget.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.aarch64//usr/share/doc/redis/commands/slaveof.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.aarch64//usr/share/doc/redis/commands/exec.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zunionstore + base=commands/zunionstore + install -Dpm644 doc/commands/zunionstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zunionstore.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.aarch64//usr/share/doc/redis/commands/georadiusbymember_ro.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.aarch64//usr/share/doc/redis/commands/acl-genpass.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.aarch64//usr/share/doc/redis/commands/geodist.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.aarch64//usr/share/doc/redis/commands/echo.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.aarch64//usr/share/doc/redis/commands/pubsub-shardnumsub.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.aarch64//usr/share/doc/redis/commands/xgroup.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zrevrange + base=commands/zrevrange + install -Dpm644 doc/commands/zrevrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zrevrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/lpushx + base=commands/lpushx + install -Dpm644 doc/commands/lpushx.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/lpushx.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.aarch64//usr/share/doc/redis/commands/pfcount.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.aarch64//usr/share/doc/redis/commands/function-stats.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/acl-load + base=commands/acl-load + install -Dpm644 doc/commands/acl-load.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/acl-load.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.aarch64//usr/share/doc/redis/commands/command-count.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zrevrangebyscore + base=commands/zrevrangebyscore + install -Dpm644 doc/commands/zrevrangebyscore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zrevrangebyscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/script-load + base=commands/script-load + install -Dpm644 doc/commands/script-load.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/script-load.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/unwatch + base=commands/unwatch + install -Dpm644 doc/commands/unwatch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/unwatch.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.aarch64//usr/share/doc/redis/commands/geosearchstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/geopos + base=commands/geopos + install -Dpm644 doc/commands/geopos.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/geopos.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.aarch64//usr/share/doc/redis/commands/fcall_ro.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.aarch64//usr/share/doc/redis/commands/readonly.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zrangestore + base=commands/zrangestore + install -Dpm644 doc/commands/zrangestore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zrangestore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/debug + base=commands/debug + install -Dpm644 doc/commands/debug.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/debug.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.aarch64//usr/share/doc/redis/commands/zunion.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/config + base=commands/config + install -Dpm644 doc/commands/config.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/config.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.aarch64//usr/share/doc/redis/commands/object-encoding.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/geoadd + base=commands/geoadd + install -Dpm644 doc/commands/geoadd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/geoadd.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.aarch64//usr/share/doc/redis/commands/xinfo-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-trackinginfo + base=commands/client-trackinginfo + install -Dpm644 doc/commands/client-trackinginfo.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-trackinginfo.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.aarch64//usr/share/doc/redis/commands/zremrangebyrank.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.aarch64//usr/share/doc/redis/commands/getset.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.aarch64//usr/share/doc/redis/commands/bzmpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-setname + base=commands/client-setname + install -Dpm644 doc/commands/client-setname.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-setname.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/command-getkeys + base=commands/command-getkeys + install -Dpm644 doc/commands/command-getkeys.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/command-getkeys.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/object-idletime + base=commands/object-idletime + install -Dpm644 doc/commands/object-idletime.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/object-idletime.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hscan + base=commands/hscan + install -Dpm644 doc/commands/hscan.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hscan.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.aarch64//usr/share/doc/redis/commands/cluster-links.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.aarch64//usr/share/doc/redis/commands/client-unblock.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/spop + base=commands/spop + install -Dpm644 doc/commands/spop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/spop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/punsubscribe + base=commands/punsubscribe + install -Dpm644 doc/commands/punsubscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/punsubscribe.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.aarch64//usr/share/doc/redis/commands/acl-save.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/multi + base=commands/multi + install -Dpm644 doc/commands/multi.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/multi.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.aarch64//usr/share/doc/redis/commands/lindex.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.aarch64//usr/share/doc/redis/commands/monitor.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/strlen + base=commands/strlen + install -Dpm644 doc/commands/strlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/strlen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/pexpireat + base=commands/pexpireat + install -Dpm644 doc/commands/pexpireat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/pexpireat.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.aarch64//usr/share/doc/redis/commands/sdiff.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.aarch64//usr/share/doc/redis/commands/client-caching.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xgroup-delconsumer + base=commands/xgroup-delconsumer + install -Dpm644 doc/commands/xgroup-delconsumer.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xgroup-delconsumer.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zscan + base=commands/zscan + install -Dpm644 doc/commands/zscan.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zscan.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/keys + base=commands/keys + install -Dpm644 doc/commands/keys.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/keys.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.aarch64//usr/share/doc/redis/commands/function-restore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/publish + base=commands/publish + install -Dpm644 doc/commands/publish.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/publish.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/module-unload + base=commands/module-unload + install -Dpm644 doc/commands/module-unload.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/module-unload.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xgroup-create + base=commands/xgroup-create + install -Dpm644 doc/commands/xgroup-create.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xgroup-create.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.aarch64//usr/share/doc/redis/commands/xgroup-createconsumer.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.aarch64//usr/share/doc/redis/commands/renamenx.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/pubsub-channels + base=commands/pubsub-channels + install -Dpm644 doc/commands/pubsub-channels.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/pubsub-channels.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hello + base=commands/hello + install -Dpm644 doc/commands/hello.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hello.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.aarch64//usr/share/doc/redis/commands/unsubscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/lset + base=commands/lset + install -Dpm644 doc/commands/lset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/lset.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.aarch64//usr/share/doc/redis/commands/incrbyfloat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-addslots + base=commands/cluster-addslots + install -Dpm644 doc/commands/cluster-addslots.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-addslots.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/config-rewrite + base=commands/config-rewrite + install -Dpm644 doc/commands/config-rewrite.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/config-rewrite.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.aarch64//usr/share/doc/redis/commands/acl-dryrun.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/role + base=commands/role + install -Dpm644 doc/commands/role.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/role.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/bgsave + base=commands/bgsave + install -Dpm644 doc/commands/bgsave.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/bgsave.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.aarch64//usr/share/doc/redis/commands/xgroup-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/append + base=commands/append + install -Dpm644 doc/commands/append.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/append.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zpopmin + base=commands/zpopmin + install -Dpm644 doc/commands/zpopmin.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zpopmin.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/function-kill + base=commands/function-kill + install -Dpm644 doc/commands/function-kill.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/function-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.aarch64//usr/share/doc/redis/commands/setbit.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.aarch64//usr/share/doc/redis/commands/cluster-replicas.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.aarch64//usr/share/doc/redis/commands/zremrangebylex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/randomkey + base=commands/randomkey + install -Dpm644 doc/commands/randomkey.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/randomkey.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.aarch64//usr/share/doc/redis/commands/auth.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hdel + base=commands/hdel + install -Dpm644 doc/commands/hdel.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hdel.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/georadius_ro + base=commands/georadius_ro + install -Dpm644 doc/commands/georadius_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/georadius_ro.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.aarch64//usr/share/doc/redis/commands/zcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/acl-deluser + base=commands/acl-deluser + install -Dpm644 doc/commands/acl-deluser.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/acl-deluser.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-keyslot + base=commands/cluster-keyslot + install -Dpm644 doc/commands/cluster-keyslot.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-keyslot.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/latency-latest + base=commands/latency-latest + install -Dpm644 doc/commands/latency-latest.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/latency-latest.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.aarch64//usr/share/doc/redis/commands/wait.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.aarch64//usr/share/doc/redis/commands/module-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/memory-doctor + base=commands/memory-doctor + install -Dpm644 doc/commands/memory-doctor.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/memory-doctor.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.aarch64//usr/share/doc/redis/commands/smismember.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/lmpop + base=commands/lmpop + install -Dpm644 doc/commands/lmpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/lmpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/expireat + base=commands/expireat + install -Dpm644 doc/commands/expireat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/expireat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/type + base=commands/type + install -Dpm644 doc/commands/type.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/type.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xread + base=commands/xread + install -Dpm644 doc/commands/xread.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xread.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/memory-usage + base=commands/memory-usage + install -Dpm644 doc/commands/memory-usage.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/memory-usage.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.aarch64//usr/share/doc/redis/commands/hmset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-reply + base=commands/client-reply + install -Dpm644 doc/commands/client-reply.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-reply.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hstrlen + base=commands/hstrlen + install -Dpm644 doc/commands/hstrlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hstrlen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zmpop + base=commands/zmpop + install -Dpm644 doc/commands/zmpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zmpop.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.aarch64//usr/share/doc/redis/commands/command-help.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-reset + base=commands/cluster-reset + install -Dpm644 doc/commands/cluster-reset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-reset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xpending + base=commands/xpending + install -Dpm644 doc/commands/xpending.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xpending.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xrange + base=commands/xrange + install -Dpm644 doc/commands/xrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/rpoplpush + base=commands/rpoplpush + install -Dpm644 doc/commands/rpoplpush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/rpoplpush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/touch + base=commands/touch + install -Dpm644 doc/commands/touch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/touch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/geosearch + base=commands/geosearch + install -Dpm644 doc/commands/geosearch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/geosearch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-id + base=commands/client-id + install -Dpm644 doc/commands/client-id.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-id.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/bitfield + base=commands/bitfield + install -Dpm644 doc/commands/bitfield.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/bitfield.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.aarch64//usr/share/doc/redis/commands/hrandfield.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.aarch64//usr/share/doc/redis/commands/xdel.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.aarch64//usr/share/doc/redis/commands/hvals.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/failover + base=commands/failover + install -Dpm644 doc/commands/failover.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/failover.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/memory-malloc-stats + base=commands/memory-malloc-stats + install -Dpm644 doc/commands/memory-malloc-stats.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/memory-malloc-stats.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xlen + base=commands/xlen + install -Dpm644 doc/commands/xlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xlen.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.aarch64//usr/share/doc/redis/commands/cluster-setslot.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.aarch64//usr/share/doc/redis/commands/bzpopmin.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.aarch64//usr/share/doc/redis/commands/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zremrangebyscore + base=commands/zremrangebyscore + install -Dpm644 doc/commands/zremrangebyscore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zremrangebyscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xinfo + base=commands/xinfo + install -Dpm644 doc/commands/xinfo.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xinfo.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.aarch64//usr/share/doc/redis/commands/cluster-slaves.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/incrby + base=commands/incrby + install -Dpm644 doc/commands/incrby.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/incrby.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.aarch64//usr/share/doc/redis/commands/xrevrange.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.aarch64//usr/share/doc/redis/commands/cluster-nodes.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/module-list + base=commands/module-list + install -Dpm644 doc/commands/module-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/module-list.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/acl-cat + base=commands/acl-cat + install -Dpm644 doc/commands/acl-cat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/acl-cat.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.aarch64//usr/share/doc/redis/commands/script-debug.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-info + base=commands/client-info + install -Dpm644 doc/commands/client-info.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-info.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/sinter + base=commands/sinter + install -Dpm644 doc/commands/sinter.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/sinter.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.aarch64//usr/share/doc/redis/commands/sdiffstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/latency + base=commands/latency + install -Dpm644 doc/commands/latency.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/latency.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.aarch64//usr/share/doc/redis/commands/hset.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.aarch64//usr/share/doc/redis/commands/lcs.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-saveconfig + base=commands/cluster-saveconfig + install -Dpm644 doc/commands/cluster-saveconfig.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-saveconfig.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hincrbyfloat + base=commands/hincrbyfloat + install -Dpm644 doc/commands/hincrbyfloat.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hincrbyfloat.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.aarch64//usr/share/doc/redis/commands/xinfo-groups.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/sunsubscribe + base=commands/sunsubscribe + install -Dpm644 doc/commands/sunsubscribe.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/sunsubscribe.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.aarch64//usr/share/doc/redis/commands/bzpopmax.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.aarch64//usr/share/doc/redis/commands/cluster-countkeysinslot.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.aarch64//usr/share/doc/redis/commands/replicaof.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-help + base=commands/client-help + install -Dpm644 doc/commands/client-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-help.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.aarch64//usr/share/doc/redis/commands/subscribe.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/memory-help + base=commands/memory-help + install -Dpm644 doc/commands/memory-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/memory-help.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.aarch64//usr/share/doc/redis/commands/sscan.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.aarch64//usr/share/doc/redis/commands/zrevrangebylex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/replconf + base=commands/replconf + install -Dpm644 doc/commands/replconf.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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.aarch64//usr/share/doc/redis/commands/zmscore.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.aarch64//usr/share/doc/redis/commands/getex.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.aarch64//usr/share/doc/redis/commands/module-load.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.aarch64//usr/share/doc/redis/commands/psubscribe.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.aarch64//usr/share/doc/redis/commands/pubsub-numpat.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/object-refcount + base=commands/object-refcount + install -Dpm644 doc/commands/object-refcount.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/object-refcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/eval_ro + base=commands/eval_ro + install -Dpm644 doc/commands/eval_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/eval_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.aarch64//usr/share/doc/redis/commands/rpushx.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.aarch64//usr/share/doc/redis/commands/pubsub.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.aarch64//usr/share/doc/redis/commands/pttl.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-pause + base=commands/client-pause + install -Dpm644 doc/commands/client-pause.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-pause.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.aarch64//usr/share/doc/redis/commands/getdel.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/brpoplpush + base=commands/brpoplpush + install -Dpm644 doc/commands/brpoplpush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/brpoplpush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/blmpop + base=commands/blmpop + install -Dpm644 doc/commands/blmpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/blmpop.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.aarch64//usr/share/doc/redis/commands/zscore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/restore-asking + base=commands/restore-asking + install -Dpm644 doc/commands/restore-asking.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/restore-asking.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.aarch64//usr/share/doc/redis/commands/function-load.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.aarch64//usr/share/doc/redis/commands/set.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster + base=commands/cluster + install -Dpm644 doc/commands/cluster.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zrank + base=commands/zrank + install -Dpm644 doc/commands/zrank.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zrank.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.aarch64//usr/share/doc/redis/commands/lrem.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hexists + base=commands/hexists + install -Dpm644 doc/commands/hexists.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hexists.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.aarch64//usr/share/doc/redis/commands/latency-histogram.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.aarch64//usr/share/doc/redis/commands/rpush.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.aarch64//usr/share/doc/redis/commands/sync.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.aarch64//usr/share/doc/redis/commands/cluster-info.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.aarch64//usr/share/doc/redis/commands/cluster-meet.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hgetall + base=commands/hgetall + install -Dpm644 doc/commands/hgetall.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hgetall.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.aarch64//usr/share/doc/redis/commands/pfselftest.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.aarch64//usr/share/doc/redis/commands/smove.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.aarch64//usr/share/doc/redis/commands/cluster-delslots.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/rename + base=commands/rename + install -Dpm644 doc/commands/rename.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/rename.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.aarch64//usr/share/doc/redis/commands/swapdb.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.aarch64//usr/share/doc/redis/commands/cluster-slots.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.aarch64//usr/share/doc/redis/commands/client-getname.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.aarch64//usr/share/doc/redis/commands/setnx.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.aarch64//usr/share/doc/redis/commands/config-get.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.aarch64//usr/share/doc/redis/commands/module-loadex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/psetex + base=commands/psetex + install -Dpm644 doc/commands/psetex.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/psetex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/object-help + base=commands/object-help + install -Dpm644 doc/commands/object-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/object-help.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.aarch64//usr/share/doc/redis/commands/sort.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/blmove + base=commands/blmove + install -Dpm644 doc/commands/blmove.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/blmove.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.aarch64//usr/share/doc/redis/commands/lolwut.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.aarch64//usr/share/doc/redis/commands/msetnx.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.aarch64//usr/share/doc/redis/commands/command.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.aarch64//usr/share/doc/redis/commands/sort_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/blpop + base=commands/blpop + install -Dpm644 doc/commands/blpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/blpop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xautoclaim + base=commands/xautoclaim + install -Dpm644 doc/commands/xautoclaim.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xautoclaim.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.aarch64//usr/share/doc/redis/commands/cluster-myid.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.aarch64//usr/share/doc/redis/commands/hmget.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/getrange + base=commands/getrange + install -Dpm644 doc/commands/getrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/getrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/command-list + base=commands/command-list + install -Dpm644 doc/commands/command-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/command-list.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.aarch64//usr/share/doc/redis/commands/dbsize.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.aarch64//usr/share/doc/redis/commands/lrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/persist + base=commands/persist + install -Dpm644 doc/commands/persist.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/persist.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.aarch64//usr/share/doc/redis/commands/bitpos.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.aarch64//usr/share/doc/redis/commands/info.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.aarch64//usr/share/doc/redis/commands/save.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.aarch64//usr/share/doc/redis/commands/xclaim.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/ltrim + base=commands/ltrim + install -Dpm644 doc/commands/ltrim.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/ltrim.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.aarch64//usr/share/doc/redis/commands/expiretime.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xgroup-setid + base=commands/xgroup-setid + install -Dpm644 doc/commands/xgroup-setid.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xgroup-setid.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.aarch64//usr/share/doc/redis/commands/sinterstore.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.aarch64//usr/share/doc/redis/commands/sadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/object-freq + base=commands/object-freq + install -Dpm644 doc/commands/object-freq.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/object-freq.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/zdiffstore + base=commands/zdiffstore + install -Dpm644 doc/commands/zdiffstore.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/zdiffstore.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/slowlog-reset + base=commands/slowlog-reset + install -Dpm644 doc/commands/slowlog-reset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/slowlog-reset.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.aarch64//usr/share/doc/redis/commands/zrange.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/memory-purge + base=commands/memory-purge + install -Dpm644 doc/commands/memory-purge.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/memory-purge.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.aarch64//usr/share/doc/redis/commands/ttl.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.aarch64//usr/share/doc/redis/commands/bitop.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xinfo-stream + base=commands/xinfo-stream + install -Dpm644 doc/commands/xinfo-stream.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xinfo-stream.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.aarch64//usr/share/doc/redis/commands/xadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/function-flush + base=commands/function-flush + install -Dpm644 doc/commands/function-flush.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/function-flush.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.aarch64//usr/share/doc/redis/commands/spublish.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.aarch64//usr/share/doc/redis/commands/slowlog-len.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.aarch64//usr/share/doc/redis/commands/zrangebylex.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/bitcount + base=commands/bitcount + install -Dpm644 doc/commands/bitcount.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/bitcount.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/pexpiretime + base=commands/pexpiretime + install -Dpm644 doc/commands/pexpiretime.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/pexpiretime.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.aarch64//usr/share/doc/redis/commands/latency-history.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/srem + base=commands/srem + install -Dpm644 doc/commands/srem.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/srem.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.aarch64//usr/share/doc/redis/commands/watch.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/slowlog-help + base=commands/slowlog-help + install -Dpm644 doc/commands/slowlog-help.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/slowlog-help.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.aarch64//usr/share/doc/redis/commands/cluster-help.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.aarch64//usr/share/doc/redis/commands/latency-graph.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.aarch64//usr/share/doc/redis/commands/georadiusbymember.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.aarch64//usr/share/doc/redis/commands/sunionstore.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.aarch64//usr/share/doc/redis/commands/reset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/script-kill + base=commands/script-kill + install -Dpm644 doc/commands/script-kill.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/script-kill.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.aarch64//usr/share/doc/redis/commands/mset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xtrim + base=commands/xtrim + install -Dpm644 doc/commands/xtrim.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xtrim.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.aarch64//usr/share/doc/redis/commands/function.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/quit + base=commands/quit + install -Dpm644 doc/commands/quit.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/quit.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-set-config-epoch + base=commands/cluster-set-config-epoch + install -Dpm644 doc/commands/cluster-set-config-epoch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//usr/share/doc/redis/commands/cluster-getkeysinslot.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/evalsha_ro + base=commands/evalsha_ro + install -Dpm644 doc/commands/evalsha_ro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/evalsha_ro.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.aarch64//usr/share/doc/redis/commands/del.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.aarch64//usr/share/doc/redis/commands/smembers.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.aarch64//usr/share/doc/redis/commands/ping.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.aarch64//usr/share/doc/redis/commands/zincrby.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.aarch64//usr/share/doc/redis/commands/pfmerge.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.aarch64//usr/share/doc/redis/commands/copy.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/expire + base=commands/expire + install -Dpm644 doc/commands/expire.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/expire.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/shutdown + base=commands/shutdown + install -Dpm644 doc/commands/shutdown.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/shutdown.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.aarch64//usr/share/doc/redis/commands/discard.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.aarch64//usr/share/doc/redis/commands/zpopmax.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.aarch64//usr/share/doc/redis/commands/substr.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-list + base=commands/client-list + install -Dpm644 doc/commands/client-list.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-list.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/command-info + base=commands/command-info + install -Dpm644 doc/commands/command-info.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/command-info.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.aarch64//usr/share/doc/redis/commands/slowlog-get.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.aarch64//usr/share/doc/redis/commands/lpush.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/decr + base=commands/decr + install -Dpm644 doc/commands/decr.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/decr.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.aarch64//usr/share/doc/redis/commands/zcard.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.aarch64//usr/share/doc/redis/commands/zrem.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/readwrite + base=commands/readwrite + install -Dpm644 doc/commands/readwrite.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/readwrite.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-bumpepoch + base=commands/cluster-bumpepoch + install -Dpm644 doc/commands/cluster-bumpepoch.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-bumpepoch.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.aarch64//usr/share/doc/redis/commands/pubsub-numsub.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/setrange + base=commands/setrange + install -Dpm644 doc/commands/setrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/setrange.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.aarch64//usr/share/doc/redis/commands/eval.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-failover + base=commands/cluster-failover + install -Dpm644 doc/commands/cluster-failover.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-failover.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-no-evict + base=commands/client-no-evict + install -Dpm644 doc/commands/client-no-evict.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-no-evict.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xack + base=commands/xack + install -Dpm644 doc/commands/xack.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xack.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.aarch64//usr/share/doc/redis/commands/zdiff.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/asking + base=commands/asking + install -Dpm644 doc/commands/asking.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/asking.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/command-docs + base=commands/command-docs + install -Dpm644 doc/commands/command-docs.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/command-docs.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/scan + base=commands/scan + install -Dpm644 doc/commands/scan.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/scan.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.aarch64//usr/share/doc/redis/commands/memory.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.aarch64//usr/share/doc/redis/commands/acl-log.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.aarch64//usr/share/doc/redis/commands/object.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.aarch64//usr/share/doc/redis/commands/zadd.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-shards + base=commands/cluster-shards + install -Dpm644 doc/commands/cluster-shards.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-shards.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/pfadd + base=commands/pfadd + install -Dpm644 doc/commands/pfadd.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/pfadd.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.aarch64//usr/share/doc/redis/commands/zrandmember.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.aarch64//usr/share/doc/redis/commands/script-exists.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.aarch64//usr/share/doc/redis/commands/bgrewriteaof.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hget + base=commands/hget + install -Dpm644 doc/commands/hget.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hget.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.aarch64//usr/share/doc/redis/commands/migrate.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.aarch64//usr/share/doc/redis/commands/ssubscribe.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.aarch64//usr/share/doc/redis/commands/command-getkeysandflags.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.aarch64//usr/share/doc/redis/commands/pexpire.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client + base=commands/client + install -Dpm644 doc/commands/client.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/move + base=commands/move + install -Dpm644 doc/commands/move.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/move.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/hlen + base=commands/hlen + install -Dpm644 doc/commands/hlen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/hlen.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.aarch64//usr/share/doc/redis/commands/incr.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.aarch64//usr/share/doc/redis/commands/zrevrank.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/client-tracking + base=commands/client-tracking + install -Dpm644 doc/commands/client-tracking.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/client-tracking.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/lpop + base=commands/lpop + install -Dpm644 doc/commands/lpop.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/lpop.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.aarch64//usr/share/doc/redis/commands/setex.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.aarch64//usr/share/doc/redis/commands/restore.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.aarch64//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/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.aarch64//usr/share/doc/redis/commands/memory-stats.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.aarch64//usr/share/doc/redis/commands/hincrby.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.aarch64//usr/share/doc/redis/commands/client-unpause.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.aarch64//usr/share/doc/redis/commands/flushdb.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.aarch64//usr/share/doc/redis/commands/pubsub-shardchannels.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.aarch64//usr/share/doc/redis/commands/zlexcount.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.aarch64//usr/share/doc/redis/commands/xgroup-destroy.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.aarch64//usr/share/doc/redis/commands/scard.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.aarch64//usr/share/doc/redis/commands/acl-list.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.aarch64//usr/share/doc/redis/commands/rpop.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.aarch64//usr/share/doc/redis/commands/bitfield_ro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/latency-reset + base=commands/latency-reset + install -Dpm644 doc/commands/latency-reset.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/latency-reset.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/linsert + base=commands/linsert + install -Dpm644 doc/commands/linsert.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/linsert.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/select + base=commands/select + install -Dpm644 doc/commands/select.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/select.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.aarch64//usr/share/doc/redis/commands/client-kill.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/xreadgroup + base=commands/xreadgroup + install -Dpm644 doc/commands/xreadgroup.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/xreadgroup.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.aarch64//usr/share/doc/redis/commands/function-list.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.aarch64//usr/share/doc/redis/commands/brpop.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.aarch64//usr/share/doc/redis/commands/fcall.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/cluster-delslotsrange + base=commands/cluster-delslotsrange + install -Dpm644 doc/commands/cluster-delslotsrange.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/cluster-delslotsrange.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.aarch64//usr/share/doc/redis/commands/sintercard.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.aarch64//usr/share/doc/redis/commands/pfdebug.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/latency-doctor + base=commands/latency-doctor + install -Dpm644 doc/commands/latency-doctor.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/latency-doctor.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.aarch64//usr/share/doc/redis/commands/config-set.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.aarch64//usr/share/doc/redis/commands/exists.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.aarch64//usr/share/doc/redis/commands/hkeys.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/commands/llen + base=commands/llen + install -Dpm644 doc/commands/llen.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/commands/llen.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/libraries/index + base=docs/libraries/index + install -Dpm644 doc/docs/libraries/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/libraries/index.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.aarch64//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/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.aarch64//usr/share/doc/redis/docs/data-types/bitfields.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/data-types/strings + base=docs/data-types/strings + install -Dpm644 doc/docs/data-types/strings.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//usr/share/doc/redis/docs/data-types/hashes.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/data-types/tutorial + base=docs/data-types/tutorial + install -Dpm644 doc/docs/data-types/tutorial.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/_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.aarch64//usr/share/doc/redis/docs/data-types/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/data-types/streams-tutorial + base=docs/data-types/streams-tutorial + install -Dpm644 doc/docs/data-types/streams-tutorial.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/data-types/streams-tutorial.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/data-types/streams + base=docs/data-types/streams + install -Dpm644 doc/docs/data-types/streams.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//usr/share/doc/redis/docs/data-types/geospatial.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/data-types/lists + base=docs/data-types/lists + install -Dpm644 doc/docs/data-types/lists.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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.aarch64//usr/share/doc/redis/docs/data-types/hyperloglogs.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/data-types/sorted-sets + base=docs/data-types/sorted-sets + install -Dpm644 doc/docs/data-types/sorted-sets.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//usr/share/doc/redis/docs/data-types/sets.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.aarch64//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/_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.aarch64//usr/share/doc/redis/docs/manual/programmability/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/programmability/eval-intro + base=docs/manual/programmability/eval-intro + install -Dpm644 doc/docs/manual/programmability/eval-intro.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//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/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.aarch64//usr/share/doc/redis/docs/manual/programmability/functions-intro.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/cli + base=docs/manual/cli + install -Dpm644 doc/docs/manual/cli.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/manual/cli.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.aarch64//usr/share/doc/redis/docs/manual/troubleshooting.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.aarch64//usr/share/doc/redis/docs/manual/config.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.aarch64//usr/share/doc/redis/docs/manual/eviction.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/client-side-caching + base=docs/manual/client-side-caching + install -Dpm644 doc/docs/manual/client-side-caching.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//usr/share/doc/redis/docs/manual/persistence.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.aarch64//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/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.aarch64//usr/share/doc/redis/docs/manual/admin.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/replication + base=docs/manual/replication + install -Dpm644 doc/docs/manual/replication.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/manual/replication.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/transactions + base=docs/manual/transactions + install -Dpm644 doc/docs/manual/transactions.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/manual/transactions.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/_index + base=docs/manual/_index + install -Dpm644 doc/docs/manual/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/manual/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/pubsub + base=docs/manual/pubsub + install -Dpm644 doc/docs/manual/pubsub.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/manual/pubsub.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/security/encryption + base=docs/manual/security/encryption + install -Dpm644 doc/docs/manual/security/encryption.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/manual/security/encryption.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/security/acl + base=docs/manual/security/acl + install -Dpm644 doc/docs/manual/security/acl.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//usr/share/doc/redis/docs/manual/security/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/manual/pipelining + base=docs/manual/pipelining + install -Dpm644 doc/docs/manual/pipelining.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/manual/pipelining.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.aarch64//usr/share/doc/redis/docs/manual/sentinel.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.aarch64//usr/share/doc/redis/docs/manual/scaling.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.aarch64//usr/share/doc/redis/docs/tools/index.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.aarch64//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/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.aarch64//usr/share/doc/redis/docs/reference/internals/rdd.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.aarch64//usr/share/doc/redis/docs/reference/internals/internals-vm.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/internals/_index + base=docs/reference/internals/_index + install -Dpm644 doc/docs/reference/internals/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/reference/internals/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/internals/internals-rediseventlib + base=docs/reference/internals/internals-rediseventlib + install -Dpm644 doc/docs/reference/internals/internals-rediseventlib.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//usr/share/doc/redis/docs/reference/internals/internals-sds.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/optimization/latency-monitor + base=docs/reference/optimization/latency-monitor + install -Dpm644 doc/docs/reference/optimization/latency-monitor.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//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/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.aarch64//usr/share/doc/redis/docs/reference/optimization/cpu-profiling.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/optimization/_index + base=docs/reference/optimization/_index + install -Dpm644 doc/docs/reference/optimization/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/reference/optimization/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/optimization/latency + base=docs/reference/optimization/latency + install -Dpm644 doc/docs/reference/optimization/latency.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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.aarch64//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/_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.aarch64//usr/share/doc/redis/docs/reference/_index.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.aarch64//usr/share/doc/redis/docs/reference/arm.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/gopher + base=docs/reference/gopher + install -Dpm644 doc/docs/reference/gopher.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/reference/gopher.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.aarch64//usr/share/doc/redis/docs/reference/patterns/bulk-loading.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/patterns/indexes + base=docs/reference/patterns/indexes + install -Dpm644 doc/docs/reference/patterns/indexes.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/_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.aarch64//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.aarch64//usr/share/doc/redis/docs/reference/patterns/distributed-locks.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/patterns/twitter-clone + base=docs/reference/patterns/twitter-clone + install -Dpm644 doc/docs/reference/patterns/twitter-clone.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/reference/patterns/twitter-clone.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/cluster-spec + base=docs/reference/cluster-spec + install -Dpm644 doc/docs/reference/cluster-spec.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/reference/cluster-spec.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/protocol-spec + base=docs/reference/protocol-spec + install -Dpm644 doc/docs/reference/protocol-spec.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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/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.aarch64//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/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.aarch64//usr/share/doc/redis/docs/reference/debugging.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.aarch64//usr/share/doc/redis/docs/reference/signals.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.aarch64//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/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.aarch64//usr/share/doc/redis/docs/reference/modules/modules-blocking-ops.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/modules/modules-api-ref + 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.aarch64//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/_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.aarch64//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-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.aarch64//usr/share/doc/redis/docs/reference/modules/modules-native-types.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/clients + base=docs/reference/clients + install -Dpm644 doc/docs/reference/clients.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/reference/clients.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/reference/command-arguments + base=docs/reference/command-arguments + install -Dpm644 doc/docs/reference/command-arguments.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/reference/command-arguments.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/clients/index + base=docs/clients/index + install -Dpm644 doc/docs/clients/index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/clients/index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/_index + base=docs/_index + install -Dpm644 doc/docs/_index.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//usr/share/doc/redis/docs/_index.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/getting-started/installation/install-redis-from-source + 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.aarch64//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-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.aarch64//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/_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.aarch64//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.aarch64//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-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.aarch64//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/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.aarch64//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.aarch64//usr/share/doc/redis/docs/getting-started/faq.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.aarch64//usr/share/doc/redis/docs/about/releases.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.aarch64//usr/share/doc/redis/docs/about/sponsors.md + for page in $(find doc -name \*.md | sed -e 's|.md$||g') ++ sed -e 's|doc/||g' ++ echo doc/docs/about/governance + base=docs/about/governance + install -Dpm644 doc/docs/about/governance.md /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64//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.aarch64//usr/share/doc/redis/docs/about/trademark.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.aarch64//usr/share/doc/redis/docs/about/_index.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.aarch64//usr/share/doc/redis/docs/about/license.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.aarch64//usr/share/doc/redis/docs/about/users.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.aarch64//usr/share/doc/redis/docs/modules/index.md + install -d /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/lib/rpm/macros.d + install -pDm644 /builddir/build/SOURCES/macros.redis /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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.OS0eAW + 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.aarch64/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]: 1977834 Testing unit/printver [ready]: 1977835 Testing unit/dump [ready]: 1977836 Testing unit/auth [ready]: 1977838 Testing unit/protocol [ready]: 1977839 Testing unit/keyspace [ready]: 1977840 Testing unit/scan [ready]: 1977842 Testing unit/info [ready]: 1977843 Testing unit/info-command [ready]: 1977844 Testing unit/type/string [ready]: 1977845 Testing unit/type/incr [ready]: 1977846 Testing unit/type/list [ready]: 1977847 Testing unit/type/list-2 [ready]: 1977848 Testing unit/type/list-3 [ready]: 1977850 Testing unit/type/set [ready]: 1977851 Testing unit/type/zset [ready]: 1977852 Testing unit/type/hash [ok]: info command with at most one sub command (1 ms) [ok]: info command with one sub-section (1 ms) [ok]: info command with multiple sub-sections (0 ms) [ok]: SET and GET an item (0 ms) [ok]: SET and GET an empty item (0 ms) [ok]: DEL against a single item (0 ms) [ok]: Vararg DEL (1 ms) [ok]: Untagged multi-key commands (0 ms) [ok]: KEYS with pattern (1 ms) [ok]: KEYS to get all keys (0 ms) [ok]: DBSIZE (0 ms) [ok]: DEL all keys (1 ms) [ok]: Very big payload in GET/SET (19 ms) [ok]: HSET/HLEN - Small hash creation (0 ms) [ok]: Is the small hash encoded with a listpack? (0 ms) [ok]: HRANDFIELD - listpack (5 ms) [ok]: HRANDFIELD - hashtable (4 ms) [ok]: HRANDFIELD with RESP3 (1 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]: AUTH fails if there is no password configured server side (0 ms) [ok]: Arity check for auth command (1 ms) Testing Redis version 7.0.5 (00000000) [ok]: SCAN basic (145 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 (1 ms) [ok]: RESTORE can set an expire that overflows a 32 bit integer (1 ms) [ok]: RESTORE can set an absolute expire (1 ms) [ok]: RESTORE with ABSTTL in the past (0 ms) [ok]: RESTORE can set LRU (1 ms) [ok]: RESTORE can set LFU (1 ms) [ok]: RESTORE returns an error of the key already exists (0 ms) [ok]: RESTORE can overwrite an existing key with REPLACE (1 ms) [ok]: RESTORE can detect a syntax error for unrecongized options (1 ms) [ok]: DUMP of non existing key returns nil (0 ms) [ok]: INCR against non existing key (0 ms) [ok]: INCR against key created by incr itself (1 ms) [ok]: INCR against key originally set with SET (0 ms) [ok]: INCR over 32bit value (0 ms) [ok]: INCRBY over 32bit value with over 32bit increment (0 ms) [ok]: INCR fails against key with spaces (left) (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 (1 ms) [ok]: INCRBYFLOAT against key originally set with SET (0 ms) [ok]: INCRBYFLOAT over 32bit value (0 ms) [ok]: INCRBYFLOAT over 32bit value with over 32bit increment (1 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 (1 ms) [ok]: INCRBYFLOAT does not allow NaN or Infinity (0 ms) [ok]: INCRBYFLOAT decrement (0 ms) [ok]: string to double with null terminator (1 ms) [ok]: No negative zero (0 ms) [ok]: Handle an empty query (0 ms) [ok]: Negative multibulk length (1 ms) [ok]: Out of range multibulk length (4 ms) [ok]: Wrong multibulk payload header (2 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]: Generic wrong number of args (0 ms) [ok]: Unbalanced number of quotes (1 ms) [ok]: reg node check compression with insert and pop (1 ms) [ok]: reg node check compression combined with trim (0 ms) [ok]: reg node check compression with lset (1 ms) [ok]: plain node check compression (1 ms) [ok]: plain node check compression with ltrim (1 ms) [ok]: plain node check compression using lset (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 (1 ms) [ok]: ZADD with options syntax error with incomplete pair - listpack (0 ms) [ok]: ZADD XX option without key - listpack (0 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 (0 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 (1 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 (1 ms) [ok]: ZADD NX with non existing key - listpack (0 ms) [ok]: ZADD NX only add new elements without updating old ones - listpack (0 ms) [ok]: ZADD GT and NX are not compatible - listpack (0 ms) [ok]: ZADD LT and NX are not compatible - listpack (1 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 (2 ms) [ok]: ZADD INCR works like ZINCRBY - listpack (1 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 (0 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 (1 ms) [ok]: ZRANGE basics - listpack (1 ms) [ok]: ZREVRANGE basics - listpack (1 ms) [ok]: ZRANK/ZREVRANK basics - listpack (1 ms) [ok]: ZRANK - after deletion - listpack (0 ms) [ok]: ZINCRBY - can create a new sorted set - listpack (0 ms) [ok]: ZINCRBY - increment and decrement - listpack (0 ms) [ok]: ZINCRBY return value - listpack (0 ms) [ok]: SADD, SCARD, SISMEMBER, SMISMEMBER, SMEMBERS basics - regular set (1 ms) [ok]: SADD, SCARD, SISMEMBER, SMISMEMBER, SMEMBERS basics - intset (1 ms) [ok]: SMISMEMBER against non set (0 ms) [ok]: SMISMEMBER non existing key (0 ms) [ok]: SMISMEMBER requires one or more members (0 ms) [ok]: SADD against non set (0 ms) [ok]: SADD a non-integer against an intset (0 ms) [ok]: SADD an integer larger than 64 bits (0 ms) [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics - listpack (59 ms) [ok]: ZRANGEBYSCORE with WITHSCORES - listpack (1 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 (2 ms) [ok]: SADD overflows the maximum allowed integers in an intset (61 ms) [ok]: Variadic SADD (0 ms) [ok]: latencystats: disable/enable (1 ms) [ok]: latencystats: configure percentiles (1 ms) [ok]: latencystats: bad configure percentiles (1 ms) [ok]: latencystats: blocking commands (2 ms) [ok]: latencystats: subcommands (1 ms) [ok]: Regression for quicklist #3343 bug (139 ms) [ok]: ZLEXCOUNT advanced - listpack (53 ms) [ok]: ZRANGEBYSLEX with LIMIT - listpack (1 ms) [ok]: ZRANGEBYLEX with invalid lex range specifiers - listpack (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]: Check compression with recompress (43 ms) [ok]: Crash due to wrongly recompress after lrem (1 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]: errorstats: failed call within LUA (8 ms) [ok]: errorstats: failed call NOSCRIPT error (2 ms) [ok]: errorstats: failed call NOGROUP error (1 ms) [ok]: errorstats: rejected call unknown command (1 ms) [ok]: errorstats: rejected call within MULTI/EXEC (1 ms) [ok]: errorstats: rejected call due to wrong arity (0 ms) [ok]: errorstats: rejected call by OOM error (0 ms) [ok]: errorstats: rejected call by authorization error (1 ms) [ok]: errorstats: blocking commands (2 ms) [ok]: ZREMRANGEBYSCORE basics - listpack (82 ms) [ok]: ZREMRANGEBYSCORE with non-value min or max - listpack (1 ms) [1/83 done]: unit/info-command (1 seconds) Testing unit/type/stream [2/83 done]: unit/printver (1 seconds) Testing unit/type/stream-cgroups [ok]: ZREMRANGEBYRANK basics - listpack (45 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]: Protocol desync regression test #1 (317 ms) [ok]: ZUNION/ZINTER with AGGREGATE MAX - listpack (0 ms) [ok]: ZINTERSTORE basics - listpack (1 ms) [ok]: ZINTER basics - listpack (0 ms) [ok]: ZINTERCARD with illegal arguments (0 ms) [ok]: ZINTERCARD basics - listpack (0 ms) [ok]: ZINTER RESP3 - listpack (0 ms) [ok]: ZINTERSTORE with weights - listpack (0 ms) [ok]: ZINTER with weights - listpack (0 ms) [ok]: ZINTERSTORE with a regular set and weights - listpack (0 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 (1 ms) [ok]: ZINTERSTORE with +inf/-inf scores - listpack (1 ms) [ok]: ZINTERSTORE with NaN weights - listpack (0 ms) [3/83 done]: unit/type/incr (1 seconds) Testing unit/sort [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 (1 ms) [ok]: XADD wrong number of args (0 ms) [ok]: XADD can add entries into a stream that XRANGE can fetch (1 ms) [ok]: XADD IDs are incremental (0 ms) [ok]: XADD IDs are incremental when ms is the same as well (0 ms) [ok]: XADD IDs correctly report an error when overflowing (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 (0 ms) [ok]: XADD auto-generated sequence can't be smaller than last ID (1 ms) [ok]: XADD auto-generated sequence can't overflow (0 ms) [ok]: XADD 0-* should succeed (0 ms) [ok]: SCAN COUNT (740 ms) [ok]: XGROUP CREATE: creation and duplicate group name detection (0 ms) [ok]: XGROUP CREATE: automatic stream creation fails without MKSTREAM (0 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 (1 ms) [ok]: XPENDING only group (0 ms) [ok]: XPENDING with IDLE (20 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 (1 ms) [ok]: PEL NACK reassignment after XGROUP SETID event (1 ms) [ok]: XREADGROUP will not report data on empty history. Bug #5577 (0 ms) [ok]: XREADGROUP history reporting of deleted entries. Bug #5570 (0 ms) [ok]: AUTH fails when a wrong password is given (0 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 (0 ms) [ok]: For unauthenticated clients multibulk and bulk length are limited (1 ms) [ok]: Set encoding after DEBUG RELOAD (659 ms) [ok]: SREM basics - regular set (1 ms) [ok]: SREM basics - intset (0 ms) [ok]: SREM with multiple arguments (1 ms) [ok]: SREM variadic version with more args needed to destroy the key (0 ms) [ok]: SINTERCARD with illegal arguments (1 ms) [ok]: SINTERCARD against non-set should throw error (0 ms) [ok]: SINTERCARD against non-existing key (1 ms) [ok]: HRANDFIELD with - hashtable (941 ms) [ok]: Blocking XREADGROUP will not reply with an empty array (109 ms) [ok]: Blocking XREADGROUP: key deleted (0 ms) [ok]: Blocking XREADGROUP: key type changed with SET (1 ms) [ok]: Blocking XREADGROUP: key type changed with transaction (1 ms) [ok]: Blocking XREADGROUP: flushed DB (4 ms) [ok]: Blocking XREADGROUP: swapped DB, key doesn't exist (3 ms) [ok]: Old Ziplist: SORT BY key (1 ms) [ok]: Old Ziplist: SORT BY key with limit (1 ms) [ok]: Old Ziplist: SORT BY hash field (0 ms) [ok]: Blocking XREADGROUP: swapped DB, key is not a stream (2 ms) [ok]: Blocking XREAD: key deleted (1 ms) [ok]: Blocking XREAD: key type changed with SET (2 ms) [ok]: Protocol desync regression test #2 (589 ms) [ok]: DEL against expired key (1101 ms) [ok]: EXISTS (0 ms) [ok]: Zero length value in key. SET/GET/EXISTS (1 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 (1 ms) [ok]: Blocking XREADGROUP for stream that ran dry (issue #5299) (87 ms) [ok]: RENAME against already existing key (2 ms) [ok]: RENAMENX basic usage (2 ms) [ok]: RENAMENX against already existing key (1 ms) [ok]: RENAMENX against already existing key (2) (0 ms) [ok]: RENAME against non existing source key (1 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) (1 ms) [ok]: RENAME where source and dest key are the same (non existing) (1 ms) [ok]: Blocking XREADGROUP will ignore BLOCK if ID is not > (7 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 (1 ms) [ok]: DEL all keys again (DB 0) (1 ms) [ok]: DEL all keys again (DB 1) (0 ms) [ok]: XGROUP DESTROY should unblock XREADGROUP with -NOGROUP (4 ms) [ok]: COPY basic usage for string (2 ms) [ok]: COPY for string does not replace an existing key without REPLACE option (0 ms) [ok]: COPY for string can replace an existing key with REPLACE option (1 ms) [ok]: RENAME can unblock XREADGROUP with data (2 ms) [ok]: COPY for string ensures that copied data is independent of copying data (2 ms) [ok]: RENAME can unblock XREADGROUP with -NOGROUP (2 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 (8 ms) [ok]: COPY basic usage for listpack hash (1 ms) [ok]: Test LPUSH and LPOP on plain nodes (4 ms) [ok]: Test LINDEX and LINSERT on plain nodes (1 ms) [ok]: Test LTRIM on plain nodes (1 ms) [ok]: Test LREM on plain nodes (0 ms) [ok]: Test LPOS on plain nodes (1 ms) [ok]: Test LMOVE on plain nodes (1 ms) [ok]: Test LSET with packed / plain combinations (3 ms) [ok]: Test LSET with packed is split in the middle (1 ms) [ok]: XADD with MAXLEN option (454 ms) [ok]: COPY basic usage for hashtable hash (142 ms) [ok]: MIGRATE is caching connections (1190 ms) [ok]: Generated sets must be encoded as hashtable (0 ms) [ok]: SINTER with two sets - hashtable (0 ms) [4/83 done]: unit/info (2 seconds) Testing unit/expire [ok]: Test LSET with packed consist only one item (136 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]: SINTERCARD with two sets - hashtable (0 ms) [ok]: SINTERSTORE with two sets - hashtable (0 ms) [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - hashtable (14 ms) [ok]: SUNION with two sets - hashtable (4 ms) [ok]: SUNIONSTORE with two sets - hashtable (5 ms) [ok]: Protocol desync regression test #3 (387 ms) [ok]: SCAN MATCH (624 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]: SUNION with non existing keys - hashtable (5 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 (0 ms) [ok]: test big number parsing (0 ms) [ok]: test bool parsing (1 ms) [ok]: test verbatim str parsing (0 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 (3 ms) [ok]: test large number of args (136 ms) [ok]: test argument rewriting - issue 9598 (1 ms) [ok]: XADD with MAXLEN option and the '=' argument (477 ms) [ok]: XCLAIM can claim PEL items from another consumer (610 ms) [ok]: COPY basic usage for stream (500 ms) [ok]: COPY basic usage for stream-cgroups (51 ms) [ok]: MOVE basic usage (0 ms) [ok]: MOVE against key existing in the target DB (7 ms) [ok]: MOVE against non-integer DB (#1428) (0 ms) [ok]: MOVE can move key expire metadata as well (8 ms) [ok]: MOVE does not create an expire if it does not exist (0 ms) [ok]: SET/GET keys in different DBs (3 ms) [ok]: RANDOMKEY (27 ms) [ok]: RANDOMKEY against empty DB (1 ms) [ok]: RANDOMKEY regression 1 (0 ms) [ok]: Generated sets must be encoded as intset (0 ms) [ok]: SINTER with two sets - intset (0 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 (22 ms) [ok]: SUNION with two sets - intset (5 ms) [ok]: KEYS * two times with long key, Github issue #1208 (0 ms) [ok]: EXPIRE - set timeouts multiple times (1 ms) [ok]: EXPIRE - It should be still possible to read 'x' (0 ms) [ok]: SUNIONSTORE with two sets - intset (4 ms) [ok]: SINTER against three sets - intset (0 ms) [ok]: SINTERCARD against three sets - intset (1 ms) [ok]: SINTERSTORE with three sets - intset (0 ms) [ok]: SUNION with non existing keys - intset (4 ms) [ok]: AUTH fails when binary password is wrong (0 ms) [ok]: AUTH succeeds when binary password is correct (0 ms) [ok]: SDIFF with two sets - intset (1 ms) [ok]: SDIFF with three sets - intset (0 ms) [ok]: SDIFFSTORE with three sets - intset (0 ms) [ok]: SINTER/SUNION/SDIFF with three same sets - intset (4 ms) [ok]: HRANDFIELD with - listpack (1108 ms) [ok]: SDIFF with first set empty (0 ms) [ok]: SDIFF with same set two times (0 ms) [ok]: XADD with MAXLEN option and the '~' argument (418 ms) [ok]: XCLAIM without JUSTID increments delivery count (402 ms) [ok]: XADD with NOMKSTREAM option (1 ms) [ok]: LPOS basic usage (0 ms) [ok]: LPOS RANK (positive, negative and zero rank) option (1 ms) [ok]: LPOS COUNT option (0 ms) [ok]: LPOS COUNT + RANK option (1 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 (2 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 (0 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 (1 ms) [ok]: DEL a list (0 ms) [ok]: BLPOP: single existing list - linkedlist (1 ms) [ok]: BLPOP: multiple existing lists - linkedlist (1 ms) [ok]: BLPOP: second list has an entry - linkedlist (1 ms) [ok]: BLMPOP_LEFT: single existing list - linkedlist (1 ms) [ok]: BLMPOP_LEFT: multiple existing lists - linkedlist (1 ms) [ok]: BLMPOP_LEFT: second list has an entry - linkedlist (1 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 (1 ms) [ok]: BLPOP: single existing list - ziplist (1 ms) [5/83 done]: unit/keyspace (3 seconds) Testing unit/other [ok]: SCAN TYPE (773 ms) [ok]: SSCAN with encoding intset (2 ms) [ok]: SSCAN with encoding hashtable (1 ms) [ok]: Old Linked list: SORT BY key (109 ms) [ok]: Old Linked list: SORT BY key with limit (1 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 (0 ms) [ok]: BLMPOP_LEFT: multiple existing lists - ziplist (1 ms) [ok]: BLMPOP_LEFT: second list has an entry - ziplist (0 ms) [ok]: BRPOPLPUSH - ziplist (0 ms) [ok]: BLMOVE left left - ziplist (0 ms) [ok]: BLMOVE left right - ziplist (1 ms) [ok]: HSCAN with encoding listpack (64 ms) [ok]: Old Linked list: SORT BY hash field (55 ms) [ok]: XCLAIM same consumer (201 ms) [ok]: BLMOVE right left - ziplist (1 ms) [ok]: BLMOVE right right - ziplist (1 ms) [ok]: BLPOP, LPUSH + DEL should not awake blocked client (102 ms) [ok]: HSCAN with encoding hashtable (204 ms) [ok]: ZSCAN with encoding listpack (2 ms) [ok]: BLPOP, LPUSH + DEL + SET should not awake blocked client (101 ms) [ok]: XADD with MINID option (442 ms) [ok]: XTRIM with MINID option (0 ms) [ok]: XTRIM with MINID option, big delta from master record (1 ms) [ok]: SAVE - make sure there are all the types as values (17 ms) [ok]: BLMPOP_LEFT, LPUSH + DEL should not awake blocked client (101 ms) [ok]: Regression for a crash with blocking ops and pipelining (1 ms) [ok]: BLMPOP_LEFT, LPUSH + DEL + SET should not awake blocked client (102 ms) [ok]: BLPOP with same key multiple times should work (issue #801) (1 ms) [ok]: ZSCAN with encoding skiplist (232 ms) [ok]: HSET/HLEN - Big hash creation (666 ms) [ok]: Is the big hash encoded with an hash table? (1 ms) [ok]: HGET against the small hash (0 ms) [ok]: Stress tester for #3343-alike bugs comp: 2 (2387 ms) [ok]: MULTI/EXEC is isolated from the point of view of BLPOP (101 ms) [ok]: BLPOP with variadic LPUSH (1 ms) [ok]: XAUTOCLAIM can claim PEL items from another consumer (603 ms) [ok]: SCAN guarantees check under write load (128 ms) [ok]: SSCAN with integer encoded object (issue #1345) (1 ms) [ok]: SSCAN with PATTERN (0 ms) [ok]: HSCAN with PATTERN (0 ms) [ok]: ZSCAN with PATTERN (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 (1 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 (0 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 (1 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 (1 ms) [ok]: BRPOPLPUSH with wrong destination type (1 ms) [ok]: BRPOPLPUSH maintains order of elements after failure (1 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 (0 ms) [ok]: BRPOPLPUSH inside a transaction (1 ms) [ok]: PUSH resulting from BRPOPLPUSH affect WATCH (1 ms) [ok]: BRPOPLPUSH does not affect WATCH while still blocked (1 ms) [6/83 done]: unit/protocol (4 seconds) Testing unit/multi [ok]: XAUTOCLAIM as an iterator (201 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 (1 ms) [ok]: XCLAIM with trimming (0 ms) [ok]: XINFO FULL output (3 ms) [ok]: XGROUP CREATECONSUMER: create consumer if does not exist (1 ms) [ok]: XGROUP CREATECONSUMER: group must exist (0 ms) [ok]: ZSCAN scores: regression test for issue #2175 (264 ms) [ok]: HGET against the big hash (545 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]: MASTERAUTH test with binary password (803 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 (1 ms) [ok]: EXEC fails if there are errors while queueing commands #1 (0 ms) [ok]: EXEC fails if there are errors while queueing commands #2 (1 ms) [ok]: If EXEC aborts, the client MULTI state is cleared (1 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) (1 ms) [ok]: EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty (0 ms) [ok]: HMSET - big hash (179 ms) [ok]: HMGET against non existing key and fields (0 ms) [ok]: HMGET against wrong type (1 ms) [ok]: HMGET - small hash (0 ms) [ok]: HMGET - big hash (65 ms) [ok]: HKEYS - small hash (1 ms) [ok]: XREADGROUP with NOACK creates consumer (7 ms) [ok]: EXEC fail on lazy expired WATCHed key (101 ms) [ok]: WATCH stale keys should not fail EXEC (3 ms) [ok]: Delete WATCHed stale keys should not fail EXEC (3 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 (1 ms) [ok]: It is possible to UNWATCH (1 ms) [ok]: UNWATCH when there is nothing watched works as expected (0 ms) [ok]: FLUSHALL is able to touch the watched keys (17 ms) [ok]: FLUSHALL does not touch non affected keys (3 ms) [ok]: FLUSHDB is able to touch the watched keys (0 ms) [ok]: FLUSHDB does not touch non affected keys (1 ms) [ok]: SWAPDB is able to touch the watched keys that exist (3 ms) [ok]: SWAPDB is able to touch the watched keys that do not exist (4 ms) [ok]: SWAPDB does not touch watched stale keys (10 ms) [ok]: SWAPDB does not touch non-existing key replaced with stale key (5 ms) [ok]: HKEYS - big hash (95 ms) [ok]: SWAPDB does not touch stale key replaced with another stale key (18 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]: HVALS - small hash (0 ms) [ok]: Consumer without PEL is present in AOF after AOFRW (191 ms) [ok]: HVALS - big hash (1 ms) [ok]: HGETALL - small hash (0 ms) [ok]: BRPOPLPUSH timeout (1015 ms) [ok]: SWAPDB awakes blocked client (14 ms) [ok]: HGETALL - big hash (219 ms) [ok]: HDEL and return value (1 ms) [ok]: HDEL - more than a single value (1 ms) [ok]: HDEL - hash becomes empty before deleting all specified fields (0 ms) [ok]: HEXISTS (1 ms) [ok]: Is a ziplist encoded Hash promoted on big payload? (0 ms) [ok]: HINCRBY against non existing database key (1 ms) [ok]: HINCRBY against non existing hash key (0 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]: EXPIRE - After 2.1 seconds the key should no longer be here (2100 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 (1 ms) [ok]: SETEX - Overwrite old key (0 ms) [ok]: HINCRBY over 32bit value with over 32bit increment (53 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 (1 ms) [ok]: HINCRBYFLOAT against non existing database key (0 ms) [ok]: HINCRBYFLOAT against non existing hash key (0 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 (1 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 (0 ms) [ok]: HSTRLEN against the small hash (1 ms) [7/83 done]: unit/auth (5 seconds) Testing unit/quit [ok]: SWAPDB wants to wake blocked client, but the key already expired (206 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]: MULTI + LPUSH + EXPIRE + DEBUG SLEEP on blocked client, key already expired (299 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 (1 ms) [ok]: BLMPOP_LEFT when result key is created by SORT..STORE (0 ms) [ok]: BLPOP: with single empty list argument (0 ms) [ok]: BLPOP: with negative timeout (1 ms) [ok]: BLPOP: with non-integer timeout (0 ms) [ok]: QUIT returns OK (1 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]: HSTRLEN against the big hash (493 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 (2 ms) [ok]: Hash ziplist regression test for large keys (0 ms) [ok]: Stress tester for #3343-alike bugs comp: 1 (1880 ms) [ok]: Consumer group last ID propagation to slave (NOACK=0) (103 ms) [ok]: WATCH will consider touched expired keys (1116 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=1) (102 ms) [ok]: Hash fuzzing #1 - 10 fields (257 ms) [ok]: MULTI / EXEC is not propagated (single write command) (83 ms) [8/83 done]: unit/quit (1 seconds) Testing unit/aofrw [ok]: Hash fuzzing #2 - 10 fields (127 ms) [ok]: MULTI / EXEC is propagated correctly (multiple commands) (100 ms) [ok]: MULTI / EXEC is propagated correctly (multiple commands with SELECT) (101 ms) [ok]: SETEX - Wait for the key to expire (1100 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) (101 ms) [ok]: Very big payload random access (5214 ms) [ok]: BLPOP: with zero timeout should block indefinitely (1002 ms) [ok]: BLPOP: second argument is not a list (1 ms) [ok]: Replication tests of XCLAIM with deleted entries (autclaim=0) (811 ms) [ok]: Replication tests of XCLAIM with deleted entries (autclaim=1) (2 ms) [ok]: Stress tester for #3343-alike bugs comp: 0 (1748 ms) [ok]: MULTI / EXEC is propagated correctly (read-only commands) (1303 ms) [ok]: MULTI / EXEC is propagated correctly (write command, no effect) (101 ms) [ok]: BLPOP: timeout (1096 ms) [ok]: BLPOP: arguments are empty (1 ms) [ok]: BRPOP: with single empty list argument (1 ms) [ok]: BRPOP: with negative timeout (0 ms) [ok]: BRPOP: with non-integer timeout (0 ms) [ok]: MULTI / EXEC with REPLICAOF (101 ms) [ok]: DISCARD should not fail during OOM (1 ms) [ok]: EXPIRE precision is now the millisecond (2003 ms) [ok]: MULTI and script timeout (467 ms) [ok]: PSETEX can set sub-second expires (101 ms) [ok]: PEXPIRE can set sub-second expires (102 ms) [ok]: FUZZ stresser with data model binary (4872 ms) [ok]: PEXPIREAT can set sub-second expires (202 ms) [ok]: TTL returns time to live in seconds (0 ms) [ok]: PTTL returns time to live in milliseconds (1 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 (1 ms) [ok]: PEXPIRETIME returns absolute expiration time in milliseconds (0 ms) [ok]: EXEC and script timeout (461 ms) [ok]: BRPOP: with zero timeout should block indefinitely (1001 ms) [ok]: BRPOP: second argument is not a list (1 ms) [ok]: Empty stream with no lastid can be rewrite into AOF correctly (160 ms) [ok]: MULTI-EXEC body and script timeout (436 ms) [ok]: Redis should actively expire keys incrementally (603 ms) [ok]: just EXEC and script timeout (445 ms) [ok]: exec with write commands and state change (1 ms) [ok]: exec with read commands and stale replica state change (2 ms) [ok]: EXEC with only read commands should not be rejected when OOM (1 ms) [ok]: EXEC with at least one use-memory command should fail (0 ms) [ok]: Blocking commands ignores the timeout (1 ms) [ok]: BRPOP: timeout (1100 ms) [ok]: BRPOP: arguments are empty (1 ms) [ok]: BLMPOP_LEFT: with single empty list argument (1 ms) [ok]: BLMPOP_LEFT: with negative timeout (1 ms) [ok]: BLMPOP_LEFT: with non-integer timeout (0 ms) [ok]: MULTI propagation of PUBLISH (297 ms) [ok]: MULTI propagation of SCRIPT LOAD (200 ms) [9/83 done]: unit/type/stream-cgroups (9 seconds) Testing unit/acl [ok]: MULTI propagation of EVAL (100 ms) [ok]: Redis should lazy expire keys (1002 ms) [ok]: MULTI propagation of SCRIPT FLUSH (101 ms) [ok]: MULTI propagation of XREADGROUP (101 ms) [ok]: MULTI with SAVE (1 ms) [ok]: MULTI with SHUTDOWN (0 ms) [ok]: MULTI with BGREWRITEAOF (204 ms) [ok]: Connections start with the default user (0 ms) [ok]: It is possible to create new users (0 ms) [ok]: Usernames can not contain spaces or null characters (1 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 (1 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 (1 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 (1 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 (1 ms) [ok]: It's possible to allow subscribing to a subset of channels (1 ms) [ok]: It's possible to allow subscribing to a subset of shard channels (0 ms) [ok]: It's possible to allow subscribing to a subset of channel patterns (1 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 (1 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 (0 ms) [ok]: ACLs can exclude single commands (1 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 (0 ms) [ok]: ACLs cannot include a subcommand with a specific arg (1 ms) [ok]: ACLs cannot exclude or include a container commands with a specific arg (0 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 (2 ms) [ok]: ACLs set can exclude subcommands, if already full command exists (72 ms) [ok]: ACL GETUSER is able to translate back command permissions (1 ms) [ok]: BLMPOP_LEFT: with zero timeout should block indefinitely (1002 ms) [ok]: BLMPOP_LEFT: second argument is not a list (1 ms) [ok]: MULTI with config set appendonly (246 ms) [ok]: MULTI with config error (1 ms) [ok]: ACL GETUSER provides reasonable results (175 ms) [ok]: ACL CAT with illegal arguments (0 ms) [ok]: ACL CAT without category - list all categories (0 ms) [ok]: ACL CAT category - list all commands/subcommands that belong to category (1 ms) [ok]: ACL requires explicit permission for scripting for EVAL_RO, EVALSHA_RO and FCALL_RO (0 ms) [ok]: ACL #5998 regression: memory leaks adding / removing subcommands (0 ms) [ok]: ACL LOG shows failed command executions at toplevel (0 ms) [ok]: ACL LOG shows failed subcommand executions at toplevel (0 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 (5 ms) [ok]: ACL LOG RESET is able to flush the entries in the log (9 ms) [ok]: ACL LOG can distinguish the transaction context (1) (0 ms) [ok]: ACL LOG can distinguish the transaction context (2) (32 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 (38 ms) [ok]: ACL LOG can log failed auth attempts (0 ms) [ok]: ACL LOG entries are limited to a maximum amount (1 ms) [ok]: When default user is off, new connections are not authenticated (0 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 (0 ms) [ok]: Delete a user that the client doesn't use (1 ms) [ok]: Delete a user that the client is using (0 ms) [ok]: ACL GENPASS command failed test (0 ms) [ok]: Default user can not be removed (0 ms) [ok]: ACL load non-existing configured ACL file (0 ms) [ok]: EXPIRE should not resurrect keys (issue #1026) (1002 ms) [ok]: 5 keys in, 5 keys out (1 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 (0 ms) [ok]: SET with EX with smallest integer should report an error (0 ms) [ok]: GETEX with big integer should report an error (1 ms) [ok]: GETEX with smallest integer should report an error (0 ms) [ok]: EXPIRE with big integer overflows when converted to milliseconds (0 ms) [ok]: PEXPIRE with big integer overflow when basetime is added (1 ms) [ok]: EXPIRE with big negative integer (0 ms) [ok]: PEXPIREAT with big integer works (0 ms) [ok]: PEXPIREAT with big negative integer works (1 ms) [ok]: BLMPOP_LEFT: timeout (1100 ms) [ok]: BLMPOP_LEFT: arguments are empty (1 ms) [ok]: BLMPOP_RIGHT: with single empty list argument (0 ms) [ok]: BLMPOP_RIGHT: with negative timeout (1 ms) [ok]: BLMPOP_RIGHT: with non-integer timeout (1 ms) [ok]: ziplist implementation: value encoding and backlink (4612 ms) [ok]: MULTI with FLUSHALL and AOF (19 ms) [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 (1 ms) [ok]: default: with config acl-pubsub-default resetchannels after reset, can not access any channels (0 ms) [ok]: Alice: can execute all command (1 ms) [ok]: Bob: just execute @set and acl command (0 ms) [ok]: ACL load and save (2 ms) [ok]: ACL load and save with restricted channels (2 ms) [10/83 done]: unit/multi (8 seconds) Testing unit/acl-v2 [ok]: BLMPOP_RIGHT: with zero timeout should block indefinitely (1002 ms) [ok]: BLMPOP_RIGHT: second argument is not a list (0 ms) [ok]: Test basic multiple selectors (1 ms) [ok]: Test ACL selectors by default have no permissions (0 ms) [ok]: Test deleting selectors (1 ms) [ok]: Test selector syntax error reports the error in the selector context (1 ms) [ok]: Test flexible selector definition (2 ms) [ok]: Test separate read permission (1 ms) [ok]: Test separate write permission (0 ms) [ok]: Test separate read and write permissions (1 ms) [ok]: Test separate read and write permissions on different selectors are not additive (1 ms) [ok]: Test SET with separate read permission (1 ms) [ok]: Test SET with separate write permission (0 ms) [ok]: Test SET with read and write permissions (0 ms) [ok]: Test BITFIELD with separate read permission (0 ms) [ok]: Test BITFIELD with separate write permission (1 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 (0 ms) [ok]: Test ACL list idempotency (9 ms) [ok]: Test R+W is the same as all permissions (57 ms) [ok]: Test basic dry run functionality (0 ms) [ok]: Test various commands for command permissions (1 ms) [ok]: Test various odd commands for key permissions (1 ms) [ok]: Existence test commands are not marked as access (13 ms) [ok]: Intersection cardinaltiy commands are access commands (0 ms) [ok]: Test general keyspace commands require some type of permission to execute (0 ms) [ok]: Cardinality commands require some type of permission to execute (7 ms) [ok]: Test sharded channel permissions (4 ms) [ok]: Test sort with ACL permissions (1 ms) [ok]: Test DRYRUN with wrong number of arguments (2 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 (1 ms) [ok]: Single channel is not valid with allchannels (0 ms) [ok]: All time-to-live(TTL) in commands are propagated as absolute timestamp in milliseconds in AOF (2141 ms) [ok]: BLMPOP_RIGHT: timeout (1095 ms) [ok]: BLMPOP_RIGHT: arguments are empty (1 ms) [ok]: BLPOP inside a transaction (0 ms) [ok]: BLMPOP_LEFT inside a transaction (1 ms) [ok]: BLMPOP propagate as pop with count command to replica (200 ms) [ok]: LPUSHX, RPUSHX - generic (1 ms) [ok]: LPUSHX, RPUSHX - linkedlist (0 ms) [ok]: LINSERT - linkedlist (1 ms) [ok]: LPUSHX, RPUSHX - ziplist (0 ms) [ok]: LINSERT - ziplist (2 ms) [ok]: LINSERT raise error on bad syntax (0 ms) [ok]: Test behavior of loading ACLs (1 ms) [ok]: LINDEX consistency test - quicklist (207 ms) [ok]: All TTL in commands are propagated as absolute timestamp in replication stream (109 ms) [ok]: Only default user has access to all channels irrespective of flag (1 ms) [ok]: LINDEX random access - quicklist (247 ms) [11/83 done]: unit/acl-v2 (2 seconds) Testing unit/latency-monitor [ok]: First server should have role slave after REPLICAOF (1 ms) [ok]: FUZZ stresser with data model alpha (6626 ms) [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist (543 ms) [ok]: For all replicated TTL-related commands, absolute expire times are identical on primary and replica (64 ms) [ok]: LATENCY HISTOGRAM with empty histogram (0 ms) [ok]: LATENCY HISTOGRAM all commands (1 ms) [ok]: LATENCY HISTOGRAM sub commands (1 ms) [ok]: LATENCY HISTOGRAM with a subset of commands (0 ms) [ok]: LATENCY HISTOGRAM command (0 ms) [ok]: LATENCY HISTOGRAM with wrong command name skips the invalid one (1 ms) [ok]: default: load from config file, without channel permission default user can't access any channels (0 ms) [ok]: SET command will remove expire (0 ms) [ok]: SET - use KEEPTTL option, TTL should not be removed (1 ms) [ok]: SET 10000 numeric keys and access all them in reverse order (9484 ms) [ok]: DBSIZE should be 10000 now (0 ms) [ok]: SETNX target key missing (0 ms) [ok]: SETNX target key exists (1 ms) [ok]: SETNX against not-expired volatile key (0 ms) [ok]: LINDEX consistency test - quicklist (684 ms) [ok]: LINDEX random access - quicklist (495 ms) [ok]: default: load from config file with all channels permissions (0 ms) [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist (905 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 (1 ms) [ok]: RPOPLPUSH base case - linkedlist (0 ms) [ok]: LMOVE left left base case - linkedlist (58 ms) [ok]: LMOVE left right base case - linkedlist (0 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 (1 ms) [ok]: LMOVE left right with linkedlist source and existing target linkedlist (1 ms) [ok]: LMOVE right left with linkedlist source and existing target linkedlist (1 ms) [ok]: LMOVE right right with linkedlist source and existing target linkedlist (0 ms) [ok]: RPOPLPUSH with linkedlist source and existing target ziplist (0 ms) [ok]: MIGRATE cached connections are released after some time (15002 ms) [ok]: LMOVE left left with linkedlist source and existing target ziplist (66 ms) [ok]: LMOVE left right with linkedlist source and existing target ziplist (0 ms) [ok]: LMOVE right left with linkedlist source and existing target ziplist (1 ms) [ok]: LMOVE right right with linkedlist source and existing target ziplist (1 ms) [ok]: RPOPLPUSH base case - ziplist (0 ms) [ok]: LMOVE left left base case - ziplist (1 ms) [ok]: LMOVE left right base case - ziplist (1 ms) [ok]: LMOVE right left base case - ziplist (0 ms) [ok]: LMOVE right right base case - ziplist (0 ms) [ok]: RPOPLPUSH with the same list as src and dst - ziplist (60 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 (16 ms) [ok]: LMOVE right left with the same list as src and dst - ziplist (0 ms) [ok]: LMOVE right right with the same list as src and dst - ziplist (1 ms) [ok]: RPOPLPUSH with ziplist source and existing target linkedlist (0 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 (1 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 (0 ms) [ok]: RPOPLPUSH with ziplist source and existing target ziplist (1 ms) [ok]: LMOVE left left with ziplist source and existing target ziplist (1 ms) [ok]: LMOVE left right with ziplist source and existing target ziplist (54 ms) [ok]: LMOVE right left with ziplist source and existing target ziplist (0 ms) [ok]: LMOVE right right with ziplist source and existing target ziplist (0 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 (0 ms) [ok]: LPOP/RPOP/LMPOP against empty list (0 ms) [ok]: LPOP/RPOP/LMPOP NON-BLOCK or BLOCK against non list value (64 ms) [ok]: SET - use KEEPTTL option, TTL should not be removed after loadaof (2003 ms) [ok]: GETEX use of PERSIST option should remove TTL (1 ms) [ok]: Test loading an ACL file with duplicate users (108 ms) [ok]: Mass RPOP/LPOP - quicklist (186 ms) [ok]: Test loading an ACL file with duplicate default user (100 ms) [ok]: Test loading duplicate users in config on startup (113 ms) [ok]: MIGRATE is able to migrate a key between two instances (854 ms) [ok]: Mass RPOP/LPOP - quicklist (461 ms) [ok]: LMPOP with illegal argument (1 ms) [ok]: LMPOP single existing list (2 ms) [ok]: LMPOP multiple existing lists (1 ms) [ok]: LMPOP propagate as pop with count command to replica (96 ms) [ok]: LRANGE basics - linkedlist (1 ms) [ok]: LRANGE inverted indexes - linkedlist (2 ms) [ok]: LRANGE out of range indexes including the full list - linkedlist (1 ms) [ok]: LRANGE out of range negative end index - linkedlist (0 ms) [ok]: LRANGE basics - ziplist (1 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 (1 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 (66 ms) [ok]: LTRIM out of range negative end index - linkedlist (1 ms) [ok]: LTRIM basics - ziplist (4 ms) [ok]: Hash fuzzing #1 - 512 fields (12508 ms) [ok]: LTRIM out of range negative end index - ziplist (1 ms) [ok]: LSET - linkedlist (0 ms) [ok]: LSET out of range index - linkedlist (1 ms) [ok]: LSET - ziplist (1 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 (0 ms) [ok]: LREM remove the first occurrence - linkedlist (1 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]: LREM deleting objects that may be int encoded - linkedlist (0 ms) [ok]: LREM remove all the occurrences - ziplist (1 ms) [ok]: LREM remove the first occurrence - ziplist (0 ms) [ok]: LREM remove non existing element - ziplist (1 ms) [ok]: LREM starting from tail with negative count - ziplist (0 ms) [ok]: LREM starting from tail with negative count (2) - ziplist (1 ms) [ok]: LREM deleting objects that may be int encoded - ziplist (0 ms) [ok]: Test latency events logging (3401 ms) [ok]: LATENCY HISTORY output is ok (1 ms) [ok]: LATENCY LATEST output is ok (0 ms) [ok]: Regression for bug 593 - chaining BRPOPLPUSH with other blocking cmds (1068 ms) [ok]: client unblock tests (3 ms) [ok]: client unblock tests (2 ms) [ok]: MIGRATE is able to copy a key between two instances (1435 ms) [ok]: GETEX use of PERSIST option should remove TTL after loadaof (2001 ms) [ok]: List ziplist of various encodings (47 ms) [ok]: List ziplist of various encodings - sanitize dump (1 ms) [ok]: GETEX propagate as to replica as PERSIST, DEL, or nothing (64 ms) [ok]: EXPIRE with NX option on a key with ttl (0 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 (0 ms) [ok]: EXPIRE with GT option on a key with higher ttl (1 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 (1 ms) [ok]: EXPIRE with LT option on a key without ttl (0 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 (1 ms) [ok]: EXPIRE with conflicting options: NX GT (0 ms) [ok]: EXPIRE with conflicting options: NX LT (0 ms) [ok]: EXPIRE with conflicting options: NX XX (0 ms) [ok]: EXPIRE with unsupported options (0 ms) [ok]: EXPIRE with unsupported options (1 ms) [ok]: EXPIRE with negative expiry (0 ms) [ok]: EXPIRE with negative expiry on a non-valitale key (0 ms) [ok]: EXPIRE with non-existed key (1 ms) [ok]: ACL from config file and config rewrite (1216 ms) [12/83 done]: unit/type/list (20 seconds) Testing integration/block-repl [ok]: FUZZ stresser with data model compr (5027 ms) [13/83 done]: unit/expire (18 seconds) Testing integration/replication [ok]: XADD mass insertion and XLEN (16578 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 (0 ms) [ok]: MIGRATE will not overwrite existing keys, unless REPLACE is used (770 ms) [14/83 done]: unit/acl (10 seconds) Testing integration/replication-2 [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 (3 ms) [ok]: Slave enters handshake (0 ms) [ok]: BGSAVE (113 ms) [ok]: SELECT an out of range DB (0 ms) [ok]: MIGRATE propagates TTL correctly (759 ms) [ok]: Old Big Linked list: SORT BY key (3789 ms) [ok]: Old Big Linked list: SORT BY key with limit (4 ms) [ok]: First server should have role slave after SLAVEOF (101 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 (0 ms) [ok]: If min-slaves-to-write is honored, write is accepted (again) (0 ms) [ok]: SETNX against expired volatile key (5946 ms) [ok]: GETEX EX option (0 ms) [ok]: GETEX PX option (1 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]: GETDEL propagate as DEL command to replica (215 ms) [ok]: First server should have role slave after SLAVEOF (1003 ms) [ok]: GETEX without argument does not propagate to replica (301 ms) [ok]: MGET (5 ms) [ok]: MGET against non existing key (0 ms) [ok]: MGET against non-string key (1 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 (1 ms) [ok]: STRLEN against non-existing key (0 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 (1 ms) [ok]: SETBIT with out of range bit offset (0 ms) [ok]: SETBIT with non-bit argument (0 ms) [ok]: XRANGE can be used to iterate the whole stream (3821 ms) [ok]: No write if min-slaves-max-lag is > of the slave lag (2765 ms) [ok]: min-slaves-to-write is ignored by slaves (0 ms) [ok]: SETBIT fuzzing (2594 ms) [ok]: GETBIT against non-existing key (1 ms) [ok]: GETBIT against string-encoded key (0 ms) [ok]: GETBIT against integer-encoded key (1 ms) [ok]: SETRANGE against non-existing key (0 ms) [ok]: SETRANGE against string-encoded key (1 ms) [ok]: SETRANGE against integer-encoded key (1 ms) [ok]: SETRANGE against key with wrong type (0 ms) [ok]: SETRANGE with out of range offset (1 ms) [ok]: GETRANGE against non-existing key (0 ms) [ok]: GETRANGE against string value (0 ms) [ok]: GETRANGE against integer-encoded value (1 ms) [ok]: Old Big Linked list: SORT BY hash field (4051 ms) [ok]: Intset: SORT BY key (0 ms) [ok]: Intset: SORT BY key with limit (0 ms) [ok]: Intset: SORT BY hash field (1 ms) [ok]: Hash fuzzing #2 - 512 fields (7005 ms) [ok]: Check consistency of different data types after a reload (5000 ms) [ok]: Same dataset digest if saving/reloading as AOF? (830 ms) [ok]: EXPIRES after a reload (snapshot + append only file rewrite) (107 ms) [ok]: Hash table: SORT BY key (101 ms) [ok]: Hash table: SORT BY key with limit (1 ms) [ok]: Hash table: SORT BY hash field (92 ms) [ok]: AOF rewrite during write load: RDB preamble=yes (19927 ms) [ok]: EXPIRES after AOF reload (without rewrite) (2107 ms) [ok]: Slave is able to detect timeout during handshake (0 ms) [ok]: Set instance A as slave of B (102 ms) [ok]: INCRBYFLOAT replication, should not remove expire (2 ms) [ok]: GETSET replication (1 ms) [ok]: BRPOPLPUSH replication, when blocking against empty list (1 ms) [ok]: BRPOPLPUSH replication, list exists (1003 ms) [ok]: BLMOVE (left, left) replication, when blocking against empty list (1 ms) [ok]: SDIFF fuzzing (31936 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 (0 ms) [ok]: SUNION against non-set should throw error (1 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 (1 ms) [ok]: SPOP with =1 - hashtable (0 ms) [ok]: SRANDMEMBER - hashtable (77 ms) [ok]: SPOP basics - intset (43 ms) [ok]: SPOP with =1 - intset (1 ms) [ok]: SRANDMEMBER - intset (4 ms) [ok]: SPOP with (70 ms) [ok]: SPOP with (32 ms) [ok]: SPOP using integers, testing Knuth's and Floyd's algorithm (1 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 (0 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]: SRANDMEMBER with - hashtable (116 ms) [ok]: BLMOVE (left, left) replication, list exists (1002 ms) [ok]: BLMOVE (left, right) replication, when blocking against empty list (1 ms) [ok]: SRANDMEMBER with - intset (168 ms) [ok]: SRANDMEMBER histogram distribution - hashtable (710 ms) [ok]: BLMOVE (left, right) replication, list exists (1003 ms) [ok]: BLMOVE (right, left) replication, when blocking against empty list (1 ms) [ok]: SRANDMEMBER histogram distribution - intset (654 ms) [ok]: GETRANGE fuzzing (12310 ms) [ok]: Extended SET can detect syntax errors (0 ms) [ok]: Extended SET NX option (0 ms) [ok]: Extended SET XX option (0 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]: 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]: SMOVE basics - from regular set to intset (79 ms) [ok]: SMOVE basics - from intset to regular set (0 ms) [ok]: SMOVE non existing key (0 ms) [ok]: SMOVE non existing src set (0 ms) [ok]: SMOVE from regular set to non existing destination set (1 ms) [ok]: SMOVE from intset to non existing destination set (1 ms) [ok]: SMOVE wrong src key type (0 ms) [ok]: SMOVE wrong dst key type (0 ms) [ok]: SMOVE with identical source and destination (0 ms) [ok]: Extended SET PX option (65 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 (1 ms) [ok]: LCS indexes (0 ms) [ok]: LCS indexes with match len (1 ms) [ok]: LCS indexes with match len and minimum match len (0 ms) [ok]: SMOVE only notify dstset when the addition is successful (67 ms) [ok]: BLMOVE (right, left) replication, list exists (1002 ms) [ok]: BLMOVE (right, right) replication, when blocking against empty list (1 ms) [15/83 done]: unit/type/string (37 seconds) Testing integration/replication-3 [ok]: ZDIFF fuzzing - listpack (36325 ms) [ok]: ZPOPMIN with the count 0 returns an empty array (1 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 (1 ms) [ok]: ZMPOP_MIN/ZMPOP_MAX with count - listpack (73 ms) [ok]: BZPOPMIN/BZPOPMAX with a single existing sorted set - listpack (1 ms) [ok]: BZPOPMIN/BZPOPMAX with multiple existing sorted sets - listpack (1 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 (74 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX second sorted set has members - listpack (1 ms) [ok]: Basic ZPOPMIN/ZPOPMAX - listpack RESP3 (0 ms) [ok]: ZPOPMIN/ZPOPMAX with count - listpack RESP3 (0 ms) [ok]: Basic ZMPOP_MIN/ZMPOP_MAX - listpack RESP3 (0 ms) [ok]: ZMPOP_MIN/ZMPOP_MAX with count - listpack RESP3 (0 ms) [ok]: BZPOPMIN/BZPOPMAX - listpack RESP3 (67 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX - listpack RESP3 (1 ms) [ok]: Check encoding - skiplist (1 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 (0 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 (0 ms) [ok]: ZADD XX updates existing elements score - skiplist (1 ms) [ok]: ZADD GT updates existing elements when new scores are greater - skiplist (0 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 (1 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 (1 ms) [ok]: ZADD NX with non existing key - skiplist (0 ms) [ok]: ZADD NX only add new elements without updating old ones - skiplist (1 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 (0 ms) [ok]: ZADD INCR LT/GT replies with nill if score not updated - skiplist (1 ms) [ok]: ZADD INCR LT/GT with inf - skiplist (1 ms) [ok]: ZADD INCR works like ZINCRBY - skiplist (1 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 (1 ms) [ok]: ZINCRBY calls leading to NaN result in error - skiplist (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]: PIPELINING stresser (also a regression for the old epoll bug) (9179 ms) [ok]: APPEND basics (1 ms) [ok]: APPEND basics, integer encoded values (0 ms) [ok]: ZADD - Variadic version does not add nothing on single parsing err - $encoding (65 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 (1 ms) [ok]: ZCARD basics - skiplist (0 ms) [ok]: ZREM removes key after last element is removed - skiplist (0 ms) [ok]: ZREM variadic version - skiplist (1 ms) [ok]: ZREM variadic version -- remove elements after key deletion - skiplist (0 ms) [ok]: ZRANGE basics - skiplist (1 ms) [ok]: ZREVRANGE basics - skiplist (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 (0 ms) [ok]: ZINCRBY return value - skiplist (0 ms) [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics - skiplist (3 ms) [ok]: ZRANGEBYSCORE with WITHSCORES - skiplist (1 ms) [ok]: ZRANGEBYSCORE with LIMIT - skiplist (1 ms) [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES - skiplist (0 ms) [ok]: ZRANGEBYSCORE with non-value min or max - skiplist (51 ms) [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics - skiplist (1 ms) [ok]: ZLEXCOUNT advanced - skiplist (1 ms) [ok]: ZRANGEBYSLEX with LIMIT - skiplist (1 ms) [ok]: ZRANGEBYLEX with invalid lex range specifiers - skiplist (1 ms) [ok]: ZREMRANGEBYSCORE basics - skiplist (87 ms) [ok]: ZREMRANGEBYSCORE with non-value min or max - skiplist (1 ms) [ok]: ZREMRANGEBYRANK basics - skiplist (75 ms) [ok]: ZUNIONSTORE against non-existing key doesn't set destination - skiplist (1 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 (1 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 (1 ms) [ok]: ZUNIONSTORE with AGGREGATE MAX - skiplist (0 ms) [ok]: ZUNION/ZINTER with AGGREGATE MAX - skiplist (0 ms) [ok]: ZINTERSTORE basics - skiplist (0 ms) [ok]: ZINTER basics - skiplist (0 ms) [ok]: ZINTERCARD with illegal arguments (0 ms) [ok]: ZINTERCARD basics - skiplist (1 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 (0 ms) [ok]: ZUNIONSTORE with +inf/-inf scores - skiplist (69 ms) [ok]: ZUNIONSTORE with NaN weights - skiplist (0 ms) [ok]: ZINTERSTORE with +inf/-inf scores - skiplist (1 ms) [ok]: ZINTERSTORE with NaN weights - skiplist (0 ms) [ok]: ZDIFFSTORE basics - skiplist (1 ms) [ok]: ZDIFF basics - skiplist (0 ms) [ok]: ZDIFFSTORE with a regular set - skiplist (0 ms) [ok]: ZDIFF subtracting set from itself - skiplist (1 ms) [ok]: ZDIFF algorithm 1 - skiplist (0 ms) [ok]: ZDIFF algorithm 2 - skiplist (1 ms) [ok]: BLMOVE (right, right) replication, list exists (1002 ms) [ok]: BLPOP followed by role change, issue #2473 (103 ms) [ok]: First server should have role slave after SLAVEOF (102 ms) [ok]: Stress test the hash ziplist -> hashtable encoding conversion (14011 ms) [ok]: Hash ziplist of various encodings (89 ms) [ok]: Hash ziplist of various encodings - sanitize dump (1 ms) [16/83 done]: unit/type/hash (40 seconds) Testing integration/replication-4 [ok]: APPEND fuzzing (1918 ms) [ok]: FLUSHDB (262 ms) [ok]: Perform a final SAVE to leave a clean DB on disk (49 ms) [ok]: RESET clears client state (1 ms) [ok]: RESET clears MONITOR state (0 ms) [ok]: RESET clears and discards MULTI state (1 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]: 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" (1 ms) [ok]: Sync should have transferred keys from master (0 ms) [ok]: The link status should be up (0 ms) [ok]: SET on the master should immediately propagate (1 ms) [ok]: FLUSHDB / FLUSHALL should replicate (268 ms) [ok]: ROLE in master reports master with a slave (1 ms) [ok]: ROLE in slave reports slave in connected state (0 ms) [ok]: First server should have role slave after SLAVEOF (1003 ms) [ok]: Don't rehash if redis has child process (2341 ms) [ok]: Process title set as expected (60 ms) [ok]: XREVRANGE returns the reverse of XRANGE (21371 ms) [ok]: XRANGE exclusive ranges (82 ms) [ok]: XREAD with non empty stream (0 ms) [ok]: Non blocking XREAD with empty streams (0 ms) [17/83 done]: unit/other (43 seconds) Testing integration/replication-psync [ok]: Test replication with blocking lists and sorted sets operations (25223 ms) [ok]: Test replication with parallel clients writing in different DBs (5232 ms) [ok]: Slave should be able to synchronize with the master (1913 ms) [ok]: Detect write load to master (0 ms) [18/83 done]: integration/block-repl (30 seconds) Testing integration/replication-buffer [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, disabled, reconnect: 0) (493 ms) [ok]: Big Hash table: SORT BY key (6140 ms) [ok]: Big Hash table: SORT BY key with limit (7 ms) [ok]: SCAN regression test for issue #4906 (46647 ms) [19/83 done]: unit/scan (51 seconds) Testing integration/shutdown [ok]: First server should have role slave after SLAVEOF (101 ms) [ok]: With min-slaves-to-write (1,3): master should be writable (1 ms) [ok]: With min-slaves-to-write (2,3): master should not be writable (0 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 (0 ms) [ok]: Slave should be able to synchronize with the master (203 ms) [ok]: Detect write load to master (1001 ms) [ok]: All replicas share one global replication buffer (502 ms) [ok]: Replication buffer will become smaller when no replica uses (2 ms) [ok]: With min-slaves-to-write: master not writable with lagged slave (3025 ms) [ok]: XREAD with non empty second stream (10313 ms) [ok]: Blocking XREAD waiting new data (1 ms) [ok]: Blocking XREAD waiting old data (0 ms) [ok]: Blocking XREAD will not reply with an empty array (78 ms) [ok]: intsets implementation stress testing (18534 ms) [ok]: Blocking XREAD for stream that ran dry (issue #5299) (73 ms) [ok]: XREAD: XADD + DEL should not awake client (2 ms) [ok]: XREAD: XADD + DEL + LPUSH should not awake client (1 ms) [ok]: XREAD with same stream name multiple times should work (0 ms) [ok]: XREAD + multiple XADD inside transaction (1 ms) [ok]: XDEL basic test (1 ms) [ok]: Big Hash table: SORT BY hash field (5280 ms) [ok]: SORT GET # (0 ms) [ok]: SORT GET (0 ms) [ok]: SORT GET (key and hash) with sanity check (2 ms) [ok]: SORT BY key STORE (0 ms) [ok]: SORT BY hash field STORE (0 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 (1 ms) [ok]: SORT sorted set BY nosort should retain ordering (1 ms) [ok]: SORT sorted set BY nosort + LIMIT (0 ms) [ok]: SORT sorted set BY nosort works as expected from scripts (0 ms) [ok]: SORT sorted set: +inf and -inf handling (1 ms) [ok]: SORT regression for issue #19, sorting floats (5 ms) [ok]: SORT with STORE returns zero if result is empty (github issue 224) (0 ms) [ok]: SORT with STORE does not create empty lists (github issue 224) (1 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 (1 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 (0 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 (0 ms) [ok]: SORT_RO - Cannot run with STORE arg (0 ms) [20/83 done]: unit/type/set (56 seconds) Testing integration/aof [ok]: SORT speed, 100 element list BY key, 100 times (180 ms) [ok]: SORT speed, 100 element list BY hash field, 100 times (167 ms) [ok]: Unfinished MULTI: Server should start if load-truncated is yes (61 ms) [ok]: SORT speed, 100 element list directly, 100 times (157 ms) [ok]: SORT speed, 100 element list BY , 100 times (76 ms) [ok]: First server should have role slave after SLAVEOF (101 ms) [ok]: Shutting down master waits for replica to catch up (sigterm) (6068 ms) [21/83 done]: unit/sort (56 seconds) Testing integration/aof-multi-part [ok]: Short read: Server should start if load-truncated is yes (43 ms) [ok]: Truncated AOF loaded: we expect foo to be equal to 5 (5 ms) [ok]: Append a new command after loading an incomplete AOF (0 ms) [ok]: Multi Part AOF can't load data when some file missing (807 ms) [ok]: Replication of an expired key does not delete the expired key (1123 ms) [ok]: Short read + command: Server should start (56 ms) [ok]: Truncated AOF loaded: we expect foo to be equal to 6 now (0 ms) [ok]: Multi Part AOF can't load data when the sequence not increase monotonically (905 ms) [ok]: Bad format: Server should have logged an error (86 ms) [ok]: Multi Part AOF can't load data when there are blank lines in the manifest file (920 ms) [ok]: Test replication partial resync: ok psync (diskless: no, disabled, reconnect: 1) (6236 ms) [ok]: Unfinished MULTI: Server should have logged an error (78 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=disabled (15459 ms) [ok]: First server should have role slave after SLAVEOF (0 ms) [ok]: Short read: Server should have logged an error (87 ms) [ok]: Multi Part AOF can't load data when there is a duplicate base file (802 ms) [ok]: Short read: Utility should confirm the AOF is not valid (115 ms) [ok]: Short read: Utility should show the abnormal line num in AOF (46 ms) [ok]: Short read: Utility should be able to fix the AOF (75 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (type unknown) (777 ms) [ok]: Fixed AOF: Server should have been started (58 ms) [ok]: Fixed AOF: Keyspace should contain values that were parseable (1 ms) [ok]: Slave should be able to synchronize with the master (202 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (missing key) (818 ms) [ok]: AOF+SPOP: Server should have been started (58 ms) [ok]: AOF+SPOP: Set should have 1 member (1 ms) [ok]: Shutting down master waits for replica to catch up (shutdown) (5860 ms) [ok]: Detect write load to master (1001 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (line too short) (844 ms) [ok]: AOF+SPOP: Server should have been started (66 ms) [ok]: AOF+SPOP: Set should have 1 member (0 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (line too long) (883 ms) [ok]: AOF+EXPIRE: Server should have been started (65 ms) [ok]: AOF+EXPIRE: List should be empty (102 ms) [ok]: Multi Part AOF can't load data when the manifest format is wrong (odd parameter) (1028 ms) [ok]: Multi Part AOF can't load data when the manifest file is empty (867 ms) [ok]: LTRIM stress testing - linkedlist (66357 ms) [ok]: MASTER and SLAVE consistency with expire (29822 ms) [ok]: Master can replicate command longer than client-query-buffer-limit on replica (119 ms) [ok]: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1 (1 ms) [ok]: MIGRATE can correctly transfer large values (48404 ms) [ok]: Multi Part AOF can start when no aof and no manifest (3807 ms) [ok]: MIGRATE can correctly transfer hashes (1355 ms) [ok]: Test replication partial resync: no backlog (diskless: no, disabled, reconnect: 1) (7737 ms) [ok]: LATENCY of expire events are correctly collected (52418 ms) [ok]: LATENCY HISTORY / RESET with wrong event name is fine (1 ms) [ok]: LATENCY DOCTOR produces some output (0 ms) [ok]: LATENCY RESET is able to reset events (1 ms) [ok]: LATENCY HELP should not have unexpected options (0 ms) [ok]: Shutting down master waits for replica timeout (7792 ms) [ok]: Multi Part AOF can start when we have en empty AOF dir (1217 ms) [22/83 done]: unit/latency-monitor (57 seconds) Testing integration/rdb [ok]: Multi Part AOF can load data discontinuously increasing sequence (740 ms) [ok]: test old version rdb file (0 ms) [ok]: MIGRATE timeout actually works (1478 ms) [ok]: Multi Part AOF can load data when manifest add new k-v (820 ms) [ok]: RDB encoding loading test (4 ms) [ok]: MIGRATE can migrate multiple keys at once (825 ms) [ok]: MIGRATE with multiple keys must have empty key arg (0 ms) [ok]: Slave should be able to synchronize with the master (202 ms) [ok]: Multi Part AOF can load data when some AOFs are empty (833 ms) [ok]: Shutting down master waits for replica then fails (2680 ms) [ok]: MIGRATE with multiple keys migrate just existing ones (811 ms) [ok]: Server started empty with non-existing RDB file (0 ms) [ok]: Detect write load to master (1001 ms) [ok]: Replication backlog size can outgrow the backlog limit config (15486 ms) [ok]: XDEL fuzz test (18526 ms) [ok]: Multi Part AOF can load data from old version redis (rdb preamble no) (886 ms) [ok]: AOF rewrite during write load: RDB preamble=no (47305 ms) [ok]: Slave is able to evict keys created in writable slaves (6002 ms) [ok]: MIGRATE with multiple keys: stress command rewriting (986 ms) [ok]: Writable replica doesn't return expired keys (102 ms) [ok]: PFCOUNT updates cache on readonly replica (1 ms) [ok]: PFCOUNT doesn't use expired key on readonly replica (101 ms) [ok]: Server started empty with empty RDB file (0 ms) [ok]: Multi Part AOF can load data from old version redis (rdb preamble yes) (1450 ms) [ok]: MIGRATE with multiple keys: delete just ack keys (999 ms) [ok]: Shutting down master waits for replica then aborted (2441 ms) [23/83 done]: integration/shutdown (25 seconds) Testing integration/corrupt-dump [ok]: AOF fsync always barrier issue (5768 ms) [ok]: Test RDB stream encoding (426 ms) [ok]: Test RDB stream encoding - sanitize dump (8 ms) [ok]: MIGRATE AUTH: correct and wrong password cases (982 ms) [24/83 done]: integration/replication-3 (40 seconds) Testing integration/corrupt-dump-fuzzer [ok]: Multi Part AOF can continue the upgrade from the interrupted upgrade state (1310 ms) [25/83 done]: unit/dump (77 seconds) Testing integration/convert-zipmap-hash-on-load [ok]: Server should not start if RDB file can't be open (61 ms) [ok]: corrupt payload: #7445 - with sanitize (1220 ms) [ok]: GETEX should not append to AOF (1 ms) [ok]: Turning off AOF kills the background writing child if any (279 ms) [ok]: RDB load zipmap hash: converts to listpack (1 ms) [ok]: Multi Part AOF can be loaded correctly when both server dir and aof dir contain old AOF (887 ms) [ok]: Server should not start if RDB is corrupted (48 ms) [ok]: corrupt payload: hash with valid zip list header, invalid entry len (922 ms) [ok]: AOF rewrite of list with quicklist encoding, string data (708 ms) [ok]: Unknown command: Server should have logged an error (63 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 (781 ms) [ok]: AOF rewrite of list with quicklist encoding, int data (414 ms) [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-entries is exceeded (1 ms) [ok]: AOF rewrite of set with intset encoding, string data (207 ms) [ok]: corrupt payload: invalid zlbytes header (1041 ms) [ok]: AOF+LMPOP/BLMPOP: pop elements from the list (228 ms) [ok]: AOF rewrite of set with hashtable encoding, string data (683 ms) [ok]: AOF rewrite of set with intset encoding, int data (106 ms) [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-value is exceeded (0 ms) [ok]: Multi Part AOF can upgrade when when two redis share the same server dir (redis1) (159 ms) [ok]: AOF rewrite of set with hashtable encoding, int data (425 ms) [ok]: Multi Part AOF can upgrade when when two redis share the same server dir (redis2) (206 ms) [ok]: AOF+LMPOP/BLMPOP: after pop elements from the list (116 ms) [ok]: corrupt payload: valid zipped hash header, dup records (980 ms) [26/83 done]: integration/convert-zipmap-hash-on-load (3 seconds) Testing integration/convert-ziplist-hash-on-load [ok]: AOF rewrite of hash with listpack encoding, string data (206 ms) [ok]: RDB load ziplist hash: converts to listpack when RDB loading (1 ms) [ok]: Test FLUSHALL aborts bgsave (2214 ms) [ok]: AOF rewrite of hash with hashtable encoding, string data (737 ms) [ok]: Multi Part AOF can upgrade when when two redis share the same server dir (2434 ms) [ok]: AOF+ZMPOP/BZMPOP: pop elements from the zset (221 ms) [ok]: bgsave resets the change counter (202 ms) [ok]: AOF rewrite of hash with listpack encoding, int data (163 ms) [ok]: corrupt payload: quicklist big ziplist prev len (1000 ms) [ok]: MASTER and SLAVE dataset should be identical after complex ops (57258 ms) [ok]: AOF rewrite of hash with hashtable encoding, int data (444 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=swapdb (15873 ms) [ok]: RDB load ziplist hash: converts to hash table when hash-max-ziplist-entries is exceeded (1 ms) [ok]: AOF rewrite of zset with listpack encoding, string data (173 ms) [ok]: AOF+ZMPOP/BZMPOP: after pop elements from the zset (131 ms) [ok]: corrupt payload: quicklist small ziplist prev len (980 ms) [27/83 done]: integration/convert-ziplist-hash-on-load (2 seconds) Testing integration/convert-ziplist-zset-on-load [28/83 done]: integration/replication-2 (62 seconds) Testing integration/logging [ok]: Multi Part AOF can handle appendfilename contains whitespaces (1313 ms) [ok]: AOF rewrite of zset with skiplist encoding, string data (726 ms) [ok]: AOF rewrite of zset with listpack encoding, int data (110 ms) [ok]: RDB load ziplist zset: converts to listpack when RDB loading (0 ms) [ok]: ZDIFF fuzzing - skiplist (44535 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 (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 (1 ms) [ok]: Basic ZMPOP_MIN/ZMPOP_MAX with a single key - skiplist (66 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]: corrupt payload: quicklist ziplist wrong count (906 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 (5 ms) [ok]: Basic ZPOPMIN/ZPOPMAX - skiplist RESP3 (1 ms) [ok]: ZPOPMIN/ZPOPMAX with count - skiplist RESP3 (1 ms) [ok]: Basic ZMPOP_MIN/ZMPOP_MAX - skiplist RESP3 (0 ms) [ok]: ZMPOP_MIN/ZMPOP_MAX with count - skiplist RESP3 (0 ms) [ok]: BZPOPMIN/BZPOPMAX - skiplist RESP3 (2 ms) [ok]: BZMPOP_MIN/BZMPOP_MAX - skiplist RESP3 (1 ms) [ok]: Multi Part AOF can create BASE (RDB format) when redis starts from empty (766 ms) [ok]: AOF rewrite of zset with skiplist encoding, int data (530 ms) [ok]: Test replication partial resync: ok after delay (diskless: no, disabled, reconnect: 1) (9280 ms) [ok]: ZPOP/ZMPOP against wrong type (75 ms) [ok]: ZMPOP with illegal argument (1 ms) [ok]: ZMPOP propagate as pop with count command to replica (142 ms) [ok]: ZPOPMIN/ZPOPMAX readraw in RESP3 (1 ms) [ok]: AOF rewrite functions (218 ms) [ok]: Server is able to generate a stack trace on selected systems (265 ms) [ok]: ziplist implementation: encoding stress testing (71854 ms) [ok]: BZPOPMIN/BZPOPMAX readraw in RESP3 (194 ms) [ok]: ZMPOP readraw in RESP3 (2 ms) [ok]: Generate timestamp annotations in AOF (1226 ms) [ok]: RDB load ziplist zset: converts to skiplist when zset-max-ziplist-entries is exceeded (0 ms) [ok]: BZMPOP readraw in RESP3 (199 ms) [ok]: ZPOPMIN/ZPOPMAX readraw in RESP2 (1 ms) [ok]: corrupt payload: #3080 - quicklist (644 ms) [ok]: Multi Part AOF can create BASE (AOF format) when redis starts from empty (619 ms) [29/83 done]: unit/type/list-3 (84 seconds) Testing integration/psync2 [ok]: BGREWRITEAOF is delayed if BGSAVE is in progress (424 ms) [ok]: Successfully load AOF which has timestamp annotations inside (1 ms) [ok]: BGREWRITEAOF is refused if already in progress (149 ms) [ok]: BZPOPMIN/BZPOPMAX readraw in RESP2 (200 ms) [ok]: ZMPOP readraw in RESP2 (1 ms) [30/83 done]: integration/convert-ziplist-zset-on-load (2 seconds) Testing integration/psync2-reg [ok]: Crash report generated on SIGABRT (82 ms) [ok]: Make sure aof manifest appendonly.aof.manifest not in aof directory (0 ms) [ok]: BZMPOP readraw in RESP2 (200 ms) [ok]: ZINTERSTORE regression with two sets, intset+hashtable (1 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 (121 ms) [ok]: ZUNIONSTORE/ZINTERSTORE/ZDIFFSTORE error if using WITHSCORES (0 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]: corrupt payload: quicklist with empty ziplist (629 ms) [31/83 done]: unit/aofrw (78 seconds) Testing integration/psync2-pingoff [ok]: ZSCORE - listpack (185 ms) [ok]: ZMSCORE - listpack (117 ms) [ok]: AOF enable will create manifest file (536 ms) [ok]: ZSCORE after a DEBUG RELOAD - listpack (433 ms) [ok]: ZSET sorting stresser - listpack (146 ms) [ok]: Slave should be able to synchronize with the master (485 ms) [ok]: corrupt payload: quicklist encoded_len is 0 (1011 ms) [ok]: Detect write load to master (1001 ms) [ok]: corrupt payload: quicklist listpack entry start with EOF (889 ms) [ok]: PSYNC2: --- CYCLE 1 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #4 as master (1 ms) [ok]: PSYNC2: Set #0 to replicate from #3 (0 ms) [ok]: PSYNC2 #3899 regression: setup (1002 ms) [ok]: PSYNC2 pingoff: setup (1002 ms) [ok]: PSYNC2 pingoff: write and wait replication (0 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: client freed during loading (5232 ms) [ok]: Fuzzer corrupt restore payloads - sanitize_dump: no (10485 ms) [ok]: PSYNC2: Set #1 to replicate from #4 (1 ms) [ok]: Truncate AOF to specific timestamp (3228 ms) [ok]: corrupt payload: #3080 - ziplist (1203 ms) [ok]: PSYNC2: Set #2 to replicate from #3 (1 ms) [ok]: corrupt payload: load corrupted rdb with no CRC - #3505 (1162 ms) [ok]: AOF multiple rewrite failures will open multiple INCR AOFs (4087 ms) [ok]: PSYNC2: Set #3 to replicate from #4 (1 ms) [ok]: AOF rewrite doesn't open new aof when AOF turn off (1324 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: AOF enable/disable auto gc (436 ms) [ok]: AOF can produce consecutive sequence number after reload (211 ms) [ok]: corrupt payload: load corrupted rdb with empty keys (2147 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (1 ms) [ok]: Test RDB load info (3508 ms) [ok]: AOF enable during BGSAVE will not write data util AOFRW finish (818 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2 pingoff: pause replica and promote it (5001 ms) [ok]: PSYNC2 #3899 regression: kill first replica (1 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: Make the old master a replica of the new one and check conditions (1004 ms) [ok]: script won't load anymore if it's in rdb (0 ms) [ok]: corrupt payload: load corrupted rdb with empty keys (2131 ms) Waiting for process 1989439 to exit... [ok]: AOF will trigger limit when AOFRW fails many times (2259 ms) [ok]: corrupt payload: listpack invalid size header (1129 ms) [ok]: failed bgsave prevents writes (726 ms) [32/83 done]: integration/rdb (24 seconds) Testing integration/psync2-master-restart [ok]: PSYNC2: generate load while killing replication links (5004 ms) [ok]: PSYNC2: cluster is consistent after load (x = 5242) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 2 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #0 as master (1 ms) [ok]: Test replication partial resync: backlog expired (diskless: no, disabled, reconnect: 1) (9306 ms) [ok]: PSYNC2: Set #4 to replicate from #1 (1 ms) [ok]: PSYNC2: Set #1 to replicate from #3 (0 ms) [ok]: PSYNC2: Set #2 to replicate from #1 (1 ms) [ok]: PSYNC2: Set #3 to replicate from #0 (1 ms) [ok]: PSYNC2: cluster is consistent after failover (0 ms) [ok]: corrupt payload: listpack too long entry len (1500 ms) [ok]: Replica could use replication buffer (beyond backlog config) for partial resynchronization (22526 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: corrupt payload: listpack very long entry len (1233 ms) [ok]: Replication backlog memory will become smaller if disconnecting with replica (356 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (1 ms) [ok]: corrupt payload: listpack too long entry prev len (1146 ms) [ok]: Slave should be able to synchronize with the master (302 ms) [ok]: Fuzzer corrupt restore payloads - sanitize_dump: yes (11030 ms) [33/83 done]: integration/corrupt-dump-fuzzer (21 seconds) Testing integration/failover [ok]: PSYNC2 #3899 regression: kill chained replica (6 ms) [ok]: Detect write load to master (1002 ms) [ok]: test various edge cases of repl topology changes with missing pings at the end (2428 ms) [ok]: corrupt payload: stream with duplicate consumers (1368 ms) [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, swapdb, reconnect: 0) (231 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2: generate load while killing replication links (5051 ms) [ok]: PSYNC2: cluster is consistent after load (x = 12150) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (0 ms) [ok]: PSYNC2: --- CYCLE 3 --- (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 (0 ms) [ok]: PSYNC2: Set #3 to replicate from #1 (0 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: AOF will open a temporary INCR AOF to accumulate data until the first AOFRW success when AOF is dynamically enabled (6266 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: failover command fails without connected replica (3 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=disabled (15593 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: corrupt payload: hash ziplist with duplicate records (3304 ms) [ok]: PSYNC2 #3899 regression: kill first replica (2 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: setup replication for following tests (2706 ms) Waiting for process 1989439 to exit... [ok]: failover command fails with invalid host (2 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 (1 ms) [ok]: failover command fails with force without timeout (0 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [34/83 done]: integration/aof-multi-part (47 seconds) Testing integration/redis-cli [ok]: PSYNC2 #3899 regression: kill chained replica (1 ms) [ok]: PSYNC2 #3899 regression: kill first replica (0 ms) [ok]: PSYNC2: generate load while killing replication links (5000 ms) [ok]: PSYNC2: cluster is consistent after load (x = 20683) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (0 ms) [ok]: PSYNC2: --- CYCLE 4 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #1 as master (0 ms) [ok]: Slave should be able to synchronize with the master (1514 ms) [ok]: Detect write load to master (0 ms) [ok]: PSYNC2: Set #0 to replicate from #2 (1 ms) [ok]: PSYNC2: Set #4 to replicate from #2 (0 ms) [ok]: PSYNC2: Set #2 to replicate from #1 (1 ms) [ok]: PSYNC2: Set #3 to replicate from #2 (0 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: PSYNC2: Partial resync after Master restart using RDB aux fields (2545 ms) [ok]: failover command to specific replica works (1766 ms) [ok]: corrupt payload: hash listpack with duplicate records (3306 ms) [ok]: Interactive CLI: INFO response should be printed raw (102 ms) [ok]: Interactive CLI: Status reply (63 ms) [ok]: Interactive CLI: Integer reply (151 ms) [ok]: PSYNC2 #3899 regression: kill chained replica (0 ms) [ok]: failover command to any replica works (554 ms) [ok]: Interactive CLI: Bulk reply (152 ms) [ok]: Interactive CLI: Multi-bulk reply (60 ms) [ok]: failover to a replica with force works (447 ms) [ok]: Interactive CLI: Parsing quotes (428 ms) [ok]: Non-interactive TTY CLI: Status reply (65 ms) [ok]: corrupt payload: hash listpack with duplicate records - convert (1306 ms) [ok]: Non-interactive TTY CLI: Integer reply (52 ms) [ok]: Non-interactive TTY CLI: Bulk reply (29 ms) [ok]: Non-interactive TTY CLI: Multi-bulk reply (71 ms) [ok]: failover with timeout aborts if replica never catches up (640 ms) [ok]: Non-interactive TTY CLI: Read last argument from pipe (256 ms) [ok]: PSYNC2 #3899 regression: verify consistency (1072 ms) [ok]: failovers can be aborted (134 ms) [ok]: Non-interactive TTY CLI: Read last argument from file (115 ms) [ok]: corrupt payload: hash ziplist uneven record count (857 ms) [ok]: failover aborts if target rejects sync request (549 ms) [ok]: Non-interactive TTY CLI: Escape character in JSON mode (537 ms) [ok]: Non-interactive non-TTY CLI: Status reply (67 ms) [ok]: Non-interactive non-TTY CLI: Integer reply (63 ms) [ok]: Non-interactive non-TTY CLI: Bulk reply (65 ms) [ok]: Non-interactive non-TTY CLI: Multi-bulk reply (43 ms) [ok]: EVAL timeout with slow verbatim Lua script from AOF (21271 ms) [ok]: Non-interactive non-TTY CLI: ASK redirect test (214 ms) [ok]: Non-interactive non-TTY CLI: Quoted input arguments (68 ms) [ok]: Non-interactive non-TTY CLI: No accidental unquoting of input arguments (115 ms) [ok]: corrupt payload: hash duplicate records (917 ms) [ok]: Non-interactive non-TTY CLI: Invalid quoted input arguments (118 ms) [35/83 done]: integration/psync2-reg (25 seconds) Testing integration/redis-benchmark [ok]: PSYNC2: Partial resync after Master restart using RDB aux fields with expire (3404 ms) [ok]: Non-interactive non-TTY CLI: Read last argument from pipe (227 ms) [ok]: Non-interactive non-TTY CLI: Read last argument from file (121 ms) [ok]: EVAL can process writes from AOF in read-only replicas (1030 ms) [ok]: Test redis-check-aof for old style resp AOF (65 ms) [ok]: Test redis-check-aof for old style rdb-preamble AOF (70 ms) [ok]: Test redis-check-aof for Multi Part AOF with resp AOF base (64 ms) [ok]: corrupt payload: hash empty zipmap (1012 ms) [ok]: Chained replicas disconnect when replica re-connect with the same master (1910 ms) [ok]: Test redis-check-aof for Multi Part AOF with rdb-preamble AOF base (167 ms) [ok]: Test redis-check-aof only truncates the last file for Multi Part AOF in fix mode (175 ms) [ok]: Test redis-check-aof only truncates the last file for Multi Part AOF in truncate-to-timestamp mode (91 ms) [ok]: PSYNC2: generate load while killing replication links (5037 ms) [ok]: PSYNC2: cluster is consistent after load (x = 27630) (1 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 5 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #4 as master (0 ms) [36/83 done]: integration/failover (13 seconds) Testing integration/dismiss-mem [ok]: PSYNC2: Set #0 to replicate from #3 (0 ms) [ok]: Partial resynchronization is successful even client-output-buffer-limit is less than repl-backlog-size (10616 ms) [37/83 done]: integration/replication-buffer (61 seconds) Testing unit/pubsub [ok]: benchmark: set,get (79 ms) [ok]: benchmark: connecting using URI set,get (70 ms) [ok]: benchmark: connecting using URI with authentication set,get (138 ms) [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 128 element sorted set - listpack (26004 ms) [ok]: FLUSHDB / FLUSHALL should persist in AOF (204 ms) [ok]: corrupt payload: fuzzer findings - NPD in streamIteratorGetID (1351 ms) [ok]: Pub/Sub PING (1 ms) [ok]: PUBLISH/SUBSCRIBE basics (1 ms) [ok]: PUBLISH/SUBSCRIBE 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]: PUBLISH/PSUBSCRIBE basics (1 ms) [ok]: PUBLISH/PSUBSCRIBE with two clients (1 ms) [ok]: PUBLISH/PSUBSCRIBE after PUNSUBSCRIBE without arguments (1 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 (1 ms) [ok]: Mix SUBSCRIBE and PSUBSCRIBE (1 ms) [ok]: PUNSUBSCRIBE and UNSUBSCRIBE should always reply (0 ms) [ok]: Keyspace notifications: we receive keyspace notifications (1 ms) [ok]: Keyspace notifications: we receive keyevent notifications (0 ms) [ok]: Keyspace notifications: we can receive both kind of events (0 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 (1 ms) [ok]: Keyspace notifications: set events test (1 ms) [ok]: Keyspace notifications: zset events test (0 ms) [ok]: Keyspace notifications: hash events test (0 ms) [ok]: Keyspace notifications: stream events test (2 ms) [ok]: Keyspace notifications: expired events (triggered expire) (101 ms) [ok]: Keyspace notifications: expired events (background expire) (178 ms) [ok]: Keyspace notifications: evicted events (1 ms) [ok]: Keyspace notifications: test CONFIG GET/SET of event flags (1 ms) [ok]: Keyspace notifications: new key test (1 ms) [ok]: PSYNC2: Set #1 to replicate from #4 (1 ms) [ok]: PSYNC2: Set #2 to replicate from #1 (1 ms) [ok]: PSYNC2: Set #3 to replicate from #1 (0 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [38/83 done]: integration/aof (56 seconds) Testing unit/pubsubshard [ok]: Test replication partial resync: ok psync (diskless: no, swapdb, reconnect: 1) (6317 ms) [ok]: benchmark: full test suite (957 ms) [39/83 done]: integration/psync2-pingoff (28 seconds) Testing unit/slowlog [ok]: benchmark: multi-thread set,get (188 ms) [40/83 done]: unit/pubsub (1 seconds) Testing unit/scripting [ok]: dismiss all data types memory (772 ms) [ok]: SPUBLISH/SSUBSCRIBE basics (1 ms) [ok]: SPUBLISH/SSUBSCRIBE with two clients (2 ms) [ok]: PUBLISH/SUBSCRIBE after UNSUBSCRIBE without arguments (1 ms) [ok]: SUBSCRIBE to one channel more than once (0 ms) [ok]: UNSUBSCRIBE from non-subscribed channels (1 ms) [ok]: PUBSUB command basics (0 ms) [ok]: SPUBLISH/SSUBSCRIBE with two clients (1 ms) [ok]: SPUBLISH/SSUBSCRIBE with PUBLISH/SUBSCRIBE (2 ms) [ok]: corrupt payload: fuzzer findings - listpack NPD on invalid stream (1257 ms) [ok]: SLOWLOG - check that it starts with an empty log (0 ms) Waiting for process 1989439 to exit... [ok]: SLOWLOG - only logs commands taking more time than specified (201 ms) [ok]: SLOWLOG - max entries is correctly handled (6 ms) [ok]: SLOWLOG - GET optional argument to limit output len works (1 ms) [ok]: SLOWLOG - RESET subcommand works (0 ms) [ok]: EVAL - Does Lua interpreter replies to our requests? (1 ms) [ok]: EVAL - Return _G (0 ms) [ok]: EVAL - Return table with a metatable that raise error (1 ms) [ok]: EVAL - Return table with a metatable that call redis (0 ms) [ok]: EVAL - Lua integer -> Redis protocol type conversion (1 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 (0 ms) [ok]: EVAL - Lua status code reply -> Redis protocol type conversion (1 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? (1 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 (1 ms) [ok]: EVAL - Redis error reply -> Lua type conversion (0 ms) [ok]: EVAL - Redis nil bulk reply -> Lua type conversion (1 ms) [ok]: EVAL - Is the Lua client using the currently selected DB? (1 ms) [ok]: EVAL - SELECT inside Lua should not affect the caller (0 ms) [ok]: EVAL - Scripts can't run blpop command (1 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 (1 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) (1 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 (1 ms) [ok]: EVAL - cmsgpack can pack double? (0 ms) [ok]: EVAL - cmsgpack can pack negative int64? (1 ms) [ok]: EVAL - cmsgpack can pack and unpack circular references? (0 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 (1 ms) [ok]: EVAL_RO - Successful case (0 ms) [ok]: SLOWLOG - logged entry sanity check (201 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]: EVAL_RO - Cannot run write commands (8 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]: dismiss client output buffer (861 ms) [ok]: benchmark: pipelined full set,get (1067 ms) [ok]: SLOWLOG - EXEC is not logged, just executed commands (201 ms) [ok]: benchmark: arbitrary command (135 ms) [ok]: dismiss client query buffer (303 ms) [ok]: SLOWLOG - can clean older entries (201 ms) [ok]: benchmark: keyspace length (338 ms) [ok]: corrupt payload: fuzzer findings - NPD in quicklistIndex (1232 ms) [ok]: benchmark: clients idle mode should return error when reached maxclients limit (77 ms) [ok]: SLOWLOG - can be disabled (402 ms) [ok]: SLOWLOG - count must be >= -1 (0 ms) [ok]: SLOWLOG - get all slow logs (2 ms) [ok]: PSYNC2: Full resync after Master restart when too many key expired (4933 ms) [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - listpack (3167 ms) [ok]: setup replication for following tests (103 ms) [ok]: publish message to master and receive on replica (1 ms) [41/83 done]: unit/slowlog (3 seconds) Testing unit/functions [ok]: corrupt payload: fuzzer findings - encoded entry header reach outside the allocation (1084 ms) [ok]: Slave should be able to synchronize with the master (201 ms) [42/83 done]: integration/redis-benchmark (6 seconds) Testing unit/maxmemory [ok]: dismiss replication backlog (1606 ms) [ok]: FUNCTION - Basic usage (0 ms) [ok]: FUNCTION - Load with unknown argument (0 ms) [ok]: FUNCTION - Create an already exiting library raise error (1 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 (0 ms) [ok]: FUNCTION - Test uncompiled script (0 ms) [ok]: FUNCTION - test replace argument (1 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 (1 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 (5 ms) [ok]: FUNCTION - test debug reload different options (6 ms) [ok]: FUNCTION - test debug reload with nosave and noflush (4 ms) [ok]: FUNCTION - test flushall and flushdb do not clean functions (3 ms) [ok]: FUNCTION - test function dump and restore (2 ms) [ok]: FUNCTION - test function dump and restore with flush argument (0 ms) [ok]: FUNCTION - test function dump and restore with append argument (1 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 (1 ms) [ok]: FUNCTION - test fcall_ro with read only commands (0 ms) [ok]: FUNCTION - test keys and argv (1 ms) [ok]: FUNCTION - test command get keys on fcall (0 ms) [ok]: FUNCTION - test command get keys on fcall_ro (0 ms) [ok]: FUNCTION - test function kill (403 ms) [43/83 done]: integration/psync2-master-restart (21 seconds) Testing unit/introspection [44/83 done]: unit/pubsubshard (4 seconds) Testing unit/introspection-2 [45/83 done]: integration/dismiss-mem (5 seconds) Testing unit/limits [ok]: Detect write load to master (1001 ms) [ok]: FUNCTION - test script kill not working on function (488 ms) [ok]: corrupt payload: fuzzer findings - invalid ziplist encoding (1300 ms) [ok]: eviction due to output buffers of many MGET clients, client eviction: false (450 ms) [ok]: PING (0 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 (1 ms) [ok]: MONITOR can log executed commands (1 ms) [ok]: MONITOR can log commands issued by the scripting engine (0 ms) [ok]: MONITOR supports redacting command arguments (1 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 (0 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 (1 ms) [ok]: After CLIENT SETNAME, connection can still be closed (0 ms) [ok]: FUNCTION - test function kill not working on eval (559 ms) [ok]: FUNCTION - test function flush (1 ms) [ok]: FUNCTION - test function wrong argument (1 ms) [ok]: PSYNC2: generate load while killing replication links (5002 ms) [ok]: PSYNC2: cluster is consistent after load (x = 32748) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 6 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #3 as master (0 ms) [ok]: PSYNC2: Set #4 to replicate from #3 (2 ms) [ok]: PSYNC2: Set #0 to replicate from #3 (0 ms) [ok]: PSYNC2: Set #1 to replicate from #4 (1 ms) [ok]: PSYNC2: Set #2 to replicate from #0 (0 ms) [ok]: PSYNC2: cluster is consistent after failover (1 ms) [ok]: corrupt payload: fuzzer findings - hash crash (1127 ms) [ok]: Check if maxclients works refusing connections (906 ms) [46/83 done]: unit/limits (2 seconds) Testing unit/obuf-limits [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - listpack (3848 ms) [ok]: corrupt payload: fuzzer findings - uneven entry count in hash (1038 ms) [ok]: ZSETs skiplist implementation backlink consistency test - listpack (204 ms) [ok]: Connect a replica to the master instance (101 ms) [ok]: FUNCTION - creation is replicated to replica (1 ms) [ok]: FUNCTION - call on replica (0 ms) [ok]: FUNCTION - restore is replicated to replica (1 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 (103 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 (1 ms) [ok]: FUNCTION - function effect is replicated to replica (0 ms) [ok]: FUNCTION - modify key space of read only replica (0 ms) [ok]: CONFIG SET client-output-buffer-limit (1 ms) [ok]: corrupt payload: fuzzer findings - invalid read in lzf_decompress (1104 ms) [ok]: TTL, TYPE and EXISTS do not alter the last access time of a key (3003 ms) [ok]: eviction due to input buffer of a dead client, client eviction: false (4208 ms) [ok]: corrupt payload: fuzzer findings - leak in rdbloading due to dup entry in set (1065 ms) [ok]: eviction due to output buffers of pubsub, client eviction: false (454 ms) [ok]: FUNCTION can processes create, delete and flush commands in AOF when doing "debug loadaof" in read-only slaves (1242 ms) Waiting for process 1989439 to exit... [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 (0 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 (1 ms) [ok]: LIBRARIES - test registration with to many arguments (0 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 (1 ms) [ok]: LIBRARIES - math.random from function load (0 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 (1 ms) [ok]: LIBRARIES - malicious access test (0 ms) [ok]: LIBRARIES - delete removed all functions on library (1 ms) [ok]: LIBRARIES - register function inside a function (0 ms) [ok]: LIBRARIES - register library with no functions (0 ms) [ok]: eviction due to output buffers of many MGET clients, client eviction: true (641 ms) [ok]: corrupt payload: fuzzer findings - empty intset (1102 ms) [ok]: PSYNC2: generate load while killing replication links (5019 ms) [ok]: PSYNC2: cluster is consistent after load (x = 39542) (1 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (1 ms) [ok]: PSYNC2: --- CYCLE 7 --- (0 ms) [ok]: PSYNC2: [NEW LAYOUT] Set #4 as master (0 ms) [ok]: PSYNC2: Set #0 to replicate from #4 (0 ms) [ok]: PSYNC2: Set #1 to replicate from #0 (0 ms) [ok]: PSYNC2: Set #2 to replicate from #4 (0 ms) [ok]: PSYNC2: Set #3 to replicate from #1 (1 ms) [ok]: PSYNC2: cluster is consistent after failover (0 ms) [ok]: LIBRARIES - load timeout (674 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 (1 ms) [ok]: LIBRARIES - named arguments, bad description (0 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 (1 ms) [ok]: FUNCTION - test function list wrong argument (0 ms) [ok]: FUNCTION - test function list with bad argument to library name (0 ms) [ok]: FUNCTION - test function list withcode multiple times (0 ms) [ok]: FUNCTION - test function list libraryname multiple times (1 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]: CONFIG save params special case handled properly (5742 ms) [ok]: CONFIG sanity (12 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 (1 ms) [ok]: COMMAND LIST syntax error (0 ms) [ok]: COMMAND LIST WITHOUT FILTERBY (2 ms) [ok]: COMMAND LIST FILTERBY ACLCAT against non existing category (0 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 (1 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 (0 ms) [ok]: LMOVE command will not be marked with movablekeys (0 ms) [ok]: LPOP command will not be marked with movablekeys (1 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 (1 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 (1 ms) [ok]: XREAD command is marked with movablekeys (0 ms) [ok]: EVAL command is marked with movablekeys (1 ms) [ok]: SORT command is marked with movablekeys (0 ms) [ok]: SORT_RO command is marked with movablekeys (1 ms) [ok]: MIGRATE command is marked with movablekeys (0 ms) [ok]: GEORADIUS command is marked with movablekeys (1 ms) [ok]: corrupt payload: fuzzer findings - zset ziplist entry lensize is 0 (1250 ms) [47/83 done]: unit/introspection-2 (7 seconds) Testing unit/bitops [ok]: CONFIG REWRITE sanity (995 ms) [ok]: FUNCTION - wrong flags type named arguments (1 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 (1 ms) [ok]: FUNCTION - function stats reloaded correctly from rdb (4 ms) [ok]: FUNCTION - function stats delete library (0 ms) [ok]: FUNCTION - test function stats on loading failure (1 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 (1 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 (1 ms) [ok]: FUNCTION - test getmetatable on script load (0 ms) [ok]: Test replication partial resync: no backlog (diskless: no, swapdb, reconnect: 1) (7735 ms) [48/83 done]: unit/functions (9 seconds) Testing unit/bitfield [ok]: corrupt payload: fuzzer findings - valgrind ziplist prevlen reaches outside the ziplist (1139 ms) [ok]: BITCOUNT returns 0 against non existing key (1 ms) [ok]: BITCOUNT returns 0 with out of range indexes (0 ms) [ok]: BITCOUNT returns 0 with negative indexes where start > end (0 ms) [ok]: BITCOUNT against test vector #1 (1 ms) [ok]: BITCOUNT against test vector #2 (0 ms) [ok]: BITCOUNT against test vector #3 (0 ms) [ok]: BITCOUNT against test vector #4 (1 ms) [ok]: BITCOUNT against test vector #5 (0 ms) [ok]: BITFIELD signed SET and GET basics (0 ms) [ok]: BITFIELD unsigned SET and GET basics (1 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 (0 ms) [ok]: BITFIELD signed overflow wrap (1 ms) [ok]: BITFIELD signed overflow sat (0 ms) [ok]: corrupt payload: fuzzer findings - valgrind - bad rdbLoadDoubleValue (1008 ms) [ok]: eviction due to input buffer of a dead client, client eviction: true (3953 ms) [ok]: EVAL does not leak in the Lua stack (12350 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) (0 ms) [ok]: Scripts can handle commands with incorrect arity (74 ms) [ok]: Correct handling of reused argv (issue #1939) (0 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]: eviction due to output buffers of pubsub, client eviction: true (463 ms) [ok]: Slave should be able to synchronize with the master (202 ms) [ok]: corrupt payload: fuzzer findings - valgrind ziplist prev too big (1145 ms) [ok]: ZSETs ZRANK augmented skip list stress testing - listpack (7765 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 (95 ms) [ok]: BZPOPMIN with same key multiple times should work (2 ms) [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN (1 ms) [ok]: BZPOPMIN with variadic ZADD (1 ms) [ok]: BITFIELD overflow detection fuzzing (1933 ms) [ok]: CONFIG REWRITE handles save and shutdown properly (3536 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 (57 ms) [ok]: CONFIG SET duplicate configs (1 ms) [ok]: CONFIG SET set immutable (0 ms) [ok]: CONFIG GET hidden configs (2 ms) [ok]: CONFIG GET multiple args (1 ms) [ok]: Script return recursive object (1355 ms) [ok]: Script check unpack with massive arguments (5 ms) [ok]: Script read key with expiration set (0 ms) [ok]: Script del key with expiration set (1 ms) [ok]: Script ACL check (1 ms) [ok]: Binary code loading failed (0 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 (0 ms) [ok]: PSYNC2: generate load while killing replication links (5044 ms) [ok]: PSYNC2: cluster is consistent after load (x = 46492) (0 ms) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 (0 ms) [ok]: PSYNC2: Bring the master back again for next test (1 ms) [ok]: Detect write load to master (1001 ms) [ok]: Try trick global protection 1 (90 ms) [ok]: Try trick global protection 2 (0 ms) [ok]: Try trick global protection 3 (0 ms) [ok]: Try trick global protection 4 (1 ms) [ok]: Try trick readonly table on redis table (0 ms) [ok]: Try trick readonly table on json table (0 ms) [ok]: Try trick readonly table on cmsgpack table (1 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 (1 ms) [ok]: Test print are not available (0 ms) [ok]: corrupt payload: fuzzer findings - lzf decompression fails, avoid valgrind invalid read (1086 ms) [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) [ok]: BITCOUNT fuzzing without start/end (3380 ms) [ok]: redis-server command line arguments - error cases (783 ms) [ok]: PSYNC2: Partial resync after restart using RDB aux fields (999 ms) [ok]: corrupt payload: fuzzer findings - stream bad lp_count (865 ms) [ok]: BZMPOP_MIN with zero timeout should block indefinitely (1002 ms) [ok]: ZSCORE - skiplist (12 ms) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-random) (1332 ms) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=swapdb (18715 ms) [ok]: ZMSCORE - skiplist (81 ms) [ok]: ZSCORE after a DEBUG RELOAD - skiplist (97 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL (414 ms) [ok]: redis-server command line arguments - allow passing option name and option value in the same arg (924 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL even when use pcall (141 ms) [ok]: ZSET sorting stresser - skiplist (264 ms) [ok]: BITFIELD overflow wrap fuzzing (2616 ms) [ok]: BITFIELD regression for #3221 (0 ms) [ok]: BITFIELD regression for #3564 (66 ms) [ok]: corrupt payload: fuzzer findings - stream bad lp_count - unsanitized (1002 ms) [ok]: Timedout script does not cause a false dead client (516 ms) [ok]: redis-server command line arguments - wrong usage that we support anyway (897 ms) [ok]: corrupt payload: fuzzer findings - stream integrity check issue (869 ms) [ok]: Timedout script link is still usable after Lua returns (1181 ms) [49/83 done]: integration/psync2 (46 seconds) Testing unit/geo [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL (230 ms) [ok]: SHUTDOWN NOSAVE can kill a timedout script anyway (1 ms) [ok]: BITFIELD: setup slave (101 ms) [ok]: BITFIELD: write on master, read on slave (2 ms) [ok]: BITFIELD_RO fails when write option is used (0 ms) [ok]: redis-server command line arguments - allow option value to use the `--` prefix (1145 ms) [ok]: Dumping an RDB - functions only: no (21450 ms) [ok]: corrupt payload: fuzzer findings - infinite loop (916 ms) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lru) (2551 ms) [ok]: GEO with wrong type src key (1 ms) [ok]: GEO with non existing src key (0 ms) [ok]: GEO BYLONLAT with empty search (2 ms) [ok]: GEO BYMEMBER with non existing member (0 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 (1 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 (1 ms) [ok]: GEORADIUS simple (sorted) (0 ms) [ok]: GEOSEARCH simple (sorted) (1 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 (1 ms) [ok]: GEOSEARCH with STOREDIST option (0 ms) [ok]: GEORADIUS withdist (sorted) (0 ms) [ok]: GEOSEARCH withdist (sorted) (0 ms) [ok]: GEORADIUS with COUNT (1 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 (0 ms) [ok]: GEORADIUS with COUNT but missing integer argument (1 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 (1 ms) [ok]: GEOSEARCH FROMMEMBER simple (sorted) (0 ms) [ok]: GEOSEARCH vs GEORADIUS (0 ms) [ok]: GEOSEARCH non square, long and narrow (0 ms) [ok]: GEOSEARCH corner point test (1 ms) [ok]: GEORADIUSBYMEMBER withdist (sorted) (0 ms) [ok]: GEOHASH is able to return geohash strings (0 ms) [ok]: GEOPOS simple (1 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 (0 ms) [ok]: GEORANGE STORE option: incompatible options (0 ms) [ok]: GEORANGE STORE option: plain usage (1 ms) [ok]: GEORADIUSBYMEMBER STORE/STOREDIST option: plain usage (0 ms) [ok]: GEOSEARCHSTORE STORE option: plain usage (0 ms) [ok]: GEORANGE STOREDIST option: plain usage (0 ms) [ok]: GEOSEARCHSTORE STOREDIST option: plain usage (1 ms) [ok]: GEORANGE STOREDIST option: COUNT ASC and DESC (0 ms) [ok]: GEOSEARCH the box spans -180° or 180° (0 ms) [ok]: redis-server command line arguments - option name and option value in the same arg and `--` prefix (1064 ms) [50/83 done]: unit/bitfield (8 seconds) Testing unit/memefficiency [ok]: Before the replica connects we issue two EVAL commands (1 ms) [ok]: corrupt payload: fuzzer findings - hash ziplist too long entry len (1028 ms) [ok]: Connect a replica to the master instance (101 ms) [ok]: Replication of script multiple pushes to list with BLPOP (1 ms) [ok]: Lua scripts using SELECT are replicated correctly (1 ms) [ok]: corrupt payload: OOM in rdbGenericLoadStringObject (1259 ms) [ok]: BITCOUNT fuzzing with start/end (6207 ms) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lfu) (2681 ms) [ok]: BITCOUNT with start, end (85 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) (1 ms) [ok]: BITOP NOT (known string) (0 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 (1 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 (1 ms) [ok]: Connect a replica to the master instance (103 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 (1 ms) [ok]: Using side effects is not a problem with command replication (1 ms) [ok]: corrupt payload: fuzzer findings - OOM in dictExpand (1293 ms) [ok]: corrupt payload: fuzzer findings - zset ziplist invalid tail offset (1286 ms) [ok]: Dumping an RDB - functions only: yes (5061 ms) [ok]: LTRIM stress testing - ziplist (68354 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 (1 ms) [ok]: test RESP2/3 map protocol parsing (0 ms) [ok]: test RESP2/3 set protocol parsing (0 ms) [ok]: test RESP2/3 double protocol parsing (0 ms) [ok]: test RESP2/3 null protocol parsing (1 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 (1 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 (1 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 (1 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 (1 ms) [ok]: test resp3 attribute protocol parsing (0 ms) [ok]: Script block the time during execution (11 ms) [ok]: Script delete the expired key (3 ms) [ok]: Scan mode (400 ms) [51/83 done]: unit/type/list-2 (136 seconds) Testing unit/hyperloglog [ok]: Test replication partial resync: ok after delay (diskless: no, swapdb, reconnect: 1) (9268 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-lru) (2762 ms) [ok]: redis-server command line arguments - save with empty input (4955 ms) [ok]: corrupt payload: fuzzer findings - negative reply length (1049 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 (1 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 (0 ms) [ok]: EVAL - Lua status code reply -> Redis protocol type conversion (0 ms) [ok]: EVAL - Lua error reply -> Redis protocol type conversion (1 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]: EVALSHA - Can we call a SHA1 if already defined? (1 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 (1 ms) [ok]: EVAL - Redis bulk -> Lua type conversion (0 ms) [ok]: EVAL - Redis multi bulk -> Lua type conversion (0 ms) [ok]: EVAL - Redis status reply -> Lua type conversion (1 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? (1 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 (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) (1 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 - 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? (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 (1 ms) [ok]: SCRIPTING FLUSH - is able to clear the scripts cache? (0 ms) [ok]: SCRIPTING FLUSH ASYNC (6 ms) [ok]: SCRIPT EXISTS - can detect already defined scripts? (0 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 (1 ms) [ok]: Scripting engine PRNG can be seeded correctly (6 ms) [ok]: BITOP and fuzzing (3206 ms) [ok]: redis-server command line arguments - take one bulk string with spaces for MULTI_ARG configs parsing (819 ms) [ok]: Memory efficiency with values in range 32 (5195 ms) [ok]: corrupt payload: fuzzer findings - valgrind negative malloc (908 ms) [ok]: cannot modify protected configuration - no (0 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-lfu) (2094 ms) [ok]: corrupt payload: fuzzer findings - valgrind invalid read (822 ms) [ok]: Connecting as a replica (2351 ms) [ok]: Slave should be able to synchronize with the master (203 ms) [ok]: cannot modify protected configuration - local (99 ms) [ok]: corrupt payload: fuzzer findings - empty hash ziplist (1082 ms) [ok]: Detect write load to master (1002 ms) [ok]: corrupt payload: fuzzer findings - stream with no records (1044 ms) [ok]: BITOP or fuzzing (4129 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-random) (2850 ms) [ok]: EVAL does not leak in the Lua stack (4807 ms) [ok]: SPOP: We can call scripts rewriting client->argv from Lua (169 ms) [ok]: MGET: mget shouldn't be propagated in Lua (99 ms) [ok]: corrupt payload: fuzzer findings - quicklist ziplist tail followed by extra data which start with 0xff (1303 ms) [ok]: EXPIRE: We can call scripts rewriting client->argv from Lua (202 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) (0 ms) [ok]: Scripts can handle commands with incorrect arity (1 ms) [ok]: Correct handling of reused argv (issue #1939) (0 ms) [ok]: Functions in the Redis namespace are able to report errors (1 ms) [ok]: CLUSTER RESET can not be invoke from within a script (0 ms) [ok]: Script with RESP3 map (1 ms) [ok]: corrupt payload: fuzzer findings - dict init to huge size (1105 ms) [ok]: Script return recursive object (1090 ms) [ok]: Script check unpack with massive arguments (5 ms) [ok]: Script read key with expiration set (1 ms) [ok]: Script del key with expiration set (0 ms) [ok]: Script ACL check (1 ms) [ok]: Binary code loading failed (1 ms) [ok]: Try trick global protection 1 (0 ms) [ok]: Try trick global protection 2 (0 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 (0 ms) [ok]: Try trick readonly table on cmsgpack table (1 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 64 (5884 ms) [ok]: corrupt payload: fuzzer findings - huge string (1076 ms) [ok]: maxmemory - is the memory limit honoured? (policy volatile-ttl) (2906 ms) [ok]: BITOP xor fuzzing (3475 ms) [ok]: BITOP NOT fuzzing (282 ms) [ok]: BITOP with integer encoded source objects (0 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 (0 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 (73 ms) [ok]: BITPOS bit=0 unaligned+full word+reminder (2 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 (80 ms) [ok]: BITPOS bit=1 works with intervals (1 ms) [ok]: BITPOS bit=0 changes behavior if end is given (1 ms) [ok]: SETBIT/BITFIELD only increase dirty when the value changed (2 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL (440 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL even when use pcall (120 ms) [ok]: corrupt payload: fuzzer findings - stream PEL without consumer (1060 ms) [ok]: Timedout script does not cause a false dead client (583 ms) [ok]: corrupt payload: fuzzer findings - stream listpack valgrind issue (1260 ms) [ok]: config during loading (6574 ms) [ok]: BITPOS bit=1 fuzzy testing using SETBIT (1691 ms) [ok]: Timedout script link is still usable after Lua returns (1358 ms) [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL (207 ms) [ok]: SHUTDOWN NOSAVE can kill a timedout script anyway (1 ms) [ok]: corrupt payload: fuzzer findings - stream with bad lpFirst (1056 ms) [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 100 element sorted set - skiplist (19044 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-random) (3743 ms) [ok]: BITPOS bit=0 fuzzy testing using SETBIT (1680 ms) [ok]: Before the replica connects we issue two EVAL commands (0 ms) [ok]: Piping raw protocol (10003 ms) [ok]: corrupt payload: fuzzer findings - stream listpack lpPrev valgrind issue (1058 ms) [ok]: Connect a replica to the master instance (102 ms) [ok]: Now use EVALSHA against the master, with both SHAs (1 ms) [ok]: 'x' should be '4' for EVALSHA being replicated by effects (0 ms) [ok]: Replication of script multiple pushes to list with BLPOP (1 ms) [ok]: EVALSHA replication when first call is readonly (1 ms) [ok]: Lua scripts using SELECT are replicated correctly (1 ms) [ok]: Options -X with illegal argument (251 ms) [ok]: Test replication partial resync: backlog expired (diskless: no, swapdb, reconnect: 1) (9254 ms) [ok]: CONFIG REWRITE handles rename-command properly (2406 ms) [ok]: DUMP RESTORE with -x option (336 ms) [ok]: Memory efficiency with values in range 128 (6035 ms) [ok]: DUMP RESTORE with -X option (345 ms) [ok]: corrupt payload: fuzzer findings - stream with non-integer entry id (973 ms) [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist (1904 ms) [ok]: HyperLogLog self test passes (13102 ms) [ok]: PFADD without arguments creates an HLL value (0 ms) [ok]: Approximated cardinality after creation is zero (1 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) (1 ms) [ok]: PFCOUNT returns approximated cardinality of set (0 ms) [52/83 done]: integration/redis-cli (46 seconds) Testing unit/lazyfree [ok]: BITPOS/BITCOUNT fuzzy testing using SETBIT (1739 ms) [ok]: corrupt payload: fuzzer findings - empty quicklist (957 ms) [53/83 done]: unit/bitops (28 seconds) Testing unit/wait [ok]: Connect a replica to the master instance (102 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 (1 ms) [ok]: Test selective replication of certain Redis commands from Lua (0 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]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-lru) (3010 ms) [ok]: corrupt payload: fuzzer findings - empty zset (800 ms) [ok]: Setup slave (101 ms) [ok]: WAIT should acknowledge 1 additional copy of the data (0 ms) [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist (2306 ms) [ok]: CONFIG REWRITE handles alias config properly (3079 ms) [54/83 done]: unit/introspection (36 seconds) Testing unit/pause [ok]: ZSETs skiplist implementation backlink consistency test - skiplist (164 ms) [ok]: Slave should be able to synchronize with the master (1205 ms) [ok]: Detect write load to master (0 ms) [ok]: corrupt payload: fuzzer findings - hash with len of 0 (1020 ms) [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, disabled, reconnect: 0) (219 ms) [ok]: Test read commands are not blocked by client pause (1 ms) [ok]: Test write commands are paused by RO (1 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 (1 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 (0 ms) [ok]: Test multiple clients can be queued up and unblocked (1 ms) [ok]: Test clients with syntax errors will get responses immediately (1 ms) [ok]: WAIT should not acknowledge 2 additional copies of the data (1079 ms) [ok]: UNLINK can reclaim memory in background (2120 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 (2 ms) [ok]: HyperLogLogs are promote from sparse to dense (3116 ms) [ok]: Test when replica paused, offset would not grow (2 ms) [ok]: Test replica offset would grow after unpause (1 ms) [ok]: corrupt payload: fuzzer findings - hash listpack first element too long entry len (955 ms) [ok]: Test scripting debug protocol parsing (1 ms) [ok]: Test scripting debug lua stack overflow (1 ms) [ok]: Client output buffer hard limit is enforced (34999 ms) [ok]: WAIT should not acknowledge 1 additional copy if slave is blocked (1144 ms) [55/83 done]: unit/pause (2 seconds) Testing unit/querybuf [ok]: test RESP2/2 big number protocol parsing (1 ms) [ok]: test RESP2/2 malformed big number protocol parsing (0 ms) [ok]: test RESP2/2 map protocol parsing (0 ms) [ok]: test RESP2/2 set protocol parsing (0 ms) [ok]: test RESP2/2 double protocol parsing (1 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 (0 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 (0 ms) [ok]: test RESP2/3 double protocol parsing (1 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 (1 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 (1 ms) [ok]: test RESP3/3 null protocol parsing (0 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 (1 ms) [ok]: Script block the time during execution (10 ms) [ok]: corrupt payload: fuzzer findings - stream double free listpack when insert dup node to rax returns 0 (809 ms) [ok]: Script delete the expired key (3 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-lru) (3311 ms) [ok]: FLUSHDB ASYNC can reclaim memory in background (1897 ms) [ok]: Slave should be able to synchronize with the master (403 ms) [ok]: Memory efficiency with values in range 1024 (5404 ms) [ok]: WAIT implicitly blocks on client pause since ACKs aren't sent (1125 ms) [ok]: lazy free a stream with all types of metadata (441 ms) [ok]: lazy free a stream with deleted cgroup (1 ms) [ok]: corrupt payload: fuzzer findings - LCS OOM (955 ms) [ok]: Shebang support for lua engine (0 ms) [ok]: Unknown shebang option (0 ms) [ok]: Unknown shebang flag (0 ms) [ok]: allow-oom shebang flag (2 ms) [ok]: no-writes shebang flag (0 ms) [56/83 done]: unit/lazyfree (6 seconds) Testing unit/pendingquerybuf [ok]: Detect write load to master (1002 ms) [ok]: no-writes shebang flag on replica (104 ms) [57/83 done]: unit/wait (5 seconds) Testing unit/tls [ok]: corrupt payload: fuzzer findings - gcc asan reports false leak on assert (982 ms) [ok]: not enough good replicas (0 ms) [58/83 done]: unit/tls (1 seconds) Testing unit/tracking [ok]: corrupt payload: fuzzer findings - lpFind invalid access (946 ms) [ok]: Clients are able to enable tracking and redirect it (0 ms) [ok]: The other connection is able to get invalidations (1 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 (1 ms) [ok]: Clients can enable the BCAST mode with prefixes (0 ms) [ok]: Adding prefixes to BCAST mode works (1 ms) [ok]: Tracking NOLOOP mode in standard mode works (0 ms) [ok]: Tracking NOLOOP mode in BCAST mode works (1 ms) [ok]: query buffer resized correctly (2899 ms) [ok]: query buffer resized correctly when not idle (200 ms) [ok]: corrupt payload: fuzzer findings - invalid access in ziplist tail prevlen decoding (904 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-random) (3792 ms) [59/83 done]: unit/querybuf (4 seconds) Testing unit/oom-score-adj [ok]: Tracking gets notification of expired keys (1001 ms) [ok]: not enough good replicas state change during long script (2344 ms) [ok]: allow-stale shebang flag (1 ms) [ok]: reject script do not cause a Lua stack leak (4 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 (1 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 (0 ms) [ok]: Different clients using different protocols can track the same key (1 ms) [ok]: No invalidation message when using OPTIN option (1 ms) [ok]: Invalidation message sent when using OPTIN option with CLIENT CACHING yes (0 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 (1 ms) [ok]: hdel deliver invalidate message after response in the same connection (0 ms) [ok]: ZSETs ZRANK augmented skip list stress testing - skiplist (6524 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]: Tracking invalidation message is not interleaved with multiple keys response (111 ms) [ok]: Tracking invalidation message is not interleaved with transaction response (0 ms) [ok]: Tracking invalidation message of eviction keys should be before response (2 ms) [ok]: Unblocked BLMOVE gets notification after response (1 ms) [ok]: BZMPOP_MIN, ZADD + DEL should not awake blocked client (69 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 (1 ms) [ok]: BZPOPMIN with variadic ZADD (1 ms) [ok]: Tracking gets notification on tracking table key eviction (74 ms) [ok]: corrupt payload: fuzzer findings - zset zslInsert with a NAN score (962 ms) [ok]: Invalidation message received for flushall (11 ms) [ok]: Invalidation message received for flushdb (4 ms) [ok]: Test ASYNC flushall (8 ms) [ok]: flushdb tracking invalidation message is not interleaved with transaction response (4 ms) [ok]: HyperLogLog sparse encoding stress test (6165 ms) [ok]: Corrupted sparse HyperLogLogs are detected: Additional at tail (0 ms) [ok]: Corrupted sparse HyperLogLogs are detected: Broken magic (0 ms) [ok]: Corrupted sparse HyperLogLogs are detected: Invalid encoding (0 ms) [ok]: Corrupted dense HyperLogLogs are detected: Wrong length (0 ms) [ok]: CONFIG SET oom-score-adj works as expected (303 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 (1 ms) [ok]: CONFIG SET oom score restored on disable (0 ms) [ok]: CONFIG SET oom score relative and absolute (1 ms) [ok]: CONFIG SET out-of-range oom score (0 ms) [ok]: Server is able to evacuate enough keys when num of keys surpasses limit by more than defined initial effort (277 ms) [ok]: Tracking info is correct (6 ms) [ok]: CLIENT GETREDIR provides correct client id (1 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking off (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking on (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking on with options (1 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking optin (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking optout (0 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking bcast mode (1 ms) [ok]: CLIENT TRACKINGINFO provides reasonable results when tracking redir broken (30 ms) [ok]: Consistent eval error reporting (7 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) [60/83 done]: unit/tracking (3 seconds) Testing unit/shutdown [ok]: corrupt payload: fuzzer findings - streamLastValidID panic (862 ms) [61/83 done]: integration/corrupt-dump (84 seconds) Testing unit/networking [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) [62/83 done]: unit/scripting (48 seconds) Testing unit/cluster [ok]: Temp rdb will be deleted if we use bg_unlink when shutdown (320 ms) [ok]: Client output buffer soft limit is enforced if time is overreached (6777 ms) [ok]: CONFIG SET port number (911 ms) [63/83 done]: unit/oom-score-adj (3 seconds) Testing unit/client-eviction [ok]: BZMPOP_MIN with zero timeout should block indefinitely (1002 ms) [ok]: BZPOP/BZMPOP against wrong type (1 ms) [ok]: BZMPOP with illegal argument (1 ms) [ok]: BZMPOP with multiple blocked clients (2 ms) [ok]: BZMPOP propagate as pop with count command to replica (210 ms) [ok]: BZMPOP should not blocks on non key arguments - #10762 (2 ms) [ok]: client evicted due to large argv (157 ms) [ok]: SHUTDOWN ABORT can cancel SIGTERM (125 ms) [ok]: Temp rdb will be deleted in signal handle (153 ms) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-ttl) (3405 ms) [ok]: CONFIG SET bind address (969 ms) [ok]: client evicted due to large query buf (329 ms) [ok]: client evicted due to percentage of maxmemory (186 ms) [ok]: Test replication partial resync: ok psync (diskless: yes, disabled, reconnect: 1) (6253 ms) [ok]: client evicted due to large multi buf (415 ms) [ok]: RDB save will be failed in shutdown (75 ms) [ok]: SHUTDOWN will abort if rdb save failed on signal (104 ms) [ok]: SHUTDOWN will abort if rdb save failed on shutdown command (2 ms) [ok]: SHUTDOWN can proceed if shutdown command was with nosave (49 ms) [ok]: Clean up rdb same named folder (73 ms) [64/83 done]: unit/shutdown (3 seconds) Testing unit/violations [ok]: SORT adds integer field to list (1 ms) [ok]: client evicted due to watched key list (1379 ms) [65/83 done]: unit/violations (1 seconds) Testing unit/replybufsize [ok]: CONFIG SET bind-source-addr (2216 ms) [ok]: maxmemory - policy volatile-lru should only remove volatile keys. (2399 ms) [ok]: Create 3 node cluster (1779 ms) [ok]: Run blocking command on cluster node3 (1 ms) [ok]: Perform a Resharding (119 ms) [ok]: Verify command got unblocked after resharding (1 ms) [ok]: Wait for cluster to be stable (47 ms) [ok]: Sanity test push cmd after resharding (1 ms) [ok]: Run blocking command again on cluster node1 (0 ms) [ok]: Kill a cluster node and wait for fail state (299 ms) [ok]: Verify command got unblocked after cluster failure (0 ms) [ok]: verify reply buffer limits (647 ms) [66/83 done]: unit/replybufsize (1 seconds) Testing unit/cluster-scripting [ok]: Slave should be able to synchronize with the master (1209 ms) [ok]: Detect write load to master (0 ms) [ok]: Default bind address configuration handling (1376 ms) [ok]: Protected mode works as expected (73 ms) [67/83 done]: unit/networking (6 seconds) Testing unit/cluster/misc [ok]: maxmemory - policy volatile-lfu should only remove volatile keys. (2731 ms) [ok]: Memory efficiency with values in range 16384 (12383 ms) [ok]: Eval scripts with shebangs and functions default to no cross slots (0 ms) [ok]: Cross slot commands are allowed by default for eval scripts and with allow-cross-slot-keys flag (1 ms) [ok]: Cross slot commands are also blocked if they disagree with pre-declared keys (0 ms) [ok]: ZSET skiplist order consistency when elements are moved (6850 ms) [ok]: ZRANGESTORE basic (30 ms) [ok]: ZRANGESTORE RESP3 (0 ms) [ok]: ZRANGESTORE range (0 ms) [ok]: ZRANGESTORE BYLEX (0 ms) [ok]: ZRANGESTORE BYSCORE (0 ms) [ok]: ZRANGESTORE BYSCORE LIMIT (1 ms) [ok]: ZRANGESTORE BYSCORE REV LIMIT (0 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 (1 ms) [ok]: ZRANGESTORE BYSCORE - empty range (0 ms) [ok]: ZRANGE BYLEX (0 ms) [ok]: ZRANGESTORE invalid syntax (0 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 (1 ms) [ok]: ZRANDMEMBER - listpack (71 ms) [ok]: ZRANDMEMBER - skiplist (73 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) [68/83 done]: unit/cluster-scripting (3 seconds) [ok]: Client output buffer soft limit is not enforced too early and is enforced when no traffic (8087 ms) [ok]: No response for single command if client output buffer hard limit is enforced (111 ms) [69/83 done]: unit/memefficiency (37 seconds) [ok]: maxmemory - policy volatile-random should only remove volatile keys. (2710 ms) [ok]: No response for multi commands in pipeline if client output buffer limit is enforced (1042 ms) [ok]: Execute transactions completely even if client output buffer limit is enforced (12 ms) [ok]: Crash report generated on DEBUG SEGFAULT (40285 ms) [70/83 done]: unit/obuf-limits (52 seconds) [71/83 done]: integration/logging (88 seconds) [ok]: ZRANDMEMBER with - skiplist (2263 ms) [ok]: XRANGE fuzzing (96901 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 (1 ms) [ok]: Key lazy expires during key migration (13 ms) [ok]: XTRIM with MAXLEN option basic test (541 ms) [ok]: XADD with LIMIT consecutive calls (51 ms) [ok]: maxmemory - policy volatile-ttl should only remove volatile keys. (2271 ms) [ok]: XTRIM with ~ is limited (65 ms) [ok]: XTRIM without ~ is not limited (5 ms) [ok]: XTRIM without ~ and with LIMIT (51 ms) [ok]: XTRIM with LIMIT delete entries no more than limit (45 ms) [ok]: Functions are added to new node on redis-cli cluster add-node (2470 ms) [ok]: ZRANDMEMBER with - listpack (2004 ms) [ok]: zset score double range (0 ms) [ok]: XADD with MAXLEN > xlen can propagate correctly (7 ms) [72/83 done]: unit/type/zset (173 seconds) [73/83 done]: unit/cluster/misc (7 seconds) [ok]: Test replication partial resync: no backlog (diskless: yes, disabled, reconnect: 1) (7698 ms) [ok]: XADD with MINID > lastid can propagate correctly (7 ms) [ok]: XADD with ~ MAXLEN can propagate correctly (6 ms) [ok]: XADD with ~ MAXLEN and LIMIT can propagate correctly (7 ms) [ok]: client evicted due to pubsub subscriptions (11625 ms) [ok]: client evicted due to tracking redirection (135 ms) [ok]: XADD with ~ MINID can propagate correctly (7 ms) [ok]: Slave should be able to synchronize with the master (1307 ms) [ok]: Detect write load to master (0 ms) [ok]: XADD with ~ MINID and LIMIT can propagate correctly (7 ms) [ok]: XTRIM with ~ MAXLEN can propagate correctly (7 ms) [ok]: XADD can CREATE an empty stream (1 ms) [ok]: XSETID can set a specific ID (0 ms) [ok]: XSETID cannot SETID with smaller ID (1 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 (0 ms) [ok]: XSETID cannot set the maximal tombstone with larger ID (1 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 (1 ms) [ok]: XDEL/TRIM are reflected by recorded first entry (1 ms) [ok]: Maxmimum XDEL ID behaves correctly (1 ms) [ok]: Empty stream can be rewrite into AOF correctly (177 ms) [ok]: Stream can be rewrite into AOF correctly after XDEL lastid (108 ms) [ok]: Migrate the last slot away from a node using redis-cli (6324 ms) [ok]: XGROUP HELP should not have unexpected options (1 ms) [ok]: XINFO HELP should not have unexpected options (0 ms) [74/83 done]: unit/type/stream (180 seconds) [ok]: redis-cli --cluster create with cluster-port (1810 ms) [ok]: Test replication partial resync: ok after delay (diskless: yes, disabled, reconnect: 1) (9299 ms) [ok]: redis-cli --cluster add-node with cluster-port (1251 ms) [75/83 done]: unit/cluster (28 seconds) [ok]: Slave should be able to synchronize with the master (1608 ms) [ok]: Detect write load to master (0 ms) [ok]: pending querybuf: check size of pending_querybuf after set a big value (33216 ms) [76/83 done]: unit/pendingquerybuf (35 seconds) [ok]: Fuzzing dense/sparse encoding: Redis should always detect errors (34033 ms) [ok]: PFADD, PFCOUNT, PFMERGE type checking works (0 ms) [ok]: PFMERGE results on the cardinality of union of sets (1 ms) [ok]: Replication: commands with many arguments (issue #1221) (135653 ms) [ok]: client evicted due to client tracking prefixes (21932 ms) [ok]: client evicted due to output buf (52 ms) [ok]: client no-evict on (114 ms) [ok]: client no-evict off (139 ms) [ok]: avoid client eviction when client is freed by output buffer limit (264 ms) [ok]: Test replication partial resync: backlog expired (diskless: yes, disabled, reconnect: 1) (10316 ms) [ok]: decrease maxmemory-clients causes client eviction (189 ms) [ok]: evict clients only until below limit (498 ms) [ok]: Replication of SPOP command -- alsoPropagate() API (4673 ms) [ok]: Slave should be able to synchronize with the master (1708 ms) [ok]: Detect write load to master (1 ms) [ok]: evict clients in right order (large to small) (583 ms) [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, swapdb, reconnect: 0) (229 ms) [77/83 done]: unit/client-eviction (41 seconds) [ok]: First server should have role slave after SLAVEOF (101 ms) [ok]: Data divergence can happen under default conditions (124 ms) [ok]: Data divergence is allowed on writable replicas (58 ms) [78/83 done]: integration/replication-4 (164 seconds) [ok]: Slave should be able to synchronize with the master (1707 ms) [ok]: Detect write load to master (0 ms) [ok]: Test replication partial resync: ok psync (diskless: yes, swapdb, reconnect: 1) (6256 ms) [ok]: PFCOUNT multiple-keys merge returns cardinality of union #1 (19135 ms) [ok]: Slave should be able to synchronize with the master (1710 ms) [ok]: Detect write load to master (0 ms) [ok]: PFCOUNT multiple-keys merge returns cardinality of union #2 (7011 ms) [ok]: Test replication partial resync: no backlog (diskless: yes, swapdb, reconnect: 1) (7750 ms) [ok]: PFDEBUG GETREG returns the HyperLogLog raw registers (3107 ms) [ok]: PFADD / PFCOUNT cache invalidation works (0 ms) [ok]: Slave should be able to synchronize with the master (804 ms) [ok]: Detect write load to master (0 ms) [79/83 done]: unit/hyperloglog (87 seconds) [ok]: Test replication partial resync: ok after delay (diskless: yes, swapdb, reconnect: 1) (9304 ms) [ok]: Slave should be able to synchronize with the master (1808 ms) [ok]: Detect write load to master (0 ms) [ok]: Test replication partial resync: backlog expired (diskless: yes, swapdb, reconnect: 1) (10673 ms) [80/83 done]: integration/replication-psync (200 seconds) [ok]: GEOSEARCH fuzzy test - byradius (121223 ms) [ok]: Master stream is correctly processed while the replica has a script in -BUSY state (121026 ms) [ok]: Diskless load swapdb (different replid): new database is exposed after swapping (0 ms) [ok]: Diskless load swapdb (different replid): replica enter loading (440 ms) [ok]: Diskless load swapdb (different replid): old database is exposed after replication fails (0 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 (19 ms) [ok]: Busy script during async loading (421 ms) [ok]: Blocked commands and configs during async-loading (3 ms) [ok]: Diskless load swapdb (async_loading): old database is exposed after async replication fails (0 ms) Waiting for process 2024000 to exit... [ok]: diskless loading short read (19045 ms) [ok]: GEOSEARCH fuzzy test - bybox (32604 ms) [ok]: GEOSEARCH box edges fuzzy test (40 ms) [81/83 done]: unit/geo (155 seconds) [ok]: diskless no replicas drop during rdb pipe (9258 ms) [ok]: slave buffer are counted correctly (121634 ms) [ok]: diskless slow replicas drop during rdb pipe (5293 ms) [ok]: replica buffer don't induce eviction (6500 ms) Waiting for process 2026911 to exit... [ok]: diskless fast replicas drop during rdb pipe (6328 ms) [ok]: Don't rehash if used memory exceeds maxmemory after rehash (161 ms) [ok]: diskless all replicas drop during rdb pipe (1938 ms) [ok]: client tracking don't cause eviction feedback loop (1459 ms) [ok]: propagation with eviction (88 ms) [ok]: propagation with eviction in MULTI (88 ms) [82/83 done]: unit/maxmemory (195 seconds) [ok]: diskless timeout replicas drop during rdb pipe (7113 ms) [ok]: diskless replication child being killed is collected (2113 ms) [ok]: diskless replication read pipe cleanup (744 ms) [ok]: replicaof right after disconnection (2118 ms) [ok]: Kill rdb child process if its dumping RDB is not useful (953 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 (3 ms) [ok]: replica can handle EINTR if use diskless load (902 ms) [ok]: replica do not write the reply to the replication link - SYNC (_addReplyToBufferOrList) (76 ms) [ok]: replica do not write the reply to the replication link - SYNC (addReplyDeferredLen) (112 ms) [ok]: replica do not write the reply to the replication link - PSYNC (_addReplyToBufferOrList) (131 ms) [ok]: replica do not write the reply to the replication link - PSYNC (addReplyDeferredLen) (155 ms) [ok]: PSYNC with wrong offset should throw error (20 ms) [83/83 done]: integration/replication (304 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 (1 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 [83/83 done]: defrag (0 seconds) The End Execution time of different units: 1 seconds - unit/info-command 1 seconds - unit/printver 1 seconds - unit/type/incr 2 seconds - unit/info 3 seconds - unit/keyspace 4 seconds - unit/protocol 5 seconds - unit/auth 1 seconds - unit/quit 9 seconds - unit/type/stream-cgroups 8 seconds - unit/multi 2 seconds - unit/acl-v2 20 seconds - unit/type/list 18 seconds - unit/expire 10 seconds - unit/acl 37 seconds - unit/type/string 40 seconds - unit/type/hash 43 seconds - unit/other 30 seconds - integration/block-repl 51 seconds - unit/scan 56 seconds - unit/type/set 56 seconds - unit/sort 57 seconds - unit/latency-monitor 25 seconds - integration/shutdown 40 seconds - integration/replication-3 77 seconds - unit/dump 3 seconds - integration/convert-zipmap-hash-on-load 2 seconds - integration/convert-ziplist-hash-on-load 62 seconds - integration/replication-2 84 seconds - unit/type/list-3 2 seconds - integration/convert-ziplist-zset-on-load 78 seconds - unit/aofrw 24 seconds - integration/rdb 21 seconds - integration/corrupt-dump-fuzzer 47 seconds - integration/aof-multi-part 25 seconds - integration/psync2-reg 13 seconds - integration/failover 61 seconds - integration/replication-buffer 56 seconds - integration/aof 28 seconds - integration/psync2-pingoff 1 seconds - unit/pubsub 3 seconds - unit/slowlog 6 seconds - integration/redis-benchmark 21 seconds - integration/psync2-master-restart 4 seconds - unit/pubsubshard 5 seconds - integration/dismiss-mem 2 seconds - unit/limits 7 seconds - unit/introspection-2 9 seconds - unit/functions 46 seconds - integration/psync2 8 seconds - unit/bitfield 136 seconds - unit/type/list-2 46 seconds - integration/redis-cli 28 seconds - unit/bitops 36 seconds - unit/introspection 2 seconds - unit/pause 6 seconds - unit/lazyfree 5 seconds - unit/wait 1 seconds - unit/tls 4 seconds - unit/querybuf 3 seconds - unit/tracking 84 seconds - integration/corrupt-dump 48 seconds - unit/scripting 3 seconds - unit/oom-score-adj 3 seconds - unit/shutdown 1 seconds - unit/violations 1 seconds - unit/replybufsize 6 seconds - unit/networking 3 seconds - unit/cluster-scripting 37 seconds - unit/memefficiency 52 seconds - unit/obuf-limits 88 seconds - integration/logging 173 seconds - unit/type/zset 7 seconds - unit/cluster/misc 180 seconds - unit/type/stream 28 seconds - unit/cluster 35 seconds - unit/pendingquerybuf 41 seconds - unit/client-eviction 164 seconds - integration/replication-4 87 seconds - unit/hyperloglog 200 seconds - integration/replication-psync 155 seconds - unit/geo 195 seconds - unit/maxmemory 304 seconds - integration/replication 0 seconds - list-large-memory 1 seconds - set-large-memory 0 seconds - bitops-large-memory 1 seconds - violations 0 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.aarch64/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:38> (start-init) Flush config and compare rewrite config file lines: OK 21:43:38> (init) Restart killed instances: OK 21:43:38> (init) Remove old master entry from sentinels: OK 21:43:38> (init) Create a master-slaves cluster of 5 instances: OK 21:43:38> (init) Sentinels can start monitoring a master: OK 21:43:38> (init) Sentinels can talk with the master: OK 21:43:38> (init) Sentinels are able to auto-discover other sentinels: OK 21:43:40> (init) Sentinels are able to auto-discover slaves: OK 21:43:40> Sentinel commands sanity check: OK 21:43:40> Basic failover works if the master is down: OK 21:43:44> New master 127.0.0.1:30003 role matches: OK 21:43:44> All the other slaves now point to the new master: OK 21:43:44> The old master eventually gets reconfigured as a slave: OK 21:43:55> ODOWN is not possible without N (quorum) Sentinels reports: OK 21:43:56> Failover is not possible without majority agreement: OK 21:43:56> Failover works if we configure for absolute agreement: OK 21:44:01> New master 127.0.0.1:30002 role matches: OK Testing unit: 01-conf-update.tcl 21:44:01> (init) Restart killed instances: OK 21:44:01> (init) Remove old master entry from sentinels: OK 21:44:01> (init) Create a master-slaves cluster of 5 instances: OK 21:44:01> (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:03> (init) Sentinels are able to auto-discover slaves: OK 21:44:03> We can failover with Sentinel 1 crashed: OK 21:44:07> After Sentinel 1 is restarted, its config gets updated: OK 21:44:07> New master 127.0.0.1:30003 role matches: OK Testing unit: 02-slaves-reconf.tcl 21:44:07> (init) Restart killed instances: OK 21:44:07> (init) Remove old master entry from sentinels: OK 21:44:07> (init) Create a master-slaves cluster of 5 instances: OK 21:44:07> (init) Sentinels can start monitoring a master: OK 21:44:07> (init) Sentinels can talk with the master: OK 21:44:07> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:09> (init) Sentinels are able to auto-discover slaves: OK 21:44:09> Check that slaves replicate from current master: OK 21:44:09> Crash the master and force a failover: OK 21:44:14> Check that slaves replicate from current master: OK 21:44:24> Kill a slave instance: OK 21:44:24> Crash the master and force a failover: OK 21:44:27> Check that slaves replicate from current master: OK 21:44:27> Wait for failover to end: OK 21:44:28> Restart killed slave and test replication of slaves again...: OK 21:44:28> Check that slaves replicate from current master: OK Testing unit: 03-runtime-reconf.tcl 21:44:39> (init) Restart killed instances: OK 21:44:39> (init) Remove old master entry from sentinels: OK 21:44:39> (init) Create a master-slaves cluster of 5 instances: OK 21:44:39> (init) Sentinels can start monitoring a master: OK 21:44:39> (init) Sentinels can talk with the master: OK 21:44:39> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:39> (init) Sentinels are able to auto-discover slaves: OK 21:44:39> Sentinels (re)connection following SENTINEL SET mymaster auth-pass: OK 21:44:40> Sentinels (re)connection following master ACL change: OK 21:44:43> Set parameters in normal case: OK 21:44:43> Set parameters in normal case with bad format: OK 21:44:43> Sentinel Set with other error situations: OK Testing unit: 04-slave-selection.tcl Testing unit: 05-manual.tcl 21:44:43> (init) Restart killed instances: OK 21:44:43> (init) Remove old master entry from sentinels: OK 21:44:43> (init) Create a master-slaves cluster of 5 instances: OK 21:44:43> (init) Sentinels can start monitoring a master: OK 21:44:43> (init) Sentinels can talk with the master: OK 21:44:43> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:45> (init) Sentinels are able to auto-discover slaves: OK 21:44:45> Manual failover works: OK 21:44:46> New master 127.0.0.1:30003 role matches: OK 21:44:46> All the other slaves now point to the new master: OK 21:44:46> The old master eventually gets reconfigured as a slave: OK Testing unit: 06-ckquorum.tcl 21:44:50> (init) Restart killed instances: OK 21:44:50> (init) Remove old master entry from sentinels: OK 21:44:50> (init) Create a master-slaves cluster of 5 instances: OK 21:44:50> (init) Sentinels can start monitoring a master: OK 21:44:51> (init) Sentinels can talk with the master: OK 21:44:51> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:52> (init) Sentinels are able to auto-discover slaves: OK 21:44:52> CKQUORUM reports OK and the right amount of Sentinels: OK 21:44:52> CKQUORUM detects quorum cannot be reached: OK 21:44:52> CKQUORUM detects failover authorization cannot be reached: OK Testing unit: 07-down-conditions.tcl 21:44:55> (init) Restart killed instances: OK 21:44:55> (init) Remove old master entry from sentinels: OK 21:44:55> (init) Create a master-slaves cluster of 5 instances: OK 21:44:55> (init) Sentinels can start monitoring a master: OK 21:44:55> (init) Sentinels can talk with the master: OK 21:44:55> (init) Sentinels are able to auto-discover other sentinels: OK 21:44:57> (init) Sentinels are able to auto-discover slaves: OK 21:44:57> Crash the majority of Sentinels to prevent failovers for this unit: OK 21:44:57> SDOWN is triggered by non-responding but not crashed instance: OK 21:44:59> SDOWN is triggered by crashed instance: OK 21:45:02> SDOWN is triggered by masters advertising as slaves: OK 21:45:06> SDOWN is triggered by misconfigured instance replying with errors: OK 21:45:17> SDOWN is triggered if we rename PING to PONG: OK Testing unit: 08-hostname-conf.tcl 21:45:19> (pre-init) Configure instances and sentinel for hostname use: sentinel/0 sentinel/1 sentinel/2 OK 21:45:19> (init) Restart killed instances: OK 21:45:19> (init) Remove old master entry from sentinels: OK 21:45:19> (init) Create a master-slaves cluster of 5 instances: OK 21:45:19> (init) Sentinels can start monitoring a master: OK 21:45:19> (init) Sentinels can talk with the master: OK 21:45:19> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:21> (init) Sentinels are able to auto-discover slaves: OK 21:45:21> Sentinel announces hostnames: OK 21:45:21> (post-cleanup) Configure instances and sentinel for IPs: OK Testing unit: 09-acl-support.tcl 21:45:21> (init) Restart killed instances: OK 21:45:21> (init) Remove old master entry from sentinels: OK 21:45:21> (init) Create a master-slaves cluster of 5 instances: OK 21:45:21> (init) Sentinels can start monitoring a master: OK 21:45:22> (init) Sentinels can talk with the master: OK 21:45:22> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:24> (init) Sentinels are able to auto-discover slaves: OK 21:45:24> (post-init) Set up ACL configuration: OK 21:45:24> SENTINEL CONFIG SET handles on-the-fly credentials reconfiguration: OK 21:45:27> (post-cleanup) Tear down ACL configuration: OK Testing unit: 10-replica-priority.tcl 21:45:27> (init) Restart killed instances: OK 21:45:27> (init) Remove old master entry from sentinels: OK 21:45:27> (init) Create a master-slaves cluster of 5 instances: OK 21:45:27> (init) Sentinels can start monitoring a master: OK 21:45:27> (init) Sentinels can talk with the master: OK 21:45:27> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:29> (init) Sentinels are able to auto-discover slaves: OK 21:45:29> Check acceptable replica-priority values: OK 21:45:29> Set replica-announced=yes on all replicas: OK 21:45:29> Check sentinel replies with 4 replicas: OK 21:45:29> Set replica-announced=no on 2 replicas: OK 21:45:29> Check sentinel replies with 2 replicas: OK 21:45:29> Set replica-announced=yes on all replicas: OK 21:45:29> Check sentinel replies with 4 replicas: OK Testing unit: 11-port-0.tcl 21:45:29> (init) Restart killed instances: OK 21:45:29> (init) Remove old master entry from sentinels: OK 21:45:30> (init) Create a master-slaves cluster of 5 instances: OK 21:45:30> (init) Sentinels can start monitoring a master: OK 21:45:30> (init) Sentinels can talk with the master: OK 21:45:30> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:30> (init) Sentinels are able to auto-discover slaves: OK 21:45:30> 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:31> (init) Restart killed instances: sentinel/4 OK 21:45:31> (init) Remove old master entry from sentinels: OK 21:45:31> (init) Create a master-slaves cluster of 5 instances: OK 21:45:31> (init) Sentinels can start monitoring a master: OK 21:45:31> (init) Sentinels can talk with the master: OK 21:45:31> (init) Sentinels are able to auto-discover other sentinels: OK 21:45:33> (init) Sentinels are able to auto-discover slaves: OK 21:45:33> Master reboot in very short time: OK 21:45:41> New master 127.0.0.1:30003 role matches: OK 21:45:41> All the other slaves now point to the new master: OK 21:45:41> The old master eventually gets reconfigured as a slave: OK Testing unit: 13-info-command.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> info command with at most one argument: OK 21:45:53> info command with one sub-section: OK 21:45:53> info command with multiple sub-sections: OK Cleaning up... killing stale instance 2031465 killing stale instance 2031485 killing stale instance 2031520 killing stale instance 2033883 killing stale instance 2035858 killing stale instance 2037102 killing stale instance 2037116 killing stale instance 2037123 killing stale instance 2038383 killing stale instance 2038484 killing stale instance 2038787 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.aarch64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.E41aaX + umask 022 + cd /builddir/build/BUILD + cd redis-7.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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.aarch64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/licenses/redis-7.0.5 + cp -pr COPYRIGHT-lua /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING-jemalloc /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING-hiredis /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/licenses/redis-7.0.5 + cp -pr LICENSE-hdrhistogram /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/licenses/redis-7.0.5 + cp -pr COPYING-hdrhistogram /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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(aarch-64) = 7.0.5-3.oc9 redis(modules_abi) = 1 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.17)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(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.aarch64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.844ysm + umask 022 + cd /builddir/build/BUILD + cd redis-7.0.5 + LICENSEDIR=/builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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.aarch64/usr/share/licenses/redis-devel-7.0.5 + cp -pr COPYING /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/usr/share/licenses/redis-devel-7.0.5 + cp -pr doc/LICENSE /builddir/build/BUILDROOT/redis-7.0.5-3.oc9.aarch64/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(aarch-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.aarch64 Wrote: /builddir/build/RPMS/redis-devel-7.0.5-3.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/redis-7.0.5-3.oc9.aarch64.rpm Child return code was: 0