>>> cntlm: Building community/cntlm 0.92.3-r5 (using abuild 3.14.1-r1) started Wed, 06 Nov 2024 21:13:03 +0000 >>> cntlm: Validating /home/buildozer/aports/community/cntlm/APKBUILD... >>> cntlm: Analyzing dependencies... >>> cntlm: Installing for build: build-base (1/1) Installing .makedepends-cntlm (20241106.211315) OK: 271 MiB in 102 packages >>> cntlm: Cleaning up srcdir >>> cntlm: Cleaning up pkgdir >>> cntlm: Cleaning up tmpdir >>> cntlm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/cntlm-0.92.3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> cntlm: Fetching https://downloads.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/cntlm-0.92.3.tar.gz Connecting to downloads.sourceforge.net (204.68.111.105:443) Connecting to unlimited.dl.sourceforge.net (185.119.90.247:443) saving to '/var/cache/distfiles/v3.21/cntlm-0.92.3.tar.gz.part' cntlm-0.92.3.tar.gz. 100% |********************************| 93075 0:00:00 ETA '/var/cache/distfiles/v3.21/cntlm-0.92.3.tar.gz.part' saved >>> cntlm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/cntlm-0.92.3.tar.gz >>> cntlm: Checking sha512sums... cntlm-0.92.3.tar.gz: OK cntlm.initd: OK >>> cntlm: Unpacking /var/cache/distfiles/v3.21/cntlm-0.92.3.tar.gz... Using /usr/bin/gcc to compile Cntlm Checking endian... little endian Checking strdup... yes Checking socklen_t... yes Checking gethostname... no Compiling utils.c Compiling ntlm.c Compiling xcrypt.c Compiling config.c Compiling socket.c Compiling acl.c Compiling auth.c Compiling http.c Compiling forward.c Compiling direct.c Compiling scanner.c Compiling pages.c Compiling main.c auth.c: In function 'copy_auth': auth.c:61:21: warning: the comparison will always evaluate as 'true' for the address of 'passntlm2' will never be NULL [-Waddress] 61 | if (src->passntlm2) | ^~~ In file included from auth.c:27: auth.h:40:14: note: 'passntlm2' declared here 40 | char passntlm2[MINIBUF_SIZE]; | ^~~~~~~~~ auth.c:63:21: warning: the comparison will always evaluate as 'true' for the address of 'passnt' will never be NULL [-Waddress] 63 | if (src->passnt) | ^~~ auth.h:39:14: note: 'passnt' declared here 39 | char passnt[MINIBUF_SIZE]; | ^~~~~~ auth.c:65:21: warning: the comparison will always evaluate as 'true' for the address of 'passlm' will never be NULL [-Waddress] 65 | if (src->passlm) | ^~~ auth.h:38:14: note: 'passlm' declared here 38 | char passlm[MINIBUF_SIZE]; | ^~~~~~ auth.c: In function 'dump_auth': auth.c:103:13: warning: the comparison will always evaluate as 'true' for the address of 'passntlm2' will never be NULL [-Waddress] 103 | if (creds->passntlm2) { | ^~~~~ auth.h:40:14: note: 'passntlm2' declared here 40 | char passntlm2[MINIBUF_SIZE]; | ^~~~~~~~~ auth.c:109:13: warning: the comparison will always evaluate as 'true' for the address of 'passnt' will never be NULL [-Waddress] 109 | if (creds->passnt) { | ^~~~~ auth.h:39:14: note: 'passnt' declared here 39 | char passnt[MINIBUF_SIZE]; | ^~~~~~ auth.c:115:13: warning: the comparison will always evaluate as 'true' for the address of 'passlm' will never be NULL [-Waddress] 115 | if (creds->passlm) { | ^~~~~ auth.h:38:14: note: 'passlm' declared here 38 | char passlm[MINIBUF_SIZE]; | ^~~~~~ forward.c: In function 'magic_auth_detect': forward.c:845:13: warning: the comparison will always evaluate as 'true' for the address of 'passnt' will never be NULL [-Waddress] 845 | if (!tcreds->passnt || !tcreds->passlm || !tcreds->passntlm2) { | ^ In file included from globals.h:31, from forward.c:32: auth.h:39:14: note: 'passnt' declared here 39 | char passnt[MINIBUF_SIZE]; | ^~~~~~ forward.c:845:32: warning: the comparison will always evaluate as 'true' for the address of 'passlm' will never be NULL [-Waddress] 845 | if (!tcreds->passnt || !tcreds->passlm || !tcreds->passntlm2) { | ^ auth.h:38:14: note: 'passlm' declared here 38 | char passlm[MINIBUF_SIZE]; | ^~~~~~ forward.c:845:51: warning: the comparison will always evaluate as 'true' for the address of 'passntlm2' will never be NULL [-Waddress] 845 | if (!tcreds->passnt || !tcreds->passlm || !tcreds->passntlm2) { | ^ auth.h:40:14: note: 'passntlm2' declared here 40 | char passntlm2[MINIBUF_SIZE]; | ^~~~~~~~~ main.c: In function 'main': main.c:1291:21: warning: the comparison will always evaluate as 'true' for the address of 'passlm' will never be NULL [-Waddress] 1291 | if (g_creds->passlm) { | ^~~~~~~ In file included from ntlm.h:26, from main.c:52: auth.h:38:14: note: 'passlm' declared here 38 | char passlm[MINIBUF_SIZE]; | ^~~~~~ main.c:1297:21: warning: the comparison will always evaluate as 'true' for the address of 'passnt' will never be NULL [-Waddress] 1297 | if (g_creds->passnt) { | ^~~~~~~ auth.h:39:14: note: 'passnt' declared here 39 | char passnt[MINIBUF_SIZE]; | ^~~~~~ main.c:1303:21: warning: the comparison will always evaluate as 'true' for the address of 'passntlm2' will never be NULL [-Waddress] 1303 | if (g_creds->passntlm2) { | ^~~~~~~ auth.h:40:14: note: 'passntlm2' declared here 40 | char passntlm2[MINIBUF_SIZE]; | ^~~~~~~~~ main.c:1316:45: warning: the comparison will always evaluate as 'true' for the address of 'passnt' will never be NULL [-Waddress] 1316 | (g_creds->hashnt && !g_creds->passnt) | ^ auth.h:39:14: note: 'passnt' declared here 39 | char passnt[MINIBUF_SIZE]; | ^~~~~~ main.c:1317:45: warning: the comparison will always evaluate as 'true' for the address of 'passlm' will never be NULL [-Waddress] 1317 | || (g_creds->hashlm && !g_creds->passlm) | ^ auth.h:38:14: note: 'passlm' declared here 38 | char passlm[MINIBUF_SIZE]; | ^~~~~~ main.c:1318:48: warning: the comparison will always evaluate as 'true' for the address of 'passntlm2' will never be NULL [-Waddress] 1318 | || (g_creds->hashntlm2 && !g_creds->passntlm2))) { | ^ auth.h:40:14: note: 'passntlm2' declared here 40 | char passntlm2[MINIBUF_SIZE]; | ^~~~~~~~~ Linking cntlm >>> WARNING: cntlm: 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. >>> cntlm: Entering fakeroot... # Special handling for install(1) if [ "`uname -s`" = "AIX" ]; then \ install -M 755 -S -f /home/buildozer/aports/community/cntlm/pkg/cntlm/usr/sbin cntlm; \ install -M 644 -f /home/buildozer/aports/community/cntlm/pkg/cntlm/usr/share/man/man1 doc/cntlm.1; \ install -M 600 -c /home/buildozer/aports/community/cntlm/pkg/cntlm/etc doc/cntlm.conf; \ elif [ "`uname -s`" = "Darwin" ]; then \ install -d -m 755 -s cntlm /home/buildozer/aports/community/cntlm/pkg/cntlm/usr/sbin/cntlm; \ install -d -m 644 doc/cntlm.1 /home/buildozer/aports/community/cntlm/pkg/cntlm/usr/share/man/man1/cntlm.1; \ [ -f /home/buildozer/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf -o -z "/home/buildozer/aports/community/cntlm/pkg/cntlm/etc" ] \ || install -d -m 600 doc/cntlm.conf /home/buildozer/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf; \ else \ install -D -m 755 -s cntlm /home/buildozer/aports/community/cntlm/pkg/cntlm/usr/sbin/cntlm; \ install -D -m 644 doc/cntlm.1 /home/buildozer/aports/community/cntlm/pkg/cntlm/usr/share/man/man1/cntlm.1; \ [ -f /home/buildozer/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf -o -z "/home/buildozer/aports/community/cntlm/pkg/cntlm/etc" ] \ || install -D -m 600 doc/cntlm.conf /home/buildozer/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf; \ fi Cntlm will look for configuration in /home/buildozer/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf >>> cntlm-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/cntlm/pkg/cntlm-doc/usr/share/man' >>> cntlm-doc*: Preparing subpackage cntlm-doc... >>> cntlm-doc*: Running postcheck for cntlm-doc >>> cntlm-openrc*: Running split function openrc... 'etc/init.d' -> '/home/buildozer/aports/community/cntlm/pkg/cntlm-openrc/etc/init.d' >>> cntlm-openrc*: Preparing subpackage cntlm-openrc... >>> cntlm-openrc*: Running postcheck for cntlm-openrc >>> cntlm*: Running postcheck for cntlm >>> cntlm*: Preparing package cntlm... >>> cntlm*: Stripping binaries >>> cntlm-doc*: Scanning shared objects >>> cntlm-openrc*: Scanning shared objects >>> cntlm*: Scanning shared objects >>> cntlm-doc*: Tracing dependencies... >>> cntlm-doc*: Package size: 10.6 KB >>> cntlm-doc*: Compressing data... >>> cntlm-doc*: Create checksum... >>> cntlm-doc*: Create cntlm-doc-0.92.3-r5.apk >>> cntlm-openrc*: Tracing dependencies... >>> cntlm-openrc*: Package size: 1.1 KB >>> cntlm-openrc*: Compressing data... >>> cntlm-openrc*: Create checksum... >>> cntlm-openrc*: Create cntlm-openrc-0.92.3-r5.apk >>> cntlm*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> cntlm*: Package size: 77.0 KB >>> cntlm*: Compressing data... >>> cntlm*: Create checksum... >>> cntlm*: Create cntlm-0.92.3-r5.apk >>> cntlm: Build complete at Wed, 06 Nov 2024 21:13:19 +0000 elapsed time 0h 0m 16s >>> cntlm: Cleaning up srcdir >>> cntlm: Cleaning up pkgdir >>> cntlm: Uninstalling dependencies... (1/1) Purging .makedepends-cntlm (20241106.211315) OK: 271 MiB in 101 packages >>> cntlm: Updating the community/armv7 repository index... >>> cntlm: Signing the index...