>>> fprobe-ulog: Building main/fprobe-ulog 1.2-r9 (using abuild 3.12.0-r4) started Thu, 14 Mar 2024 15:55:04 +0000 >>> fprobe-ulog: Checking sanity of /home/buildozer/aports/main/fprobe-ulog/APKBUILD... >>> fprobe-ulog: Analyzing dependencies... >>> fprobe-ulog: Installing for build: build-base libnfnetlink-dev libnetfilter_log-dev (1/8) Installing libnfnetlink (1.0.2-r3) (2/8) Installing libnfnetlink-dev (1.0.2-r3) (3/8) Installing linux-headers (6.6-r0) (4/8) Installing libmnl (1.0.5-r2) (5/8) Installing libnetfilter_log (1.0.2-r2) (6/8) Installing libmnl-dev (1.0.5-r2) (7/8) Installing libnetfilter_log-dev (1.0.2-r2) (8/8) Installing .makedepends-fprobe-ulog (20240314.155505) OK: 388 MiB in 112 packages >>> fprobe-ulog: Cleaning up srcdir >>> fprobe-ulog: Cleaning up pkgdir >>> fprobe-ulog: Cleaning up tmpdir >>> fprobe-ulog: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fprobe-ulog-1.2.tar.gz >>> fprobe-ulog: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fprobe-ulog-1.2.tar.gz >>> fprobe-ulog: Checking sha512sums... fprobe-ulog-1.2.tar.gz: OK fprobe-ulog.confd: OK fprobe-ulog.initd: OK fprobe-1.1-pidfile-sanity.patch: OK fix-setuser.patch: OK fprobe-nflog.patch: OK >>> fprobe-ulog: Unpacking /var/cache/distfiles/fprobe-ulog-1.2.tar.gz... >>> fprobe-ulog: fprobe-1.1-pidfile-sanity.patch patching file src/fprobe-ulog.c Hunk #1 succeeded at 1301 (offset -78 lines). Hunk #2 succeeded at 1315 (offset -78 lines). Hunk #3 succeeded at 1419 with fuzz 2 (offset -136 lines). >>> fprobe-ulog: fix-setuser.patch patching file src/fprobe-ulog.c >>> fprobe-ulog: fprobe-nflog.patch patching file src/Makefile.am patching file src/Makefile.in patching file src/fprobe-ulog.c patching file src/fprobe-ulog.h >>> fprobe-ulog: Updating ./config.sub checking build system type... aarch64-alpine-linux-musl checking host system type... aarch64-alpine-linux-musl checking target system type... aarch64-alpine-linux-musl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/missing: Unknown `--is-lightweight' option Try `/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for aarch64-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking for aarch64-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking for pthread_create in -lpthread... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for inttypes.h... (cached) yes checking which memory bulk indexing mode to use... "ptr" checking which hash type and size to use... "crc16" checking whether to enable uptime trick... yes checking whether to enable icmp trick... yes checking whether to enable debugging... no checking whether to enable runtime messages... no checking directory to store pidfiles... "/var/run" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' Making all in src make[2]: Entering directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/src' gcc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu89 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c fprobe-ulog.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu89 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c netflow.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu89 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c hash.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu89 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c mem.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu89 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c my_getopt.c gcc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu89 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c my_log.c fprobe-ulog.c: In function 'fprobe_cb': fprobe-ulog.c:828:45: warning: unused parameter 'gh' [-Wunused-parameter] 828 | static int fprobe_cb(struct nflog_g_handle *gh, struct nfgenmsg *nfmsg, | ~~~~~~~~~~~~~~~~~~~~~~~^~ fprobe-ulog.c:828:66: warning: unused parameter 'nfmsg' [-Wunused-parameter] 828 | static int fprobe_cb(struct nflog_g_handle *gh, struct nfgenmsg *nfmsg, | ~~~~~~~~~~~~~~~~~^~~~~ fprobe-ulog.c:829:47: warning: unused parameter 'data' [-Wunused-parameter] 829 | struct nflog_data *nfd, void *data) | ~~~~~~^~~~ fprobe-ulog.c: In function 'main': fprobe-ulog.c:1068:33: warning: this statement may fall through [-Wimplicit-fallthrough=] 1068 | usage(); | ^~~~~~~ fprobe-ulog.c:1070:25: note: here 1070 | case 'h': | ^~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu89 -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -Wl,--as-needed,-O1,--sort-common -o fprobe-ulog fprobe-ulog.o netflow.o hash.o mem.o my_getopt.o my_log.o -lnetfilter_log -lnfnetlink -lpthread make[2]: Leaving directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/src' make[2]: Entering directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' make[2]: Leaving directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' make[1]: Leaving directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' >>> fprobe-ulog: Entering fakeroot... Making install in src make[1]: Entering directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/src' make[2]: Entering directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/src' .././install-sh -c -d '/home/buildozer/aports/main/fprobe-ulog/pkg/fprobe-ulog/usr/sbin' .././install-sh -c -d '/home/buildozer/aports/main/fprobe-ulog/pkg/fprobe-ulog/usr/share/man/man8' mkdir: can't create directory '/home/buildozer/aports/main/fprobe-ulog/pkg/fprobe-ulog': File exists mkdir: can't create directory '/home/buildozer/aports/main/fprobe-ulog/pkg/fprobe-ulog/usr': File exists /usr/bin/install -c fprobe-ulog '/home/buildozer/aports/main/fprobe-ulog/pkg/fprobe-ulog/usr/sbin' /usr/bin/install -c -m 644 fprobe-ulog.8 '/home/buildozer/aports/main/fprobe-ulog/pkg/fprobe-ulog/usr/share/man/man8' make[2]: Leaving directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/src' make[1]: Leaving directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2/src' make[1]: Entering directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' make[2]: Entering directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' make[1]: Leaving directory '/home/buildozer/aports/main/fprobe-ulog/src/fprobe-ulog-1.2' >>> fprobe-ulog-doc*: Running split function doc... >>> fprobe-ulog-doc*: Preparing subpackage fprobe-ulog-doc... >>> fprobe-ulog-doc*: Running postcheck for fprobe-ulog-doc >>> fprobe-ulog-openrc*: Running split function openrc... >>> fprobe-ulog-openrc*: Preparing subpackage fprobe-ulog-openrc... >>> fprobe-ulog-openrc*: Running postcheck for fprobe-ulog-openrc >>> fprobe-ulog*: Running postcheck for fprobe-ulog >>> fprobe-ulog*: Preparing package fprobe-ulog... >>> fprobe-ulog*: Stripping binaries >>> fprobe-ulog-doc*: Scanning shared objects >>> fprobe-ulog-openrc*: Scanning shared objects >>> fprobe-ulog*: Scanning shared objects >>> fprobe-ulog-doc*: Tracing dependencies... >>> fprobe-ulog-doc*: Package size: 24.0 KB >>> fprobe-ulog-doc*: Compressing data... >>> fprobe-ulog-doc*: Create checksum... >>> fprobe-ulog-doc*: Create fprobe-ulog-doc-1.2-r9.apk >>> fprobe-ulog-openrc*: Tracing dependencies... >>> fprobe-ulog-openrc*: Package size: 24.0 KB >>> fprobe-ulog-openrc*: Compressing data... >>> fprobe-ulog-openrc*: Create checksum... >>> fprobe-ulog-openrc*: Create fprobe-ulog-openrc-1.2-r9.apk >>> fprobe-ulog*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libnetfilter_log.so.1 so:libnfnetlink.so.0 >>> fprobe-ulog*: Package size: 84.0 KB >>> fprobe-ulog*: Compressing data... >>> fprobe-ulog*: Create checksum... >>> fprobe-ulog*: Create fprobe-ulog-1.2-r9.apk >>> fprobe-ulog: Build complete at Thu, 14 Mar 2024 15:55:08 +0000 elapsed time 0h 0m 4s >>> fprobe-ulog: Cleaning up srcdir >>> fprobe-ulog: Cleaning up pkgdir >>> fprobe-ulog: Uninstalling dependencies... (1/8) Purging .makedepends-fprobe-ulog (20240314.155505) (2/8) Purging libnetfilter_log-dev (1.0.2-r2) (3/8) Purging libnetfilter_log (1.0.2-r2) (4/8) Purging libmnl-dev (1.0.5-r2) (5/8) Purging linux-headers (6.6-r0) (6/8) Purging libmnl (1.0.5-r2) (7/8) Purging libnfnetlink-dev (1.0.2-r3) (8/8) Purging libnfnetlink (1.0.2-r3) OK: 380 MiB in 104 packages >>> fprobe-ulog: Updating the main/aarch64 repository index... >>> fprobe-ulog: Signing the index...