* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘websocket’ ...
** this is package ‘websocket’ version ‘1.4.4’
** package ‘websocket’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
Using PKG_CFLAGS=
Using PKG_LIBS=-lssl -lcrypto
** libs
using C++ compiler: ‘g++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpTDvp69/R.INSTALL15ebce1c315b50/websocket/src'
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./lib  -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/cpp11/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/AsioHeaders/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/later/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cpp11.cpp -o cpp11.o
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./lib  -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/cpp11/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/AsioHeaders/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/later/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c debug.cpp -o debug.o
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./lib  -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/cpp11/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/AsioHeaders/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/later/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c websocket.cpp -o websocket.o
In file included from websocket.cpp:15:
wrapped_print.h: In function ‘void err_printf(const char*, ...)’:
wrapped_print.h:37:11: warning: variable ‘res’ set but not used [-Wunused-but-set-variable=]
   37 |   ssize_t res = write(STDERR_FILENO, buf, n);
      |           ^~~
wrapped_print.h: In function ‘void out_printf(const char*, ...)’:
wrapped_print.h:56:11: warning: variable ‘res’ set but not used [-Wunused-but-set-variable=]
   56 |   ssize_t res = write(STDOUT_FILENO, buf, n);
      |           ^~~
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./lib  -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/cpp11/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/AsioHeaders/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/later/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c websocket_connection.cpp -o websocket_connection.o
In file included from client.hpp:5,
                 from websocket_defs.h:4,
                 from websocket_connection.cpp:2:
wrapped_print.h: In function ‘void err_printf(const char*, ...)’:
wrapped_print.h:37:11: warning: variable ‘res’ set but not used [-Wunused-but-set-variable=]
   37 |   ssize_t res = write(STDERR_FILENO, buf, n);
      |           ^~~
wrapped_print.h: In function ‘void out_printf(const char*, ...)’:
wrapped_print.h:56:11: warning: variable ‘res’ set but not used [-Wunused-but-set-variable=]
   56 |   ssize_t res = write(STDOUT_FILENO, buf, n);
      |           ^~~
websocket_connection.cpp: In function ‘cpp11::raws to_raw(std::string)’:
websocket_connection.cpp:37:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   37 |   for(int i=0; i<input.size(); i++) {
      |                ~^~~~~~~~~~~~~
g++-16 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I./lib  -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/cpp11/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/AsioHeaders/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/later/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c websocket_task.cpp -o websocket_task.o
In file included from client.hpp:5,
                 from websocket_defs.h:4,
                 from websocket_task.cpp:1:
wrapped_print.h: In function ‘void err_printf(const char*, ...)’:
wrapped_print.h:37:11: warning: variable ‘res’ set but not used [-Wunused-but-set-variable=]
   37 |   ssize_t res = write(STDERR_FILENO, buf, n);
      |           ^~~
wrapped_print.h: In function ‘void out_printf(const char*, ...)’:
wrapped_print.h:56:11: warning: variable ‘res’ set but not used [-Wunused-but-set-variable=]
   56 |   ssize_t res = write(STDOUT_FILENO, buf, n);
      |           ^~~
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o websocket.so cpp11.o debug.o websocket.o websocket_connection.o websocket_task.o -lssl -lcrypto -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpTDvp69/R.INSTALL15ebce1c315b50/websocket/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpTDvp69/R.INSTALL15ebce1c315b50/websocket/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpTDvp69/R.INSTALL15ebce1c315b50/websocket/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-websocket/00new/websocket/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (websocket)