>>> spiped: Building testing/spiped 1.6.4-r0 (using abuild 3.16.0-r0) started Thu, 04 Dec 2025 12:38:32 +0000 >>> spiped: Validating /home/buildozer/aports/testing/spiped/APKBUILD... >>> spiped: Analyzing dependencies... >>> spiped: Installing for build: build-base openssl-dev (1/2) Installing openssl-dev (3.5.4-r0) (2/2) Installing .makedepends-spiped (20251204.123834) OK: 443 MiB in 109 packages >>> spiped: Cleaning up srcdir >>> spiped: Cleaning up pkgdir >>> spiped: Cleaning up tmpdir >>> spiped: Fetching https://distfiles.alpinelinux.org/distfiles/edge/spiped-1.6.4.tgz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> spiped: Fetching https://www.tarsnap.com/spiped/spiped-1.6.4.tgz Connecting to www.tarsnap.com (52.70.55.60:443) saving to '/var/cache/distfiles/edge/spiped-1.6.4.tgz.part' spiped-1.6.4.tgz.par 100% |********************************| 155k 0:00:00 ETA '/var/cache/distfiles/edge/spiped-1.6.4.tgz.part' saved /var/cache/distfiles/edge/spiped-1.6.4.tgz: OK >>> spiped: Fetching https://distfiles.alpinelinux.org/distfiles/edge/spiped-1.6.4.tgz /var/cache/distfiles/edge/spiped-1.6.4.tgz: OK >>> spiped: Unpacking /var/cache/distfiles/edge/spiped-1.6.4.tgz... if [ -d libcperciva/apisupport/ ]; then \ export CC="cc"; \ command -p sh \ libcperciva/apisupport/Build/apisupport.sh \ "$PATH"; \ else \ :; \ fi > apisupport-config.h if [ -d libcperciva/POSIX/ ]; then \ export CC="cc"; \ cd libcperciva/POSIX; \ command -p sh posix-cflags-filter.sh "$PATH"; \ fi > cflags-filter.sh if [ -d libcperciva/cpusupport/ ]; then \ export CC="cc"; \ command -p sh \ libcperciva/cpusupport/Build/cpusupport.sh \ "$PATH"; \ fi > cpusupport-config.h if [ -d libcperciva/POSIX/ ]; then \ export CC="cc"; \ cd libcperciva/POSIX; \ printf "export \"LDADD_POSIX="; \ command -p sh posix-l.sh "$PATH"; \ printf "\"\n"; \ printf "export \"CFLAGS_POSIX="; \ command -p sh posix-cflags.sh "$PATH"; \ printf "\"\n"; \ fi > posix-flags.sh Checking if compiler supports NONPOSIX SETGROUPS feature...Checking if compiler supports HWCAP ELF_AUX_INFO feature... no Checking if compiler supports HWCAP GETAUXVAL feature... yes Checking if compiler supports LIBCRYPTO LOW_LEVEL_AES feature...if [ ! -s cflags-filter.sh ]; then \ printf "# Compiler understands normal flags; "; \ printf "nothing to filter out\n"; \ fi >> cflags-filter.sh yes Checking if compiler supports X86 CPUID feature... yes yes Checking if compiler supports X86 CPUID_COUNT feature... yes Checking if compiler supports X86 AESNI feature... yes, via -maes Checking if compiler supports X86 RDRAND feature...if [ ! -s posix-flags.sh ]; then \ printf "#define POSIX_COMPATIBILITY_NOT_CHECKED 1\n"; \ fi >> posix-flags.sh yes, via -mrdrnd Checking if compiler supports X86 SHANI feature... yes, via -msse2 -msha Checking if compiler supports X86 SSE2 feature... yes Checking if compiler supports X86 SSSE3 feature... yes, via -mssse3 Checking if compiler supports ARM AES feature... no Checking if compiler supports ARM SHA256 feature... no if [ ! -s cpusupport-config.h ]; then \ printf "#define CPUSUPPORT_NONE 1\n"; \ fi >> cpusupport-config.h export CFLAGS="${CFLAGS:--O2}"; \ . ./posix-flags.sh; \ . ./cpusupport-config.h; \ . ./cflags-filter.sh; \ . ./apisupport-config.h; \ export HAVE_BUILD_FLAGS=1; \ for D in liball liball/optional_mutex_normal liball/optional_mutex_pthread; do \ ( cd ${D} && make all ) || exit 2; \ done make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ..; \ make BUILD_SUBDIR=liball \ BUILD_TARGET= buildsubdir; \ else \ make liball.a; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/alg/sha256.c -o sha256.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/alg/sha256_arm.c -o sha256_arm.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -msse2 -msha -mssse3 -c ../libcperciva/alg/sha256_shani.c -o sha256_shani.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/alg/sha256_sse2.c -o sha256_sse2.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/cpusupport/cpusupport_arm_aes.c -o cpusupport_arm_aes.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/cpusupport/cpusupport_arm_sha256.c -o cpusupport_arm_sha256.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/cpusupport/cpusupport_x86_aesni.c -o cpusupport_x86_aesni.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/cpusupport/cpusupport_x86_rdrand.c -o cpusupport_x86_rdrand.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/cpusupport/cpusupport_x86_shani.c -o cpusupport_x86_shani.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/cpusupport/cpusupport_x86_sse2.c -o cpusupport_x86_sse2.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/cpusupport/cpusupport_x86_ssse3.c -o cpusupport_x86_ssse3.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_aes.c -o crypto_aes.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -maes -c ../libcperciva/crypto/crypto_aes_aesni.c -o crypto_aes_aesni.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_aes_arm.c -o crypto_aes_arm.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_aesctr.c -o crypto_aesctr.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -maes -c ../libcperciva/crypto/crypto_aesctr_aesni.c -o crypto_aesctr_aesni.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_aesctr_arm.c -o crypto_aesctr_arm.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_dh.c -o crypto_dh.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_dh_group14.c -o crypto_dh_group14.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_entropy.c -o crypto_entropy.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -mrdrnd -c ../libcperciva/crypto/crypto_entropy_rdrand.c -o crypto_entropy_rdrand.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/crypto/crypto_verify_bytes.c -o crypto_verify_bytes.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/datastruct/elasticarray.c -o elasticarray.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/datastruct/ptrheap.c -o ptrheap.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/datastruct/timerqueue.c -o timerqueue.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/events/events.c -o events.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/events/events_immediate.c -o events_immediate.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/events/events_network.c -o events_network.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/events/events_network_selectstats.c -o events_network_selectstats.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/events/events_timer.c -o events_timer.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/netbuf/netbuf_read.c -o netbuf_read.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/network/network_accept.c -o network_accept.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/network/network_connect.c -o network_connect.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/network/network_read.c -o network_read.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/network/network_write.c -o network_write.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/asprintf.c -o asprintf.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/daemonize.c -o daemonize.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/entropy.c -o entropy.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/fork_func.c -o fork_func.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/getopt.c -o getopt.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/insecure_memzero.c -o insecure_memzero.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/ipc_sync.c -o ipc_sync.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/monoclock.c -o monoclock.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/noeintr.c -o noeintr.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/perftest.c -o perftest.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/setgroups_none.c -o setgroups_none.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/setuidgid.c -o setuidgid.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/sock.c -o sock.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/sock_util.c -o sock_util.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../libcperciva/util/warnp.c -o warnp.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../lib/dnsthread/dnsthread.c -o dnsthread.o ../libcperciva/crypto/crypto_aes.c: In function 'openssl_oneshot': ../libcperciva/crypto/crypto_aes.c:156:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 156 | if (AES_set_encrypt_key(key_unexpanded, (int)(len * 8), kexp) != 0) | ^~ In file included from ../libcperciva/crypto/crypto_aes.c:10: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../libcperciva/crypto/crypto_aes.c:158:9: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 158 | AES_encrypt(ptext, ctext, kexp); | ^~~~~~~~~~~ /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../lib/proto/proto_conn.c -o proto_conn.o ../libcperciva/crypto/crypto_aes.c: In function 'crypto_aes_key_expand': ../libcperciva/crypto/crypto_aes.c:262:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 262 | if (AES_set_encrypt_key(key_unexpanded, (int)(len * 8), kexp) != 0) | ^~ /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../libcperciva/crypto/crypto_aes.c: In function 'crypto_aes_encrypt_block': ../libcperciva/crypto/crypto_aes.c:301:9: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 301 | AES_encrypt(in, out, (const void *)key); | ^~~~~~~~~~~ /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../lib/proto/proto_crypt.c -o proto_crypt.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../lib/proto/proto_handshake.c -o proto_handshake.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../lib/proto/proto_pipe.c -o proto_pipe.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../lib/util/graceful_shutdown.c -o graceful_shutdown.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/alg -I../libcperciva/cpusupport -I../libcperciva/crypto -I../libcperciva/datastruct -I../libcperciva/events -I../libcperciva/netbuf -I../libcperciva/network -I../libcperciva/util -I../libcperciva/external/queue -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../lib/util/pthread_create_blocking_np.c -o pthread_create_blocking_np.o ar -rv liball.a sha256.o sha256_arm.o sha256_shani.o sha256_sse2.o cpusupport_arm_aes.o cpusupport_arm_sha256.o cpusupport_x86_aesni.o cpusupport_x86_rdrand.o cpusupport_x86_shani.o cpusupport_x86_sse2.o cpusupport_x86_ssse3.o crypto_aes.o crypto_aes_aesni.o crypto_aes_arm.o crypto_aesctr.o crypto_aesctr_aesni.o crypto_aesctr_arm.o crypto_dh.o crypto_dh_group14.o crypto_entropy.o crypto_entropy_rdrand.o crypto_verify_bytes.o elasticarray.o ptrheap.o timerqueue.o events.o events_immediate.o events_network.o events_network_selectstats.o events_timer.o netbuf_read.o network_accept.o network_connect.o network_read.o network_write.o asprintf.o daemonize.o entropy.o fork_func.o getopt.o insecure_memzero.o ipc_sync.o monoclock.o noeintr.o perftest.o setgroups_none.o setuidgid.o sock.o sock_util.o warnp.o dnsthread.o proto_conn.o proto_crypt.o proto_handshake.o proto_pipe.o graceful_shutdown.o pthread_create_blocking_np.o ar: creating liball.a a - sha256.o a - sha256_arm.o a - sha256_shani.o a - sha256_sse2.o a - cpusupport_arm_aes.o a - cpusupport_arm_sha256.o a - cpusupport_x86_aesni.o a - cpusupport_x86_rdrand.o a - cpusupport_x86_shani.o a - cpusupport_x86_sse2.o a - cpusupport_x86_ssse3.o a - crypto_aes.o a - crypto_aes_aesni.o a - crypto_aes_arm.o a - crypto_aesctr.o a - crypto_aesctr_aesni.o a - crypto_aesctr_arm.o a - crypto_dh.o a - crypto_dh_group14.o a - crypto_entropy.o a - crypto_entropy_rdrand.o a - crypto_verify_bytes.o a - elasticarray.o a - ptrheap.o a - timerqueue.o a - events.o a - events_immediate.o a - events_network.o a - events_network_selectstats.o a - events_timer.o a - netbuf_read.o a - network_accept.o a - network_connect.o a - network_read.o a - network_write.o a - asprintf.o a - daemonize.o a - entropy.o a - fork_func.o a - getopt.o a - insecure_memzero.o a - ipc_sync.o a - monoclock.o a - noeintr.o a - perftest.o a - setgroups_none.o a - setuidgid.o a - sock.o a - sock_util.o a - warnp.o a - dnsthread.o a - proto_conn.o a - proto_crypt.o a - proto_handshake.o a - proto_pipe.o a - graceful_shutdown.o a - pthread_create_blocking_np.o make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=liball/optional_mutex_normal \ BUILD_TARGET= buildsubdir; \ else \ make liball_optional_mutex_normal.a; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DOPTIONAL_MUTEX_PTHREAD_NO -c ../../libcperciva/util/optional_mutex.c -o optional_mutex.o ar -rv liball_optional_mutex_normal.a optional_mutex.o ar: creating liball_optional_mutex_normal.a a - optional_mutex.o make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=liball/optional_mutex_pthread \ BUILD_TARGET= buildsubdir; \ else \ make liball_optional_mutex_pthread.a; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DOPTIONAL_MUTEX_PTHREAD_YES -c ../../libcperciva/util/optional_mutex.c -o optional_mutex.o ar -rv liball_optional_mutex_pthread.a optional_mutex.o ar: creating liball_optional_mutex_pthread.a a - optional_mutex.o make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' export CFLAGS="${CFLAGS:--O2}"; \ . ./posix-flags.sh; \ . ./cpusupport-config.h; \ . ./cflags-filter.sh; \ . ./apisupport-config.h; \ export HAVE_BUILD_FLAGS=1; \ for D in spipe spiped perftests/recv-zeros perftests/send-zeros perftests/standalone-enc tests/dnsthread-resolve tests/msleep tests/nc-client tests/nc-server tests/pthread_create_blocking_np tests/pushbits tests/valgrind; do \ ( cd ${D} && make all ) || exit 2; \ done make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ..; \ make BUILD_SUBDIR=spipe \ BUILD_TARGET=spipe buildsubdir; \ else \ make spipe; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/crypto -I../libcperciva/events -I../libcperciva/util -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/crypto -I../libcperciva/events -I../libcperciva/util -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c pushbits.c -o pushbits.o cc -o spipe main.o pushbits.o ../liball/liball.a ../liball/optional_mutex_pthread/liball_optional_mutex_pthread.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lcrypto -lpthread -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ..; \ make BUILD_SUBDIR=spiped \ BUILD_TARGET=spiped buildsubdir; \ else \ make spiped; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/crypto -I../libcperciva/events -I../libcperciva/external/queue -I../libcperciva/network -I../libcperciva/util -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. -I../libcperciva/crypto -I../libcperciva/events -I../libcperciva/external/queue -I../libcperciva/network -I../libcperciva/util -I../lib/dnsthread -I../lib/proto -I../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c dispatch.c -o dispatch.o cc -o spiped main.o dispatch.o ../liball/liball.a ../liball/optional_mutex_pthread/liball_optional_mutex_pthread.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lcrypto -lpthread -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=perftests/recv-zeros \ BUILD_TARGET=recv-zeros buildsubdir; \ else \ make recv-zeros; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -o recv-zeros main.o ../../liball/liball.a ../../liball/optional_mutex_normal/liball_optional_mutex_normal.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=perftests/send-zeros \ BUILD_TARGET=send-zeros buildsubdir; \ else \ make send-zeros; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -o send-zeros main.o ../../liball/liball.a ../../liball/optional_mutex_normal/liball_optional_mutex_normal.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=perftests/standalone-enc \ BUILD_TARGET=test_standalone_enc buildsubdir; \ else \ make test_standalone_enc; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c fd_drain.c -o fd_drain.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c standalone_aesctr.c -o standalone_aesctr.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c standalone_aesctr_hmac.c -o standalone_aesctr_hmac.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c standalone_hmac.c -o standalone_hmac.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DSTANDALONE_ENC_TESTING -c standalone_pce.c -o standalone_pce.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c standalone_transfer_noencrypt.c -o standalone_transfer_noencrypt.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DSTANDALONE_ENC_TESTING -c standalone_pipe_socketpair_one.c -o standalone_pipe_socketpair_one.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../lib/proto -I../../libcperciva/alg -I../../libcperciva/cpusupport -I../../libcperciva/crypto -I../../libcperciva/events -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DSTANDALONE_ENC_TESTING -c ../../lib/proto/proto_crypt.c -o proto_crypt.o cc -o test_standalone_enc main.o fd_drain.o standalone_aesctr.o standalone_aesctr_hmac.o standalone_hmac.o standalone_pce.o standalone_transfer_noencrypt.o standalone_pipe_socketpair_one.o proto_crypt.o ../../liball/liball.a ../../liball/optional_mutex_pthread/liball_optional_mutex_pthread.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lcrypto -lpthread -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/dnsthread-resolve \ BUILD_TARGET=dnsthread-resolve buildsubdir; \ else \ make dnsthread-resolve; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/events -I../../libcperciva/util -I../../lib/dnsthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -o dnsthread-resolve main.o ../../liball/liball.a ../../liball/optional_mutex_pthread/liball_optional_mutex_pthread.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/msleep \ BUILD_TARGET=msleep buildsubdir; \ else \ make msleep; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I ../../libcperciva/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -o msleep main.o ../../liball/liball.a ../../liball/optional_mutex_normal/liball_optional_mutex_normal.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/nc-client \ BUILD_TARGET=nc-client buildsubdir; \ else \ make nc-client; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -o nc-client main.o ../../liball/liball.a ../../liball/optional_mutex_normal/liball_optional_mutex_normal.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/nc-server \ BUILD_TARGET=nc-server buildsubdir; \ else \ make nc-server; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/events -I../../libcperciva/external/queue -I../../libcperciva/network -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/events -I../../libcperciva/external/queue -I../../libcperciva/network -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c simple_server.c -o simple_server.o cc -o nc-server main.o simple_server.o ../../liball/liball.a ../../liball/optional_mutex_normal/liball_optional_mutex_normal.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/pthread_create_blocking_np \ BUILD_TARGET=test_pthread_create_blocking_np buildsubdir; \ else \ make test_pthread_create_blocking_np; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c timing.c -o timing.o cc -o test_pthread_create_blocking_np main.o timing.o ../../liball/liball.a ../../liball/optional_mutex_pthread/liball_optional_mutex_pthread.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/pushbits \ BUILD_TARGET=test_pushbits buildsubdir; \ else \ make test_pushbits; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../spipe -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c main.c -o main.o cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -I../../spipe -I../../libcperciva/util -I../../lib/util -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c ../../spipe/pushbits.c -o pushbits.o cc -o test_pushbits main.o pushbits.o ../../liball/liball.a ../../liball/optional_mutex_pthread/liball_optional_mutex_pthread.a -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/valgrind \ BUILD_TARGET=potential-memleaks buildsubdir; \ else \ make potential-memleaks; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I../.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c potential-memleaks.c -o potential-memleaks.o cc -o potential-memleaks potential-memleaks.o -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lcrypto -lpthread -lrt -lxnet make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' >>> spiped: Entering fakeroot... export CFLAGS="${CFLAGS:--O2}"; \ . ./posix-flags.sh; \ . ./cpusupport-config.h; \ . ./cflags-filter.sh; \ . ./apisupport-config.h; \ export HAVE_BUILD_FLAGS=1; \ for D in liball liball/optional_mutex_normal liball/optional_mutex_pthread; do \ ( cd ${D} && make all ) || exit 2; \ done make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ..; \ make BUILD_SUBDIR=liball \ BUILD_TARGET= buildsubdir; \ else \ make liball.a; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' make[2]: 'liball.a' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=liball/optional_mutex_normal \ BUILD_TARGET= buildsubdir; \ else \ make liball_optional_mutex_normal.a; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' make[2]: 'liball_optional_mutex_normal.a' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_normal' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=liball/optional_mutex_pthread \ BUILD_TARGET= buildsubdir; \ else \ make liball_optional_mutex_pthread.a; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' make[2]: 'liball_optional_mutex_pthread.a' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/liball/optional_mutex_pthread' export CFLAGS="${CFLAGS:--O2}"; \ . ./posix-flags.sh; \ . ./cpusupport-config.h; \ . ./cflags-filter.sh; \ . ./apisupport-config.h; \ export HAVE_BUILD_FLAGS=1; \ for D in spipe spiped perftests/recv-zeros perftests/send-zeros perftests/standalone-enc tests/dnsthread-resolve tests/msleep tests/nc-client tests/nc-server tests/pthread_create_blocking_np tests/pushbits tests/valgrind; do \ ( cd ${D} && make all ) || exit 2; \ done make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ..; \ make BUILD_SUBDIR=spipe \ BUILD_TARGET=spipe buildsubdir; \ else \ make spipe; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' make[2]: 'spipe' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ..; \ make BUILD_SUBDIR=spiped \ BUILD_TARGET=spiped buildsubdir; \ else \ make spiped; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' make[2]: 'spiped' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=perftests/recv-zeros \ BUILD_TARGET=recv-zeros buildsubdir; \ else \ make recv-zeros; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' make[2]: 'recv-zeros' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/recv-zeros' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=perftests/send-zeros \ BUILD_TARGET=send-zeros buildsubdir; \ else \ make send-zeros; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' make[2]: 'send-zeros' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/send-zeros' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=perftests/standalone-enc \ BUILD_TARGET=test_standalone_enc buildsubdir; \ else \ make test_standalone_enc; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' make[2]: 'test_standalone_enc' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/perftests/standalone-enc' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/dnsthread-resolve \ BUILD_TARGET=dnsthread-resolve buildsubdir; \ else \ make dnsthread-resolve; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' make[2]: 'dnsthread-resolve' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/dnsthread-resolve' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/msleep \ BUILD_TARGET=msleep buildsubdir; \ else \ make msleep; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' make[2]: 'msleep' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/msleep' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/nc-client \ BUILD_TARGET=nc-client buildsubdir; \ else \ make nc-client; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' make[2]: 'nc-client' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-client' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/nc-server \ BUILD_TARGET=nc-server buildsubdir; \ else \ make nc-server; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' make[2]: 'nc-server' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/nc-server' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/pthread_create_blocking_np \ BUILD_TARGET=test_pthread_create_blocking_np buildsubdir; \ else \ make test_pthread_create_blocking_np; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' make[2]: 'test_pthread_create_blocking_np' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pthread_create_blocking_np' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/pushbits \ BUILD_TARGET=test_pushbits buildsubdir; \ else \ make test_pushbits; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' make[2]: 'test_pushbits' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/pushbits' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' if [ -z "${HAVE_BUILD_FLAGS}" ]; then \ cd ../..; \ make BUILD_SUBDIR=tests/valgrind \ BUILD_TARGET=potential-memleaks buildsubdir; \ else \ make potential-memleaks; \ fi make[2]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' make[2]: 'potential-memleaks' is up to date. make[2]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/tests/valgrind' export BINDIR=${BINDIR:-/usr/local/bin}; \ for D in spipe spiped; do \ ( cd ${D} && make install ) || exit 2; \ done make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' mkdir -p /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin cp spipe /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spipe.$$_ && \ strip /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spipe.$$_ && \ chmod 0555 /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spipe.$$_ && \ mv -f /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spipe.$$_ /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/spipe if ! [ -z "" ]; then \ mkdir -p ; \ for MPAGE in spipe.1; do \ cp $MPAGE /_inst.$MPAGE.$$_ && \ chmod 0444 /_inst.$MPAGE.$$_ && \ mv -f /_inst.$MPAGE.$$_ /$MPAGE; \ done; \ fi make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spipe' make[1]: Entering directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' mkdir -p /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin cp spiped /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spiped.$$_ && \ strip /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spiped.$$_ && \ chmod 0555 /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spiped.$$_ && \ mv -f /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/_inst.spiped.$$_ /home/buildozer/aports/testing/spiped/pkg/spiped/usr/bin/spiped if ! [ -z "" ]; then \ mkdir -p ; \ for MPAGE in spiped.1; do \ cp $MPAGE /_inst.$MPAGE.$$_ && \ chmod 0444 /_inst.$MPAGE.$$_ && \ mv -f /_inst.$MPAGE.$$_ /$MPAGE; \ done; \ fi make[1]: Leaving directory '/home/buildozer/aports/testing/spiped/src/spiped-1.6.4/spiped' >>> spiped*: Running postcheck for spiped >>> spiped*: Preparing package spiped... >>> spiped*: Stripping binaries >>> spiped*: Scanning shared objects >>> spiped*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libcrypto.so.3 >>> spiped*: Package size: 170.1 KB >>> spiped*: Compressing data... >>> spiped*: Create checksum... >>> spiped*: Create spiped-1.6.4-r0.apk >>> spiped: Build complete at Thu, 04 Dec 2025 12:38:41 +0000 elapsed time 0h 0m 9s >>> spiped: Cleaning up srcdir >>> spiped: Cleaning up pkgdir >>> spiped: Uninstalling dependencies... (1/2) Purging .makedepends-spiped (20251204.123834) (2/2) Purging openssl-dev (3.5.4-r0) OK: 441 MiB in 107 packages >>> spiped: Updating the testing/x86_64 repository index... >>> spiped: Signing the index...