>>> rtnppd: Building main/rtnppd 1.7b-r8 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 02:41:11 +0000 >>> rtnppd: Checking sanity of /home/buildozer/aports/main/rtnppd/APKBUILD... >>> rtnppd: Analyzing dependencies... >>> rtnppd: Installing for build: build-base postgresql-dev (1/18) Installing libffi (3.4.2-r0) (2/18) Installing xz-libs (5.2.5-r0) (3/18) Installing libxml2 (2.9.12-r1) (4/18) Installing llvm11-libs (11.1.0-r3) (5/18) Installing clang-libs (11.1.0-r2) (6/18) Installing clang (11.1.0-r2) (7/18) Installing icu-libs (69.1-r0) (8/18) Installing icu (69.1-r0) (9/18) Installing icu-dev (69.1-r0) (10/18) Installing llvm11 (11.1.0-r3) (11/18) Installing openssl1.1-compat-dev (1.1.1l-r4) (12/18) Installing gdbm (1.20-r2) (13/18) Installing libsasl (2.1.27-r14) (14/18) Installing libldap (2.4.59-r3) (15/18) Installing libpq (14.0-r2) (16/18) Installing postgresql-libs (14.0-r2) (17/18) Installing postgresql-dev (14.0-r2) (18/18) Installing .makedepends-rtnppd (20211017.024116) Executing busybox-1.34.1-r0.trigger OK: 647 MiB in 107 packages >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/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 0 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 602 0 --:--:-- --:--:-- --:--:-- 601 100 372 100 372 0 0 602 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 100 44248 100 44248 0 0 13159 0 0:00:03 0:00:03 --:--:-- 13159 >>> rtnppd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/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.15/rtnppd-1.7b.tar.gz... gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o rtnppd.o rtnppd.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o readcfg.o readcfg.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o crc.o crc.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o blowfish.o blowfish.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o testq.o testq.c gcc -c -Os -fomit-frame-pointer -g -O2 -pipe -g -I./ -o tnpppage.o tnpppage.c 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:26:5: warning: incompatible implicit declaration of built-in function 'exit' testq.c:12:1: note: include '' or provide a declaration of 'exit' 11 | #include +++ |+#include 12 | testq.c:42:5: warning: incompatible implicit declaration of built-in function 'exit' 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' 49 | exit(1); | ^~~~ testq.c:49:5: note: include '' or provide a declaration of 'exit' readcfg.c: In function 'read_config': readcfg.c:177:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 177 | (void *) atoi(temp + match[0].rm_so))) { | ^ readcfg.c: In function 'std_DIGITS': readcfg.c:249:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 249 | *((int *) addr) = (int) value; | ^ readcfg.c: In function 'std_BOOL': readcfg.c:255:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 255 | *((int *) addr) = (int) value; | ^ 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); | ^~~~~ 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); | ^ 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 gcc -o testq testq.o rtnppd.c: In function 'add_route': rtnppd.c:2026:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2026 | route->low_addr = (int) value; | ^ rtnppd.c:2027:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2027 | route->high_addr = (int) value; | ^ rtnppd.c: In function 'add_2route': rtnppd.c:2052:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2052 | route->low_addr = (int) value; | ^ rtnppd.c:2053:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2053 | route->high_addr = (int) value; | ^ rtnppd.c: In function 'add_3route': rtnppd.c:2078:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2078 | route->low_addr = (int) value; | ^ rtnppd.c:2079:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2079 | route->high_addr = (int) value; | ^ rtnppd.c: In function 'add_translate': rtnppd.c:2121:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2121 | trans->old_addr = (int) value; | ^ rtnppd.c:2122:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2122 | trans->new_addr = (int) value; | ^ 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-r8.apk >>> rtnppd*: Adding .pre-install >>> rtnppd-dbg*: Scanning shared objects >>> rtnppd*: Scanning shared objects >>> rtnppd-dbg*: Tracing dependencies... >>> rtnppd-dbg*: Package size: 244.0 KB >>> rtnppd-dbg*: Compressing data... >>> rtnppd-dbg*: Create checksum... >>> rtnppd-dbg*: Create rtnppd-dbg-1.7b-r8.apk >>> rtnppd*: Tracing dependencies... /bin/sh so:libc.musl-x86_64.so.1 >>> rtnppd*: Package size: 156.0 KB >>> rtnppd*: Compressing data... >>> rtnppd*: Create checksum... >>> rtnppd*: Create rtnppd-1.7b-r8.apk >>> rtnppd: Build complete at Sun, 17 Oct 2021 02:41:25 +0000 elapsed time 0h 0m 14s >>> rtnppd: Cleaning up srcdir >>> rtnppd: Cleaning up pkgdir >>> rtnppd: Uninstalling dependencies... (1/18) Purging .makedepends-rtnppd (20211017.024116) (2/18) Purging postgresql-dev (14.0-r2) (3/18) Purging clang (11.1.0-r2) (4/18) Purging icu-dev (69.1-r0) (5/18) Purging icu (69.1-r0) (6/18) Purging icu-libs (69.1-r0) (7/18) Purging postgresql-libs (14.0-r2) (8/18) Purging llvm11 (11.1.0-r3) (9/18) Purging clang-libs (11.1.0-r2) (10/18) Purging llvm11-libs (11.1.0-r3) (11/18) Purging libffi (3.4.2-r0) (12/18) Purging libxml2 (2.9.12-r1) (13/18) Purging xz-libs (5.2.5-r0) (14/18) Purging openssl1.1-compat-dev (1.1.1l-r4) (15/18) Purging libpq (14.0-r2) (16/18) Purging libldap (2.4.59-r3) (17/18) Purging libsasl (2.1.27-r14) (18/18) Purging gdbm (1.20-r2) Executing busybox-1.34.1-r0.trigger OK: 342 MiB in 89 packages >>> rtnppd: Updating the main/x86_64 repository index... >>> rtnppd: Signing the index...