>>> rtnppd: Building main/rtnppd 1.7b-r10 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 10:31:13 +0000 >>> rtnppd: Checking sanity of /home/buildozer/aports/main/rtnppd/APKBUILD... >>> rtnppd: Analyzing dependencies... >>> rtnppd: Installing for build: build-base libpq-dev (1/4) Installing libpq (15.2-r3) (2/4) Installing openssl-dev (3.1.0-r3) (3/4) Installing libpq-dev (15.2-r3) (4/4) Installing .makedepends-rtnppd (20230420.103114) Executing busybox-1.36.0-r7.trigger OK: 377 MiB in 101 packages >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/rtnppd-1.7b.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> rtnppd: Fetching https://downloads.sourceforge.net/rtnppd/rtnppd-1.7b.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 372 100 372 0 0 601 0 --:--:-- --:--:-- --:--:-- 601 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 359 100 359 0 0 136 0 0:00:02 0:00:02 --:--:-- 357 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 44248 100 44248 0 0 13138 0 0:00:03 0:00:03 --:--:-- 99k >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/rtnppd-1.7b.tar.gz >>> rtnppd: Checking sha512sums... rtnppd-1.7b.tar.gz: OK rtnppd.initd: OK rtnppd.confd: OK >>> rtnppd: Unpacking /var/cache/distfiles/v3.18/rtnppd-1.7b.tar.gz... gcc -c -Os -Wformat -Werror=format-security -Werror=int-conversion -g -O2 -pipe -g -I./ -o rtnppd.o rtnppd.c gcc -c -Os -Wformat -Werror=format-security -Werror=int-conversion -g -O2 -pipe -g -I./ -o readcfg.o readcfg.c gcc -c -Os -Wformat -Werror=format-security -Werror=int-conversion -g -O2 -pipe -g -I./ -o crc.o crc.c gcc -c -Os -Wformat -Werror=format-security -Werror=int-conversion -g -O2 -pipe -g -I./ -o blowfish.o blowfish.c gcc -c -Os -Wformat -Werror=format-security -Werror=int-conversion -g -O2 -pipe -g -I./ -o testq.o testq.c gcc -c -Os -Wformat -Werror=format-security -Werror=int-conversion -g -O2 -pipe -g -I./ -o tnpppage.o tnpppage.c In file included from rtnppd.c:11: /usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ blowfish.c: In function 'bf_encrypt_data': blowfish.c:15:19: warning: implicit declaration of function 'htonl' [-Wimplicit-function-declaration] 15 | #define GET32(x) (htonl(*((u_int32_t *) (x)))) | ^~~~~ blowfish.c:411:26: note: in expansion of macro 'GET32' 411 | temp2 = ((u_int64_t) GET32(data + i) << 32) | ^~~~~ blowfish.c:16:44: warning: implicit declaration of function 'ntohl' [-Wimplicit-function-declaration] 16 | #define PUT32(x,y) (*((u_int32_t *) (x)) = ntohl(y)) | ^~~~~ blowfish.c:415:5: note: in expansion of macro 'PUT32' 415 | PUT32(data + i, (temp >> 32) & 0xffffffff); | ^~~~~ testq.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int] 13 | main(int argc, char *argv[]) { | ^~~~ testq.c: In function 'main': testq.c:26:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 26 | exit(1); | ^~~~ testq.c:12:1: note: include '' or provide a declaration of 'exit' 11 | #include +++ |+#include 12 | testq.c:26:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 26 | exit(1); | ^~~~ testq.c:26:5: note: include '' or provide a declaration of 'exit' testq.c:42:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 42 | exit(1); | ^~~~ testq.c:42:5: note: include '' or provide a declaration of 'exit' testq.c:44:3: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 44 | unlink(sun.sun_path); | ^~~~~~ testq.c:49:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 49 | exit(1); | ^~~~ testq.c:49:5: note: include '' or provide a declaration of 'exit' rtnppd.c: In function 'reroute_head': rtnppd.c:423:5: warning: implicit declaration of function 'decrypt_packet'; did you mean 'encrypt_packet'? [-Wimplicit-function-declaration] 423 | decrypt_packet(buf, dev); | ^~~~~~~~~~~~~~ | encrypt_packet tnpppage.c: In function 'send_tnpp_packet': tnpppage.c:40:5: warning: 'return' with no value, in function returning non-void 40 | return; | ^~~~~~ tnpppage.c:34:5: note: declared here 34 | int send_tnpp_packet(int fd, struct sockaddr_un *sun, unsigned char *data, | ^~~~~~~~~~~~~~~~ tnpppage.c: In function 'main': tnpppage.c:248:29: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=] 248 | sprintf(bufid, "B%c%- 10s", page_func, id); | ^ gcc -o testq testq.o gcc -o tnpppage tnpppage.o crc.o gcc -o rtnppd rtnppd.o readcfg.o crc.o blowfish.o >>> WARNING: rtnppd: 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. >>> rtnppd: Entering fakeroot... >>> rtnppd-dbg*: Running split function dbg... >>> rtnppd-dbg*: Preparing subpackage rtnppd-dbg... >>> rtnppd-dbg*: Running postcheck for rtnppd-dbg >>> rtnppd*: Running postcheck for rtnppd >>> WARNING: rtnppd*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc >>> rtnppd*: Preparing package rtnppd... >>> rtnppd*: Script found. /bin/sh added as a dependency for rtnppd-1.7b-r10.apk >>> rtnppd*: Adding .pre-install >>> rtnppd-dbg*: Scanning shared objects >>> rtnppd*: Scanning shared objects >>> rtnppd-dbg*: Tracing dependencies... >>> rtnppd-dbg*: Package size: 168.0 KB >>> rtnppd-dbg*: Compressing data... >>> rtnppd-dbg*: Create checksum... >>> rtnppd-dbg*: Create rtnppd-dbg-1.7b-r10.apk >>> rtnppd*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 >>> rtnppd*: Package size: 156.0 KB >>> rtnppd*: Compressing data... >>> rtnppd*: Create checksum... >>> rtnppd*: Create rtnppd-1.7b-r10.apk >>> rtnppd: Build complete at Thu, 20 Apr 2023 10:31:23 +0000 elapsed time 0h 0m 10s >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Uninstalling dependencies... (1/4) Purging .makedepends-rtnppd (20230420.103114) (2/4) Purging libpq-dev (15.2-r3) (3/4) Purging libpq (15.2-r3) (4/4) Purging openssl-dev (3.1.0-r3) Executing busybox-1.36.0-r7.trigger OK: 373 MiB in 97 packages >>> rtnppd: Updating the main/x86 repository index... >>> rtnppd: Signing the index...