patching file src/Makefile Hunk #1 succeeded at 47 (offset 2 lines). patching file redis.conf Hunk #1 succeeded at 256 (offset 2 lines). Hunk #2 succeeded at 288 (offset 2 lines). Hunk #3 succeeded at 301 (offset 2 lines). Hunk #4 succeeded at 453 (offset 2 lines). symlink cloning /jenkins/jobs/oi-userland/workspace/components/database/redis/redis-6.2.14 to /jenkins/jobs/oi-userland/workspace/components/database/redis/build/amd64 CC Makefile.dep MAKE hiredis MAKE linenoise MAKE lua MAKE hdr_histogram ldump.c: In function 'DumpString': ldump.c:63:26: warning: the comparison will always evaluate as 'false' for the pointer operand in 's + 24' must not be NULL [-Waddress] 63 | if (s==NULL || getstr(s)==NULL) | ^~ lua_bit.c: In function 'bit_band': lua_bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ lua_bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ lua_bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ lua_bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ lua_bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ lua_bit.c: In function 'bit_bor': lua_bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ lua_bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ lua_bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ lua_bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ lua_bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ lua_bit.c: In function 'bit_bxor': lua_bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ lua_bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ lua_bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ lua_bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ lua_bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ CC sds.o CC adlist.o CC quicklist.o CC ae.o CC anet.o CC dict.o CC server.o CC zmalloc.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o In function 'SHA1Update', inlined from 'SHA1Final' at sha1.c:184:5: sha1.c:144:13: warning: 'SHA1Transform' reading 64 bytes from a region of size 0 [-Wstringop-overread] 144 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha1.c:144:13: note: referencing argument 2 of type 'const unsigned char[64]' sha1.c: In function 'SHA1Final': sha1.c:56:6: note: in a call to function 'SHA1Transform' 56 | void SHA1Transform(uint32_t state[5], const unsigned char buffer[64]) | ^~~~~~~~~~~~~ In function 'SHA1Update', inlined from 'SHA1Final' at sha1.c:187:9: sha1.c:144:13: warning: 'SHA1Transform' reading 64 bytes from a region of size 0 [-Wstringop-overread] 144 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha1.c:144:13: note: referencing argument 2 of type 'const unsigned char[64]' sha1.c: In function 'SHA1Final': sha1.c:56:6: note: in a call to function 'SHA1Transform' 56 | void SHA1Transform(uint32_t state[5], const unsigned char buffer[64]) | ^~~~~~~~~~~~~ CC networking.o CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC debug.o CC sort.o CC intset.o CC syncio.o CC cluster.o CC crc16.o CC endianconv.o CC slowlog.o CC scripting.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crcspeed.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC blocked.o CC hyperloglog.o bitops.c: In function 'bitfieldGeneric': bitops.c:1108:21: warning: 'retval' may be used uninitialized [-Wmaybe-uninitialized] 1108 | addReplyLongLong(c,retval); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ bitops.c:1086:51: note: 'retval' was declared here 1086 | uint64_t oldval, newval, wrapped, retval; | ^~~~~~ CC latency.o CC sparkline.o CC redis-check-rdb.o CC redis-check-aof.o CC geo.o CC lazyfree.o CC module.o CC evict.o CC expire.o CC geohash.o CC geohash_helper.o CC childinfo.o CC siphash.o CC defrag.o CC rax.o CC listpack.o CC localtime.o CC t_stream.o CC lolwut.o CC lolwut5.o CC lolwut6.o CC acl.o CC gopher.o CC tracking.o CC connection.o CC tls.o CC sha256.o CC timeout.o CC setcpuaffinity.o CC monotonic.o CC mt19937-64.o CC cli_common.o CC redis-cli.o CC redis-benchmark.o LINK redis-benchmark LINK redis-server INSTALL redis-sentinel INSTALL redis-check-rdb INSTALL redis-check-aof LINK redis-cli Hint: It's a good idea to run 'make test' ;) CC Makefile.dep MAKE lua MAKE linenoise MAKE hiredis MAKE hdr_histogram ldump.c: In function 'DumpString': ldump.c:63:26: warning: the comparison will always evaluate as 'false' for the pointer operand in 's + 24' must not be NULL [-Waddress] 63 | if (s==NULL || getstr(s)==NULL) | ^~ lua_bit.c: In function 'bit_band': lua_bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ lua_bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ lua_bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ lua_bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ lua_bit.c:102:1: note: in expansion of macro 'BIT_OP' 102 | BIT_OP(bit_band, &=) | ^~~~~~ lua_bit.c: In function 'bit_bor': lua_bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ lua_bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ lua_bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ lua_bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ lua_bit.c:103:1: note: in expansion of macro 'BIT_OP' 103 | BIT_OP(bit_bor, |=) | ^~~~~~ lua_bit.c: In function 'bit_bxor': lua_bit.c:101:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~ lua_bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ lua_bit.c:94:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 94 | #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; | ^~~~~~~~~~~~~~ lua_bit.c:101:59: note: in expansion of macro 'BRET' 101 | for (i = lua_gettop(L); i > 1; i--) b opr barg(L, i); BRET(b) } | ^~~~ lua_bit.c:104:1: note: in expansion of macro 'BIT_OP' 104 | BIT_OP(bit_bxor, ^=) | ^~~~~~ CC adlist.o CC quicklist.o CC anet.o CC dict.o CC ae.o CC sds.o CC server.o CC zmalloc.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o In function 'SHA1Update', inlined from 'SHA1Final' at sha1.c:184:5: sha1.c:144:13: warning: 'SHA1Transform' reading 64 bytes from a region of size 0 [-Wstringop-overread] 144 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha1.c:144:13: note: referencing argument 2 of type 'const unsigned char[64]' sha1.c: In function 'SHA1Final': sha1.c:56:6: note: in a call to function 'SHA1Transform' 56 | void SHA1Transform(uint32_t state[5], const unsigned char buffer[64]) | ^~~~~~~~~~~~~ In function 'SHA1Update', inlined from 'SHA1Final' at sha1.c:187:9: sha1.c:144:13: warning: 'SHA1Transform' reading 64 bytes from a region of size 0 [-Wstringop-overread] 144 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha1.c:144:13: note: referencing argument 2 of type 'const unsigned char[64]' sha1.c: In function 'SHA1Final': sha1.c:56:6: note: in a call to function 'SHA1Transform' 56 | void SHA1Transform(uint32_t state[5], const unsigned char buffer[64]) | ^~~~~~~~~~~~~ CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC debug.o CC sort.o CC intset.o CC syncio.o CC cluster.o CC crc16.o CC endianconv.o CC slowlog.o CC scripting.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crcspeed.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC blocked.o CC hyperloglog.o bitops.c: In function 'bitfieldGeneric': bitops.c:1108:21: warning: 'retval' may be used uninitialized [-Wmaybe-uninitialized] 1108 | addReplyLongLong(c,retval); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ bitops.c:1086:51: note: 'retval' was declared here 1086 | uint64_t oldval, newval, wrapped, retval; | ^~~~~~ CC latency.o CC sparkline.o CC redis-check-rdb.o CC redis-check-aof.o CC geo.o CC lazyfree.o CC module.o CC evict.o CC expire.o CC geohash.o CC geohash_helper.o CC childinfo.o CC defrag.o CC siphash.o CC rax.o CC t_stream.o CC listpack.o CC localtime.o CC lolwut.o CC lolwut5.o CC lolwut6.o CC acl.o CC gopher.o CC tracking.o CC connection.o CC tls.o CC sha256.o CC timeout.o CC setcpuaffinity.o CC monotonic.o CC mt19937-64.o CC redis-cli.o CC cli_common.o CC redis-benchmark.o LINK redis-benchmark LINK redis-server INSTALL redis-sentinel INSTALL redis-check-rdb INSTALL redis-check-aof LINK redis-cli Hint: It's a good idea to run 'make test' ;) INSTALL redis-server INSTALL redis-benchmark INSTALL redis-cli VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/database/redis/build/manifest-i386-redis.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/database/redis@6.2.14,5.11-2023.0.0.0:20231103T202905Z PUBLISHED generating metadata: database/redis