>>> tcptraceroute: Building community/tcptraceroute 1.5b7-r3 (using abuild 3.7.0_rc1-r2) started Thu, 24 Dec 2020 13:33:49 +0000 >>> tcptraceroute: Checking sanity of /home/buildozer/aports/community/tcptraceroute/APKBUILD... >>> tcptraceroute: Analyzing dependencies... >>> tcptraceroute: Installing for build: build-base libpcap-dev libnet-dev (1/5) Installing libpcap (1.9.1-r2) (2/5) Installing libpcap-dev (1.9.1-r2) (3/5) Installing libnet (1.2-r0) (4/5) Installing libnet-dev (1.2-r0) (5/5) Installing .makedepends-tcptraceroute (20201224.133355) Executing busybox-1.32.0-r8.trigger OK: 311 MiB in 91 packages >>> tcptraceroute: Cleaning up srcdir >>> tcptraceroute: Cleaning up pkgdir >>> tcptraceroute: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/tcptraceroute-1.5beta7.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> tcptraceroute: Fetching https://github.com/mct/tcptraceroute/archive/tcptraceroute-1.5beta7.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 141 100 141 0 0 613 0 --:--:-- --:--:-- --:--:-- 613 100 116k 0 116k 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k >>> tcptraceroute: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/tcptraceroute-1.5beta7.tar.gz >>> tcptraceroute: Checking sha512sums... tcptraceroute-1.5beta7.tar.gz: OK >>> tcptraceroute: Unpacking /var/cache/distfiles/v3.13/tcptraceroute-1.5beta7.tar.gz... >>> tcptraceroute: Updating ./config.guess >>> tcptraceroute: Updating ./config.sub 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 whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... missing checking for i586-alpine-linux-musl-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether gcc needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c checking for gethostbyname... yes checking for socket... yes checking for connect... yes checking for inet_aton... yes checking for pcap_open_live in -lpcap... yes checking for main in -lnet... yes checking for libnet_init_packet in -lnet... no checking for libnet_init in -lnet... yes configure: libnet version: >= 1.1.0 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for sockaddr.sa_len... no checking for struct sockaddr.sa_len... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for memset... yes checking for select... yes checking for socket... (cached) yes checking for strchr... yes checking for Solaris... no checking for BSDI... no checking for NetBSD... no checking for MacOS X... no Target OS is linux-musl configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing default-1 commands gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -c main.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -c datalink.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -c util.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -c probe.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -c capture.c In file included from tcptraceroute.h:75, from main.c:23: main.c: In function 'defaults': util.h:37:36: warning: pointer targets in passing argument 2 of 'libnet_name2addr4' differ in signedness [-Wpointer-sign] 37 | libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) main.c:50:16: note: in expansion of macro 'hosttoip' 50 | if ((dst_ip = hosttoip(dst, LIBNET_RESOLVE)) == 0xFFFFFFFF) | ^~~~~~~~ probe.c: In function 'allocateport': probe.c:97:46: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] 97 | if ((getsockname(s, (struct sockaddr *)&in, &insize)) < 0) | ^~~~~~~ | | | int * In file included from /usr/include/libnet.h:109, from tcptraceroute.h:37, from main.c:23: /usr/include/libnet/libnet-functions.h:245:44: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 245 | libnet_name2addr4(libnet_t *l, const char *host_name, uint8_t use_name); | ~~~~~~~~~~~~^~~~~~~~~ In file included from /usr/include/fortify/sys/socket.h:22, from tcptraceroute.h:31, from probe.c:23: /usr/include/sys/socket.h:389:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 389 | int getsockname (int, struct sockaddr *__restrict, socklen_t *__restrict); | ^ In file included from tcptraceroute.h:75, from main.c:23: util.h:37:36: warning: pointer targets in passing argument 2 of 'libnet_name2addr4' differ in signedness [-Wpointer-sign] 37 | libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) main.c:57:17: note: in expansion of macro 'hosttoip' 57 | if ((src_ip = hosttoip(src, LIBNET_RESOLVE)) == 0xFFFFFFFF) | ^~~~~~~~ In file included from /usr/include/libnet.h:109, from tcptraceroute.h:37, from main.c:23: /usr/include/libnet/libnet-functions.h:245:44: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 245 | libnet_name2addr4(libnet_t *l, const char *host_name, uint8_t use_name); | ~~~~~~~~~~~~^~~~~~~~~ main.c:73:3: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] 73 | device = pcap_lookupdev(errbuf); | ^~~~~~ In file included from /usr/include/pcap.h:43, from tcptraceroute.h:38, from main.c:23: /usr/include/pcap/pcap.h:328:16: note: declared here 328 | PCAP_API char *pcap_lookupdev(char *) | ^~~~~~~~~~~~~~ datalink.c: In function 'findsrc': datalink.c:300:49: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] 300 | if (getsockname(s, (struct sockaddr *)&sinsrc, &size) < 0) | ^~~~~ | | | int * In file included from /usr/include/fortify/sys/socket.h:22, from tcptraceroute.h:31, from datalink.c:23: /usr/include/sys/socket.h:389:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 389 | int getsockname (int, struct sockaddr *__restrict, socklen_t *__restrict); | ^ In file included from tcptraceroute.h:75, from datalink.c:23: datalink.c: In function 'finddev': util.h:37:36: warning: pointer targets in passing argument 2 of 'libnet_name2addr4' differ in signedness [-Wpointer-sign] 37 | libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) datalink.c:329:15: note: in expansion of macro 'hosttoip' 329 | with_src = hosttoip("127.0.0.1", LIBNET_DONT_RESOLVE); | ^~~~~~~~ In file included from /usr/include/libnet.h:109, from tcptraceroute.h:37, from datalink.c:23: /usr/include/libnet/libnet-functions.h:245:44: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 245 | libnet_name2addr4(libnet_t *l, const char *host_name, uint8_t use_name); | ~~~~~~~~~~~~^~~~~~~~~ gcc -Os -fomit-frame-pointer -Wall -Wl,--as-needed -o tcptraceroute main.o datalink.o util.o probe.o capture.o -lnet -lpcap >>> WARNING: tcptraceroute: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> tcptraceroute: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7' make install-man1 /bin/sh ./mkinstalldirs /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute make[2]: Entering directory '/home/buildozer/aports/community/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7' mkdir /home/buildozer/aports/community/tcptraceroute/pkg mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share /bin/sh ./mkinstalldirs /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man/man1 mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man /usr/bin/install -c -m 644 ./AUTHORS /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/AUTHORS mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man/man1 /usr/bin/install -c -m 644 ./COPYING /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/COPYING /usr/bin/install -c -m 644 ./ChangeLog /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/ChangeLog /usr/bin/install -c -m 644 ./NEWS /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/NEWS /usr/bin/install -c -m 644 ./README /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/README /usr/bin/install -c -m 644 ./examples.txt /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/examples.txt /usr/bin/install -c -m 644 ./tcptraceroute.1.html /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/tcptraceroute.1.html /usr/bin/install -c -m 644 ./tcptraceroute.1 /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man/man1/tcptraceroute.1 /usr/bin/install -c -m 644 ./tcptraceroute.lsm /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/tcptraceroute.lsm make[2]: Leaving directory '/home/buildozer/aports/community/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7' /bin/sh ./mkinstalldirs /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/bin mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/bin /usr/bin/install -c tcptraceroute /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/bin/tcptraceroute make[1]: Leaving directory '/home/buildozer/aports/community/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7' >>> tcptraceroute-doc*: Running split function doc... >>> tcptraceroute-doc*: Preparing subpackage tcptraceroute-doc... >>> tcptraceroute-doc*: Running postcheck for tcptraceroute-doc >>> tcptraceroute*: Running postcheck for tcptraceroute >>> tcptraceroute*: Preparing package tcptraceroute... >>> tcptraceroute*: Stripping binaries >>> tcptraceroute-doc*: Scanning shared objects >>> tcptraceroute*: Scanning shared objects >>> tcptraceroute-doc*: Tracing dependencies... >>> tcptraceroute-doc*: Package size: 104.0 KB >>> tcptraceroute-doc*: Compressing data... >>> tcptraceroute-doc*: Create checksum... >>> tcptraceroute-doc*: Create tcptraceroute-doc-1.5b7-r3.apk >>> tcptraceroute*: Tracing dependencies... so:libc.musl-x86.so.1 so:libnet.so.9 so:libpcap.so.1 >>> tcptraceroute*: Package size: 52.0 KB >>> tcptraceroute*: Compressing data... >>> tcptraceroute*: Create checksum... >>> tcptraceroute*: Create tcptraceroute-1.5b7-r3.apk >>> tcptraceroute: Build complete at Thu, 24 Dec 2020 13:34:03 +0000 elapsed time 0h 0m 14s >>> tcptraceroute: Cleaning up srcdir >>> tcptraceroute: Cleaning up pkgdir >>> tcptraceroute: Uninstalling dependencies... (1/5) Purging .makedepends-tcptraceroute (20201224.133355) (2/5) Purging libpcap-dev (1.9.1-r2) (3/5) Purging libpcap (1.9.1-r2) (4/5) Purging libnet-dev (1.2-r0) (5/5) Purging libnet (1.2-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> tcptraceroute: Updating the community/x86 repository index... >>> tcptraceroute: Signing the index...