* installing *source* package ‘Rserve’ ... ** package ‘Rserve’ successfully unpacked and MD5 sums checked ** using staged installation checking whether to compile the server... no checking whether to compile the client... no R was not built as a library checking for gcc... /usr/local/clang18/bin/clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/local/clang18/bin/clang accepts -g... yes checking for /usr/local/clang18/bin/clang option to enable C11 features... none needed checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for limits.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... yes checking for sys/un.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking size of size_t... 8 checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking return type of signal handlers... void checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for select... yes checking for socket... yes checking for srandomdev... no checking for library containing crypt... -lcrypt checking for crypt.h... yes checking for socklen_t... yes checking for connect... yes checking whether to enable IPv6... no checking for dlopen in -ldl... yes checking for openssl/rsa.h... yes checking for library containing RSA_generate_key... -lcrypto checking for openssl/ssl.h... yes checking for library containing SSL_CTX_load_verify_locations... -lssl checking whether threads are desired... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking if compiler needs -Werror to reject unknown flags... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking for the pthreads library -lpthread... no checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no checking for pthread-config... no checking for working threads support... no configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/client/cxx/Makefile config.status: creating src/config.h ** libs using C compiler: ‘clang version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Rserve/src' /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c RSserver.c -o RSserver.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c Rserv.c -o Rserv.o Rserv.c:2439:7: warning: variable 'ctrl_flag' set but not used [-Wunused-but-set-variable] 2439 | int ctrl_flag = 0, u_uid = 0, u_gid = 0; | ^ Rserv.c:3304:11: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] 3304 | int rn, cmd; | ^ Rserv.c:3460:8: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] 3460 | int cmd; | ^ Rserv.c:3907:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable] 3907 | int unaligned=0; | ^ 4 warnings generated. /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c base64.c -o base64.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c date.c -o date.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c http.c -o http.o In file included from http.c:10: ./bsdcmpt.h:17:20: warning: unused function 'strnstr' [-Wunused-function] 17 | static const char *strnstr(const char *haystack, const char *needle, size_t len) { | ^~~~~~~ 1 warning generated. /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ioc.c -o ioc.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c md5.c -o md5.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c oc.c -o oc.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c qap_decode.c -o qap_decode.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c qap_encode.c -o qap_encode.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c session.c -o session.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c sha1.c -o sha1.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c standalone.c -o standalone.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c tls.c -o tls.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c ulog.c -o ulog.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c utils.c -o utils.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c websockets.c -o websockets.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c winembed.c -o winembed.o /usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o Rserve.so RSserver.o Rserv.o base64.o date.o http.o ioc.o md5.o oc.o qap_decode.o qap_encode.o session.o sha1.o standalone.o tls.o ulog.o utils.o websockets.o winembed.o -lssl -lcrypto -ldl -lcrypt make -C proxy 'CC=/usr/local/clang18/bin/clang' 'CPPFLAGS=-I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include' CFLAGS='-O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 ' 'LDFLAGS=-L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64' 'LIBS=-lssl -lcrypto -ldl -lcrypt ' && cp -p proxy/forward . make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Rserve/src/proxy' ln -sfn ../ulog.h ulog.h /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o http.o http.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o http_tools.o http_tools.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o server.o server.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o tls.o tls.c ln -sfn ../md5.h md5.h ln -sfn ../sha1.h sha1.h ln -sfn ../base64.c base64.c ln -sfn ../md5.c md5.c ln -sfn ../sha1.c sha1.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o base64.o base64.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o date.o date.c ln -sfn ../ulog.c ulog.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o chandler.o chandler.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o rscript.o rscript.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o forward.o forward.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o websockets.o websockets.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o md5.o md5.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o sha1.o sha1.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -I.. -DFORKED -isystem /usr/local/clang18/include -I/usr/local/clang/include -DRSERVE_PKG -I. -Iinclude -isystem /usr/local/clang18/include -I/usr/local/clang/include -isystem /usr/local/clang18/include -I/usr/local/clang/include -c -o ulog.o ulog.c /usr/local/clang18/bin/clang -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o forward forward.o http.o http_tools.o server.o tls.o websockets.o md5.o sha1.o base64.o date.o ulog.o chandler.o rscript.o -lssl -lcrypto -ldl -lcrypt make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Rserve/src/proxy' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Rserve/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Rserve/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Rserve/src' installing via 'install.libs.R' to /data/gannet/ripley/R/packages/tests-clang/Rserve.Rcheck/00LOCK-Rserve/00new/Rserve ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (Rserve)