>>> fping: Building main/fping 5.0-r0 (using abuild 3.7.0_rc1-r0) started Thu, 19 Nov 2020 15:12:30 +0000 >>> fping: Checking sanity of /home/buildozer/aports/main/fping/APKBUILD... >>> fping: Analyzing dependencies... >>> fping: Installing for build: build-base (1/1) Installing .makedepends-fping (20201119.151231) OK: 310 MiB in 88 packages >>> fping: Cleaning up srcdir >>> fping: Cleaning up pkgdir >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/fping-5.0.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 180k 100 180k 0 0 2290k 0 --:--:-- --:--:-- --:--:-- 2290k >>> fping: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/fping-5.0.tar.gz >>> fping: Checking sha512sums... fping-5.0.tar.gz: OK >>> fping: Unpacking /var/cache/distfiles/v3.13/fping-5.0.tar.gz... 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 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 whether gcc understands -c and -o together... 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for netinet/icmp6.h... yes 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 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 for style of include used by make... GNU 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 we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed 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 sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for stdlib.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... 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.0' Making all in doc make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.0/doc' Making all in src make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0/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 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 fping.c: In function 'print_netdata': fping.c:1659:33: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int64_t' {aka 'long long int'} [-Wformat=] 1659 | printf("SET min = %ld\n", h->min_reply_i); | ~~^ ~~~~~~~~~~~~~~ | | | | | int64_t {aka long long int} | long int | %lld fping.c:1660:33: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int64_t' {aka 'long long int'} [-Wformat=] 1660 | printf("SET avg = %ld\n", avg); | ~~^ ~~~ | | | | | int64_t {aka long long int} | long int | %lld fping.c:1661:33: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int64_t' {aka 'long long int'} [-Wformat=] 1661 | printf("SET max = %ld\n", h->max_reply_i); | ~~^ ~~~~~~~~~~~~~~ | | | | | int64_t {aka long long int} | long int | %lld mv -f .deps/fping-seqmap.Tpo .deps/fping-seqmap.Po 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 -fomit-frame-pointer -Wl,--as-needed -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.0/src' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0' make[2]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.0' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.0' >>> fping: Entering fakeroot... Making install in doc make[1]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0/doc' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0/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.0/doc' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.0/doc' Making install in src make[1]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0/src' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0/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.0/src' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.0/src' make[1]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0' make[2]: Entering directory '/home/buildozer/aports/main/fping/src/fping-5.0' 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.0' make[1]: Leaving directory '/home/buildozer/aports/main/fping/src/fping-5.0' >>> 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.0-r0.apk >>> fping*: Tracing dependencies... so:libc.musl-x86.so.1 >>> fping*: Package size: 60.0 KB >>> fping*: Compressing data... >>> fping*: Create checksum... >>> fping*: Create fping-5.0-r0.apk >>> fping: Build complete at Thu, 19 Nov 2020 15:12:36 +0000 elapsed time 0h 0m 6s >>> fping: Cleaning up srcdir >>> fping: Cleaning up pkgdir >>> fping: Uninstalling dependencies... (1/1) Purging .makedepends-fping (20201119.151231) OK: 310 MiB in 87 packages >>> fping: Updating the main/x86 repository index... >>> fping: Signing the index...