cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make test Cleanup: may take some time... OK Starting test server at port 21079 [ready]: 13430 Testing unit/printver [ready]: 13431 Testing unit/dump [ready]: 13432 Testing unit/auth [ready]: 13433 Testing unit/protocol [ready]: 13434 Testing unit/keyspace [ready]: 13435 Testing unit/scan [ready]: 13436 Testing unit/type/string [ready]: 13437 Testing unit/type/incr [ready]: 13438 Testing unit/type/list [ready]: 13439 Testing unit/type/list-2 [ready]: 13440 Testing unit/type/list-3 [ready]: 13441 Testing unit/type/set [ready]: 13442 Testing unit/type/zset [ready]: 13443 Testing unit/type/hash [ready]: 13445 Testing unit/type/stream [ready]: 13444 Testing unit/type/stream-cgroups [ok]: DEL against a single item [ok]: AUTH fails if there is no password configured server side [ok]: Vararg DEL [ok]: SET and GET an item [ok]: SET and GET an empty item [ok]: XADD can add entries into a stream that XRANGE can fetch [ok]: XADD IDs are incremental [ok]: KEYS with pattern [ok]: KEYS to get all keys [ok]: Check encoding - ziplist [ok]: XADD IDs are incremental when ms is the same as well [ok]: DBSIZE [ok]: HSET/HLEN - Small hash creation [ok]: Is the small hash encoded with a ziplist? [ok]: XADD IDs correctly report an error when overflowing [ok]: ZSET basic ZADD and score update - ziplist [ok]: ZSET element can't be set to NaN with ZADD - ziplist [ok]: DEL all keys [ok]: ZSET element can't be set to NaN with ZINCRBY [ok]: ZADD with options syntax error with incomplete pair [ok]: ZADD XX option without key - ziplist [ok]: ZADD XX existing key - ziplist [ok]: ZADD XX returns the number of elements actually added [ok]: ZADD XX updates existing elements score [ok]: ZADD GT updates existing elements when new scores are greater [ok]: ZADD LT updates existing elements when new scores are lower [ok]: Handle an empty query [ok]: SCAN basic [ok]: ZADD GT XX updates existing elements when new scores are greater and skips new elements [ok]: XGROUP CREATE: creation and duplicate group name detection [ok]: XGROUP CREATE: automatic stream creation fails without MKSTREAM [ok]: XGROUP CREATE: automatic stream creation works with MKSTREAM [ok]: XREADGROUP will return only new elements [ok]: Negative multibulk length [ok]: XREADGROUP can read the history of the elements we own [ok]: XPENDING is able to return pending items [ok]: XPENDING can return single consumer items [ok]: XPENDING only group [ok]: ZADD LT XX updates existing elements when new scores are lower and skips new elements [ok]: DUMP / RESTORE are able to serialize / unserialize a simple key [ok]: ZADD XX and NX are not compatible [ok]: ZADD NX with non existing key [ok]: ZADD NX only add new elements without updating old ones [ok]: ZADD GT and NX are not compatible [ok]: ZADD LT and NX are not compatible [ok]: ZADD LT and GT are not compatible [ok]: ZADD INCR works like ZINCRBY [ok]: ZADD INCR works with a single score-elemenet pair [ok]: ZADD CH option changes return value to all changed elements [ok]: SCAN COUNT [ok]: ZINCRBY calls leading to NaN result in error [ok]: ZADD - Variadic version base case [ok]: ZADD - Return value is the number of actually added items [ok]: XPENDING with IDLE [ok]: XACK is able to remove items from the client/group PEL [ok]: XACK can't remove the same item multiple times [ok]: XACK is able to accept multiple arguments [ok]: XACK should fail if got at least one invalid ID [ok]: PEL NACK reassignment after XGROUP SETID event [ok]: XREADGROUP will not report data on empty history. Bug #5577 [ok]: XREADGROUP history reporting of deleted entries. Bug #5570 [ok]: ZADD - Variadic version does not add nothing on single parsing err [ok]: SCAN MATCH [ok]: ZADD - Variadic version will raise error on missing arg [ok]: LPOS basic usage [ok]: LPOS RANK (positive and negative rank) option [ok]: ZINCRBY does not work variadic even if shares ZADD implementation [ok]: LPOS COUNT option [ok]: LPOS COUNT + RANK option [ok]: LPOS non existing key [ok]: ZCARD basics - ziplist [ok]: LPOS no match [ok]: LPOS MAXLEN [ok]: SCAN TYPE [ok]: ZREM removes key after last element is removed [ok]: SSCAN with encoding intset [ok]: Explicit regression for a list bug [ok]: SSCAN with encoding hashtable [ok]: LPOS when RANK is greater than matches [ok]: HSCAN with encoding ziplist [ok]: ZREM variadic version [ok]: ZREM variadic version -- remove elements after key deletion [ok]: Regression for quicklist #3343 bug [ok]: SADD, SCARD, SISMEMBER, SMISMEMBER, SMEMBERS basics - regular set [ok]: Out of range multibulk length [ok]: RESTORE can set an arbitrary expire to the materialized key Testing Redis version 255.255.255 (787fa138) [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - ziplist [ok]: Wrong multibulk payload header [ok]: RESTORE can set an expire that overflows a 32 bit integer [ok]: Negative multibulk payload length [ok]: SADD, SCARD, SISMEMBER, SMISMEMBER, SMEMBERS basics - intset [ok]: RESTORE can set an absolute expire [ok]: Out of range multibulk payload length [ok]: Non-number multibulk payload length [ok]: Multi bulk request not followed by bulk arguments [ok]: Generic wrong number of args [ok]: Unbalanced number of quotes [ok]: SMISMEMBER against non set [ok]: RESTORE with ABSTTL in the past [ok]: SMISMEMBER non existing key [ok]: LPUSH, RPUSH, LLENGTH, LINDEX, LPOP - regular list [ok]: R/LPOP against empty list [ok]: SMISMEMBER requires one or more members [ok]: RESTORE can set LRU [ok]: Variadic RPUSH/LPUSH [ok]: SADD against non set [ok]: DEL a list [ok]: RESTORE can set LFU [ok]: Blocking XREADGROUP will not reply with an empty array [ok]: RESTORE returns an error of the key already exists [ok]: SADD a non-integer against an intset [ok]: BLPOP, BRPOP: single existing list - linkedlist [ok]: SADD an integer larger than 64 bits [ok]: XGROUP DESTROY should unblock XREADGROUP with -NOGROUP [ok]: RESTORE can overwrite an existing key with REPLACE [ok]: Protocol desync regression test #1 [ok]: RESTORE can detect a syntax error for unrecongized options [ok]: DUMP of non existing key returns nil [ok]: INCR against non existing key [ok]: INCR against key created by incr itself [ok]: INCR against key originally set with SET [ok]: INCR over 32bit value [ok]: INCRBY over 32bit value with over 32bit increment [ok]: INCR fails against key with spaces (left) [ok]: INCR fails against key with spaces (right) [ok]: INCR fails against key with spaces (both) [ok]: INCR fails against a key holding a list [ok]: DECRBY over 32bit value with over 32bit increment, negative res [ok]: INCR uses shared objects in the 0-9999 range [ok]: INCR can modify objects in-place [ok]: INCRBYFLOAT against non existing key [ok]: INCRBYFLOAT against key originally set with SET [ok]: INCRBYFLOAT over 32bit value [ok]: INCRBYFLOAT over 32bit value with over 32bit increment [ok]: INCRBYFLOAT fails against key with spaces (left) [ok]: INCRBYFLOAT fails against key with spaces (right) [ok]: RENAME can unblock XREADGROUP with data [ok]: INCRBYFLOAT fails against key with spaces (both) [ok]: INCRBYFLOAT fails against a key holding a list [ok]: INCRBYFLOAT does not allow NaN or Infinity [ok]: INCRBYFLOAT decrement [ok]: string to double with null terminator [ok]: No negative zero [ok]: RENAME can unblock XREADGROUP with -NOGROUP [ok]: BLPOP, BRPOP: multiple existing lists - linkedlist [ok]: BLPOP, BRPOP: second list has an entry - linkedlist [ok]: BRPOPLPUSH - linkedlist [ok]: Protocol desync regression test #2 [ok]: BLMOVE left left - linkedlist [ok]: BLMOVE left right - linkedlist [ok]: BLMOVE right left - linkedlist [ok]: BLMOVE right right - linkedlist [ok]: BLPOP, BRPOP: single existing list - ziplist [ok]: BLPOP, BRPOP: multiple existing lists - ziplist [ok]: BLPOP, BRPOP: second list has an entry - ziplist [ok]: BRPOPLPUSH - ziplist [ok]: BLMOVE left left - ziplist [ok]: BLMOVE left right - ziplist [ok]: BLMOVE right left - ziplist [ok]: BLMOVE right right - ziplist [ok]: BLPOP, LPUSH + DEL should not awake blocked client [ok]: ZRANGE basics - ziplist [ok]: ZREVRANGE basics - ziplist [ok]: ZRANK/ZREVRANK basics - ziplist [ok]: ZRANK - after deletion - ziplist [ok]: ZINCRBY - can create a new sorted set - ziplist [ok]: SADD overflows the maximum allowed integers in an intset [ok]: Variadic SADD [ok]: ZINCRBY - increment and decrement - ziplist [ok]: ZINCRBY return value [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics [ok]: ZRANGEBYSCORE with WITHSCORES [ok]: ZRANGEBYSCORE with LIMIT [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES [ok]: ZRANGEBYSCORE with non-value min or max [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics [ok]: ZLEXCOUNT advanced [ok]: ZRANGEBYSLEX with LIMIT [ok]: ZRANGEBYLEX with invalid lex range specifiers [ok]: ZREMRANGEBYSCORE basics [ok]: ZREMRANGEBYSCORE with non-value min or max [ok]: ZREMRANGEBYRANK basics [ok]: ZUNIONSTORE against non-existing key doesn't set destination - ziplist [ok]: ZUNION/ZINTER/ZDIFF against non-existing key - ziplist [ok]: ZUNIONSTORE with empty set - ziplist [ok]: ZUNION/ZINTER/ZDIFF with empty set - ziplist [ok]: ZUNIONSTORE basics - ziplist [ok]: ZUNION/ZINTER/ZDIFF with integer members - ziplist [ok]: ZUNIONSTORE with weights - ziplist [ok]: ZUNION with weights - ziplist [ok]: ZUNIONSTORE with a regular set and weights - ziplist [ok]: ZUNIONSTORE with AGGREGATE MIN - ziplist [ok]: ZUNION/ZINTER with AGGREGATE MIN - ziplist [ok]: ZUNIONSTORE with AGGREGATE MAX - ziplist [ok]: ZUNION/ZINTER with AGGREGATE MAX - ziplist [ok]: ZINTERSTORE basics - ziplist [ok]: ZINTER basics - ziplist [ok]: ZINTERSTORE with weights - ziplist [ok]: ZINTER with weights - ziplist [ok]: ZINTERSTORE with a regular set and weights - ziplist [ok]: ZINTERSTORE with AGGREGATE MIN - ziplist [ok]: ZINTERSTORE with AGGREGATE MAX - ziplist [ok]: ZUNIONSTORE with +inf/-inf scores - ziplist [ok]: ZUNIONSTORE with NaN weights ziplist [ok]: ZINTERSTORE with +inf/-inf scores - ziplist [ok]: ZINTERSTORE with NaN weights ziplist [ok]: ZDIFFSTORE basics - ziplist [ok]: ZDIFF basics - ziplist [ok]: ZDIFFSTORE with a regular set - ziplist [ok]: ZDIFF subtracting set from itself - ziplist [ok]: ZDIFF algorithm 1 - ziplist [ok]: ZDIFF algorithm 2 - ziplist [1/61 done]: unit/printver (0 seconds) Testing unit/sort [ok]: BLPOP, LPUSH + DEL + SET should not awake blocked client [ok]: BLPOP with same key multiple times should work (issue #801) [ok]: MULTI/EXEC is isolated from the point of view of BLPOP [ok]: BLPOP with variadic LPUSH [ok]: BRPOPLPUSH with zero timeout should block indefinitely [ok]: BLMOVE left left with zero timeout should block indefinitely [ok]: BLMOVE left right with zero timeout should block indefinitely [ok]: BLMOVE right left with zero timeout should block indefinitely [ok]: BLMOVE right right with zero timeout should block indefinitely [ok]: BLMOVE (left, left) with a client BLPOPing the target list [ok]: BLMOVE (left, right) with a client BLPOPing the target list [ok]: BLMOVE (right, left) with a client BLPOPing the target list [ok]: BLMOVE (right, right) with a client BLPOPing the target list [ok]: BRPOPLPUSH with wrong source type [ok]: BRPOPLPUSH with wrong destination type [ok]: BRPOPLPUSH maintains order of elements after failure [ok]: BRPOPLPUSH with multiple blocked clients [ok]: Linked LMOVEs [ok]: Circular BRPOPLPUSH [ok]: Self-referential BRPOPLPUSH [ok]: BRPOPLPUSH inside a transaction [ok]: PUSH resulting from BRPOPLPUSH affect WATCH [ok]: BRPOPLPUSH does not affect WATCH while still blocked [ok]: HSET/HLEN - Big hash creation [ok]: Is the big hash encoded with an hash table? [ok]: HGET against the small hash [ok]: XADD with MAXLEN option [ok]: MIGRATE is caching connections [ok]: Protocol desync regression test #3 [ok]: HGET against the big hash [ok]: HGET against non existing key [ok]: HSET in update and insert mode [ok]: HSETNX target key missing - small hash [ok]: HSETNX target key exists - small hash [ok]: HSETNX target key missing - big hash [ok]: HSETNX target key exists - big hash [ok]: HMSET wrong number of args [ok]: HMSET - small hash [ok]: HMSET - big hash [ok]: HMGET against non existing key and fields [ok]: HMGET against wrong type [ok]: HMGET - small hash [ok]: HMGET - big hash [ok]: HKEYS - small hash [ok]: HSCAN with encoding hashtable [ok]: HKEYS - big hash [ok]: HVALS - small hash [ok]: ZSCAN with encoding ziplist [ok]: Very big payload in GET/SET [ok]: Set encoding after DEBUG RELOAD [ok]: SREM basics - regular set [ok]: SREM basics - intset [ok]: SREM with multiple arguments [ok]: SREM variadic version with more args needed to destroy the key [ok]: Generated sets must be encoded as hashtable [ok]: SINTER with two sets - hashtable [ok]: XADD with MAXLEN option and the '=' argument [ok]: SINTERSTORE with two sets - hashtable [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - hashtable [ok]: SUNION with two sets - hashtable [ok]: Old Ziplist: SORT BY key [ok]: Old Ziplist: SORT BY key with limit [ok]: Old Ziplist: SORT BY hash field [ok]: SUNIONSTORE with two sets - hashtable [ok]: SINTER against three sets - hashtable [ok]: SINTERSTORE with three sets - hashtable [ok]: XADD with MAXLEN option and the '~' argument [ok]: XADD with NOMKSTREAM option [ok]: SUNION with non existing keys - hashtable [ok]: SDIFF with two sets - hashtable [ok]: SDIFF with three sets - hashtable [ok]: SDIFFSTORE with three sets - hashtable [ok]: HVALS - big hash [ok]: HGETALL - small hash [ok]: ZSCAN with encoding skiplist [ok]: HGETALL - big hash [ok]: HDEL and return value [ok]: HDEL - more than a single value [ok]: HDEL - hash becomes empty before deleting all specified fields [ok]: HEXISTS [ok]: Is a ziplist encoded Hash promoted on big payload? [ok]: HINCRBY against non existing database key [ok]: HINCRBY against non existing hash key [ok]: HINCRBY against hash key created by hincrby itself [ok]: HINCRBY against hash key originally set with HSET [ok]: HINCRBY over 32bit value [ok]: HINCRBY over 32bit value with over 32bit increment [ok]: HINCRBY fails against hash value with spaces (left) [ok]: HINCRBY fails against hash value with spaces (right) [ok]: HINCRBY can detect overflows [ok]: HINCRBYFLOAT against non existing database key [ok]: HINCRBYFLOAT against non existing hash key [ok]: HINCRBYFLOAT against hash key created by hincrby itself [ok]: HINCRBYFLOAT against hash key originally set with HSET [ok]: HINCRBYFLOAT over 32bit value [ok]: HINCRBYFLOAT over 32bit value with over 32bit increment [ok]: HINCRBYFLOAT fails against hash value with spaces (left) [ok]: HINCRBYFLOAT fails against hash value with spaces (right) [ok]: HINCRBYFLOAT fails against hash value that contains a null-terminator in the middle [ok]: HSTRLEN against the small hash [ok]: SCAN guarantees check under write load [ok]: SSCAN with integer encoded object (issue #1345) [ok]: SSCAN with PATTERN [ok]: HSCAN with PATTERN [ok]: ZSCAN with PATTERN [ok]: ZSCAN scores: regression test for issue #2175 [ok]: HSTRLEN against the big hash [ok]: HSTRLEN against non existing field [ok]: HSTRLEN corner cases [ok]: Hash ziplist regression test for large keys [ok]: Hash fuzzing #1 - 10 fields [ok]: Hash fuzzing #2 - 10 fields [ok]: Old Linked list: SORT BY key [ok]: Old Linked list: SORT BY key with limit [ok]: Generated sets must be encoded as intset [ok]: SINTER with two sets - intset [ok]: SINTERSTORE with two sets - intset [ok]: SINTERSTORE with two sets, after a DEBUG RELOAD - intset [ok]: SUNION with two sets - intset [ok]: SUNIONSTORE with two sets - intset [ok]: SINTER against three sets - intset [ok]: SINTERSTORE with three sets - intset [ok]: SUNION with non existing keys - intset [ok]: SDIFF with two sets - intset [ok]: SDIFF with three sets - intset [ok]: SDIFFSTORE with three sets - intset [ok]: SDIFF with first set empty [ok]: SDIFF with same set two times [ok]: Old Linked list: SORT BY hash field [ok]: XCLAIM can claim PEL items from another consumer [ok]: DEL against expired key [ok]: EXISTS [ok]: Zero length value in key. SET/GET/EXISTS [ok]: Commands pipelining [ok]: Non existing command [ok]: RENAME basic usage [ok]: RENAME source key should no longer exist [ok]: RENAME against already existing key [ok]: RENAMENX basic usage [ok]: RENAMENX against already existing key [ok]: RENAMENX against already existing key (2) [ok]: RENAME against non existing source key [ok]: RENAME where source and dest key are the same (existing) [ok]: RENAMENX where source and dest key are the same (existing) [ok]: RENAME where source and dest key are the same (non existing) [ok]: RENAME with volatile key, should move the TTL as well [ok]: RENAME with volatile key, should not inherit TTL of target key [ok]: DEL all keys again (DB 0) [ok]: DEL all keys again (DB 1) [ok]: COPY basic usage for string [ok]: COPY for string does not replace an existing key without REPLACE option [ok]: COPY for string can replace an existing key with REPLACE option [ok]: COPY for string ensures that copied data is independent of copying data [ok]: COPY for string does not copy data to no-integer DB [ok]: COPY can copy key expire metadata as well [ok]: COPY does not create an expire if it does not exist [ok]: COPY basic usage for list [ok]: COPY basic usage for intset set [ok]: COPY basic usage for hashtable set [ok]: COPY basic usage for ziplist sorted set [ok]: COPY basic usage for skiplist sorted set [ok]: COPY basic usage for ziplist hash [ok]: COPY basic usage for hashtable hash [ok]: XCLAIM without JUSTID increments delivery count [ok]: XINFO FULL output [ok]: XGROUP CREATECONSUMER: create consumer if does not exist [ok]: XGROUP CREATECONSUMER: group must exist [ok]: COPY basic usage for stream [ok]: COPY basic usage for stream-cgroups [ok]: MOVE basic usage [ok]: MOVE against key existing in the target DB [ok]: MOVE against non-integer DB (#1428) [ok]: MOVE can move key expire metadata as well [ok]: MOVE does not create an expire if it does not exist [ok]: SET/GET keys in different DBs [ok]: RANDOMKEY [ok]: RANDOMKEY against empty DB [ok]: RANDOMKEY regression 1 [ok]: KEYS * two times with long key, Github issue #1208 [ok]: BRPOPLPUSH timeout [ok]: BLPOP when new key is moved into place [ok]: BLPOP when result key is created by SORT..STORE [ok]: BLPOP: with single empty list argument [ok]: BLPOP: with negative timeout [ok]: BLPOP: with non-integer timeout [ok]: XREADGROUP with NOACK creates consumer [ok]: Stress tester for #3343-alike bugs [ok]: BLPOP: with zero timeout should block indefinitely [ok]: BLPOP: second argument is not a list [ok]: Consumer without PEL is present in AOF after AOFRW [ok]: ziplist implementation: value encoding and backlink [ok]: Very big payload random access [ok]: Check for memory leaks (pid 13460) [ok]: Check for memory leaks (pid 13468) [ok]: Hash fuzzing #1 - 512 fields [ok]: Check for memory leaks (pid 13467) [ok]: AUTH fails when a wrong password is given [ok]: Arbitrary command gives an error when AUTH is required [ok]: AUTH succeeds when the right password is given [ok]: Once AUTH succeeded we can actually send commands to the server [2/61 done]: unit/type/incr (3 seconds) Testing unit/expire [ok]: Regression for a crash with blocking ops and pipelining [ok]: EXPIRE - set timeouts multiple times [ok]: EXPIRE - It should be still possible to read 'x' [ok]: BLPOP: timeout [ok]: BLPOP: arguments are empty [ok]: BRPOP: with single empty list argument [ok]: BRPOP: with negative timeout [ok]: BRPOP: with non-integer timeout [ok]: Hash fuzzing #2 - 512 fields [ok]: SET 10000 numeric keys and access all them in reverse order [ok]: DBSIZE should be 10000 now [ok]: SETNX target key missing [ok]: SETNX target key exists [ok]: SETNX against not-expired volatile key [ok]: BRPOP: with zero timeout should block indefinitely [ok]: BRPOP: second argument is not a list [ok]: Check for memory leaks (pid 13463) [3/61 done]: unit/keyspace (5 seconds) Testing unit/other [ok]: Old Big Linked list: SORT BY key [ok]: Old Big Linked list: SORT BY key with limit [ok]: SAVE - make sure there are all the types as values [ok]: Check for memory leaks (pid 13602) [ok]: XADD mass insertion and XLEN [ok]: XADD with ID 0-0 [ok]: XRANGE COUNT works as expected [ok]: XREVRANGE COUNT works as expected [ok]: Consumer group last ID propagation to slave (NOACK=0) [ok]: Check for memory leaks (pid 13643) [ok]: EXPIRE - After 2.1 seconds the key should no longer be here [ok]: EXPIRE - write on expire should work [ok]: EXPIREAT - Check for EXPIRE alike behavior [ok]: SETEX - Set + Expire combo operation. Check for TTL [ok]: SETEX - Check value [ok]: SETEX - Overwrite old key [ok]: FUZZ stresser with data model binary [ok]: Consumer group last ID propagation to slave (NOACK=1) [4/61 done]: unit/protocol (6 seconds) Testing unit/multi [ok]: XRANGE can be used to iterate the whole stream [ok]: BRPOP: timeout [ok]: BRPOP: arguments are empty [ok]: BLPOP inside a transaction [ok]: LPUSHX, RPUSHX - generic [ok]: LPUSHX, RPUSHX - linkedlist [ok]: LINSERT - linkedlist [ok]: LPUSHX, RPUSHX - ziplist [ok]: LINSERT - ziplist [ok]: LINSERT raise error on bad syntax [ok]: LINDEX consistency test - quicklist [ok]: LINDEX random access - quicklist [ok]: Check for memory leaks (pid 13632) [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist [ok]: MUTLI / EXEC basics [ok]: DISCARD [ok]: Nested MULTI are not allowed [ok]: MULTI where commands alter argc/argv [ok]: WATCH inside MULTI is not allowed [ok]: EXEC fails if there are errors while queueing commands #1 [ok]: EXEC fails if there are errors while queueing commands #2 [ok]: If EXEC aborts, the client MULTI state is cleared [ok]: EXEC works on WATCHed key not modified [ok]: EXEC fail on WATCHed key modified (1 key of 1 watched) [ok]: EXEC fail on WATCHed key modified (1 key of 5 watched) [ok]: EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty [ok]: After successful EXEC key is no longer watched [ok]: After failed EXEC key is no longer watched [ok]: It is possible to UNWATCH [ok]: UNWATCH when there is nothing watched works as expected [ok]: FLUSHALL is able to touch the watched keys [ok]: FLUSHALL does not touch non affected keys [ok]: FLUSHDB is able to touch the watched keys [ok]: FLUSHDB does not touch non affected keys [ok]: WATCH is able to remember the DB a key belongs to [ok]: WATCH will consider touched keys target of EXPIRE [ok]: LINDEX consistency test - quicklist [5/61 done]: unit/auth (6 seconds) Testing unit/quit [ok]: Stress test the hash ziplist -> hashtable encoding conversion [ok]: Old Big Linked list: SORT BY hash field [ok]: LINDEX random access - quicklist [ok]: Intset: SORT BY key [ok]: Intset: SORT BY key with limit [ok]: Intset: SORT BY hash field [ok]: QUIT returns OK [ok]: Pipelined commands after QUIT must not be executed [ok]: Pipelined commands after QUIT that exceed read buffer size [ok]: Check if list is still ok after a DEBUG RELOAD - quicklist [ok]: LLEN against non-list value error [ok]: LLEN against non existing key [ok]: Test HINCRBYFLOAT for correct float representation (issue #2846) [ok]: Hash ziplist of various encodings [ok]: Hash ziplist of various encodings - sanitize dump [ok]: SCAN regression test for issue #4906 [ok]: LINDEX against non-list value error [ok]: LINDEX against non existing key [ok]: LPUSH against non-list value error [ok]: RPUSH against non-list value error [ok]: RPOPLPUSH base case - linkedlist [ok]: LMOVE left left base case - linkedlist [ok]: LMOVE left right base case - linkedlist [ok]: LMOVE right left base case - linkedlist [ok]: LMOVE right right base case - linkedlist [ok]: RPOPLPUSH with the same list as src and dst - linkedlist [ok]: LMOVE left left with the same list as src and dst - linkedlist [ok]: LMOVE left right with the same list as src and dst - linkedlist [ok]: LMOVE right left with the same list as src and dst - linkedlist [ok]: LMOVE right right with the same list as src and dst - linkedlist [ok]: RPOPLPUSH with linkedlist source and existing target linkedlist [ok]: LMOVE left left with linkedlist source and existing target linkedlist [ok]: LMOVE left right with linkedlist source and existing target linkedlist [ok]: LMOVE right left with linkedlist source and existing target linkedlist [ok]: LMOVE right right with linkedlist source and existing target linkedlist [ok]: RPOPLPUSH with linkedlist source and existing target ziplist [ok]: LMOVE left left with linkedlist source and existing target ziplist [ok]: LMOVE left right with linkedlist source and existing target ziplist [ok]: LMOVE right left with linkedlist source and existing target ziplist [ok]: LMOVE right right with linkedlist source and existing target ziplist [ok]: RPOPLPUSH base case - ziplist [ok]: LMOVE left left base case - ziplist [ok]: LMOVE left right base case - ziplist [ok]: LMOVE right left base case - ziplist [ok]: LMOVE right right base case - ziplist [ok]: RPOPLPUSH with the same list as src and dst - ziplist [ok]: LMOVE left left with the same list as src and dst - ziplist [ok]: LMOVE left right with the same list as src and dst - ziplist [ok]: LMOVE right left with the same list as src and dst - ziplist [ok]: LMOVE right right with the same list as src and dst - ziplist [ok]: RPOPLPUSH with ziplist source and existing target linkedlist [ok]: LMOVE left left with ziplist source and existing target linkedlist [ok]: LMOVE left right with ziplist source and existing target linkedlist [ok]: LMOVE right left with ziplist source and existing target linkedlist [ok]: LMOVE right right with ziplist source and existing target linkedlist [ok]: RPOPLPUSH with ziplist source and existing target ziplist [ok]: LMOVE left left with ziplist source and existing target ziplist [ok]: LMOVE left right with ziplist source and existing target ziplist [ok]: LMOVE right left with ziplist source and existing target ziplist [ok]: LMOVE right right with ziplist source and existing target ziplist [ok]: RPOPLPUSH against non existing key [ok]: RPOPLPUSH against non list src key [ok]: RPOPLPUSH against non list dst key [ok]: RPOPLPUSH against non existing src key [ok]: Basic LPOP/RPOP - linkedlist [ok]: Basic LPOP/RPOP - ziplist [ok]: LPOP/RPOP against non list value [ok]: Mass RPOP/LPOP - quicklist [ok]: SDIFF fuzzing [ok]: SINTER against non-set should throw error [ok]: SUNION against non-set should throw error [ok]: SINTER should handle non existing key as empty [ok]: SINTER with same integer elements but different encoding [ok]: SINTERSTORE against non existing keys should delete dstkey [ok]: SUNIONSTORE against non existing keys should delete dstkey [ok]: SPOP basics - hashtable [ok]: SPOP with =1 - hashtable [ok]: SRANDMEMBER - hashtable [ok]: SPOP basics - intset [ok]: SPOP with =1 - intset [ok]: SRANDMEMBER - intset [ok]: SPOP with [ok]: SPOP with [ok]: SPOP using integers, testing Knuth's and Floyd's algorithm [ok]: SPOP using integers with Knuth's algorithm [ok]: SPOP new implementation: code path #1 [ok]: SPOP new implementation: code path #2 [ok]: SPOP new implementation: code path #3 [ok]: SRANDMEMBER with against non existing key [ok]: Mass RPOP/LPOP - quicklist [ok]: LRANGE basics - linkedlist [ok]: LRANGE inverted indexes - linkedlist [ok]: LRANGE out of range indexes including the full list - linkedlist [ok]: LRANGE out of range negative end index - linkedlist [ok]: SRANDMEMBER with - hashtable [ok]: LRANGE basics - ziplist [ok]: LRANGE inverted indexes - ziplist [ok]: LRANGE out of range indexes including the full list - ziplist [ok]: LRANGE out of range negative end index - ziplist [ok]: LRANGE against non existing key [ok]: LTRIM basics - linkedlist [ok]: LTRIM out of range negative end index - linkedlist [ok]: SRANDMEMBER with - intset [ok]: SMOVE basics - from regular set to intset [ok]: SMOVE basics - from intset to regular set [ok]: SMOVE non existing key [ok]: SMOVE non existing src set [ok]: SMOVE from regular set to non existing destination set [ok]: LTRIM basics - ziplist [ok]: SMOVE from intset to non existing destination set [ok]: SMOVE wrong src key type [ok]: SMOVE wrong dst key type [ok]: SMOVE with identical source and destination [ok]: LTRIM out of range negative end index - ziplist [ok]: LSET - linkedlist [ok]: LSET out of range index - linkedlist [ok]: LSET - ziplist [ok]: LSET out of range index - ziplist [ok]: LSET against non existing key [ok]: LSET against non list value [ok]: LREM remove all the occurrences - linkedlist [ok]: LREM remove the first occurrence - linkedlist [ok]: LREM remove non existing element - linkedlist [ok]: LREM starting from tail with negative count - linkedlist [ok]: LREM starting from tail with negative count (2) - linkedlist [ok]: LREM deleting objects that may be int encoded - linkedlist [ok]: LREM remove all the occurrences - ziplist [ok]: LREM remove the first occurrence - ziplist [ok]: LREM remove non existing element - ziplist [ok]: LREM starting from tail with negative count - ziplist [ok]: LREM starting from tail with negative count (2) - ziplist [ok]: LREM deleting objects that may be int encoded - ziplist [ok]: Hash table: SORT BY key [ok]: Hash table: SORT BY key with limit [ok]: Hash table: SORT BY hash field [ok]: ZDIFF fuzzing [ok]: Basic ZPOP with a single key - ziplist [ok]: ZPOP with count - ziplist [ok]: BZPOP with a single existing sorted set - ziplist [ok]: BZPOP with multiple existing sorted sets - ziplist [ok]: BZPOP second sorted set has members - ziplist [ok]: Check encoding - skiplist [ok]: ZSET basic ZADD and score update - skiplist [ok]: ZSET element can't be set to NaN with ZADD - skiplist [ok]: ZSET element can't be set to NaN with ZINCRBY [ok]: ZADD with options syntax error with incomplete pair [ok]: ZADD XX option without key - skiplist [ok]: ZADD XX existing key - skiplist [ok]: ZADD XX returns the number of elements actually added [ok]: ZADD XX updates existing elements score [ok]: ZADD GT updates existing elements when new scores are greater [ok]: ZADD LT updates existing elements when new scores are lower [ok]: ZADD GT XX updates existing elements when new scores are greater and skips new elements [ok]: ZADD LT XX updates existing elements when new scores are lower and skips new elements [ok]: ZADD XX and NX are not compatible [ok]: ZADD NX with non existing key [ok]: ZADD NX only add new elements without updating old ones [ok]: ZADD GT and NX are not compatible [ok]: ZADD LT and NX are not compatible [ok]: ZADD LT and GT are not compatible [ok]: ZADD INCR works like ZINCRBY [ok]: ZADD INCR works with a single score-elemenet pair [ok]: ZADD CH option changes return value to all changed elements [ok]: ZINCRBY calls leading to NaN result in error [ok]: ZADD - Variadic version base case [ok]: ZADD - Return value is the number of actually added items [ok]: ZADD - Variadic version does not add nothing on single parsing err [ok]: ZADD - Variadic version will raise error on missing arg [ok]: ZINCRBY does not work variadic even if shares ZADD implementation [ok]: ZCARD basics - skiplist [ok]: ZREM removes key after last element is removed [ok]: ZREM variadic version [ok]: ZREM variadic version -- remove elements after key deletion [ok]: ZRANGE basics - skiplist [ok]: ZREVRANGE basics - skiplist [ok]: ZRANK/ZREVRANK basics - skiplist [ok]: ZRANK - after deletion - skiplist [ok]: ZINCRBY - can create a new sorted set - skiplist [ok]: ZINCRBY - increment and decrement - skiplist [ok]: ZINCRBY return value [ok]: ZRANGEBYSCORE/ZREVRANGEBYSCORE/ZCOUNT basics [ok]: ZRANGEBYSCORE with WITHSCORES [ok]: ZRANGEBYSCORE with LIMIT [ok]: ZRANGEBYSCORE with LIMIT and WITHSCORES [ok]: ZRANGEBYSCORE with non-value min or max [ok]: ZRANGEBYLEX/ZREVRANGEBYLEX/ZLEXCOUNT basics [ok]: ZLEXCOUNT advanced [ok]: ZRANGEBYSLEX with LIMIT [ok]: ZRANGEBYLEX with invalid lex range specifiers [ok]: ZREMRANGEBYSCORE basics [ok]: ZREMRANGEBYSCORE with non-value min or max [ok]: ZREMRANGEBYRANK basics [ok]: ZUNIONSTORE against non-existing key doesn't set destination - skiplist [ok]: ZUNION/ZINTER/ZDIFF against non-existing key - skiplist [ok]: ZUNIONSTORE with empty set - skiplist [ok]: ZUNION/ZINTER/ZDIFF with empty set - skiplist [ok]: ZUNIONSTORE basics - skiplist [ok]: ZUNION/ZINTER/ZDIFF with integer members - skiplist [ok]: ZUNIONSTORE with weights - skiplist [ok]: ZUNION with weights - skiplist [ok]: ZUNIONSTORE with a regular set and weights - skiplist [ok]: ZUNIONSTORE with AGGREGATE MIN - skiplist [ok]: ZUNION/ZINTER with AGGREGATE MIN - skiplist [ok]: ZUNIONSTORE with AGGREGATE MAX - skiplist [ok]: ZUNION/ZINTER with AGGREGATE MAX - skiplist [ok]: ZINTERSTORE basics - skiplist [ok]: ZINTER basics - skiplist [ok]: ZINTERSTORE with weights - skiplist [ok]: ZINTER with weights - skiplist [ok]: ZINTERSTORE with a regular set and weights - skiplist [ok]: ZINTERSTORE with AGGREGATE MIN - skiplist [ok]: ZINTERSTORE with AGGREGATE MAX - skiplist [ok]: ZUNIONSTORE with +inf/-inf scores - skiplist [ok]: ZUNIONSTORE with NaN weights skiplist [ok]: ZINTERSTORE with +inf/-inf scores - skiplist [ok]: ZINTERSTORE with NaN weights skiplist [ok]: ZDIFFSTORE basics - skiplist [ok]: ZDIFF basics - skiplist [ok]: ZDIFFSTORE with a regular set - skiplist [ok]: ZDIFF subtracting set from itself - skiplist [ok]: ZDIFF algorithm 1 - skiplist [ok]: ZDIFF algorithm 2 - skiplist [ok]: FUZZ stresser with data model alpha [ok]: SETEX - Wait for the key to expire [ok]: SETEX - Wrong time parameter [ok]: PERSIST can undo an EXPIRE [ok]: PERSIST returns 0 against non existing or non volatile keys [ok]: WATCH will consider touched expired keys [ok]: DISCARD should clear the WATCH dirty flag on the client [ok]: DISCARD should UNWATCH all the keys [ok]: MULTI / EXEC is propagated correctly (single write command) [ok]: MULTI / EXEC is propagated correctly (empty transaction) [ok]: MULTI / EXEC is propagated correctly (read-only commands) [ok]: FUZZ stresser with data model compr [ok]: MULTI / EXEC is propagated correctly (write command, no effect) [ok]: DISCARD should not fail during OOM [ok]: Regression for bug 593 - chaining BRPOPLPUSH with other blocking cmds [ok]: client unblock tests [ok]: List ziplist of various encodings [ok]: List ziplist of various encodings - sanitize dump [ok]: SETNX against expired volatile key [ok]: MGET [ok]: MGET against non existing key [ok]: MGET against non-string key [ok]: GETSET (set new value) [ok]: GETSET (replace old value) [ok]: MSET base case [ok]: MSET wrong number of args [ok]: MSETNX with already existent key [ok]: MSETNX with not existing keys [ok]: STRLEN against non-existing key [ok]: STRLEN against integer-encoded value [ok]: STRLEN against plain string [ok]: SETBIT against non-existing key [ok]: SETBIT against string-encoded key [ok]: SETBIT against integer-encoded key [ok]: SETBIT against key with wrong type [ok]: SETBIT with out of range bit offset [ok]: SETBIT with non-bit argument [ok]: SETBIT fuzzing [ok]: GETBIT against non-existing key [ok]: GETBIT against string-encoded key [ok]: GETBIT against integer-encoded key [ok]: SETRANGE against non-existing key [ok]: SETRANGE against string-encoded key [ok]: SETRANGE against integer-encoded key [ok]: SETRANGE against key with wrong type [ok]: SETRANGE with out of range offset [ok]: GETRANGE against non-existing key [ok]: GETRANGE against string value [ok]: GETRANGE against integer-encoded value [ok]: MULTI and script timeout [ok]: Check for memory leaks (pid 13461) [ok]: Check for memory leaks (pid 13703) [6/61 done]: unit/scan (8 seconds) Testing unit/aofrw [ok]: Check for memory leaks (pid 13484) [ok]: BGSAVE [ok]: SELECT an out of range DB [ok]: EXEC and script timeout [ok]: Check for memory leaks (pid 13742) [7/61 done]: unit/type/hash (8 seconds) Testing unit/acl [8/61 done]: unit/quit (2 seconds) Testing unit/latency-monitor [ok]: Connections start with the default user [ok]: It is possible to create new users [ok]: New users start disabled [ok]: Enabling the user allows the login [ok]: Only the set of correct passwords work [ok]: It is possible to remove passwords from the set of valid ones [ok]: Test password hashes can be added [ok]: Test password hashes validate input [ok]: ACL GETUSER returns the password hash instead of the actual password [ok]: Test hashed passwords removal [ok]: By default users are not able to access any command [ok]: By default users are not able to access any key [ok]: It's possible to allow the access of a subset of keys [ok]: By default users are able to publish to any channel [ok]: By default users are able to subscribe to any channel [ok]: By default users are able to subscribe to any pattern [ok]: It's possible to allow publishing to a subset of channels [ok]: It's possible to allow subscribing to a subset of channels [ok]: It's possible to allow subscribing to a subset of channel patterns [ok]: Subscribers are killed when revoked of channel permission [ok]: Subscribers are killed when revoked of pattern permission [ok]: Subscribers are pardoned if literal permissions are retained and/or gaining allchannels [ok]: Users can be configured to authenticate with any password [ok]: ACLs can exclude single commands [ok]: ACLs can include or exclude whole classes of commands [ok]: ACLs can include single subcommands [ok]: ACL GETUSER is able to translate back command permissions [ok]: ACL GETUSER provides reasonable results [ok]: ACL #5998 regression: memory leaks adding / removing subcommands [ok]: ACL LOG shows failed command executions at toplevel [ok]: ACL LOG is able to test similar events [ok]: ACL LOG is able to log keys access violations and key name [ok]: ACL LOG is able to log channel access violations and channel name [ok]: ACL LOG RESET is able to flush the entries in the log [ok]: ACL LOG can distinguish the transaction context (1) [ok]: ACL LOG can distinguish the transaction context (2) [ok]: ACL can log errors in the context of Lua scripting [ok]: ACL LOG can accept a numerical argument to show less entries [ok]: ACL LOG can log failed auth attempts [ok]: ACL LOG entries are limited to a maximum amount [ok]: When default user is off, new connections are not authenticated [ok]: ACL HELP should not have unexpected options [ok]: Delete a user that the client doesn't use [ok]: Delete a user that the client is using [ok]: intsets implementation stress testing [ok]: EXPIRE precision is now the millisecond [ok]: MULTI-EXEC body and script timeout [ok]: LTRIM stress testing - linkedlist [ok]: Check consistency of different data types after a reload [ok]: GETRANGE fuzzing [ok]: Extended SET can detect syntax errors [ok]: Extended SET NX option [ok]: Extended SET XX option [ok]: Extended SET GET option [ok]: Extended SET GET option with no previous value [ok]: Extended SET GET with NX option should result in syntax err [ok]: Extended SET GET with incorrect type should result in wrong type error [ok]: Extended SET EX option [ok]: Extended SET PX option [ok]: Extended SET using multiple options at once [ok]: GETRANGE with huge ranges, Github issue #1844 [ok]: STRALGO LCS string output with STRINGS option [ok]: STRALGO LCS len [ok]: LCS with KEYS option [ok]: LCS indexes [ok]: LCS indexes with match len [ok]: LCS indexes with match len and minimum match len [ok]: just EXEC and script timeout [ok]: exec with write commands and state change [ok]: exec with read commands and stale replica state change [ok]: EXEC with only read commands should not be rejected when OOM [ok]: EXEC with at least one use-memory command should fail [ok]: Blocking commands ignores the timeout [ok]: Check for memory leaks (pid 13465) [ok]: Big Hash table: SORT BY key [ok]: Big Hash table: SORT BY key with limit [ok]: XREVRANGE returns the reverse of XRANGE [ok]: XRANGE exclusive ranges [ok]: XREAD with non empty stream [ok]: Non blocking XREAD with empty streams [ok]: XREAD with non empty second stream [ok]: Blocking XREAD waiting new data [ok]: Blocking XREAD waiting old data [ok]: PEXPIRE/PSETEX/PEXPIREAT can set sub-second expires [ok]: TTL returns time to live in seconds [ok]: PTTL returns time to live in milliseconds [ok]: TTL / PTTL return -1 if key has no expire [ok]: TTL / PTTL return -2 if key does not exit [ok]: Blocking XREAD will not reply with an empty array [ok]: XREAD: XADD + DEL should not awake client [ok]: XREAD: XADD + DEL + LPUSH should not awake client [ok]: XREAD with same stream name multiple times should work [ok]: XREAD + multiple XADD inside transaction [ok]: XDEL basic test [9/61 done]: unit/type/list (9 seconds) Testing integration/block-repl [ok]: Empty stream with no lastid can be rewrite into AOF correctly [ok]: Same dataset digest if saving/reloading as AOF? [ok]: Big Hash table: SORT BY hash field [ok]: SORT GET # [ok]: SORT GET [ok]: SORT GET (key and hash) with sanity check [ok]: SORT BY key STORE [ok]: SORT BY hash field STORE [ok]: SORT extracts STORE correctly [ok]: SORT extracts multiple STORE correctly [ok]: SORT DESC [ok]: SORT ALPHA against integer encoded strings [ok]: SORT sorted set [ok]: SORT sorted set BY nosort should retain ordering [ok]: SORT sorted set BY nosort + LIMIT [ok]: SORT sorted set BY nosort works as expected from scripts [ok]: SORT sorted set: +inf and -inf handling [ok]: SORT regression for issue #19, sorting floats [ok]: SORT with STORE returns zero if result is empty (github issue 224) [ok]: SORT with STORE does not create empty lists (github issue 224) [ok]: SORT with STORE removes key if result is empty (github issue 227) [ok]: SORT with BY and STORE should still order output [ok]: SORT will complain with numerical sorting and bad doubles (1) [ok]: SORT will complain with numerical sorting and bad doubles (2) [ok]: SORT BY sub-sorts lexicographically if score is the same [ok]: SORT GET with pattern ending with just -> does not get hash field [ok]: SORT by nosort retains native order for lists [ok]: SORT by nosort plus store retains native order for lists [ok]: SORT by nosort with limit returns based on original list order [ok]: SORT speed, 100 element list BY key, 100 times [ok]: Redis should actively expire keys incrementally [ok]: SORT speed, 100 element list BY hash field, 100 times [ok]: SORT speed, 100 element list directly, 100 times [ok]: SORT speed, 100 element list BY , 100 times [ok]: Check for memory leaks (pid 13477) [10/61 done]: unit/type/set (10 seconds) Testing integration/replication [ok]: First server should have role slave after SLAVEOF [ok]: Check for memory leaks (pid 13825) [ok]: ZDIFF fuzzing [ok]: Basic ZPOP with a single key - skiplist [ok]: ZPOP with count - skiplist [ok]: BZPOP with a single existing sorted set - skiplist [ok]: BZPOP with multiple existing sorted sets - skiplist [ok]: BZPOP second sorted set has members - skiplist [ok]: ZINTERSTORE regression with two sets, intset+hashtable [ok]: ZUNIONSTORE regression, should not create NaN in scores [ok]: ZINTERSTORE #516 regression, mixed sets and ziplist zsets [ok]: Check for memory leaks (pid 13725) [ok]: ZUNIONSTORE result is sorted [ok]: ZUNIONSTORE/ZINTERSTORE/ZDIFFSTORE error if using WITHSCORES [ok]: ZMSCORE retrieve [ok]: ZMSCORE retrieve from empty set [ok]: ZMSCORE retrieve with missing member [ok]: ZMSCORE retrieve single member [ok]: ZMSCORE retrieve requires one or more members [ok]: ZSET commands don't accept the empty strings as valid score [ok]: ZSCORE - ziplist [ok]: Check for memory leaks (pid 13471) [ok]: ZMSCORE - ziplist [ok]: Slave enters handshake [ok]: Alice: can excute all command [ok]: Bob: just excute @set and acl command [ok]: ACL load and save [11/61 done]: unit/multi (5 seconds) Testing integration/replication-2 [ok]: ZSCORE after a DEBUG RELOAD - ziplist [ok]: ZSET sorting stresser - ziplist [12/61 done]: unit/type/string (11 seconds) Testing integration/replication-3 [ok]: EXPIRES after a reload (snapshot + append only file rewrite) [ok]: Redis should lazy expire keys [ok]: First server should have role slave after SLAVEOF [ok]: If min-slaves-to-write is honored, write is accepted [ok]: No write if min-slaves-to-write is < attached slaves [ok]: If min-slaves-to-write is honored, write is accepted (again) [ok]: Check for memory leaks (pid 13793) [ok]: First server should have role slave after SLAVEOF [ok]: XDEL fuzz test [ok]: Test latency events logging [ok]: LATENCY HISTORY output is ok [ok]: LATENCY LATEST output is ok [ok]: LATENCY HISTORY / RESET with wrong event name is fine [ok]: LATENCY DOCTOR produces some output [ok]: LATENCY RESET is able to reset events [ok]: ziplist implementation: encoding stress testing [ok]: Check for memory leaks (pid 13587) [13/61 done]: unit/sort (12 seconds) Testing integration/replication-4 [ok]: EXPIRE should not resurrect keys (issue #1026) [ok]: 5 keys in, 5 keys out [ok]: EXPIRE with empty string as TTL should report an error [ok]: Check for memory leaks (pid 13930) [14/61 done]: unit/acl (5 seconds) Testing integration/replication-psync [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, disabled, reconnect: 0) [ok]: First server should have role slave after SLAVEOF [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: Check for memory leaks (pid 13495) [ok]: EXPIRES after AOF reload (without rewrite) [15/61 done]: unit/type/stream-cgroups (14 seconds) Testing integration/aof [ok]: Unfinished MULTI: Server should start if load-truncated is yes [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 128 element sorted set - ziplist [ok]: ZSETs skiplist implementation backlink consistency test - ziplist [ok]: Check for memory leaks (pid 13479) [16/61 done]: unit/type/list-3 (15 seconds) Testing integration/rdb [ok]: RDB encoding loading test [ok]: ZSETs ZRANK augmented skip list stress testing - ziplist [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client [ok]: BZPOPMIN with same key multiple times should work [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN [ok]: BZPOPMIN with variadic ZADD [ok]: MIGRATE cached connections are released after some time [ok]: Check for memory leaks (pid 14055) [ok]: MIGRATE is able to migrate a key between two instances [ok]: Check for memory leaks (pid 14083) [ok]: MIGRATE is able to copy a key between two instances [ok]: BZPOPMIN with zero timeout should block indefinitely [ok]: Short read: Server should start if load-truncated is yes [ok]: Truncated AOF loaded: we expect foo to be equal to 5 [ok]: Append a new command after loading an incomplete AOF [ok]: ZSCORE - skiplist [ok]: ZMSCORE - skiplist [ok]: ZSCORE after a DEBUG RELOAD - skiplist [ok]: ZSET sorting stresser - skiplist [ok]: MIGRATE will not overwrite existing keys, unless REPLACE is used [ok]: LTRIM stress testing - ziplist [ok]: SET - use EX/PX option, TTL should not be reseted after loadaof [ok]: SET command will remove expire [ok]: SET - use KEEPTTL option, TTL should not be removed [ok]: MIGRATE propagates TTL correctly [ok]: Check for memory leaks (pid 14107) [ok]: No write if min-slaves-max-lag is > of the slave lag [ok]: min-slaves-to-write is ignored by slaves [ok]: Server started empty with non-existing RDB file [ok]: PIPELINING stresser (also a regression for the old epoll bug) [ok]: APPEND basics [ok]: APPEND basics, integer encoded values [ok]: Check for memory leaks (pid 14047) [ok]: ZRANGEBYSCORE fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: APPEND fuzzing [ok]: ZRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: Check for memory leaks (pid 14172) [ok]: SET - use KEEPTTL option, TTL should not be removed after loadaof [ok]: FLUSHDB [ok]: Perform a final SAVE to leave a clean DB on disk [ok]: RESET clears client state [ok]: RESET clears MONITOR state [ok]: RESET clears and discards MULTI state [ok]: RESET clears Pub/Sub state [ok]: RESET clears authenticated state [ok]: Short read + command: Server should start [ok]: Truncated AOF loaded: we expect foo to be equal to 6 now [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: ZREMRANGEBYLEX fuzzy test, 100 ranges in 100 element sorted set - skiplist [ok]: ZSETs skiplist implementation backlink consistency test - skiplist [ok]: Check for memory leaks (pid 13481) [17/61 done]: unit/type/list-2 (19 seconds) Testing integration/corrupt-dump [ok]: corrupt payload: #7445 - with sanitize [ok]: ZSETs ZRANK augmented skip list stress testing - skiplist [ok]: BZPOPMIN, ZADD + DEL should not awake blocked client [ok]: BZPOPMIN, ZADD + DEL + SET should not awake blocked client [ok]: BZPOPMIN with same key multiple times should work [ok]: MULTI/EXEC is isolated from the point of view of BZPOPMIN [ok]: BZPOPMIN with variadic ZADD Logged warnings (pid 14314): === REDIS BUG REPORT START: Cut & paste starting from here === 14314:M 08 Dec 2020 13:16:41.687 # === ASSERTION FAILED === 14314:M 08 Dec 2020 13:16:41.687 # ==> ziplist.c:695 'zipEntrySafe(zl, zlbytes, p, &e, 1)' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x00000001002328ec ziplistIndex.cold.1 + 28 1 redis-server 0x0000000100162fab ziplistIndex + 331 2 redis-server 0x000000010014aca2 quicklistIndex + 354 3 redis-server 0x0000000100188995 lindexCommand + 133 4 redis-server 0x0000000100155c5e call + 318 5 redis-server 0x0000000100156a61 processCommand + 1985 6 redis-server 0x000000010016a261 processInputBuffer + 481 7 redis-server 0x0000000100200221 connSocketEventHandler + 273 8 redis-server 0x000000010014d0b4 aeProcessEvents + 644 9 redis-server 0x000000010014d2ed aeMain + 29 10 redis-server 0x0000000100159dd3 main + 1699 11 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14314 process_supervised:no run_id:8fefa699f070a9becbaf66a416f4d6fef27819cd tcp_port:25613 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594281 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.6 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104448 used_memory_human:1.05M used_memory_rss:16662528 used_memory_rss_human:15.89M used_memory_peak:1104448 used_memory_peak_human:1.05M used_memory_peak_perc:100.18% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85736 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16624640 allocator_resident:16624640 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.32 allocator_frag_bytes:15606000 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.36 mem_fragmentation_bytes:15643888 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429801 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:4 instantaneous_ops_per_sec:0 total_net_input_bytes:205 total_net_output_bytes:22 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:6 total_writes_processed:4 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:d20df770e3d023e272a3c375029048ed66285347 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.002939 used_cpu_user:0.005469 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=31,usec_per_call=31.00 cmdstat_config:calls=1,usec=3,usec_per_call=3.00 cmdstat_select:calls=1,usec=5,usec_per_call=5.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54756 laddr=127.0.0.1:25613 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=32 qbuf-free=65498 argv-mem=10 obl=0 oll=0 omem=0 tot-mem=82986 events=r cmd=lindex user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54756 laddr=127.0.0.1:25613 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=32 qbuf-free=65498 argv-mem=10 obl=0 oll=0 omem=0 tot-mem=82986 events=r cmd=lindex user=default redir=-1 argv[0]: 'lindex' argv[1]: 'key' argv[2]: '2' 14314:M 08 Dec 2020 13:16:41.689 # key 'key' found in DB containing the following object: 14314:M 08 Dec 2020 13:16:41.689 # Object type: 1 14314:M 08 Dec 2020 13:16:41.689 # Object encoding: 9 14314:M 08 Dec 2020 13:16:41.689 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: #7445 - without sanitize - 1 in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 30 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) Logged warnings (pid 14328): === REDIS BUG REPORT START: Cut & paste starting from here === 14328:M 08 Dec 2020 13:16:41.905 # === ASSERTION FAILED === 14328:M 08 Dec 2020 13:16:41.905 # ==> ziplist.c:695 'zipEntrySafe(zl, zlbytes, p, &e, 1)' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000104b108ec ziplistIndex.cold.1 + 28 1 redis-server 0x0000000104a40fab ziplistIndex + 331 2 redis-server 0x0000000104a28ca2 quicklistIndex + 354 3 redis-server 0x0000000104a28a9f quicklistReplaceAtIndex + 31 4 redis-server 0x0000000104a66ac4 lsetCommand + 212 5 redis-server 0x0000000104a33c5e call + 318 6 redis-server 0x0000000104a34a61 processCommand + 1985 7 redis-server 0x0000000104a48261 processInputBuffer + 481 8 redis-server 0x0000000104ade221 connSocketEventHandler + 273 9 redis-server 0x0000000104a2b0b4 aeProcessEvents + 644 10 redis-server 0x0000000104a2b2ed aeMain + 29 11 redis-server 0x0000000104a37dd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14328 process_supervised:no run_id:973bdc8545e53997de81c205ef3dc5c1711cf152 tcp_port:25614 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594281 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.8 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104480 used_memory_human:1.05M used_memory_rss:16973824 used_memory_rss_human:16.19M used_memory_peak:1104480 used_memory_peak_human:1.05M used_memory_peak_perc:100.18% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85768 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16935936 allocator_resident:16935936 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.63 allocator_frag_bytes:15917296 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.66 mem_fragmentation_bytes:15955184 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429801 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:4 instantaneous_ops_per_sec:0 total_net_input_bytes:213 total_net_output_bytes:22 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:6 total_writes_processed:4 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:afd7e14cb5dba604233796c3e95cfc2cea7c0048 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003258 used_cpu_user:0.006661 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_select:calls=1,usec=6,usec_per_call=6.00 cmdstat_restore:calls=1,usec=30,usec_per_call=30.00 cmdstat_config:calls=1,usec=5,usec_per_call=5.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54763 laddr=127.0.0.1:25614 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=40 qbuf-free=65490 argv-mem=12 obl=0 oll=0 omem=0 tot-mem=82988 events=r cmd=lset user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54763 laddr=127.0.0.1:25614 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=40 qbuf-free=65490 argv-mem=12 obl=0 oll=0 omem=0 tot-mem=82988 events=r cmd=lset user=default redir=-1 argv[0]: 'lset' argv[1]: 'key' argv[2]: '2' argv[3]: 'BEEF' 14328:M 08 Dec 2020 13:16:41.906 # key 'key' found in DB containing the following object: 14328:M 08 Dec 2020 13:16:41.906 # Object type: 1 14328:M 08 Dec 2020 13:16:41.906 # Object encoding: 9 14328:M 08 Dec 2020 13:16:41.906 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: #7445 - without sanitize - 2 in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 40 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: corrupt payload: hash with valid zip list header, invalid entry len [ok]: corrupt payload: invalid zlbytes header [ok]: MASTER and SLAVE consistency with expire [ok]: Test replication with parallel clients writing in different DBs [ok]: Check for memory leaks (pid 14222) [ok]: corrupt payload: valid zipped hash header, dup records [ok]: BZPOPMIN with zero timeout should block indefinitely [ok]: Server started empty with empty RDB file Logged warnings (pid 14396): === REDIS BUG REPORT START: Cut & paste starting from here === 14396:M 08 Dec 2020 13:16:42.777 # === ASSERTION FAILED === 14396:M 08 Dec 2020 13:16:42.777 # ==> ziplist.c:1149 'p >= zl + ZIPLIST_HEADER_SIZE && p < zl + zlbytes - ZIPLIST_END_SIZE' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000102c7090c ziplistIndex.cold.2 + 28 1 redis-server 0x0000000102ba0fa6 ziplistIndex + 326 2 redis-server 0x0000000102b88ca2 quicklistIndex + 354 3 redis-server 0x0000000102bc6995 lindexCommand + 133 4 redis-server 0x0000000102b93c5e call + 318 5 redis-server 0x0000000102b94a61 processCommand + 1985 6 redis-server 0x0000000102ba8261 processInputBuffer + 481 7 redis-server 0x0000000102c3e221 connSocketEventHandler + 273 8 redis-server 0x0000000102b8b0b4 aeProcessEvents + 644 9 redis-server 0x0000000102b8b2ed aeMain + 29 10 redis-server 0x0000000102b97dd3 main + 1699 11 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14396 process_supervised:no run_id:097695359a732d2b3644f61b06b0cd0e14a78757 tcp_port:25618 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594282 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.16 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1105472 used_memory_human:1.05M used_memory_rss:16777216 used_memory_rss_human:16.00M used_memory_peak:1105472 used_memory_peak_human:1.05M used_memory_peak_perc:100.18% used_memory_overhead:1019736 used_memory_startup:1019664 used_memory_dataset:85736 used_memory_dataset_perc:99.92% allocator_allocated:1019664 allocator_active:16739328 allocator_resident:16739328 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.42 allocator_frag_bytes:15719664 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.45 mem_fragmentation_bytes:15757552 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429802 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:4 instantaneous_ops_per_sec:0 total_net_input_bytes:196 total_net_output_bytes:22 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:6 total_writes_processed:4 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:df3e790bcffa3969d3e1596c0218d7d9ef8dea71 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003118 used_cpu_user:0.005554 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=30,usec_per_call=30.00 cmdstat_select:calls=1,usec=10,usec_per_call=10.00 cmdstat_config:calls=1,usec=4,usec_per_call=4.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54784 laddr=127.0.0.1:25618 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=33 qbuf-free=65497 argv-mem=11 obl=0 oll=0 omem=0 tot-mem=82987 events=r cmd=lindex user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54784 laddr=127.0.0.1:25618 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=33 qbuf-free=65497 argv-mem=11 obl=0 oll=0 omem=0 tot-mem=82987 events=r cmd=lindex user=default redir=-1 argv[0]: 'lindex' argv[1]: 'key' argv[2]: '-2' 14396:M 08 Dec 2020 13:16:42.778 # key 'key' found in DB containing the following object: 14396:M 08 Dec 2020 13:16:42.778 # Object type: 1 14396:M 08 Dec 2020 13:16:42.778 # Object encoding: 9 14396:M 08 Dec 2020 13:16:42.778 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: quicklist big ziplist prev len in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 81 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: corrupt payload: quicklist small ziplist prev len Logged warnings (pid 14435): === REDIS BUG REPORT START: Cut & paste starting from here === 14435:M 08 Dec 2020 13:16:43.243 # === ASSERTION FAILED === 14435:M 08 Dec 2020 13:16:43.243 # ==> quicklist.c:1287 '0' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000102a6f4fc quicklistIndex.cold.1 + 28 1 redis-server 0x0000000102987cd9 quicklistIndex + 409 2 redis-server 0x0000000102988b90 quicklistGetIteratorAtIdx + 32 3 redis-server 0x00000001029c5e98 lrangeCommand + 376 4 redis-server 0x0000000102992c5e call + 318 5 redis-server 0x0000000102993a61 processCommand + 1985 6 redis-server 0x00000001029a7261 processInputBuffer + 481 7 redis-server 0x0000000102a3d221 connSocketEventHandler + 273 8 redis-server 0x000000010298a0b4 aeProcessEvents + 644 9 redis-server 0x000000010298a2ed aeMain + 29 10 redis-server 0x0000000102996dd3 main + 1699 11 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14435 process_supervised:no run_id:a8def22974207d3bb8223a66b8ec46a160a4b2a7 tcp_port:25620 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594283 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.20 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104560 used_memory_human:1.05M used_memory_rss:16662528 used_memory_rss_human:15.89M used_memory_peak:1104560 used_memory_peak_human:1.05M used_memory_peak_perc:100.19% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85848 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16624640 allocator_resident:16624640 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.32 allocator_frag_bytes:15606000 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.36 mem_fragmentation_bytes:15643888 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:3 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429803 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:6 instantaneous_ops_per_sec:0 total_net_input_bytes:276 total_net_output_bytes:30 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:8 total_writes_processed:6 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:ac21212d3237507199e808cd84624ebcc1797cfd master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.002928 used_cpu_user:0.005455 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_config:calls=1,usec=5,usec_per_call=5.00 cmdstat_restore:calls=1,usec=28,usec_per_call=28.00 cmdstat_rpush:calls=1,usec=5,usec_per_call=5.00 cmdstat_lpush:calls=1,usec=12,usec_per_call=12.00 cmdstat_ping:calls=1,usec=0,usec_per_call=0.00 cmdstat_select:calls=1,usec=5,usec_per_call=5.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54793 laddr=127.0.0.1:25620 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=41 qbuf-free=65489 argv-mem=13 obl=4 oll=0 omem=0 tot-mem=82989 events=r cmd=lrange user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54793 laddr=127.0.0.1:25620 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=41 qbuf-free=65489 argv-mem=13 obl=4 oll=0 omem=0 tot-mem=82989 events=r cmd=lrange user=default redir=-1 argv[0]: 'lrange' argv[1]: 'key' argv[2]: '-1' argv[3]: '-1' 14435:M 08 Dec 2020 13:16:43.243 # key 'key' found in DB containing the following object: 14435:M 08 Dec 2020 13:16:43.243 # Object type: 1 14435:M 08 Dec 2020 13:16:43.243 # Object encoding: 9 14435:M 08 Dec 2020 13:16:43.243 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: quicklist ziplist wrong count in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 105 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Check for memory leaks (pid 14262) [ok]: ZSET skiplist order consistency when elements are moved [ok]: Slave is able to detect timeout during handshake [ok]: Check for memory leaks (pid 13661) [ok]: Bad format: Server should have logged an error [ok]: Unfinished MULTI: Server should have logged an error [18/61 done]: unit/expire (18 seconds) Testing integration/corrupt-dump-fuzzer [ok]: Short read: Server should have logged an error [ok]: corrupt payload: #3080 - quicklist [ok]: Short read: Utility should confirm the AOF is not valid [ok]: Short read: Utility should be able to fix the AOF [ok]: Check for memory leaks (pid 13687) [ok]: Fixed AOF: Server should have been started [ok]: Fixed AOF: Keyspace should contain values that were parseable [ok]: corrupt payload: #3080 - ziplist [err]: corrupt payload: load corrupted rdb with no CRC - #3505 in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 146 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_message_lines $stdout "Terminating server after rdb file reading failure."] 1} proc ::test) [ok]: corrupt payload: listpack invalid size header Logged warnings (pid 14575): === REDIS BUG REPORT START: Cut & paste starting from here === 14575:M 08 Dec 2020 13:16:44.309 # === ASSERTION FAILED === 14575:M 08 Dec 2020 13:16:44.309 # ==> listpack.c:443 '(p) >= (lp)+LP_HDR_SIZE && (p) < (lp)+lpGetTotalBytes((lp))' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x00000001030ced8c lpNext.cold.2 + 28 1 redis-server 0x000000010308dd81 lpNext + 65 2 redis-server 0x0000000103087403 streamIteratorGetID + 899 3 redis-server 0x0000000103088183 streamReplyWithRange + 227 4 redis-server 0x000000010308c663 xinfoReplyWithStreamInfo + 339 5 redis-server 0x000000010308cffb xinfoCommand + 731 6 redis-server 0x0000000102fecc5e call + 318 7 redis-server 0x0000000102feda61 processCommand + 1985 8 redis-server 0x0000000103001261 processInputBuffer + 481 9 redis-server 0x0000000103097221 connSocketEventHandler + 273 10 redis-server 0x0000000102fe40b4 aeProcessEvents + 644 11 redis-server 0x0000000102fe42ed aeMain + 29 12 redis-server 0x0000000102ff0dd3 main + 1699 13 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14575 process_supervised:no run_id:521cda3c994b60fde1c504d55fe198ccb3adce16 tcp_port:25625 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594284 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.31 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1121584 used_memory_human:1.07M used_memory_rss:16891904 used_memory_rss_human:16.11M used_memory_peak:1121584 used_memory_peak_human:1.07M used_memory_peak_perc:101.71% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:102872 used_memory_dataset_perc:99.93% allocator_allocated:1018640 allocator_active:16854016 allocator_resident:16854016 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.55 allocator_frag_bytes:15835376 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.58 mem_fragmentation_bytes:15873264 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429804 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:4 instantaneous_ops_per_sec:0 total_net_input_bytes:298 total_net_output_bytes:22 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:6 total_writes_processed:4 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:a452b5c085f4cba5469c9dab9fd6419f7ccf038b master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003625 used_cpu_user:0.007266 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=32,usec_per_call=32.00 cmdstat_config:calls=1,usec=4,usec_per_call=4.00 cmdstat_select:calls=1,usec=6,usec_per_call=6.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54831 laddr=127.0.0.1:25625 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=18 obl=121 oll=2 omem=16960 tot-mem=99954 events=r cmd=xinfo user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54831 laddr=127.0.0.1:25625 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=18 obl=121 oll=2 omem=16960 tot-mem=99954 events=r cmd=xinfo user=default redir=-1 argv[0]: 'xinfo' argv[1]: 'stream' argv[2]: 'key' argv[3]: 'full' ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: listpack too long entry len in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 170 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Don't rehash if redis has child proecess Logged warnings (pid 14591): === REDIS BUG REPORT START: Cut & paste starting from here === 14591:M 08 Dec 2020 13:16:44.407 # === ASSERTION FAILED === 14591:M 08 Dec 2020 13:16:44.407 # ==> listpack.c:443 '(p) >= (lp)+LP_HDR_SIZE && (p) < (lp)+lpGetTotalBytes((lp))' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000102d46d8c lpNext.cold.2 + 28 1 redis-server 0x0000000102d05d81 lpNext + 65 2 redis-server 0x0000000102cff7ad streamIteratorGetField + 173 3 redis-server 0x0000000102d00289 streamReplyWithRange + 489 4 redis-server 0x0000000102d04663 xinfoReplyWithStreamInfo + 339 5 redis-server 0x0000000102d04ffb xinfoCommand + 731 6 redis-server 0x0000000102c64c5e call + 318 7 redis-server 0x0000000102c65a61 processCommand + 1985 8 redis-server 0x0000000102c79261 processInputBuffer + 481 9 redis-server 0x0000000102d0f221 connSocketEventHandler + 273 10 redis-server 0x0000000102c5c0b4 aeProcessEvents + 644 11 redis-server 0x0000000102c5c2ed aeMain + 29 12 redis-server 0x0000000102c68dd3 main + 1699 13 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14591 process_supervised:no run_id:bde62ce14512c5abe4b83e6374f2c7a44f2f1ab2 tcp_port:25626 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594284 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.33 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1121584 used_memory_human:1.07M used_memory_rss:16711680 used_memory_rss_human:15.94M used_memory_peak:1121584 used_memory_peak_human:1.07M used_memory_peak_perc:101.71% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:102872 used_memory_dataset_perc:99.93% allocator_allocated:1018640 allocator_active:16673792 allocator_resident:16673792 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.37 allocator_frag_bytes:15655152 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.41 mem_fragmentation_bytes:15693040 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429804 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:4 instantaneous_ops_per_sec:0 total_net_input_bytes:298 total_net_output_bytes:22 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:6 total_writes_processed:4 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:db50a3a07adc7f4f5aad33bfc18017c04e6fc9d2 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003158 used_cpu_user:0.005216 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_select:calls=1,usec=6,usec_per_call=6.00 cmdstat_ping:calls=1,usec=0,usec_per_call=0.00 cmdstat_restore:calls=1,usec=35,usec_per_call=35.00 cmdstat_config:calls=1,usec=5,usec_per_call=5.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54835 laddr=127.0.0.1:25626 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=18 obl=121 oll=2 omem=16960 tot-mem=99954 events=r cmd=xinfo user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54835 laddr=127.0.0.1:25626 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=18 obl=121 oll=2 omem=16960 tot-mem=99954 events=r cmd=xinfo user=default redir=-1 argv[0]: 'xinfo' argv[1]: 'stream' argv[2]: 'key' argv[3]: 'full' ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: listpack very long entry len in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 182 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: corrupt payload: listpack too long entry prev len [ok]: corrupt payload: hash ziplist with duplicate records [ok]: corrupt payload: hash ziplist uneven record count [ok]: Check for memory leaks (pid 14026) [ok]: Check for memory leaks (pid 14393) [ok]: corrupt payload: hash dupliacte records Logged warnings (pid 14682): === REDIS BUG REPORT START: Cut & paste starting from here === 14682:M 08 Dec 2020 13:16:45.589 # === ASSERTION FAILED === 14682:M 08 Dec 2020 13:16:45.589 # ==> listpack.c:452 'p' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000104326dac lpPrev.cold.1 + 28 1 redis-server 0x00000001042e5e8b lpPrev + 251 2 redis-server 0x00000001042df33b streamIteratorGetID + 699 3 redis-server 0x00000001042e0183 streamReplyWithRange + 227 4 redis-server 0x00000001042e12aa xrangeGenericCommand + 586 5 redis-server 0x0000000104244c5e call + 318 6 redis-server 0x0000000104245a61 processCommand + 1985 7 redis-server 0x0000000104259261 processInputBuffer + 481 8 redis-server 0x00000001042ef221 connSocketEventHandler + 273 9 redis-server 0x000000010423c0b4 aeProcessEvents + 644 10 redis-server 0x000000010423c2ed aeMain + 29 11 redis-server 0x0000000104248dd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14682 process_supervised:no run_id:352ecdef3098b12fe13b566e148a72e04b74da58 tcp_port:25631 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594285 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.43 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1105072 used_memory_human:1.05M used_memory_rss:16826368 used_memory_rss_human:16.05M used_memory_peak:1105072 used_memory_peak_human:1.05M used_memory_peak_perc:100.17% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:86360 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16788480 allocator_resident:16788480 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.48 allocator_frag_bytes:15769840 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.52 mem_fragmentation_bytes:15807728 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429805 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:420 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:35cc3f209f57a7aed062c21cf6ad5b44c124e7a5 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003331 used_cpu_user:0.005734 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_config:calls=1,usec=5,usec_per_call=5.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 cmdstat_restore:calls=1,usec=37,usec_per_call=37.00 cmdstat_debug:calls=1,usec=20,usec_per_call=20.00 cmdstat_select:calls=1,usec=6,usec_per_call=6.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54858 laddr=127.0.0.1:25631 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=18 obl=0 oll=1 omem=40 tot-mem=83034 events=r cmd=xrevrange user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54858 laddr=127.0.0.1:25631 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=18 obl=0 oll=1 omem=40 tot-mem=83034 events=r cmd=xrevrange user=default redir=-1 argv[0]: 'XREVRANGE' argv[1]: 'key' argv[2]: '725' argv[3]: '233' 14682:M 08 Dec 2020 13:16:45.589 # key 'key' found in DB containing the following object: 14682:M 08 Dec 2020 13:16:45.589 # Object type: 6 14682:M 08 Dec 2020 13:16:45.589 # Object encoding: 10 14682:M 08 Dec 2020 13:16:45.589 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - NPD in streamIteratorGetID in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 236 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Test RDB stream encoding [ok]: Test RDB stream encoding - sanitize dump Logged warnings (pid 14706): === REDIS BUG REPORT START: Cut & paste starting from here === 14706:M 08 Dec 2020 13:16:45.818 # === ASSERTION FAILED === 14706:M 08 Dec 2020 13:16:45.818 # ==> listpack.c:539 'p' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x00000001045bde0c lpGet.cold.1 + 28 1 redis-server 0x000000010457d0d0 lpGet + 384 2 redis-server 0x0000000104576414 streamIteratorGetID + 916 3 redis-server 0x0000000104577183 streamReplyWithRange + 227 4 redis-server 0x00000001045789bc xreadCommand + 1660 5 redis-server 0x00000001044dbc5e call + 318 6 redis-server 0x00000001044dca61 processCommand + 1985 7 redis-server 0x00000001044f0261 processInputBuffer + 481 8 redis-server 0x0000000104586221 connSocketEventHandler + 273 9 redis-server 0x00000001044d30b4 aeProcessEvents + 644 10 redis-server 0x00000001044d32ed aeMain + 29 11 redis-server 0x00000001044dfdd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14706 process_supervised:no run_id:314e3506cf351abadfa2ac7f17f270e96f5e41a0 tcp_port:25632 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594285 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.45 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1122112 used_memory_human:1.07M used_memory_rss:17006592 used_memory_rss_human:16.22M used_memory_peak:1122112 used_memory_peak_human:1.07M used_memory_peak_perc:101.72% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:103400 used_memory_dataset_perc:99.93% allocator_allocated:1018640 allocator_active:16968704 allocator_resident:16968704 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.66 allocator_frag_bytes:15950064 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.70 mem_fragmentation_bytes:15987952 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429805 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:438 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:2 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:51d5c9cef646c5c37ec59930de11ea448fe57edf master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003516 used_cpu_user:0.006836 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_config:calls=1,usec=5,usec_per_call=5.00 cmdstat_debug:calls=1,usec=25,usec_per_call=25.00 cmdstat_select:calls=1,usec=7,usec_per_call=7.00 cmdstat_restore:calls=1,usec=37,usec_per_call=37.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54864 laddr=127.0.0.1:25632 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=60 qbuf-free=65470 argv-mem=31 obl=0 oll=4 omem=17072 tot-mem=100079 events=r cmd=xread user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54864 laddr=127.0.0.1:25632 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=60 qbuf-free=65470 argv-mem=31 obl=0 oll=4 omem=17072 tot-mem=100079 events=r cmd=xread user=default redir=-1 argv[0]: 'XREAD' argv[1]: 'STREAMS' argv[2]: '_stream' argv[3]: '519389898758' ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - listpack NPD on invalid stream in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 249 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) Logged warnings (pid 14728): === REDIS BUG REPORT START: Cut & paste starting from here === 14728:M 08 Dec 2020 13:16:46.052 # === ASSERTION FAILED === 14728:M 08 Dec 2020 13:16:46.052 # ==> quicklist.c:1287 '0' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x00000001001b64fc quicklistIndex.cold.1 + 28 1 redis-server 0x00000001000cecd9 quicklistIndex + 409 2 redis-server 0x00000001000cea9f quicklistReplaceAtIndex + 31 3 redis-server 0x000000010010cac4 lsetCommand + 212 4 redis-server 0x00000001000d9c5e call + 318 5 redis-server 0x00000001000daa61 processCommand + 1985 6 redis-server 0x00000001000ee261 processInputBuffer + 481 7 redis-server 0x0000000100184221 connSocketEventHandler + 273 8 redis-server 0x00000001000d10b4 aeProcessEvents + 644 9 redis-server 0x00000001000d12ed aeMain + 29 10 redis-server 0x00000001000dddd3 main + 1699 11 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14728 process_supervised:no run_id:5208e945d6e96133adec76c483093d063d93e542 tcp_port:25633 uptime_in_seconds:1 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594285 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.47 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104480 used_memory_human:1.05M used_memory_rss:16728064 used_memory_rss_human:15.95M used_memory_peak:1104480 used_memory_peak_human:1.05M used_memory_peak_perc:100.18% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85768 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16690176 allocator_resident:16690176 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.38 allocator_frag_bytes:15671536 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.42 mem_fragmentation_bytes:15709424 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429805 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:261 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:cf103754f65f288c53c653a6acb319dfa732644d master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003039 used_cpu_user:0.005697 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_debug:calls=1,usec=20,usec_per_call=20.00 cmdstat_select:calls=1,usec=7,usec_per_call=7.00 cmdstat_restore:calls=1,usec=26,usec_per_call=26.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 cmdstat_config:calls=1,usec=5,usec_per_call=5.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54870 laddr=127.0.0.1:25633 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=41 qbuf-free=65489 argv-mem=13 obl=0 oll=0 omem=0 tot-mem=82989 events=r cmd=lset user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54870 laddr=127.0.0.1:25633 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=41 qbuf-free=65489 argv-mem=13 obl=0 oll=0 omem=0 tot-mem=82989 events=r cmd=lset user=default redir=-1 argv[0]: 'LSET' argv[1]: 'key' argv[2]: '290' argv[3]: '290' 14728:M 08 Dec 2020 13:16:46.053 # key 'key' found in DB containing the following object: 14728:M 08 Dec 2020 13:16:46.053 # Object type: 1 14728:M 08 Dec 2020 13:16:46.053 # Object encoding: 9 14728:M 08 Dec 2020 13:16:46.053 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - NPD in quicklistIndex in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 262 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) Logged warnings (pid 14746): === REDIS BUG REPORT START: Cut & paste starting from here === 14746:M 08 Dec 2020 13:16:46.166 # === ASSERTION FAILED === 14746:M 08 Dec 2020 13:16:46.166 # ==> ziplist.c:1305 'zipEntrySafe(zl, zlbytes, p, &e, 1)' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x00000001050c29ec ziplistFind.cold.1 + 28 1 redis-server 0x0000000104ff34ca ziplistFind + 474 2 redis-server 0x000000010502687d hashTypeGetFromZiplist + 157 3 redis-server 0x0000000105026b7a hashTypeExists + 74 4 redis-server 0x00000001050286d0 hexistsCommand + 96 5 redis-server 0x0000000104fe5c5e call + 318 6 redis-server 0x0000000104fe6a61 processCommand + 1985 7 redis-server 0x0000000104ffa261 processInputBuffer + 481 8 redis-server 0x0000000105090221 connSocketEventHandler + 273 9 redis-server 0x0000000104fdd0b4 aeProcessEvents + 644 10 redis-server 0x0000000104fdd2ed aeMain + 29 11 redis-server 0x0000000104fe9dd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14746 process_supervised:no run_id:acb93da48b9db0294af4fb2a5be0852e76a0571a tcp_port:25634 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594286 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.49 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104384 used_memory_human:1.05M used_memory_rss:16646144 used_memory_rss_human:15.88M used_memory_peak:1104384 used_memory_peak_human:1.05M used_memory_peak_perc:100.18% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85672 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16608256 allocator_resident:16608256 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.30 allocator_frag_bytes:15589616 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.34 mem_fragmentation_bytes:15627504 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429806 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:271 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:4c17753be70613d8620d93a384c4fc59b76748d3 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003164 used_cpu_user:0.005780 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 cmdstat_select:calls=1,usec=4,usec_per_call=4.00 cmdstat_restore:calls=1,usec=91,usec_per_call=91.00 cmdstat_config:calls=1,usec=4,usec_per_call=4.00 cmdstat_debug:calls=1,usec=22,usec_per_call=22.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54874 laddr=127.0.0.1:25634 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=23 obl=0 oll=0 omem=0 tot-mem=82999 events=r cmd=hexists user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54874 laddr=127.0.0.1:25634 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=46 qbuf-free=65484 argv-mem=23 obl=0 oll=0 omem=0 tot-mem=82999 events=r cmd=hexists user=default redir=-1 argv[0]: 'HEXISTS' argv[1]: 'key' argv[2]: '-688319650333' 14746:M 08 Dec 2020 13:16:46.167 # key 'key' found in DB containing the following object: 14746:M 08 Dec 2020 13:16:46.167 # Object type: 4 14746:M 08 Dec 2020 13:16:46.167 # Object encoding: 5 14746:M 08 Dec 2020 13:16:46.167 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - invalid read in ziplistFind in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 275 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Check for memory leaks (pid 13915) [ok]: Check for memory leaks (pid 13482) [ok]: Check for memory leaks (pid 14510) [ok]: corrupt payload: fuzzer findings - invalid ziplist encoding [19/61 done]: unit/type/zset (24 seconds) Testing integration/convert-zipmap-hash-on-load [ok]: MIGRATE can correctly transfer large values [ok]: corrupt payload: fuzzer findings - hash crash [ok]: AOF+SPOP: Server should have been started [ok]: AOF+SPOP: Set should have 1 member [ok]: RDB load zipmap hash: converts to ziplist Logged warnings (pid 14858): === REDIS BUG REPORT START: Cut & paste starting from here === 14858:M 08 Dec 2020 13:16:46.739 # === ASSERTION FAILED === 14858:M 08 Dec 2020 13:16:46.739 # ==> db.c:963 'node' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x000000010471f4fc scanGenericCommand.cold.2 + 28 1 redis-server 0x000000010465fbcb scanGenericCommand + 1931 2 redis-server 0x000000010468476d hscanCommand + 109 3 redis-server 0x0000000104641c5e call + 318 4 redis-server 0x0000000104642a61 processCommand + 1985 5 redis-server 0x0000000104656261 processInputBuffer + 481 6 redis-server 0x00000001046ec221 connSocketEventHandler + 273 7 redis-server 0x00000001046390b4 aeProcessEvents + 644 8 redis-server 0x00000001046392ed aeMain + 29 9 redis-server 0x0000000104645dd3 main + 1699 10 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14858 process_supervised:no run_id:79149583d4c152b1cd12168124162d22a9055304 tcp_port:25637 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594286 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.55 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104848 used_memory_human:1.05M used_memory_rss:16924672 used_memory_rss_human:16.14M used_memory_peak:1104848 used_memory_peak_human:1.05M used_memory_peak_perc:100.21% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:86136 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16886784 allocator_resident:16886784 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.58 allocator_frag_bytes:15868144 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.61 mem_fragmentation_bytes:15906032 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429806 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:305 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:49d7ccc5a755941f77a78caa0f59adbf9ad932e1 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003387 used_cpu_user:0.005844 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_select:calls=1,usec=5,usec_per_call=5.00 cmdstat_debug:calls=1,usec=25,usec_per_call=25.00 cmdstat_config:calls=1,usec=5,usec_per_call=5.00 cmdstat_restore:calls=1,usec=101,usec_per_call=101.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54906 laddr=127.0.0.1:25637 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=39 qbuf-free=65491 argv-mem=17 obl=0 oll=0 omem=0 tot-mem=82993 events=r cmd=hscan user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54906 laddr=127.0.0.1:25637 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=39 qbuf-free=65491 argv-mem=17 obl=0 oll=0 omem=0 tot-mem=82993 events=r cmd=hscan user=default redir=-1 argv[0]: 'HSCAN' argv[1]: '_hashbig' argv[2]: '-250' 14858:M 08 Dec 2020 13:16:46.739 # key '_hashbig' found in DB containing the following object: 14858:M 08 Dec 2020 13:16:46.739 # Object type: 4 14858:M 08 Dec 2020 13:16:46.739 # Object encoding: 5 14858:M 08 Dec 2020 13:16:46.739 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - uneven entry count in hash in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 309 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: MIGRATE can correctly transfer hashes [ok]: corrupt payload: fuzzer findings - invalid read in lzf_decompress [ok]: Check for memory leaks (pid 14534) [20/61 done]: unit/other (20 seconds) Testing integration/logging [ok]: corrupt payload: fuzzer findings - leak in rdbloading due to dup entry in set [ok]: corrupt payload: fuzzer findings - empty intset div by zero Logged warnings (pid 14967): === REDIS BUG REPORT START: Cut & paste starting from here === 14967:M 08 Dec 2020 13:16:47.604 # === ASSERTION FAILED === 14967:M 08 Dec 2020 13:16:47.604 # ==> ziplist.c:874 'zipEntrySafe(zl, zlbytes, p, &tail, 1)' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000104f1b84c __ziplistDelete.cold.3 + 28 1 redis-server 0x0000000104e4b8a5 __ziplistDelete + 549 2 redis-server 0x0000000104e4c1ad ziplistDelete + 29 3 redis-server 0x0000000104e795a2 zzlDeleteRangeByScore + 290 4 redis-server 0x0000000104e7ae3b zremrangeGenericCommand + 651 5 redis-server 0x0000000104e3ec5e call + 318 6 redis-server 0x0000000104e3fa61 processCommand + 1985 7 redis-server 0x0000000104e53261 processInputBuffer + 481 8 redis-server 0x0000000104ee9221 connSocketEventHandler + 273 9 redis-server 0x0000000104e360b4 aeProcessEvents + 644 10 redis-server 0x0000000104e362ed aeMain + 29 11 redis-server 0x0000000104e42dd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14967 process_supervised:no run_id:94afe5f9f4f8bd6bb33dc7340e0bc5f5f290e231 tcp_port:25641 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594287 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.63 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104448 used_memory_human:1.05M used_memory_rss:16662528 used_memory_rss_human:15.89M used_memory_peak:1104448 used_memory_peak_human:1.05M used_memory_peak_perc:100.18% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85736 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16624640 allocator_resident:16624640 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.32 allocator_frag_bytes:15606000 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.36 mem_fragmentation_bytes:15643888 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429807 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:334 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:4decb9842fb36fe121f2909124f5fa15c3564b8f master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003613 used_cpu_user:0.005795 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=92,usec_per_call=92.00 cmdstat_config:calls=1,usec=5,usec_per_call=5.00 cmdstat_debug:calls=1,usec=24,usec_per_call=24.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 cmdstat_select:calls=1,usec=7,usec_per_call=7.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54937 laddr=127.0.0.1:25641 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=68 qbuf-free=65462 argv-mem=38 obl=0 oll=0 omem=0 tot-mem=83014 events=r cmd=zremrangebyscore user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54937 laddr=127.0.0.1:25641 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=68 qbuf-free=65462 argv-mem=38 obl=0 oll=0 omem=0 tot-mem=83014 events=r cmd=zremrangebyscore user=default redir=-1 argv[0]: 'ZREMRANGEBYSCORE' argv[1]: '_zsetbig' argv[2]: '-1050966020' argv[3]: '724' 14967:M 08 Dec 2020 13:16:47.605 # key '_zsetbig' found in DB containing the following object: 14967:M 08 Dec 2020 13:16:47.605 # Object type: 3 14967:M 08 Dec 2020 13:16:47.605 # Object encoding: 5 14967:M 08 Dec 2020 13:16:47.605 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - valgrind ziplist - crash report prints freed memory in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 347 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Server is able to generate a stack trace on selected systems [ok]: MIGRATE timeout actually works [ok]: Check for memory leaks (pid 14016) [ok]: MASTER and SLAVE dataset should be identical after complex ops [ok]: Test replication partial resync: ok psync (diskless: no, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 14690) [ok]: MIGRATE can migrate multiple keys at once [ok]: MIGRATE with multiple keys must have empty key arg Logged warnings (pid 14985): === REDIS BUG REPORT START: Cut & paste starting from here === 14985:M 08 Dec 2020 13:16:47.891 # === ASSERTION FAILED === 14985:M 08 Dec 2020 13:16:47.891 # ==> ziplist.c:695 'zipEntrySafe(zl, zlbytes, p, &e, 1)' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x00000001025428ec ziplistIndex.cold.1 + 28 1 redis-server 0x0000000102472fab ziplistIndex + 331 2 redis-server 0x000000010245c2a1 quicklistPopCustom + 145 3 redis-server 0x0000000102498c92 popGenericCommand + 146 4 redis-server 0x0000000102465c5e call + 318 5 redis-server 0x0000000102466a61 processCommand + 1985 6 redis-server 0x000000010247a261 processInputBuffer + 481 7 redis-server 0x0000000102510221 connSocketEventHandler + 273 8 redis-server 0x000000010245d0b4 aeProcessEvents + 644 9 redis-server 0x000000010245d2ed aeMain + 29 10 redis-server 0x0000000102469dd3 main + 1699 11 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:14985 process_supervised:no run_id:c2ff7045ad9364213800fd4d30d7c5cfa6cc66b2 tcp_port:25642 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594287 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.65 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104464 used_memory_human:1.05M used_memory_rss:16990208 used_memory_rss_human:16.20M used_memory_peak:1104464 used_memory_peak_human:1.05M used_memory_peak_perc:100.17% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85752 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16952320 allocator_resident:16952320 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.64 allocator_frag_bytes:15933680 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.68 mem_fragmentation_bytes:15971568 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:2 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429807 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:6 instantaneous_ops_per_sec:0 total_net_input_bytes:315 total_net_output_bytes:34 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:8 total_writes_processed:6 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:e6a9afef64b9a3cd54af423a24fbdd3999d759f9 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.005184 used_cpu_user:0.008800 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_ping:calls=1,usec=0,usec_per_call=0.00 cmdstat_debug:calls=1,usec=49,usec_per_call=49.00 cmdstat_rpop:calls=1,usec=12,usec_per_call=12.00 cmdstat_config:calls=1,usec=6,usec_per_call=6.00 cmdstat_restore:calls=1,usec=35,usec_per_call=35.00 cmdstat_select:calls=1,usec=6,usec_per_call=6.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54946 laddr=127.0.0.1:25642 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=28 qbuf-free=65502 argv-mem=12 obl=0 oll=0 omem=0 tot-mem=82972 events=r cmd=rpop user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54946 laddr=127.0.0.1:25642 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=28 qbuf-free=65502 argv-mem=12 obl=0 oll=0 omem=0 tot-mem=82972 events=r cmd=rpop user=default redir=-1 argv[0]: 'RPOP' argv[1]: '_listbig' 14985:M 08 Dec 2020 13:16:47.893 # key '_listbig' found in DB containing the following object: 14985:M 08 Dec 2020 13:16:47.893 # Object type: 1 14985:M 08 Dec 2020 13:16:47.893 # Object encoding: 9 14985:M 08 Dec 2020 13:16:47.893 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - valgrind ziplist prevlen reaches outside the ziplist in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 360 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: AOF rewrite during write load: RDB preamble=yes [ok]: Server should not start if RDB file can't be open [ok]: Check for memory leaks (pid 13905) [ok]: Server should not start if RDB is corrupted [ok]: MIGRATE with multiple keys migrate just existing ones [ok]: corrupt payload: fuzzer findings - valgrind - bad rdbLoadDoubleValue [ok]: Check for memory leaks (pid 14830) [ok]: Check for memory leaks (pid 14838) [ok]: First server should have role slave after SLAVEOF [ok]: With min-slaves-to-write (1,3): master should be writable [ok]: With min-slaves-to-write (2,3): master should not be writable [ok]: Slave is able to evict keys created in writable slaves Logged warnings (pid 15115): === REDIS BUG REPORT START: Cut & paste starting from here === 15115:M 08 Dec 2020 13:16:48.472 # === ASSERTION FAILED === 15115:M 08 Dec 2020 13:16:48.472 # ==> ziplist.c:695 'zipEntrySafe(zl, zlbytes, p, &e, 1)' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000102d1e98c ziplistPrev.cold.2 + 28 1 redis-server 0x0000000102c4f06c ziplistPrev + 76 2 redis-server 0x0000000102c37d81 quicklistNext + 305 3 redis-server 0x0000000102c756bf lremCommand + 351 4 redis-server 0x0000000102c41c5e call + 318 5 redis-server 0x0000000102c42a61 processCommand + 1985 6 redis-server 0x0000000102c56261 processInputBuffer + 481 7 redis-server 0x0000000102cec221 connSocketEventHandler + 273 8 redis-server 0x0000000102c390b4 aeProcessEvents + 644 9 redis-server 0x0000000102c392ed aeMain + 29 10 redis-server 0x0000000102c45dd3 main + 1699 11 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:15115 process_supervised:no run_id:f13ad0068d2ee096207a2e764c90ace1213bacf0 tcp_port:25644 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594288 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.69 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104560 used_memory_human:1.05M used_memory_rss:16826368 used_memory_rss_human:16.05M used_memory_peak:1104560 used_memory_peak_human:1.05M used_memory_peak_perc:100.19% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:85848 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16788480 allocator_resident:16788480 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.48 allocator_frag_bytes:15769840 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.52 mem_fragmentation_bytes:15807728 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:2 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429808 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:6 instantaneous_ops_per_sec:0 total_net_input_bytes:303 total_net_output_bytes:31 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:8 total_writes_processed:6 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:8317f941d8eedb263275d5a0a84c170166a4e908 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.005240 used_cpu_user:0.009793 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=55,usec_per_call=55.00 cmdstat_config:calls=1,usec=8,usec_per_call=8.00 cmdstat_rpushx:calls=1,usec=35,usec_per_call=35.00 cmdstat_select:calls=1,usec=9,usec_per_call=9.00 cmdstat_debug:calls=1,usec=41,usec_per_call=41.00 cmdstat_ping:calls=1,usec=2,usec_per_call=2.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:54984 laddr=127.0.0.1:25644 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=45 qbuf-free=65485 argv-mem=17 obl=0 oll=0 omem=0 tot-mem=82993 events=r cmd=lrem user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:54984 laddr=127.0.0.1:25644 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=45 qbuf-free=65485 argv-mem=17 obl=0 oll=0 omem=0 tot-mem=82993 events=r cmd=lrem user=default redir=-1 argv[0]: 'LREM' argv[1]: '_list' argv[2]: '-748' argv[3]: '-840' 15115:M 08 Dec 2020 13:16:48.473 # key '_list' found in DB containing the following object: 15115:M 08 Dec 2020 13:16:48.473 # Object type: 1 15115:M 08 Dec 2020 13:16:48.473 # Object encoding: 9 15115:M 08 Dec 2020 13:16:48.473 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - valgrind ziplist prev too big in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 381 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: AOF+SPOP: Server should have been started [ok]: AOF+SPOP: Set should have 1 member [ok]: Test FLUSHALL aborts bgsave [ok]: MIGRATE with multiple keys: stress command rewriting [ok]: bgsave resets the change counter [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-entries is exceeded [ok]: Set instance A as slave of B [ok]: corrupt payload: fuzzer findings - lzf decompression fails, avoid valgrind invalid read [ok]: MIGRATE with multiple keys: delete just ack keys [ok]: corrupt payload: fuzzer findings - stream bad lp_count Logged warnings (pid 15251): === REDIS BUG REPORT START: Cut & paste starting from here === 15251:M 08 Dec 2020 13:16:49.253 # === ASSERTION FAILED === 15251:M 08 Dec 2020 13:16:49.253 # ==> listpack.c:452 'p' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000100d3fdac lpPrev.cold.1 + 28 1 redis-server 0x0000000100cfee8b lpPrev + 251 2 redis-server 0x0000000100cf833b streamIteratorGetID + 699 3 redis-server 0x0000000100cf9183 streamReplyWithRange + 227 4 redis-server 0x0000000100cfa2aa xrangeGenericCommand + 586 5 redis-server 0x0000000100c5dc5e call + 318 6 redis-server 0x0000000100c5ea61 processCommand + 1985 7 redis-server 0x0000000100c72261 processInputBuffer + 481 8 redis-server 0x0000000100d08221 connSocketEventHandler + 273 9 redis-server 0x0000000100c550b4 aeProcessEvents + 644 10 redis-server 0x0000000100c552ed aeMain + 29 11 redis-server 0x0000000100c61dd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:15251 process_supervised:no run_id:86f827000638437fdbd71c821d9349271a992da9 tcp_port:25647 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594289 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.75 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1105072 used_memory_human:1.05M used_memory_rss:16809984 used_memory_rss_human:16.03M used_memory_peak:1105072 used_memory_peak_human:1.05M used_memory_peak_perc:100.17% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:86360 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16772096 allocator_resident:16772096 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.47 allocator_frag_bytes:15753456 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.50 mem_fragmentation_bytes:15791344 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429809 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:434 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:381e9e1f44d0d4d669f1ea632d4b51fe146a2c88 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.003708 used_cpu_user:0.006448 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_config:calls=1,usec=9,usec_per_call=9.00 cmdstat_select:calls=1,usec=10,usec_per_call=10.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 cmdstat_restore:calls=1,usec=43,usec_per_call=43.00 cmdstat_debug:calls=1,usec=45,usec_per_call=45.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:55022 laddr=127.0.0.1:25647 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=56 qbuf-free=65474 argv-mem=28 obl=0 oll=1 omem=40 tot-mem=83044 events=r cmd=xrevrange user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:55022 laddr=127.0.0.1:25647 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=56 qbuf-free=65474 argv-mem=28 obl=0 oll=1 omem=40 tot-mem=83044 events=r cmd=xrevrange user=default redir=-1 argv[0]: 'XREVRANGE' argv[1]: '_stream' argv[2]: '638932639' argv[3]: '738' 15251:M 08 Dec 2020 13:16:49.253 # key '_stream' found in DB containing the following object: 15251:M 08 Dec 2020 13:16:49.253 # Object type: 6 15251:M 08 Dec 2020 13:16:49.253 # Object encoding: 10 15251:M 08 Dec 2020 13:16:49.253 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - stream bad lp_count - unsanitized in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 411 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: MIGRATE AUTH: correct and wrong password cases [ok]: Check for memory leaks (pid 14945) [ok]: corrupt payload: fuzzer findings - stream integrity check issue [ok]: Check for memory leaks (pid 13968) Logged warnings (pid 15296): === REDIS BUG REPORT START: Cut & paste starting from here === 15296:M 08 Dec 2020 13:16:49.633 # === ASSERTION FAILED === 15296:M 08 Dec 2020 13:16:49.633 # ==> listpack.c:452 'p' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x00000001027e2dac lpPrev.cold.1 + 28 1 redis-server 0x00000001027a1e8b lpPrev + 251 2 redis-server 0x000000010279b33b streamIteratorGetID + 699 3 redis-server 0x000000010279c183 streamReplyWithRange + 227 4 redis-server 0x000000010279d2aa xrangeGenericCommand + 586 5 redis-server 0x0000000102700c5e call + 318 6 redis-server 0x0000000102701a61 processCommand + 1985 7 redis-server 0x0000000102715261 processInputBuffer + 481 8 redis-server 0x00000001027ab221 connSocketEventHandler + 273 9 redis-server 0x00000001026f80b4 aeProcessEvents + 644 10 redis-server 0x00000001026f82ed aeMain + 29 11 redis-server 0x0000000102704dd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:15296 process_supervised:no run_id:63ade8bb95139cbd3d9f943828515b69e54bfcf1 tcp_port:25649 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594289 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.79 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1105072 used_memory_human:1.05M used_memory_rss:16990208 used_memory_rss_human:16.20M used_memory_peak:1105072 used_memory_peak_human:1.05M used_memory_peak_perc:100.17% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:86360 used_memory_dataset_perc:99.92% allocator_allocated:1018640 allocator_active:16952320 allocator_resident:16952320 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.64 allocator_frag_bytes:15933680 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.68 mem_fragmentation_bytes:15971568 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429809 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:440 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:1 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:075e638ca10458ea77a06cc80ff2ebaf770827c6 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.004700 used_cpu_user:0.007877 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=70,usec_per_call=70.00 cmdstat_debug:calls=1,usec=37,usec_per_call=37.00 cmdstat_select:calls=1,usec=9,usec_per_call=9.00 cmdstat_config:calls=1,usec=8,usec_per_call=8.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:55035 laddr=127.0.0.1:25649 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=62 qbuf-free=65468 argv-mem=34 obl=0 oll=1 omem=40 tot-mem=83050 events=r cmd=xrevrange user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:55035 laddr=127.0.0.1:25649 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=62 qbuf-free=65468 argv-mem=34 obl=0 oll=1 omem=40 tot-mem=83050 events=r cmd=xrevrange user=default redir=-1 argv[0]: 'XREVRANGE' argv[1]: '_stream' argv[2]: '288270516' argv[3]: '971031845' 15296:M 08 Dec 2020 13:16:49.634 # key '_stream' found in DB containing the following object: 15296:M 08 Dec 2020 13:16:49.634 # Object type: 6 15296:M 08 Dec 2020 13:16:49.634 # Object encoding: 10 15296:M 08 Dec 2020 13:16:49.634 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - infinite loop in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 431 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Crash report generated on SIGABRT [ok]: INCRBYFLOAT replication, should not remove expire [ok]: GETSET replication [ok]: BRPOPLPUSH replication, when blocking against empty list [21/61 done]: integration/logging (2 seconds) Testing integration/psync2 [ok]: Check for memory leaks (pid 14250) Logged warnings (pid 15318): === REDIS BUG REPORT START: Cut & paste starting from here === 15318:M 08 Dec 2020 13:16:49.943 # === ASSERTION FAILED === 15318:M 08 Dec 2020 13:16:49.943 # ==> ziplist.c:695 'zipEntrySafe(zl, zlbytes, p, &e, 1)' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000102e2294c ziplistNext.cold.1 + 28 1 redis-server 0x0000000102d53007 ziplistNext + 87 2 redis-server 0x0000000102d871b1 hashTypeNext + 113 3 redis-server 0x0000000102d874c8 hashTypeConvertZiplist + 152 4 redis-server 0x0000000102d73df4 rdbLoadObject + 6404 5 redis-server 0x0000000102da5bc0 restoreCommand + 784 6 redis-server 0x0000000102d45c5e call + 318 7 redis-server 0x0000000102d46a61 processCommand + 1985 8 redis-server 0x0000000102d5a261 processInputBuffer + 481 9 redis-server 0x0000000102df0221 connSocketEventHandler + 273 10 redis-server 0x0000000102d3d0b4 aeProcessEvents + 644 11 redis-server 0x0000000102d3d2ed aeMain + 29 12 redis-server 0x0000000102d49dd3 main + 1699 13 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:15318 process_supervised:no run_id:7042269c593566a8adbd16f418599b9c5532b724 tcp_port:25650 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594289 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.81 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1104656 used_memory_human:1.05M used_memory_rss:16957440 used_memory_rss_human:16.17M used_memory_peak:1104656 used_memory_peak_human:1.05M used_memory_peak_perc:100.22% used_memory_overhead:1018640 used_memory_startup:1018640 used_memory_dataset:86016 used_memory_dataset_perc:100.00% allocator_allocated:1018640 allocator_active:16919552 allocator_resident:16919552 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.61 allocator_frag_bytes:15900912 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.65 mem_fragmentation_bytes:15938800 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:0 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429809 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:4 instantaneous_ops_per_sec:0 total_net_input_bytes:263 total_net_output_bytes:22 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:6 total_writes_processed:4 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:395148bc2e823a2977d43c27e9dfdb4639056679 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.005403 used_cpu_user:0.011779 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_config:calls=1,usec=8,usec_per_call=8.00 cmdstat_ping:calls=1,usec=2,usec_per_call=2.00 cmdstat_debug:calls=1,usec=39,usec_per_call=39.00 cmdstat_select:calls=1,usec=9,usec_per_call=9.00 # Cluster cluster_enabled:0 # Keyspace ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:55044 laddr=127.0.0.1:25650 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=115 qbuf-free=65415 argv-mem=86 obl=0 oll=0 omem=0 tot-mem=83062 events=r cmd=restore user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:55044 laddr=127.0.0.1:25650 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=115 qbuf-free=65415 argv-mem=86 obl=0 oll=0 omem=0 tot-mem=83062 events=r cmd=restore user=default redir=-1 argv[0]: 'RESTORE' argv[1]: '_hash' argv[2]: '0' argv[3]: ' ==' ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - hash convert asserts on RESTORE with shallow sanitization in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 443 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Check for memory leaks (pid 13976) [ok]: corrupt payload: OOM in rdbGenericLoadStringObject [ok]: Check for memory leaks (pid 15164) [ok]: Check for memory leaks (pid 15102) [ok]: AOF+EXPIRE: Server should have been started [ok]: AOF+EXPIRE: List should be empty [ok]: Check for memory leaks (pid 15173) [ok]: corrupt payload: fuzzer findings - OOM in dictExpand [ok]: RDB load zipmap hash: converts to hash table when hash-max-ziplist-value is exceeded Logged warnings (pid 15457): === REDIS BUG REPORT START: Cut & paste starting from here === 15457:M 08 Dec 2020 13:16:50.755 # === ASSERTION FAILED === 15457:M 08 Dec 2020 13:16:50.755 # ==> ziplist.c:900 'set_tail <= zlbytes - ZIPLIST_END_SIZE' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000102d5686c __ziplistDelete.cold.4 + 28 1 redis-server 0x0000000102c868a0 __ziplistDelete + 544 2 redis-server 0x0000000102c871ad ziplistDelete + 29 3 redis-server 0x0000000102cb4fa2 zsetDel + 98 4 redis-server 0x0000000102cba22a genericZpopCommand + 682 5 redis-server 0x0000000102c79c5e call + 318 6 redis-server 0x0000000102c7aa61 processCommand + 1985 7 redis-server 0x0000000102c8e261 processInputBuffer + 481 8 redis-server 0x0000000102d24221 connSocketEventHandler + 273 9 redis-server 0x0000000102c710b4 aeProcessEvents + 644 10 redis-server 0x0000000102c712ed aeMain + 29 11 redis-server 0x0000000102c7ddd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:15457 process_supervised:no run_id:5043065c3d384575b6e76c6c8d1f30537c764b60 tcp_port:25653 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594290 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.87 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1105424 used_memory_human:1.05M used_memory_rss:16826368 used_memory_rss_human:16.05M used_memory_peak:1105424 used_memory_peak_human:1.05M used_memory_peak_perc:100.18% used_memory_overhead:1019736 used_memory_startup:1019664 used_memory_dataset:85688 used_memory_dataset_perc:99.92% allocator_allocated:1019664 allocator_active:16788480 allocator_resident:16788480 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.46 allocator_frag_bytes:15768816 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.50 mem_fragmentation_bytes:15806704 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:1 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429810 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:5 instantaneous_ops_per_sec:0 total_net_input_bytes:255 total_net_output_bytes:27 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:7 total_writes_processed:5 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:d4fb640a48ef6d26c9eb009024e9670fae448ca0 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.005621 used_cpu_user:0.010297 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=185,usec_per_call=185.00 cmdstat_debug:calls=1,usec=37,usec_per_call=37.00 cmdstat_ping:calls=1,usec=1,usec_per_call=1.00 cmdstat_select:calls=1,usec=9,usec_per_call=9.00 cmdstat_config:calls=1,usec=9,usec_per_call=9.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:55086 laddr=127.0.0.1:25653 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=28 qbuf-free=65502 argv-mem=12 obl=0 oll=1 omem=40 tot-mem=83012 events=r cmd=zpopmin user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:55086 laddr=127.0.0.1:25653 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=28 qbuf-free=65502 argv-mem=12 obl=0 oll=1 omem=40 tot-mem=83012 events=r cmd=zpopmin user=default redir=-1 argv[0]: 'ZPOPMIN' argv[1]: '_zset' 15457:M 08 Dec 2020 13:16:50.756 # key '_zset' found in DB containing the following object: 15457:M 08 Dec 2020 13:16:50.756 # Object type: 3 15457:M 08 Dec 2020 13:16:50.756 # Object encoding: 5 15457:M 08 Dec 2020 13:16:50.756 # Object refcount: 1 ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - invalid tail offset after removal in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 474 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: BRPOPLPUSH replication, list exists [ok]: BLMOVE (left, left) replication, when blocking against empty list [ok]: PSYNC2: --- CYCLE 1 --- [ok]: PSYNC2: [NEW LAYOUT] Set #0 as master [ok]: PSYNC2: Set #2 to replicate from #0 [ok]: PSYNC2: Set #4 to replicate from #0 [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: PSYNC2: Set #1 to replicate from #3 Logged warnings (pid 15486): === REDIS BUG REPORT START: Cut & paste starting from here === 15486:M 08 Dec 2020 13:16:50.920 # === ASSERTION FAILED === 15486:M 08 Dec 2020 13:16:50.920 # ==> t_stream.c:790 '*numfields>=0' is not true ------ STACK TRACE ------ Backtrace: 0 redis-server 0x0000000104be2b6c streamIteratorGetID.cold.1 + 28 1 redis-server 0x0000000104b9b6ca streamIteratorGetID + 1610 2 redis-server 0x0000000104b9c183 streamReplyWithRange + 227 3 redis-server 0x0000000104ba0663 xinfoReplyWithStreamInfo + 339 4 redis-server 0x0000000104ba0ffb xinfoCommand + 731 5 redis-server 0x0000000104b00c5e call + 318 6 redis-server 0x0000000104b01a61 processCommand + 1985 7 redis-server 0x0000000104b15261 processInputBuffer + 481 8 redis-server 0x0000000104bab221 connSocketEventHandler + 273 9 redis-server 0x0000000104af80b4 aeProcessEvents + 644 10 redis-server 0x0000000104af82ed aeMain + 29 11 redis-server 0x0000000104b04dd3 main + 1699 12 libdyld.dylib 0x00007fff20329631 start + 1 ------ INFO OUTPUT ------ # Server redis_version:255.255.255 redis_git_sha1:787fa138 redis_git_dirty:0 redis_build_id:4a010364c9393408 redis_mode:standalone os:Darwin 20.1.0 x86_64 arch_bits:64 multiplexing_api:kqueue atomicvar_api:c11-builtin gcc_version:4.2.1 process_id:15486 process_supervised:no run_id:f5c0eb545b0315534aa285c6ec2a6374d6fe9476 tcp_port:25654 uptime_in_seconds:0 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:13594290 executable:/Users/erlend/projects/redis/src/redis-server config_file:/Users/erlend/projects/redis/./tests/tmp/redis.conf.13439.89 io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:0 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1122016 used_memory_human:1.07M used_memory_rss:16990208 used_memory_rss_human:16.20M used_memory_peak:1122016 used_memory_peak_human:1.07M used_memory_peak_perc:101.71% used_memory_overhead:1018712 used_memory_startup:1018640 used_memory_dataset:103304 used_memory_dataset_perc:99.93% allocator_allocated:1018640 allocator_active:16952320 allocator_resident:16952320 total_system_memory:17179869184 total_system_memory_human:16.00G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:0 maxmemory_human:0B maxmemory_policy:noeviction allocator_frag_ratio:16.64 allocator_frag_bytes:15933680 allocator_rss_ratio:1.00 allocator_rss_bytes:0 rss_overhead_ratio:1.00 rss_overhead_bytes:37888 mem_fragmentation_ratio:16.68 mem_fragmentation_bytes:15971568 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:0 mem_aof_buffer:0 mem_allocator:libc active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 rdb_changes_since_last_save:2 rdb_bgsave_in_progress:0 rdb_last_save_time:1607429810 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:-1 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:0 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:2 total_commands_processed:6 instantaneous_ops_per_sec:0 total_net_input_bytes:490 total_net_output_bytes:49 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:0 evicted_keys:0 keyspace_hits:0 keyspace_misses:0 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:0 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 dump_payload_sanitizations:0 total_reads_processed:8 total_writes_processed:6 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_replid:9594225a91214f8c5cf4d71c6e3718d6e93dbacb master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:0.005059 used_cpu_user:0.007865 used_cpu_sys_children:0.000000 used_cpu_user_children:0.000000 # Modules # Commandstats cmdstat_restore:calls=1,usec=89,usec_per_call=89.00 cmdstat_config:calls=1,usec=7,usec_per_call=7.00 cmdstat_xadd:calls=1,usec=45,usec_per_call=45.00 cmdstat_select:calls=1,usec=9,usec_per_call=9.00 cmdstat_debug:calls=1,usec=38,usec_per_call=38.00 cmdstat_ping:calls=1,usec=2,usec_per_call=2.00 # Cluster cluster_enabled:0 # Keyspace db9:keys=1,expires=0,avg_ttl=0 ------ CLIENT LIST OUTPUT ------ id=4 addr=127.0.0.1:55095 laddr=127.0.0.1:25654 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=50 qbuf-free=65480 argv-mem=22 obl=133 oll=2 omem=16960 tot-mem=99958 events=r cmd=xinfo user=default redir=-1 ------ CURRENT CLIENT INFO ------ id=4 addr=127.0.0.1:55095 laddr=127.0.0.1:25654 fd=12 name= age=0 idle=0 flags=N db=9 sub=0 psub=0 multi=-1 qbuf=50 qbuf-free=65480 argv-mem=22 obl=133 oll=2 omem=16960 tot-mem=99958 events=r cmd=xinfo user=default redir=-1 argv[0]: 'XINFO' argv[1]: 'STREAM' argv[2]: '_stream' argv[3]: 'FULL' ------ MODULES INFO OUTPUT ------ === REDIS BUG REPORT END. Make sure to include from START to END. === Please report the crash by opening an issue on github: http://github.com/redis/redis/issues Suspect RAM error? Use redis-server --test-memory to verify it. [err]: corrupt payload: fuzzer findings - negative reply length in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 486 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) [ok]: Check for memory leaks (pid 13462) [22/61 done]: unit/dump (29 seconds) Testing integration/psync2-reg [ok]: Check for memory leaks (pid 13951) [ok]: corrupt payload: fuzzer findings - valgrind negative malloc [23/61 done]: integration/corrupt-dump (10 seconds) Testing integration/psync2-pingoff [24/61 done]: integration/replication-2 (18 seconds) Testing integration/redis-cli [ok]: Interactive CLI: INFO response should be printed raw [ok]: Interactive CLI: Status reply [ok]: Interactive CLI: Integer reply [ok]: Interactive CLI: Bulk reply [ok]: Interactive CLI: Multi-bulk reply [ok]: BLMOVE (left, left) replication, list exists [ok]: BLMOVE (left, right) replication, when blocking against empty list [ok]: Check for memory leaks (pid 13959) [ok]: Interactive CLI: Parsing quotes [ok]: Check for memory leaks (pid 15401) [ok]: Non-interactive TTY CLI: Status reply [ok]: Non-interactive TTY CLI: Integer reply [ok]: Non-interactive TTY CLI: Bulk reply [ok]: Non-interactive TTY CLI: Multi-bulk reply [ok]: Non-interactive TTY CLI: Read last argument from pipe [ok]: Non-interactive TTY CLI: Read last argument from file [ok]: Non-interactive non-TTY CLI: Status reply [ok]: Non-interactive non-TTY CLI: Integer reply [ok]: Non-interactive non-TTY CLI: Bulk reply [ok]: LATENCY of expire events are correctly collected [ok]: LATENCY HELP should not have unexpected options [ok]: Non-interactive non-TTY CLI: Multi-bulk reply [ok]: Check for memory leaks (pid 15464) [ok]: Non-interactive non-TTY CLI: Read last argument from pipe [ok]: Non-interactive non-TTY CLI: Read last argument from file [ok]: Check for memory leaks (pid 14242) [ok]: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1 [25/61 done]: integration/convert-zipmap-hash-on-load (6 seconds) Testing integration/redis-benchmark [ok]: With min-slaves-to-write: master not writable with lagged slave [ok]: First server should have role slave after SLAVEOF [ok]: benchmark: set,get [ok]: PSYNC2 #3899 regression: setup [ok]: benchmark: full test suite [ok]: BLMOVE (left, right) replication, list exists [ok]: BLMOVE (right, left) replication, when blocking against empty list [ok]: PSYNC2 pingoff: setup [ok]: PSYNC2 pingoff: write and wait replication [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: PSYNC2: cluster is consistent after failover [ok]: PSYNC2 #3899 regression: kill first replica [ok]: Fuzzer corrupt restore payloads - sanitize_dump: no [ok]: benchmark: multi-thread set,get [ok]: benchmark: pipelined full set,get [ok]: benchmark: arbitrary command [ok]: benchmark: keyspace length [ok]: BLMOVE (right, left) replication, list exists [ok]: BLMOVE (right, right) replication, when blocking against empty list [ok]: PSYNC2 #3899 regression: kill first replica [ok]: PSYNC2 #3899 regression: kill first replica [ok]: BLMOVE (right, right) replication, list exists [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: BLPOP followed by role change, issue #2473 [ok]: Check for memory leaks (pid 15617) [ok]: Check for memory leaks (pid 13828) [26/61 done]: unit/latency-monitor (26 seconds) Testing unit/pubsub [ok]: Pub/Sub PING [ok]: PUBLISH/SUBSCRIBE basics [ok]: PUBLISH/SUBSCRIBE with two clients [ok]: PUBLISH/SUBSCRIBE after UNSUBSCRIBE without arguments [ok]: SUBSCRIBE to one channel more than once [ok]: UNSUBSCRIBE from non-subscribed channels [ok]: PUBLISH/PSUBSCRIBE basics [ok]: PUBLISH/PSUBSCRIBE with two clients [ok]: PUBLISH/PSUBSCRIBE after PUNSUBSCRIBE without arguments [ok]: PUNSUBSCRIBE from non-subscribed channels [ok]: NUMSUB returns numbers, not strings (#1561) [ok]: Mix SUBSCRIBE and PSUBSCRIBE [ok]: PUNSUBSCRIBE and UNSUBSCRIBE should always reply [ok]: Keyspace notifications: we receive keyspace notifications [ok]: Keyspace notifications: we receive keyevent notifications [ok]: Keyspace notifications: we can receive both kind of events [ok]: Keyspace notifications: we are able to mask events [ok]: Keyspace notifications: general events test [ok]: Keyspace notifications: list events test [ok]: Keyspace notifications: set events test [ok]: Keyspace notifications: zset events test [ok]: Keyspace notifications: hash events test [ok]: Keyspace notifications: expired events (triggered expire) [ok]: Check for memory leaks (pid 15088) [ok]: Check for memory leaks (pid 15683) [ok]: Keyspace notifications: expired events (background expire) [ok]: Keyspace notifications: evicted events [ok]: Keyspace notifications: test CONFIG GET/SET of event flags [ok]: PSYNC2 pingoff: pause replica and promote it [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 53399) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 2 --- [ok]: PSYNC2: [NEW LAYOUT] Set #1 as master [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: PSYNC2: Set #0 to replicate from #4 [ok]: PSYNC2: Set #2 to replicate from #0 [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: Test replication with blocking lists and sorted sets operations [ok]: Check for memory leaks (pid 15425) [ok]: Check for memory leaks (pid 15159) [ok]: PSYNC2 #3899 regression: kill first replica [ok]: Make the old master a replica of the new one and check conditions [ok]: PSYNC2: cluster is consistent after failover [ok]: Check for memory leaks (pid 15658) [27/61 done]: integration/redis-benchmark (7 seconds) Testing unit/slowlog [ok]: Check for memory leaks (pid 15050) [ok]: Check for memory leaks (pid 15763) [ok]: SLOWLOG - check that it starts with an empty log [28/61 done]: unit/pubsub (3 seconds) Testing unit/scripting [ok]: SLOWLOG - only logs commands taking more time than specified [ok]: SLOWLOG - max entries is correctly handled [ok]: SLOWLOG - GET optional argument to limit output len works [ok]: SLOWLOG - RESET subcommand works [ok]: EVAL - Does Lua interpreter replies to our requests? [ok]: EVAL - Lua integer -> Redis protocol type conversion [ok]: EVAL - Lua string -> Redis protocol type conversion [ok]: EVAL - Lua true boolean -> Redis protocol type conversion [ok]: EVAL - Lua false boolean -> Redis protocol type conversion [ok]: EVAL - Lua status code reply -> Redis protocol type conversion [ok]: EVAL - Lua error reply -> Redis protocol type conversion [ok]: EVAL - Lua table -> Redis protocol type conversion [ok]: EVAL - Are the KEYS and ARGV arrays populated correctly? [ok]: EVAL - is Lua able to call Redis API? [ok]: EVALSHA - Can we call a SHA1 if already defined? [ok]: EVALSHA - Can we call a SHA1 in uppercase? [ok]: EVALSHA - Do we get an error on invalid SHA1? [ok]: EVALSHA - Do we get an error on non defined SHA1? [ok]: EVAL - Redis integer -> Lua type conversion [ok]: EVAL - Redis bulk -> Lua type conversion [ok]: EVAL - Redis multi bulk -> Lua type conversion [ok]: EVAL - Redis status reply -> Lua type conversion [ok]: EVAL - Redis error reply -> Lua type conversion [ok]: EVAL - Redis nil bulk reply -> Lua type conversion [ok]: EVAL - Is the Lua client using the currently selected DB? [ok]: EVAL - SELECT inside Lua should not affect the caller [ok]: EVAL - Scripts can't run blpop command [ok]: EVAL - Scripts can't run brpop command [ok]: EVAL - Scripts can't run brpoplpush command [ok]: EVAL - Scripts can't run blmove command [ok]: EVAL - Scripts can't run bzpopmin command [ok]: EVAL - Scripts can't run bzpopmax command [ok]: EVAL - Scripts can't run XREAD and XREADGROUP with BLOCK option [ok]: EVAL - Scripts can't run certain commands [ok]: EVAL - No arguments to redis.call/pcall is considered an error [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - redis.call variant raises a Lua error on Redis cmd error (1) [ok]: EVAL - JSON numeric decoding [ok]: EVAL - JSON string decoding [ok]: EVAL - cmsgpack can pack double? [ok]: EVAL - cmsgpack can pack negative int64? [ok]: EVAL - cmsgpack can pack and unpack circular references? [ok]: EVAL - Numerical sanity check from bitop [ok]: EVAL - Verify minimal bitop functionality [ok]: EVAL - Able to parse trailing comments [ok]: SCRIPTING FLUSH - is able to clear the scripts cache? [ok]: SCRIPT EXISTS - can detect already defined scripts? [ok]: SCRIPT LOAD - is able to register scripts in the scripting cache [ok]: In the context of Lua the output of random commands gets ordered [ok]: SORT is normally not alpha re-ordered for the scripting engine [ok]: SORT BY output gets ordered for scripting [ok]: SORT BY with GET gets ordered for scripting [ok]: redis.sha1hex() implementation [ok]: Globals protection reading an undeclared global variable [ok]: Globals protection setting an undeclared global* [ok]: Test an example script DECR_IF_GT [ok]: Scripting engine resets PRNG at every script execution [ok]: Scripting engine PRNG can be seeded correctly [ok]: First server should have role slave after SLAVEOF [ok]: SLOWLOG - logged entry sanity check [ok]: SLOWLOG - Rewritten commands are logged as their original command [ok]: SLOWLOG - commands with too many arguments are trimmed [ok]: SLOWLOG - too long arguments are trimmed [ok]: SLOWLOG - EXEC is not logged, just executed commands [ok]: SLOWLOG - can clean older entries [ok]: SLOWLOG - can be disabled [ok]: EVAL does not leak in the Lua stack [ok]: EVAL processes writes from AOF in read-only slaves [ok]: Check for memory leaks (pid 15951) [ok]: AOF fsync always barrier issue [ok]: client freed during loading [29/61 done]: integration/rdb (24 seconds) Testing unit/maxmemory [ok]: Without maxmemory small integers are shared [ok]: With maxmemory and non-LRU policy integers are still shared [ok]: With maxmemory and LRU policy integers are not shared [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: maxmemory - is the memory limit honoured? (policy allkeys-random) [ok]: Check for memory leaks (pid 13873) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lru) [ok]: Test replication partial resync: no backlog (diskless: no, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 15574) [ok]: maxmemory - is the memory limit honoured? (policy allkeys-lfu) [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: Check for memory leaks (pid 15123) [ok]: Dumping an RDB [ok]: maxmemory - is the memory limit honoured? (policy volatile-lru) [ok]: Fuzzer corrupt restore payloads - sanitize_dump: yes [30/61 done]: integration/corrupt-dump-fuzzer (20 seconds) Testing unit/introspection [ok]: Second server should have role master at first [ok]: SLAVEOF should start with link status "down" [ok]: The role should immediately be changed to "replica" [ok]: CLIENT LIST [ok]: MONITOR can log executed commands [ok]: MONITOR can log commands issued by the scripting engine [ok]: CLIENT GETNAME should return NIL if name is not assigned [ok]: CLIENT LIST shows empty fields for unassigned names [ok]: CLIENT SETNAME does not accept spaces [ok]: CLIENT SETNAME can assign a name to this connection [ok]: CLIENT SETNAME can change the name of an existing connection [ok]: After CLIENT SETNAME, connection can still be closed [ok]: Sync should have transferred keys from master [ok]: The link status should be up [ok]: SET on the master should immediately propagate [ok]: FLUSHALL should replicate [ok]: ROLE in master reports master with a slave [ok]: ROLE in slave reports slave in connected state [ok]: maxmemory - is the memory limit honoured? (policy volatile-lfu) [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: maxmemory - is the memory limit honoured? (policy volatile-random) [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: CONFIG save params special case handled properly [ok]: CONFIG sanity [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 110678) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 3 --- [ok]: PSYNC2: [NEW LAYOUT] Set #1 as master [ok]: PSYNC2: Set #2 to replicate from #1 [ok]: PSYNC2: Set #4 to replicate from #1 [ok]: PSYNC2: Set #0 to replicate from #1 [ok]: PSYNC2: Set #3 to replicate from #0 [ok]: maxmemory - is the memory limit honoured? (policy volatile-ttl) [ok]: Check for memory leaks (pid 15907) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-random) [31/61 done]: unit/slowlog (5 seconds) Testing unit/introspection-2 [ok]: Check for memory leaks (pid 15757) [32/61 done]: integration/aof (28 seconds) Testing unit/limits [ok]: Check for memory leaks (pid 13866) [ok]: maxmemory - only allkeys-* should remove non-volatile keys (allkeys-lru) [ok]: Connecting as a replica [ok]: Check for memory leaks (pid 15546) [33/61 done]: integration/block-repl (33 seconds) Testing unit/obuf-limits [ok]: PSYNC2: cluster is consistent after failover [ok]: Check if maxclients works refusing connections [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-lru) [ok]: Check for memory leaks (pid 15696) [ok]: PSYNC2 #3899 regression: kill chained replica [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-random) [ok]: Check for memory leaks (pid 16053) [ok]: Check for memory leaks (pid 16065) [ok]: CONFIG REWRITE sanity [ok]: PSYNC2 #3899 regression: kill first replica [ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-ttl) [ok]: Piping raw protocol [ok]: maxmemory - policy volatile-lru should only remove volatile keys. [ok]: maxmemory - policy volatile-lfu should only remove volatile keys. [ok]: TTL, TYPE and EXISTS do not alter the last access time of a key [ok]: maxmemory - policy volatile-random should only remove volatile keys. [ok]: maxmemory - policy volatile-ttl should only remove volatile keys. [ok]: MASTER and SLAVE consistency with EVALSHA replication [ok]: Check for memory leaks (pid 16135) [ok]: Check for memory leaks (pid 16240) [ok]: Check for memory leaks (pid 15672) [ok]: Check for memory leaks (pid 16044) [34/61 done]: unit/limits (5 seconds) Testing unit/bitops [ok]: BITCOUNT returns 0 against non existing key [ok]: BITCOUNT returns 0 with out of range indexes [ok]: BITCOUNT returns 0 with negative indexes where start > end [ok]: BITCOUNT against test vector #1 [ok]: BITCOUNT against test vector #2 [ok]: BITCOUNT against test vector #3 [ok]: BITCOUNT against test vector #4 [ok]: BITCOUNT against test vector #5 [35/61 done]: unit/introspection (6 seconds) Testing unit/bitfield [ok]: Client output buffer hard limit is enforced [ok]: PSYNC2 #3899 regression: kill first replica [ok]: BITFIELD signed SET and GET basics [ok]: BITFIELD unsigned SET and GET basics [ok]: BITFIELD # form [ok]: BITFIELD basic INCRBY form [ok]: BITFIELD chaining of multiple commands [ok]: BITFIELD unsigned overflow wrap [ok]: BITFIELD unsigned overflow sat [ok]: BITFIELD signed overflow wrap [ok]: BITFIELD signed overflow sat [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: BITFIELD overflow detection fuzzing [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 169001) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 4 --- [ok]: PSYNC2: [NEW LAYOUT] Set #2 as master [ok]: PSYNC2: Set #3 to replicate from #2 [ok]: PSYNC2: Set #4 to replicate from #2 [ok]: PSYNC2: Set #1 to replicate from #3 [ok]: PSYNC2: Set #0 to replicate from #2 [ok]: BITCOUNT fuzzing without start/end [ok]: PSYNC2: cluster is consistent after failover [ok]: BITFIELD overflow wrap fuzzing [ok]: BITFIELD regression for #3221 [ok]: BITFIELD regression for #3564 [ok]: test various edge cases of repl topology changes with missing pings at the end [ok]: BITCOUNT fuzzing with start/end [ok]: BITCOUNT with start, end [ok]: BITCOUNT syntax error #1 [ok]: BITCOUNT regression test for github issue #582 [ok]: BITCOUNT misaligned prefix [ok]: BITCOUNT misaligned prefix + full words + remainder [ok]: BITOP NOT (empty string) [ok]: BITOP NOT (known string) [ok]: BITOP where dest and target are the same key [ok]: BITOP AND|OR|XOR don't change the string with single input key [ok]: BITOP missing key is considered a stream of zero [ok]: BITOP shorter keys are zero-padded to the key with max length [ok]: TOUCH alters the last access time of a key [ok]: TOUCH returns the number of existing keys specified [ok]: command stats for GEOADD [ok]: command stats for EXPIRE [ok]: command stats for BRPOP [ok]: command stats for MULTI [ok]: command stats for scripts [ok]: Check for memory leaks (pid 15999) [ok]: BITOP and fuzzing [ok]: PSYNC2 #3899 regression: verify consistency [ok]: BITOP or fuzzing [ok]: Check for memory leaks (pid 16306) [ok]: Check for memory leaks (pid 16208) [ok]: Check for memory leaks (pid 16120) [ok]: PSYNC2: generate load while killing replication links [36/61 done]: unit/introspection-2 (11 seconds) Testing unit/geo [ok]: PSYNC2: cluster is consistent after load (x = 212985) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 5 --- [ok]: PSYNC2: [NEW LAYOUT] Set #3 as master [ok]: PSYNC2: Set #1 to replicate from #3 [ok]: PSYNC2: Set #4 to replicate from #3 [ok]: PSYNC2: Set #2 to replicate from #1 [ok]: PSYNC2: Set #0 to replicate from #4 [ok]: PSYNC2: cluster is consistent after failover [ok]: GEOADD create [ok]: GEOADD update [ok]: GEOADD invalid coordinates [ok]: GEOADD multi add [ok]: Check geoset values [ok]: GEORADIUS simple (sorted) [ok]: GEORADIUS withdist (sorted) [ok]: GEORADIUS with COUNT [ok]: GEORADIUS with COUNT but missing integer argument [ok]: GEORADIUS with COUNT DESC [ok]: GEORADIUS HUGE, issue #2767 [ok]: GEORADIUSBYMEMBER simple (sorted) [ok]: GEORADIUSBYMEMBER withdist (sorted) [ok]: GEOHASH is able to return geohash strings [ok]: GEOPOS simple [ok]: GEOPOS missing element [ok]: GEODIST simple & unit [ok]: GEODIST missing elements [ok]: GEORADIUS STORE option: syntax error [ok]: GEORANGE STORE option: incompatible options [ok]: GEORANGE STORE option: plain usage [ok]: GEORANGE STOREDIST option: plain usage [ok]: GEORANGE STOREDIST option: COUNT ASC and DESC [ok]: BITFIELD: setup slave [ok]: BITFIELD: write on master, read on slave [ok]: BITFIELD_RO fails when write option is used [ok]: XRANGE fuzzing [ok]: XREVRANGE regression test for issue #5006 [ok]: XREAD streamID edge (no-blocking) [ok]: XREAD streamID edge (blocking) [ok]: XADD streamID edge [ok]: EVAL timeout from AOF [ok]: We can call scripts rewriting client->argv from Lua [ok]: Call Redis command with many args from Lua (issue #1764) [ok]: Number conversion precision test (issue #1118) [ok]: String containing number precision test (regression of issue #1118) [ok]: Verify negative arg count is error instead of crash (issue #1842) [ok]: Correct handling of reused argv (issue #1939) [ok]: Functions in the Redis namespace are able to report errors [ok]: Check for memory leaks (pid 15561) [ok]: SLAVE can reload "lua" AUX RDB fields of duplicated scripts [ok]: XTRIM with MAXLEN option basic test [ok]: BITOP xor fuzzing [ok]: BITOP NOT fuzzing [ok]: BITOP with integer encoded source objects [ok]: BITOP with non string source key [ok]: BITOP with empty string after non empty string (issue #529) [ok]: BITPOS bit=0 with empty key returns 0 [ok]: BITPOS bit=1 with empty key returns -1 [ok]: BITPOS bit=0 with string less than 1 word works [ok]: BITPOS bit=1 with string less than 1 word works [ok]: BITPOS bit=0 starting at unaligned address [ok]: BITPOS bit=1 starting at unaligned address [ok]: BITPOS bit=0 unaligned+full word+reminder [ok]: BITPOS bit=1 unaligned+full word+reminder [ok]: BITPOS bit=1 returns -1 if string is all 0 bits [ok]: BITPOS bit=0 works with intervals [ok]: BITPOS bit=1 works with intervals [ok]: BITPOS bit=0 changes behavior if end is given [ok]: BITPOS bit=1 fuzzy testing using SETBIT [37/61 done]: integration/redis-cli (26 seconds) Testing unit/memefficiency [ok]: BITPOS bit=0 fuzzy testing using SETBIT [ok]: Check for memory leaks (pid 15569) [ok]: Memory efficiency with values in range 32 [ok]: Client output buffer soft limit is not enforced if time is not overreached [ok]: Check for memory leaks (pid 16430) [ok]: Check for memory leaks (pid 16191) [ok]: Check for memory leaks (pid 13496) [ok]: Memory efficiency with values in range 64 [ok]: XADD with MAXLEN > xlen can propagate correctly [ok]: Check for memory leaks (pid 15952) [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 269051) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 6 --- [ok]: PSYNC2: [NEW LAYOUT] Set #4 as master [ok]: PSYNC2: Set #1 to replicate from #4 [ok]: PSYNC2: Set #0 to replicate from #1 [ok]: PSYNC2: Set #2 to replicate from #4 [ok]: PSYNC2: Set #3 to replicate from #0 [ok]: PSYNC2: cluster is consistent after failover [ok]: Check for memory leaks (pid 16283) [38/61 done]: unit/bitops (11 seconds) Testing unit/hyperloglog [ok]: Test replication partial resync: ok after delay (diskless: no, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 15541) [ok]: Memory efficiency with values in range 128 [ok]: Timedout read-only scripts can be killed by SCRIPT KILL [ok]: Timedout script link is still usable after Lua returns [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL [ok]: SHUTDOWN NOSAVE can kill a timedout script anyway [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=disabled [ok]: Before the replica connects we issue two EVAL commands (scripts replication) [ok]: Connect a replica to the master instance (scripts replication) [ok]: Now use EVALSHA against the master, with both SHAs (scripts replication) [ok]: If EVALSHA was replicated as EVAL, 'x' should be '4' (scripts replication) [ok]: Replication of script multiple pushes to list with BLPOP (scripts replication) [ok]: EVALSHA replication when first call is readonly (scripts replication) [ok]: Lua scripts using SELECT are replicated correctly (scripts replication) [ok]: Check for memory leaks (pid 16414) [ok]: Check for memory leaks (pid 16183) [ok]: Memory efficiency with values in range 1024 [39/61 done]: unit/bitfield (13 seconds) Testing unit/lazyfree [ok]: Check for memory leaks (pid 16600) [ok]: HyperLogLog self test passes [ok]: XADD with ~ MAXLEN can propagate correctly [ok]: PFADD without arguments creates an HLL value [ok]: Approximated cardinality after creation is zero [ok]: PFADD returns 1 when at least 1 reg was modified [ok]: PFADD returns 0 when no reg was modified [ok]: PFADD works with empty string (regression) [ok]: PFCOUNT returns approximated cardinality of set [ok]: UNLINK can reclaim memory in background [ok]: HyperLogLogs are promote from sparse to dense [ok]: Check for memory leaks (pid 16324) [ok]: FLUSHDB ASYNC can reclaim memory in background [ok]: Check for memory leaks (pid 15520) [40/61 done]: integration/psync2-reg (33 seconds) Testing unit/wait [ok]: Setup slave [ok]: WAIT should acknowledge 1 additional copy of the data [ok]: Check for memory leaks (pid 16672) [ok]: HyperLogLog sparse encoding stress test [ok]: Corrupted sparse HyperLogLogs are detected: Additional at tail [ok]: Corrupted sparse HyperLogLogs are detected: Broken magic [ok]: Corrupted sparse HyperLogLogs are detected: Invalid encoding [ok]: Corrupted dense HyperLogLogs are detected: Wrong length [ok]: Check for memory leaks (pid 16175) [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 331375) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: PSYNC2: --- CYCLE 7 --- [ok]: PSYNC2: [NEW LAYOUT] Set #3 as master [ok]: PSYNC2: Set #2 to replicate from #3 [ok]: Check for memory leaks (pid 15651) [ok]: PSYNC2: Set #0 to replicate from #2 [ok]: PSYNC2: Set #4 to replicate from #2 [ok]: PSYNC2: Set #1 to replicate from #2 [ok]: Check for memory leaks (pid 16720) [ok]: WAIT should not acknowledge 2 additional copies of the data [ok]: Check for memory leaks (pid 16352) [ok]: XTRIM with ~ MAXLEN can propagate correctly [ok]: Client output buffer soft limit is enforced if time is overreached [ok]: No response for single command if client output buffer hard limit is enforced [ok]: Check for memory leaks (pid 16693) [ok]: PSYNC2: cluster is consistent after failover [41/61 done]: unit/lazyfree (4 seconds) Testing unit/pendingquerybuf [ok]: Check for memory leaks (pid 16660) [ok]: Memory efficiency with values in range 16384 [ok]: Before the replica connects we issue two EVAL commands (commands replication) [ok]: No response for multi commands in pipeline if client output buffer limit is enforced [ok]: Execute transactions completely even if client output buffer limit is enforced [ok]: Connect a replica to the master instance (commands replication) [ok]: Now use EVALSHA against the master, with both SHAs (commands replication) [ok]: If EVALSHA was replicated as EVAL, 'x' should be '4' (commands replication) [ok]: Replication of script multiple pushes to list with BLPOP (commands replication) [ok]: EVALSHA replication when first call is readonly (commands replication) [ok]: Lua scripts using SELECT are replicated correctly (commands replication) [ok]: Check for memory leaks (pid 16161) [ok]: Check for memory leaks (pid 16298) [ok]: Check for memory leaks (pid 16824) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: XADD can CREATE an empty stream [ok]: XSETID can set a specific ID [ok]: XSETID cannot SETID with smaller ID [ok]: XSETID cannot SETID on non-existent key [ok]: Check for memory leaks (pid 16156) [42/61 done]: unit/obuf-limits (25 seconds) Testing unit/tls [ok]: WAIT should not acknowledge 1 additional copy if slave is blocked [43/61 done]: unit/tls (0 seconds) Testing unit/tracking [ok]: Check for memory leaks (pid 16896) [ok]: Clients are able to enable tracking and redirect it [ok]: The other connection is able to get invalidations [ok]: The client is now able to disable tracking [ok]: Clients can enable the BCAST mode with the empty prefix [ok]: The connection gets invalidation messages about all the keys [ok]: Clients can enable the BCAST mode with prefixes [ok]: Adding prefixes to BCAST mode works [ok]: Tracking NOLOOP mode in standard mode works [ok]: Tracking NOLOOP mode in BCAST mode works [ok]: Check for memory leaks (pid 16335) [ok]: Tracking gets notification of expired keys [ok]: HELLO 3 reply is correct [ok]: RESP3 based basic invalidation [ok]: RESP3 tracking redirection [ok]: Invalidations of previous keys can be redirected after switching to RESP3 [ok]: Invalidations of new keys can be redirected after switching to RESP3 [ok]: RESP3 Client gets tracking-redir-broken push message after cached key changed when rediretion client is terminated [ok]: Different clients can redirect to the same connection [ok]: Different clients using different protocols can track the same key [ok]: No invalidation message when using OPTIN option [ok]: Invalidation message sent when using OPTIN option with CLIENT CACHING yes [ok]: Invalidation message sent when using OPTOUT option [ok]: No invalidation message when using OPTOUT option with CLIENT CACHING no [ok]: Able to redirect to a RESP3 client [ok]: After switching from normal tracking to BCAST mode, no invalidation message is produced for pre-BCAST keys [ok]: Tracking gets notification on tracking table key eviction [ok]: Invalidation message received for flushall [ok]: Invalidation message received for flushdb [ok]: Server is able to evacuate enough keys when num of keys surpasses limit by more than defined initial effort [ok]: Tracking info is correct [ok]: PSYNC2: generate load while killing replication links [ok]: PSYNC2: cluster is consistent after load (x = 402690) [ok]: PSYNC2: total sum of full synchronizations is exactly 4 [ok]: Check for memory leaks (pid 16983) [ok]: Check for memory leaks (pid 16541) [ok]: Chained replicas disconnect when replica re-connect with the same master [44/61 done]: unit/memefficiency (15 seconds) Testing unit/oom-score-adj [45/61 done]: unit/oom-score-adj (0 seconds) Testing unit/shutdown [ok]: Check for memory leaks (pid 16887) [ok]: PSYNC2: Bring the master back again for next test [ok]: Temp rdb will be deleted if we use bg_unlink when shutdown [ok]: Check for memory leaks (pid 16766) [ok]: Temp rdb will be deleted in signal handle [ok]: Check for memory leaks (pid 17139) [46/61 done]: unit/shutdown (0 seconds) [ok]: Connect a replica to the master instance [ok]: Redis.replicate_commands() must be issued before any write [ok]: Redis.replicate_commands() must be issued before any write (2) [ok]: Redis.set_repl() must be issued after replicate_commands() [ok]: Redis.set_repl() don't accept invalid values [ok]: Test selective replication of certain Redis commands from Lua [ok]: PRNG is seeded randomly for command replication [ok]: Using side effects is not a problem with command replication [ok]: Empty stream can be rewrite into AOF correctly [ok]: Check for memory leaks (pid 17022) [47/61 done]: unit/tracking (4 seconds) [ok]: Check for memory leaks (pid 15614) [ok]: Stream can be rewrite into AOF correctly after XDEL lastid [48/61 done]: integration/replication-3 (60 seconds) [ok]: Check for memory leaks (pid 16940) [ok]: Check for memory leaks (pid 15342) [ok]: Check for memory leaks (pid 16314) [ok]: AOF rewrite during write load: RDB preamble=no [ok]: PSYNC2: Partial resync after restart using RDB aux fields [ok]: Check for memory leaks (pid 17135) [ok]: Check for memory leaks (pid 16758) [49/61 done]: unit/wait (10 seconds) [ok]: Check for memory leaks (pid 17072) [ok]: XGROUP HELP should not have unexpected options [ok]: Check for memory leaks (pid 17220) [ok]: Check for memory leaks (pid 17117) [ok]: Check for memory leaks (pid 16928) [ok]: Fuzzing dense/sparse encoding: Redis should always detect errors [ok]: PFADD, PFCOUNT, PFMERGE type checking works [ok]: PFMERGE results on the cardinality of union of sets [50/61 done]: unit/scripting (37 seconds) [ok]: PSYNC2: Replica RDB restart with EVALSHA in backlog issue #4483 [ok]: Check for memory leaks (pid 16307) [ok]: Check for memory leaks (pid 17275) [ok]: Check for memory leaks (pid 16920) [51/61 done]: unit/type/stream (75 seconds) [52/61 done]: integration/psync2-pingoff (46 seconds) [ok]: Check for memory leaks (pid 15468) [ok]: Test replication partial resync: backlog expired (diskless: no, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 15447) [ok]: pending querybuf: check size of pending_querybuf after set a big value [ok]: Check for memory leaks (pid 16962) [ok]: Replication: commands with many arguments (issue #1221) [ok]: Check for memory leaks (pid 15408) [ok]: Check for memory leaks (pid 16869) [ok]: PFCOUNT multiple-keys merge returns cardinality of union #1 [ok]: Replication of SPOP command -- alsoPropagate() API [ok]: Check for memory leaks (pid 13783) [ok]: Check for memory leaks (pid 15376) [ok]: PFCOUNT multiple-keys merge returns cardinality of union #2 [ok]: Check for memory leaks (pid 16953) [ok]: Check for memory leaks (pid 16860) [53/61 done]: unit/pendingquerybuf (18 seconds) [ok]: PFDEBUG GETREG returns the HyperLogLog raw registers [ok]: PFADD / PFCOUNT cache invalidation works [ok]: Check for memory leaks (pid 17298) [ok]: Check for memory leaks (pid 15961) [54/61 done]: integration/psync2 (55 seconds) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: no, swapdb, reconnect: 0) [ok]: Check for memory leaks (pid 16636) [55/61 done]: unit/hyperloglog (25 seconds) [ok]: Turning off AOF kills the background writing child if any [ok]: Check for memory leaks (pid 17588) [ok]: Check for memory leaks (pid 15939) [56/61 done]: integration/replication-4 (72 seconds) [ok]: Check for memory leaks (pid 17568) [ok]: AOF rewrite of list with quicklist encoding, string data [ok]: Connect multiple replicas at the same time (issue #141), master diskless=no, replica diskless=swapdb [ok]: Slave should be able to synchronize with the master [ok]: slave buffer are counted correctly [ok]: AOF rewrite of list with quicklist encoding, int data [ok]: Check for memory leaks (pid 16391) [ok]: Detect write load to master [ok]: Check for memory leaks (pid 17395) [ok]: AOF rewrite of set with intset encoding, string data [ok]: Check for memory leaks (pid 16383) [ok]: Check for memory leaks (pid 17387) [ok]: AOF rewrite of set with hashtable encoding, string data [ok]: AOF rewrite of set with intset encoding, int data [ok]: Check for memory leaks (pid 17381) [ok]: AOF rewrite of set with hashtable encoding, int data [ok]: GEOADD + GEORANGE randomized test [ok]: AOF rewrite of hash with ziplist encoding, string data [ok]: Check for memory leaks (pid 16441) [57/61 done]: unit/geo (38 seconds) [ok]: Check for memory leaks (pid 17366) [ok]: AOF rewrite of hash with hashtable encoding, string data [ok]: AOF rewrite of hash with ziplist encoding, int data [ok]: Test replication partial resync: ok psync (diskless: no, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 17692) [ok]: AOF rewrite of hash with hashtable encoding, int data [ok]: replica buffer don't induce eviction [ok]: AOF rewrite of zset with ziplist encoding, string data [ok]: Check for memory leaks (pid 17763) [ok]: Check for memory leaks (pid 17681) [ok]: Slave should be able to synchronize with the master [ok]: Check for memory leaks (pid 17755) [ok]: AOF rewrite of zset with skiplist encoding, string data [ok]: Don't rehash if used memory exceeds maxmemory after rehash [ok]: Detect write load to master [ok]: AOF rewrite of zset with ziplist encoding, int data [ok]: Check for memory leaks (pid 17964) [ok]: client tracking don't cause eviction feedback loop [ok]: AOF rewrite of zset with skiplist encoding, int data [ok]: BGREWRITEAOF is delayed if BGSAVE is in progress [ok]: BGREWRITEAOF is refused if already in progress [ok]: Check for memory leaks (pid 17987) [58/61 done]: unit/maxmemory (60 seconds) [ok]: Check for memory leaks (pid 17563) [59/61 done]: unit/aofrw (92 seconds) [ok]: Test replication partial resync: no backlog (diskless: no, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 17942) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=disabled [ok]: Check for memory leaks (pid 17934) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Check for memory leaks (pid 17866) [ok]: Check for memory leaks (pid 17857) [ok]: Check for memory leaks (pid 17849) [ok]: Test replication partial resync: ok after delay (diskless: no, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 17841) [ok]: Check for memory leaks (pid 18077) [ok]: Check for memory leaks (pid 18069) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: backlog expired (diskless: no, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 18282) [ok]: Connect multiple replicas at the same time (issue #141), master diskless=yes, replica diskless=swapdb [ok]: Check for memory leaks (pid 18274) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, disabled, reconnect: 0) [ok]: Check for memory leaks (pid 18246) [ok]: Check for memory leaks (pid 18348) [ok]: Check for memory leaks (pid 18340) [ok]: Check for memory leaks (pid 18233) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Check for memory leaks (pid 18216) [ok]: Check for memory leaks (pid 18206) [ok]: Test replication partial resync: ok psync (diskless: yes, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 18424) [ok]: Check for memory leaks (pid 18416) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no backlog (diskless: yes, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 18576) [ok]: Check for memory leaks (pid 18568) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Master stream is correctly processed while the replica has a script in -BUSY state [ok]: Check for memory leaks (pid 18523) [ok]: Check for memory leaks (pid 18515) [ok]: slave fails full sync and diskless load swapdb recovers it [ok]: Test replication partial resync: ok after delay (diskless: yes, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 18635) [ok]: Check for memory leaks (pid 18627) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: diskless loading short read [ok]: Test replication partial resync: backlog expired (diskless: yes, disabled, reconnect: 1) [ok]: Check for memory leaks (pid 18890) [ok]: Check for memory leaks (pid 18876) [ok]: diskless no replicas drop during rdb pipe [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: no reconnection, just sync (diskless: yes, swapdb, reconnect: 0) [ok]: diskless slow replicas drop during rdb pipe [ok]: Check for memory leaks (pid 19222) [ok]: Check for memory leaks (pid 19214) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: diskless fast replicas drop during rdb pipe [ok]: diskless all replicas drop during rdb pipe [ok]: Check for memory leaks (pid 19120) [ok]: Test replication partial resync: ok psync (diskless: yes, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 19432) [ok]: diskless replication child being killed is collected [ok]: Check for memory leaks (pid 19424) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: replicaof right after disconnection [ok]: Kill rdb child process if its dumping RDB is not useful [60/61 done]: integration/replication (194 seconds) [ok]: Test replication partial resync: no backlog (diskless: yes, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 19702) [ok]: Check for memory leaks (pid 19688) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: ok after delay (diskless: yes, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 19834) [ok]: Check for memory leaks (pid 19826) [ok]: Slave should be able to synchronize with the master [ok]: Detect write load to master [ok]: Test replication partial resync: backlog expired (diskless: yes, swapdb, reconnect: 1) [ok]: Check for memory leaks (pid 19893) [ok]: Check for memory leaks (pid 19885) [61/61 done]: integration/replication-psync (226 seconds) Testing solo test [61/61 done]: defrag (1 seconds) The End Execution time of different units: 0 seconds - unit/printver 3 seconds - unit/type/incr 5 seconds - unit/keyspace 6 seconds - unit/protocol 6 seconds - unit/auth 8 seconds - unit/scan 8 seconds - unit/type/hash 2 seconds - unit/quit 9 seconds - unit/type/list 10 seconds - unit/type/set 5 seconds - unit/multi 11 seconds - unit/type/string 12 seconds - unit/sort 5 seconds - unit/acl 14 seconds - unit/type/stream-cgroups 15 seconds - unit/type/list-3 19 seconds - unit/type/list-2 18 seconds - unit/expire 24 seconds - unit/type/zset 20 seconds - unit/other 2 seconds - integration/logging 29 seconds - unit/dump 10 seconds - integration/corrupt-dump 18 seconds - integration/replication-2 6 seconds - integration/convert-zipmap-hash-on-load 26 seconds - unit/latency-monitor 7 seconds - integration/redis-benchmark 3 seconds - unit/pubsub 24 seconds - integration/rdb 20 seconds - integration/corrupt-dump-fuzzer 5 seconds - unit/slowlog 28 seconds - integration/aof 33 seconds - integration/block-repl 5 seconds - unit/limits 6 seconds - unit/introspection 11 seconds - unit/introspection-2 26 seconds - integration/redis-cli 11 seconds - unit/bitops 13 seconds - unit/bitfield 33 seconds - integration/psync2-reg 4 seconds - unit/lazyfree 25 seconds - unit/obuf-limits 0 seconds - unit/tls 15 seconds - unit/memefficiency 0 seconds - unit/oom-score-adj 0 seconds - unit/shutdown 4 seconds - unit/tracking 60 seconds - integration/replication-3 10 seconds - unit/wait 37 seconds - unit/scripting 75 seconds - unit/type/stream 46 seconds - integration/psync2-pingoff 18 seconds - unit/pendingquerybuf 55 seconds - integration/psync2 25 seconds - unit/hyperloglog 72 seconds - integration/replication-4 38 seconds - unit/geo 60 seconds - unit/maxmemory 92 seconds - unit/aofrw 194 seconds - integration/replication 226 seconds - integration/replication-psync 1 seconds - defrag !!! WARNING The following tests failed: *** [err]: corrupt payload: #7445 - without sanitize - 1 in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 30 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: #7445 - without sanitize - 2 in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 40 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: quicklist big ziplist prev len in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 81 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: quicklist ziplist wrong count in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 105 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: load corrupted rdb with no CRC - #3505 in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 146 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_message_lines $stdout "Terminating server after rdb file reading failure."] 1} proc ::test) *** [err]: corrupt payload: listpack too long entry len in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 170 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: listpack very long entry len in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 182 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - NPD in streamIteratorGetID in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 236 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - listpack NPD on invalid stream in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 249 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - NPD in quicklistIndex in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 262 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - invalid read in ziplistFind in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 275 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - uneven entry count in hash in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 309 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - valgrind ziplist - crash report prints freed memory in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 347 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - valgrind ziplist prevlen reaches outside the ziplist in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 360 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - valgrind ziplist prev too big in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 381 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - stream bad lp_count - unsanitized in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 411 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - infinite loop in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 431 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - hash convert asserts on RESTORE with shallow sanitization in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 443 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - invalid tail offset after removal in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 474 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) *** [err]: corrupt payload: fuzzer findings - negative reply length in tests/integration/corrupt-dump.tcl Expected ' 1' to be equal to '1' (context: type source line 486 file /Users/erlend/projects/redis/tests/integration/corrupt-dump.tcl cmd {assert_equal [count_log_message 0 "ASSERTION FAILED"] 1} proc ::start_server) Cleanup: may take some time... OK make[1]: *** [test] Error 1 make: *** [test] Error 2