* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘Rserve’ ... ** package ‘Rserve’ successfully unpacked and MD5 sums checked ** using staged installation checking whether to compile the server... yes checking whether to compile the client... no 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 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpu2XSjl/R.INSTALL96e31bdacbe1/Rserve/src' gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c RSserver.c -o RSserver.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c base64.c -o base64.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c date.c -o date.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ioc.c -o ioc.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c md5.c -o md5.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c oc.c -o oc.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c qap_decode.c -o qap_decode.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c qap_encode.c -o qap_encode.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c session.c -o session.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c sha1.c -o sha1.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c standalone.c -o standalone.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c tls.c -o tls.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ulog.c -o ulog.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c websockets.c -o websockets.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c winembed.c -o winembed.o gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -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 -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR gcc-13 -DSTANDALONE_RSERVE -DDAEMON -I. -Iinclude -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I/usr/local/include -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include -o Rserve standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c ulog.c ioc.c utils.c date.c -Wl,-O1 -lssl -lcrypto -ldl -lcrypt -L"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib" -lR -lssl -lcrypto -ldl -lcrypt In file included from standalone.c:6: 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; | ^~~~~~~~~ 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 -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -I/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include -o Rserve.dbg standalone.c md5.c session.c qap_decode.c qap_encode.c sha1.c base64.c websockets.c RSserver.c tls.c http.c oc.c ulog.c ioc.c utils.c date.c -Wl,-O1 -lssl -lcrypto -ldl -lcrypt -L"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib" -lR -lssl -lcrypto -ldl -lcrypt In file included from standalone.c:6: 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; | ^~~~~~~~~ standalone.c: In function ‘main’: standalone.c:37:16: warning: variable ‘rs_silent’ set but not used [-Wunused-but-set-variable] 37 | int rs_silent = 0; | ^~~~~~~~~ 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) { | ^~~~~~~ ./mergefat Rserve "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/bin/Rserve" ./mergefat Rserve.dbg "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/bin/Rserve.dbg" 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 -Wstrict-prototypes -pedantic -mtune=native ' 'LDFLAGS=-Wl,-O1' 'LIBS=-lssl -lcrypto -ldl -lcrypt ' && cp -p proxy/forward . make[2]: Entering directory '/home/hornik/tmp/scratch/Rtmpu2XSjl/R.INSTALL96e31bdacbe1/Rserve/src/proxy' ln -sfn ../ulog.h ulog.h gcc-13 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 gcc-13 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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; | ^ ln -sfn ../md5.c md5.c gcc-13 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -I.. -DFORKED -I/usr/local/include -DRSERVE_PKG -I. -Iinclude -I/usr/local/include -I/usr/local/include -c -o md5.o md5.c ln -sfn ../sha1.c sha1.c gcc-13 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -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 -Wstrict-prototypes -pedantic -mtune=native -Wl,-O1 -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 '/home/hornik/tmp/scratch/Rtmpu2XSjl/R.INSTALL96e31bdacbe1/Rserve/src/proxy' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpu2XSjl/R.INSTALL96e31bdacbe1/Rserve/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpu2XSjl/R.INSTALL96e31bdacbe1/Rserve/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpu2XSjl/R.INSTALL96e31bdacbe1/Rserve/src' installing via 'install.libs.R' to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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 * creating tarball packaged installation of ‘Rserve’ as ‘Rserve_1.8-13_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (Rserve)