>>> cntlm: Building community/cntlm 0.92.3-r5 (using abuild 3.15.0-r0) started Thu, 09 Oct 2025 03:09:30 +0000 >>> cntlm: Validating /home/udu/aports/community/cntlm/APKBUILD... >>> cntlm: Analyzing dependencies... >>> cntlm: Installing for build: build-base WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/1) Installing .makedepends-cntlm (20251009.030930) OK: 296 MiB in 90 packages >>> cntlm: Cleaning up srcdir >>> cntlm: Cleaning up pkgdir >>> cntlm: Cleaning up tmpdir >>> cntlm: Fetching https://downloads.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/cntlm-0.92.3.tar.gz >>> cntlm: Fetching https://downloads.sourceforge.net/project/cntlm/cntlm/cntlm%200.92.3/cntlm-0.92.3.tar.gz >>> cntlm: Checking sha512sums... cntlm-0.92.3.tar.gz: OK cntlm.initd: OK >>> cntlm: Unpacking /var/cache/distfiles/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 xcrypt.c Compiling utils.c Compiling ntlm.c Compiling acl.c Compiling config.c Compiling auth.c Compiling http.c Compiling socket.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]; | ^~~~~~ 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]; | ^~~~~~~~~ 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]; | ^~~~~~~~~ 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/udu/aports/community/cntlm/pkg/cntlm/usr/sbin cntlm; \ install -M 644 -f /home/udu/aports/community/cntlm/pkg/cntlm/usr/share/man/man1 doc/cntlm.1; \ install -M 600 -c /home/udu/aports/community/cntlm/pkg/cntlm/etc doc/cntlm.conf; \ elif [ "`uname -s`" = "Darwin" ]; then \ install -d -m 755 -s cntlm /home/udu/aports/community/cntlm/pkg/cntlm/usr/sbin/cntlm; \ install -d -m 644 doc/cntlm.1 /home/udu/aports/community/cntlm/pkg/cntlm/usr/share/man/man1/cntlm.1; \ [ -f /home/udu/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf -o -z "/home/udu/aports/community/cntlm/pkg/cntlm/etc" ] \ || install -d -m 600 doc/cntlm.conf /home/udu/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf; \ else \ install -D -m 755 -s cntlm /home/udu/aports/community/cntlm/pkg/cntlm/usr/sbin/cntlm; \ install -D -m 644 doc/cntlm.1 /home/udu/aports/community/cntlm/pkg/cntlm/usr/share/man/man1/cntlm.1; \ [ -f /home/udu/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf -o -z "/home/udu/aports/community/cntlm/pkg/cntlm/etc" ] \ || install -D -m 600 doc/cntlm.conf /home/udu/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf; \ fi Cntlm will look for configuration in /home/udu/aports/community/cntlm/pkg/cntlm/etc/cntlm.conf >>> cntlm-doc*: Running split function doc... 'usr/share/man' -> '/home/udu/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/udu/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-x86_64.so.1 >>> cntlm*: Package size: 113.7 KB >>> cntlm*: Compressing data... >>> cntlm*: Create checksum... >>> cntlm*: Create cntlm-0.92.3-r5.apk >>> cntlm: Build complete at Thu, 09 Oct 2025 03:09:31 +0000 elapsed time 0h 0m 1s >>> cntlm: Cleaning up srcdir >>> cntlm: Cleaning up pkgdir >>> cntlm: Uninstalling dependencies... (1/1) Purging .makedepends-cntlm (20251009.030930) OK: 296 MiB in 89 packages >>> cntlm: Updating the community/x86_64 repository index... >>> cntlm: Signing the index...