>>> fping: Building main/fping 5.1-r5 (using abuild 3.11.4-r0) started Thu, 01 Jun 2023 23:53:44 +0000 >>> fping: Checking sanity of /home/buildozer/aports/main/fping/APKBUILD... >>> fping: Analyzing dependencies... >>> fping: Installing for build: build-base libcap-utils (1/2) Installing libcap-utils (2.69-r0) (2/2) Installing .makedepends-fping (20230601.235345) Executing busybox-1.36.1-r0.trigger OK: 375 MiB in 110 packages >>> fping: Cleaning up srcdir >>> fping: Cleaning up pkgdir >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fping-5.1.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 100 186k 100 186k 0 0 1631k 0 --:--:-- --:--:-- --:--:-- 1638k >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fping-5.1.tar.gz >>> fping: Checking sha512sums... fping-5.1.tar.gz: OK int-conversion.patch: OK unprivileged-ping.patch: OK >>> fping: Unpacking /var/cache/distfiles/edge/fping-5.1.tar.gz... >>> fping: int-conversion.patch patching file src/fping.c >>> fping: unprivileged-ping.patch patching file src/fping.c checking for i586-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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for netinet/icmp6.h... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether SO_TIMESTAMPNS is declared... yes checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking target system type... i586-alpine-linux-musl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free 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 the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking for i586-alpine-linux-musl-gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking for gethostbyname... yes checking for connect... yes checking for sigaction... yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for stdlib.h... (cached) yes checking for sys/select.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/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/fping/src/fping-5.1' Making all in doc make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' Making all in src make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -MT fping-fping.o -MD -MP -MF .deps/fping-fping.Tpo -c -o fping-fping.o `test -f 'fping.c' || echo './'`fping.c gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -MT fping-seqmap.o -MD -MP -MF .deps/fping-seqmap.Tpo -c -o fping-seqmap.o `test -f 'seqmap.c' || echo './'`seqmap.c gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -MT fping-socket4.o -MD -MP -MF .deps/fping-socket4.Tpo -c -o fping-socket4.o `test -f 'socket4.c' || echo './'`socket4.c gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -MT fping-optparse.o -MD -MP -MF .deps/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' || echo './'`optparse.c gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -MT fping-socket6.o -MD -MP -MF .deps/fping-socket6.Tpo -c -o fping-socket6.o `test -f 'socket6.c' || echo './'`socket6.c seqmap.c: In function 'seqmap_add': seqmap.c:84:96: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 84 | fprintf(stderr, "fping error: not enough sequence numbers available! (expire_timeout=%ld, host_nr=%d, ping_count=%d, seqmap_next_id=%d)\n", | ~~^ | | | long int | %lld mv -f .deps/fping-seqmap.Tpo .deps/fping-seqmap.Po fping.c: In function 'decode_icmp_ipv4': fping.c:2078:12: warning: unused parameter 'response_addr_len' [-Wunused-parameter] 2078 | size_t response_addr_len, | ~~~~~~~^~~~~~~~~~~~~~~~~ mv -f .deps/fping-socket6.Tpo .deps/fping-socket6.Po mv -f .deps/fping-socket4.Tpo .deps/fping-socket4.Po mv -f .deps/fping-optparse.Tpo .deps/fping-optparse.Po mv -f .deps/fping-fping.Tpo .deps/fping-fping.Po gcc -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o fping fping-fping.o fping-seqmap.o fping-socket4.o fping-optparse.o fping-socket6.o make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1' make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1' >>> fping: Entering fakeroot... Making install in doc make[1]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' make[2]: Nothing to be done for 'install-exec-am'. .././install-sh -c -d '/home/buildozer/aports/main/fping/pkg/fping/usr/share/man/man8' /usr/bin/install -c -m 644 fping.8 '/home/buildozer/aports/main/fping/pkg/fping/usr/share/man/man8' make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/doc' Making install in src make[1]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' make[2]: Nothing to be done for 'install-data-am'. .././install-sh -c -d '/home/buildozer/aports/main/fping/pkg/fping/usr/sbin' /usr/bin/install -c fping '/home/buildozer/aports/main/fping/pkg/fping/usr/sbin' make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1/src' make[1]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.1' 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/fping/src/fping-5.1' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.1' >>> fping-doc*: Running split function doc... >>> fping-doc*: Preparing subpackage fping-doc... >>> fping-doc*: Running postcheck for fping-doc >>> fping*: Running postcheck for fping >>> fping*: Preparing package fping... >>> fping*: Stripping binaries >>> fping-doc*: Scanning shared objects >>> fping*: Scanning shared objects >>> fping-doc*: Tracing dependencies... >>> fping-doc*: Package size: 28.0 KB >>> fping-doc*: Compressing data... >>> fping-doc*: Create checksum... >>> fping-doc*: Create fping-doc-5.1-r5.apk >>> fping*: Tracing dependencies... so:libc.musl-x86.so.1 >>> fping*: Package size: 56.0 KB >>> fping*: Compressing data... >>> fping*: Create checksum... >>> fping*: Create fping-5.1-r5.apk >>> fping: Build complete at Thu, 01 Jun 2023 23:53:50 +0000 elapsed time 0h 0m 6s >>> fping: Cleaning up srcdir >>> fping: Cleaning up pkgdir >>> fping: Uninstalling dependencies... (1/2) Purging .makedepends-fping (20230601.235345) (2/2) Purging libcap-utils (2.69-r0) Executing busybox-1.36.1-r0.trigger OK: 375 MiB in 108 packages >>> fping: Updating the main/x86 repository index... >>> fping: Signing the index...