>>> tcptraceroute: Building community/tcptraceroute 1.5_beta7-r4 (using abuild 3.12.0-r5) started Fri, 29 Mar 2024 11:11:58 +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.10.4-r1) (2/5) Installing libpcap-dev (1.10.4-r1) (3/5) Installing libnet (1.3-r0) (4/5) Installing libnet-dev (1.3-r0) (5/5) Installing .makedepends-tcptraceroute (20240329.111203) Executing busybox-1.36.1-r24.trigger OK: 229 MiB in 107 packages >>> tcptraceroute: Cleaning up srcdir >>> tcptraceroute: Cleaning up pkgdir >>> tcptraceroute: Cleaning up tmpdir >>> tcptraceroute: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 100 116k 100 116k 0 0 516k 0 --:--:-- --:--:-- --:--:-- 516k >>> tcptraceroute: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tcptraceroute-1.5beta7.tar.gz >>> tcptraceroute: Checking sha512sums... tcptraceroute-1.5beta7.tar.gz: OK >>> tcptraceroute: Unpacking /var/cache/distfiles/tcptraceroute-1.5beta7.tar.gz... >>> tcptraceroute: Updating ./config.guess >>> tcptraceroute: Updating ./config.sub checking build system type... riscv64-alpine-linux-musl checking host system type... riscv64-alpine-linux-musl checking target system type... riscv64-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 riscv64-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 -fstack-clash-protection -Wformat -Werror=format-security -Wall -c main.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -c datalink.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -c util.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -c probe.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -c capture.c probe.c: In function 'allocateport': probe.c:97:53: 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/fortify/sys/socket.h:23, from tcptraceroute.h:31, from probe.c:23: /usr/include/sys/socket.h:391:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 391 | int getsockname (int, struct sockaddr *__restrict, socklen_t *__restrict); | ^ datalink.c: In function 'findsrc': datalink.c:300:56: 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:23, from tcptraceroute.h:31, from datalink.c:23: /usr/include/sys/socket.h:391:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 391 | int getsockname (int, struct sockaddr *__restrict, socklen_t *__restrict); | ^ In file included from tcptraceroute.h:75: datalink.c: In function 'finddev': util.h:37:43: 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:36: 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: /usr/include/libnet/libnet-functions.h:257:44: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 257 | libnet_name2addr4(libnet_t *l, const char *host_name, uint8_t use_name); | ~~~~~~~~~~~~^~~~~~~~~ In file included from tcptraceroute.h:75, from main.c:23: main.c: In function 'defaults': util.h:37:43: 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:23: note: in expansion of macro 'hosttoip' 50 | if ((dst_ip = hosttoip(dst, LIBNET_RESOLVE)) == 0xFFFFFFFF) | ^~~~~~~~ In file included from /usr/include/libnet.h:109, from tcptraceroute.h:37: /usr/include/libnet/libnet-functions.h:257:44: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 257 | libnet_name2addr4(libnet_t *l, const char *host_name, uint8_t use_name); | ~~~~~~~~~~~~^~~~~~~~~ util.h:37:43: 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:31: note: in expansion of macro 'hosttoip' 57 | if ((src_ip = hosttoip(src, LIBNET_RESOLVE)) == 0xFFFFFFFF) | ^~~~~~~~ /usr/include/libnet/libnet-functions.h:257:44: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 257 | libnet_name2addr4(libnet_t *l, const char *host_name, uint8_t use_name); | ~~~~~~~~~~~~^~~~~~~~~ main.c:73:17: 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: /usr/include/pcap/pcap.h:395:18: note: declared here 395 | PCAP_API char *pcap_lookupdev(char *); | ^~~~~~~~~~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wl,--as-needed,-O1,--sort-common -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' /bin/sh ./mkinstalldirs /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/bin mkdir /home/buildozer/aports/community/tcptraceroute/pkg mkdir /home/buildozer/aports/community/tcptraceroute/pkg mkdir: can't create directory '/home/buildozer/aports/community/tcptraceroute/pkg': File exists mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute mkdir: can't create directory '/home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute': File exists mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr /bin/sh ./mkinstalldirs /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man/man1 mkdir: can't create directory '/home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr': File exists mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/bin mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute mkdir /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man/man1 /usr/bin/install -c tcptraceroute /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/bin/tcptraceroute /usr/bin/install -c -m 644 ./AUTHORS /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/AUTHORS /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 ./tcptraceroute.1 /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/man/man1/tcptraceroute.1 /usr/bin/install -c -m 644 ./README /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/README make[2]: Leaving directory '/home/buildozer/aports/community/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7' /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.lsm /home/buildozer/aports/community/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/tcptraceroute.lsm 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.5_beta7-r4.apk >>> tcptraceroute*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libnet.so.9 so:libpcap.so.1 >>> tcptraceroute*: Package size: 48.0 KB >>> tcptraceroute*: Compressing data... >>> tcptraceroute*: Create checksum... >>> tcptraceroute*: Create tcptraceroute-1.5_beta7-r4.apk >>> tcptraceroute: Build complete at Fri, 29 Mar 2024 11:12:21 +0000 elapsed time 0h 0m 23s >>> tcptraceroute: Cleaning up srcdir >>> tcptraceroute: Cleaning up pkgdir >>> tcptraceroute: Uninstalling dependencies... (1/5) Purging .makedepends-tcptraceroute (20240329.111203) (2/5) Purging libpcap-dev (1.10.4-r1) (3/5) Purging libpcap (1.10.4-r1) (4/5) Purging libnet-dev (1.3-r0) (5/5) Purging libnet (1.3-r0) Executing busybox-1.36.1-r24.trigger OK: 228 MiB in 102 packages >>> tcptraceroute: Updating the community/riscv64 repository index... >>> tcptraceroute: Signing the index...