>>> cntlm: Building community/cntlm 0.92.3-r5 (using abuild 3.10.0-r4) started Thu, 13 Apr 2023 20:03:42 +0000 >>> cntlm: Checking sanity of /home/buildozer/aports/community/cntlm/APKBUILD... >>> cntlm: Analyzing dependencies... >>> cntlm: Installing for build: build-base (1/1) Installing .makedepends-cntlm (20230413.200343) OK: 393 MiB in 102 packages >>> cntlm: Cleaning up srcdir >>> cntlm: Cleaning up pkgdir >>> cntlm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cntlm-0.92.3.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 93075 100 93075 0 0 307k 0 --:--:-- --:--:-- --:--:-- 308k >>> cntlm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cntlm-0.92.3.tar.gz >>> cntlm: Checking sha512sums... cntlm-0.92.3.tar.gz: OK cntlm.initd: OK >>> cntlm: Unpacking /var/cache/distfiles/edge/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... build-edge-x86_64 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... >>> cntlm-doc*: Preparing subpackage cntlm-doc... >>> cntlm-doc*: Running postcheck for cntlm-doc >>> cntlm-openrc*: Running split function openrc... >>> 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: 32.0 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: 16.0 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: 132.0 KB >>> cntlm*: Compressing data... >>> cntlm*: Create checksum... >>> cntlm*: Create cntlm-0.92.3-r5.apk >>> cntlm: Build complete at Thu, 13 Apr 2023 20:03:46 +0000 elapsed time 0h 0m 4s >>> cntlm: Cleaning up srcdir >>> cntlm: Cleaning up pkgdir >>> cntlm: Uninstalling dependencies... (1/1) Purging .makedepends-cntlm (20230413.200343) OK: 393 MiB in 101 packages >>> cntlm: Updating the community/x86_64 repository index... >>> cntlm: Signing the index...