>>> fping: Building main/fping 5.1-r1 (using abuild 3.9.0-r0) started Wed, 09 Mar 2022 23:56:29 +0000 >>> fping: Checking sanity of /home/buildozer/aports/main/fping/APKBUILD... >>> fping: Analyzing dependencies... >>> fping: Installing for build: build-base libcap (1/2) Installing libcap (2.62-r0) (2/2) Installing .makedepends-fping (20220309.235629) Executing busybox-1.35.0-r5.trigger OK: 231 MiB in 92 packages >>> fping: Cleaning up srcdir >>> fping: Cleaning up pkgdir >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/edge//fping-5.1.tar.gz >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/edge//fping-5.1.tar.gz >>> fping: Checking sha512sums... fping-5.1.tar.gz: OK >>> fping: Unpacking /var/cache/distfiles/edge/fping-5.1.tar.gz... checking for powerpc64le-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... powerpc64le-alpine-linux-musl checking host system type... powerpc64le-alpine-linux-musl checking target system type... powerpc64le-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 powerpc64le-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.. -Os -fomit-frame-pointer -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -fomit-frame-pointer -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.. -Os -fomit-frame-pointer -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -fomit-frame-pointer -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.. -Os -fomit-frame-pointer -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -fomit-frame-pointer -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.. -Os -fomit-frame-pointer -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -fomit-frame-pointer -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.. -Os -fomit-frame-pointer -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -fomit-frame-pointer -MT fping-socket6.o -MD -MP -MF .deps/fping-socket6.Tpo -c -o fping-socket6.o `test -f 'socket6.c' || echo './'`socket6.c fping.c: In function 'receive_packet': fping.c:1959:9: warning: initialization of 'int' from 'unsigned char (*)[40]' makes integer from pointer without a cast [-Wint-conversion] 1959 | &msg_control, | ^ fping.c:1959:9: note: (near initialization for 'recv_msghdr.__pad1') fping.c:1960:9: warning: initialization of 'void *' from 'long unsigned int' makes pointer from integer without a cast [-Wint-conversion] 1960 | sizeof(msg_control), | ^~~~~~ fping.c:1960:9: note: (near initialization for 'recv_msghdr.msg_control') fping.c:1962:5: warning: missing initializer for field '__pad2' of 'struct msghdr' [-Wmissing-field-initializers] 1962 | }; | ^ In file included from fping.h:6, from fping.c:38: /usr/include/sys/socket.h:39:13: note: '__pad2' declared here 39 | int __pad2; | ^~~~~~ 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-seqmap.Tpo .deps/fping-seqmap.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 -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -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]: Nothing to be done for 'all-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: 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-r1.apk >>> fping*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> fping*: Package size: 80.0 KB >>> fping*: Compressing data... >>> fping*: Create checksum... >>> fping*: Create fping-5.1-r1.apk >>> fping: Build complete at Wed, 09 Mar 2022 23:56:34 +0000 elapsed time 0h 0m 5s >>> fping: Cleaning up srcdir >>> fping: Cleaning up pkgdir >>> fping: Uninstalling dependencies... (1/2) Purging .makedepends-fping (20220309.235629) (2/2) Purging libcap (2.62-r0) Executing busybox-1.35.0-r5.trigger OK: 230 MiB in 90 packages >>> fping: Updating the main/ppc64le repository index... >>> fping: Signing the index...