* 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... gcc-13
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 gcc-13 accepts -g... yes
checking for gcc-13 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... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for working threads support... yes
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: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/Rserve/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c RSserver.c -o RSserver.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c Rserv.c -o Rserv.o
Rserv.c: In function 'auth_user':
Rserv.c:2439:21: 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: In function 'Rserve_fork_compute':
Rserv.c:3304:25: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
 3304 |                 int rn, cmd;
      |                         ^~~
Rserv.c: In function 'OCAP_iteration':
Rserv.c:3460:29: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
 3460 |                         int cmd;
      |                             ^~~
Rserv.c: In function 'Rserve_QAP1_connected':
Rserv.c:3907:9: warning: variable 'unaligned' set but not used [-Wunused-but-set-variable]
 3907 |     int unaligned=0;
      |         ^~~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c base64.c -o base64.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c date.c -o date.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c http.c -o http.o
In file included from http.c:10:
bsdcmpt.h:17:20: warning: 'strnstr' defined but not used [-Wunused-function]
   17 | static const char *strnstr(const char *haystack, const char *needle, size_t len) {
      |                    ^~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c ioc.c -o ioc.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c md5.c -o md5.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c oc.c -o oc.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qap_decode.c -o qap_decode.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qap_encode.c -o qap_encode.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c session.c -o session.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c sha1.c -o sha1.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c standalone.c -o standalone.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c tls.c -o tls.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c ulog.c -o ulog.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c utils.c -o utils.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c websockets.c -o websockets.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c winembed.c -o winembed.o
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -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=gcc-13' 'CPPFLAGS=-I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include ' CFLAGS='-g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes   ' 'LDFLAGS=-L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu' 'LIBS=-lssl -lcrypto -ldl -lcrypt  ' && cp -p proxy/forward .
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/Rserve/src/proxy'
ln -sfn ../ulog.h ulog.h
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o http.o http.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o http_tools.o http_tools.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o server.o server.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/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
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o base64.o base64.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o date.o date.c
ln -sfn ../ulog.c ulog.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o chandler.o chandler.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o rscript.o rscript.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o forward.o forward.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o websockets.o websockets.c
websockets.c: In function 'WS_connected':
websockets.c:343:47: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
  343 |                 ws_connected_fn_t connected = (ws_connected_fn_t) arg->srv->aux;
      |                                               ^
websockets.c: In function 'WS13_upgrade':
websockets.c:378:34: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  378 |                 srv->aux       = (void*) connected;
      |                                  ^
websockets.c:411:47: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
  411 |                 ws_connected_fn_t connected = (ws_connected_fn_t) srv->aux;
      |                                               ^
websockets.c: In function 'create_WS_server':
websockets.c:868:34: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  868 |                 srv->aux       = (void*) connected;
      |                                  ^
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o md5.o md5.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o sha1.o sha1.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include  -I/usr/local/include   -c -o ulog.o ulog.c
gcc-13 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes    -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -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-devel/Rserve/src/proxy'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/Rserve/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/Rserve/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/Rserve/src'
installing via 'install.libs.R' to /data/gannet/ripley/R/packages/tests-devel/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)