>>> redis: Building main/redis 7.0.12-r0 (using abuild 3.11.1-r0) started Mon, 10 Jul 2023 18:13:22 +0000
>>> redis: Checking sanity of /home/buildozer/aports/main/redis/APKBUILD...
>>> redis: Analyzing dependencies...
>>> redis: Installing for build: build-base linux-headers openssl-dev>3
(1/3) Installing linux-headers (6.3-r0)
(2/3) Installing openssl-dev (3.1.1-r1)
(3/3) Installing .makedepends-redis (20230710.181322)
OK: 384 MiB in 102 packages
>>> redis: Cleaning up srcdir
>>> redis: Cleaning up pkgdir
>>> redis: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/redis-7.0.12.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   146    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
>>> redis: Fetching https://download.redis.io/releases/redis-7.0.12.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 30 2922k   30  895k    0     0   837k      0  0:00:03  0:00:01  0:00:02  837k
100 2922k  100 2922k    0     0  2473k      0  0:00:01  0:00:01 --:--:-- 2472k
>>> redis: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/redis-7.0.12.tar.gz
>>> redis: Checking sha512sums...
redis-7.0.12.tar.gz: OK
redis.conf.patch: OK
sentinel.conf.patch: OK
redis.initd: OK
redis.confd: OK
redis-sentinel.initd: OK
redis.logrotate: OK
>>> redis: Unpacking /var/cache/distfiles/v3.18/redis-7.0.12.tar.gz...
>>> redis: redis.conf.patch
patching file redis.conf
Hunk #1 succeeded at 152 (offset 40 lines).
Hunk #2 succeeded at 303 (offset 62 lines).
Hunk #3 succeeded at 321 (offset 62 lines).
Hunk #4 succeeded at 332 (offset 62 lines).
Hunk #5 succeeded at 482 (offset 60 lines).
>>> redis: sentinel.conf.patch
patching file sentinel.conf
Hunk #1 succeeded at 22 (offset -11 lines).
cd src && make all
make[1]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/src'
    CC Makefile.dep
rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep
rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d eval.d bio.d rio.d rand.d memtest.d syscheck.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d monotonic.d mt19937-64.d resp_parser.d call_reply.d script_lua.d script.d functions.d function_lua.d commands.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d redisassert.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d redisassert.d release.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d
(cd ../deps && make distclean)
make[2]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps'
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(cd hdr_histogram && make clean) > /dev/null || true
(rm -f .make-*)
make[2]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps'
(cd modules && make clean)
make[2]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/src/modules'
rm -rf *.xo *.so
make[2]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/src/modules'
(cd ../tests/modules && make clean)
make[2]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/tests/modules'
rm -f commandfilter.so basics.so testrdb.so fork.so infotest.so propagate.so misc.so hooks.so blockonkeys.so blockonbackground.so scan.so datatype.so datatype2.so auth.so keyspace_events.so blockedclient.so getkeys.so getchannels.so test_lazyfree.so timer.so defragtest.so keyspecs.so hash.so zset.so stream.so mallocsize.so aclcheck.so list.so subcommands.so reply.so cmdintrospection.so eventloop.so moduleconfigs.so moduleconfigstwo.so publish.so usercall.so commandfilter.xo basics.xo testrdb.xo fork.xo infotest.xo propagate.xo misc.xo hooks.xo blockonkeys.xo blockonbackground.xo scan.xo datatype.xo datatype2.xo auth.xo keyspace_events.xo blockedclient.xo getkeys.xo getchannels.xo test_lazyfree.xo timer.xo defragtest.xo keyspecs.xo hash.xo zset.xo stream.xo mallocsize.xo aclcheck.xo list.xo subcommands.xo reply.xo cmdintrospection.xo eventloop.xo moduleconfigs.xo moduleconfigstwo.xo publish.xo usercall.xo
make[2]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/tests/modules'
(rm -f .make-*)
echo STD=-pedantic -DREDIS_STATIC='' -std=c11 >> .make-settings
echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings
echo OPT=-O2 >> .make-settings
echo MALLOC=libc >> .make-settings
echo BUILD_TLS=yes >> .make-settings
echo USE_SYSTEMD= >> .make-settings
echo CFLAGS=-Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto >> .make-settings
echo LDFLAGS=-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs >> .make-settings
echo REDIS_CFLAGS= >> .make-settings
echo REDIS_LDFLAGS= >> .make-settings
echo PREV_FINAL_CFLAGS=-pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto  -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DUSE_OPENSSL  >> .make-settings
echo PREV_FINAL_LDFLAGS=-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs  -g -ggdb -rdynamic  >> .make-settings
(cd ../deps && make hiredis linenoise lua hdr_histogram)
make[2]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps'
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(cd hdr_histogram && make clean) > /dev/null || true
(rm -f .make-*)
(echo "-Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto" > .make-cflags)
(echo "-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs" > .make-ldflags)
MAKE hiredis
cd hiredis && make static USE_SSL=1
MAKE linenoise
cd linenoise && make
MAKE lua
cd lua/src && make all CFLAGS="-Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2 " MYLDFLAGS="-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs" AR="ar rc"
MAKE hdr_histogram
make[3]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/hiredis'
cd hdr_histogram && make
make[3]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/linenoise'
gcc  -Wall -Os -g -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -c linenoise.c
make[3]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/hdr_histogram'
gcc -std=c99 -Wall -Os -g -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHDR_MALLOC_INCLUDE=\"hdr_redis_malloc.h\" -c  hdr_histogram.c 
make[3]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/lua/src'
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lapi.o lapi.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lcode.o lcode.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o ldebug.o ldebug.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic alloc.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o ldo.o ldo.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic net.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o ldump.o ldump.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic hiredis.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lfunc.o lfunc.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lgc.o lgc.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sds.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o llex.o llex.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic async.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lmem.o lmem.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic read.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lobject.o lobject.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sockcompat.c
gcc -std=c99 -c -O3 -fPIC -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic ssl.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lopcodes.o lopcodes.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lparser.o lparser.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lstate.o lstate.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lstring.o lstring.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o ltable.o ltable.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o ltm.o ltm.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lundump.o lundump.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lvm.o lvm.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lzio.o lzio.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o strbuf.o strbuf.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o fpconv.o fpconv.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lauxlib.o lauxlib.c
ldump.c: In function 'DumpString':
ldump.c:63:26: warning: the comparison will always evaluate as 'false' for the pointer operand in 's + 16' must not be NULL [-Waddress]
   63 |  if (s==NULL || getstr(s)==NULL)
      |                          ^~
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lbaselib.o lbaselib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o ldblib.o ldblib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o liolib.o liolib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lmathlib.o lmathlib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o loslib.o loslib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o ltablib.o ltablib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lstrlib.o lstrlib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o loadlib.o loadlib.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o linit.o linit.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lua_cjson.o lua_cjson.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lua_struct.o lua_struct.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lua_cmsgpack.o lua_cmsgpack.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lua_bit.o lua_bit.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o lua.o lua.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o luac.o luac.c
gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -Os -Wformat -Werror=format-security -DUSE_MALLOC_USABLE_SIZE -flto=auto -O2  -Os -Wformat -Werror=format-security  -c -o print.o print.c
ar rcs libhdrhistogram.a hdr_histogram.o
make[3]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/hdr_histogram'
ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o
make[3]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/linenoise'
ar rc liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o	# DLL needs all object files
ranlib liblua.a
gcc -o lua -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs lua.o liblua.a -lm 
gcc -o luac -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs luac.o print.o liblua.a -lm 
ar rcs libhiredis_ssl.a ssl.o
make[3]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/hiredis'
make[3]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps/lua/src'
make[2]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/deps'
    CC adlist.o
    CC quicklist.o
    CC ae.o
    CC anet.o
    CC dict.o
    CC server.o
    CC sds.o
    CC zmalloc.o
    CC lzf_c.o
    CC pqsort.o
    CC lzf_d.o
    CC zipmap.o
    CC sha1.o
    CC ziplist.o
    CC release.o
    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
In file included from server.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from object.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from t_zset.c:59:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from t_set.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from db.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from networking.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from replication.c:32:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from t_string.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from t_list.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from config.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from pubsub.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from sort.c:32:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC slowlog.o
In file included from t_hash.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from aof.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from debug.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from multi.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC eval.o
    CC bio.o
In file included from rdb.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC rio.o
    CC rand.o
    CC memtest.o
In file included from syncio.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC syscheck.o
In file included from cluster.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from crc16.c:1:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC crcspeed.o
    CC crc64.o
    CC bitops.o
In file included from slowlog.c:42:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from eval.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC sentinel.o
    CC notify.o
In file included from bio.c:61:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC setproctitle.o
In file included from rio.c:56:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC blocked.o
    CC hyperloglog.o
    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
In file included from bitops.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC evict.o
    CC expire.o
In file included from notify.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from sentinel.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC geohash.o
    CC geohash_helper.o
In file included from hyperloglog.c:32:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from latency.c:36:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC childinfo.o
In file included from redis-check-rdb.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC defrag.o
In file included from blocked.c:63:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from redis-check-aof.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC siphash.o
In file included from sparkline.c:33:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from lazyfree.c:1:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC rax.o
In file included from geo.h:4,
                 from geo.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
redis-check-aof.c: In function 'processAnnotations':
redis-check-aof.c:194:59: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  194 |             printf("AOF %s has nothing before timestamp %ld, "
      |                                                         ~~^
      |                                                           |
      |                                                           long int
      |                                                         %lld
  195 |                     "aborting...\n", filename, to_timestamp);
      |                                                ~~~~~~~~~~~~
      |                                                |
      |                                                time_t {aka long long int}
redis-check-aof.c:199:62: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  199 |             printf("Failed to truncate AOF %s to timestamp %ld to offset %ld because it is not the last file.\n",
      |                                                            ~~^
      |                                                              |
      |                                                              long int
      |                                                            %lld
  200 |                 filename, to_timestamp, (long int)epos);
      |                           ~~~~~~~~~~~~                        
      |                           |
      |                           time_t {aka long long int}
redis-check-aof.c:207:62: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  207 |             printf("Failed to truncate AOF %s to timestamp %ld\n",
      |                                                            ~~^
      |                                                              |
      |                                                              long int
      |                                                            %lld
  208 |                     filename, to_timestamp);
      |                               ~~~~~~~~~~~~                    
      |                               |
      |                               time_t {aka long long int}
redis-check-aof.c: In function 'checkSingleAof':
redis-check-aof.c:294:59: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  294 |         printf("Truncate nothing in AOF %s to timestamp %ld\n", aof_filename, to_timestamp);
      |                                                         ~~^                   ~~~~~~~~~~~~
      |                                                           |                   |
      |                                                           long int            time_t {aka long long int}
      |                                                         %lld
In file included from module.c:54:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
redis-check-aof.c: In function 'checkMultiPartAof':
redis-check-aof.c:466:66: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  466 |             printf("Successfully truncated AOF %s to timestamp %ld\n",
      |                                                                ~~^
      |                                                                  |
      |                                                                  long int
      |                                                                %lld
  467 |                 aof_filename, to_timestamp);
      |                               ~~~~~~~~~~~~                        
      |                               |
      |                               time_t {aka long long int}
redis-check-aof.c:491:70: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  491 |                 printf("Successfully truncated AOF %s to timestamp %ld\n",
      |                                                                    ~~^
      |                                                                      |
      |                                                                      long int
      |                                                                    %lld
  492 |                     aof_filename, to_timestamp);
      |                                   ~~~~~~~~~~~~                        
      |                                   |
      |                                   time_t {aka long long int}
redis-check-aof.c: In function 'checkOldStyleAof':
redis-check-aof.c:515:62: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=]
  515 |         printf("Successfully truncated AOF %s to timestamp %ld\n",
      |                                                            ~~^
      |                                                              |
      |                                                              long int
      |                                                            %lld
  516 |             filepath, to_timestamp);
      |                       ~~~~~~~~~~~~                            
      |                       |
      |                       time_t {aka long long int}
    CC t_stream.o
    CC listpack.o
In file included from evict.c:33:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from expire.c:33:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC localtime.o
    CC lolwut.o
    CC lolwut5.o
In file included from childinfo.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from defrag.c:36:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC lolwut6.o
    CC acl.o
    CC tracking.o
    CC connection.o
    CC tls.o
In file included from t_stream.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC sha256.o
    CC timeout.o
    CC setcpuaffinity.o
    CC monotonic.o
In file included from lolwut5.c:36:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC mt19937-64.o
In file included from lolwut.c:36:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC resp_parser.o
In file included from acl.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from tracking.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC call_reply.o
    CC script_lua.o
    CC script.o
In file included from tls.c:31:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC functions.o
In file included from lolwut6.c:42:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC function_lua.o
    CC commands.o
In file included from connection.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC redis-cli.o
    CC redisassert.o
In file included from timeout.c:29:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    CC cli_common.o
    CC redis-benchmark.o
In file included from resp_parser.c:59:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from functions.h:46,
                 from function_lua.c:42:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from script_lua.h:51,
                 from script_lua.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from call_reply.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from script.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from commands.c:3:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
In file included from functions.h:46,
                 from functions.c:30:
server.h:1947:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
 1947 | };
      | ^
    LINK redis-benchmark
    LINK redis-server
    LINK redis-cli
    INSTALL redis-sentinel
    INSTALL redis-check-rdb
    INSTALL redis-check-aof

Hint: It's a good idea to run 'make test' ;)

make[1]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/src'
>>> redis: Entering fakeroot...
cd src && make install
make[1]: Entering directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/src'
    CC Makefile.dep

Hint: It's a good idea to run 'make test' ;)

    INSTALL redis-server
    INSTALL redis-benchmark
    INSTALL redis-cli
make[1]: Leaving directory '/home/buildozer/aports/main/redis/src/redis-7.0.12/src'
>>> redis-openrc*: Running split function openrc...
>>> redis-openrc*: Preparing subpackage redis-openrc...
>>> redis-openrc*: Running postcheck for redis-openrc
>>> redis*: Running postcheck for redis
>>> redis*: Preparing package redis...
>>> redis*: Stripping binaries
>>> redis*: Script found. /bin/sh added as a dependency for redis-7.0.12-r0.apk
>>> redis*: Adding .pre-install
>>> redis*: Adding .post-install
>>> redis-openrc*: Scanning shared objects
>>> redis*: Scanning shared objects
>>> redis-openrc*: Tracing dependencies...
>>> redis-openrc*: Package size: 28.0 KB
>>> redis-openrc*: Compressing data...
>>> redis-openrc*: Create checksum...
>>> redis-openrc*: Create redis-openrc-7.0.12-r0.apk
>>> redis*: Tracing dependencies...
	/bin/sh
	so:libc.musl-x86.so.1
	so:libcrypto.so.3
	so:libssl.so.3
>>> redis*: Package size: 2.4 MB
>>> redis*: Compressing data...
>>> redis*: Create checksum...
>>> redis*: Create redis-7.0.12-r0.apk
>>> redis: Build complete at Mon, 10 Jul 2023 18:13:45 +0000 elapsed time 0h 0m 23s
>>> redis: Cleaning up srcdir
>>> redis: Cleaning up pkgdir
>>> redis: Uninstalling dependencies...
(1/3) Purging .makedepends-redis (20230710.181322)
(2/3) Purging linux-headers (6.3-r0)
(3/3) Purging openssl-dev (3.1.1-r1)
OK: 373 MiB in 99 packages
>>> redis: Updating the main/x86 repository index...
>>> redis: Signing the index...