* installing *source* package ‘websocket’ ...
** 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++-14 (GCC) 14.1.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/websocket/src'
g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./lib  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/AsioHeaders/include' -I'/data/gannet/ripley/R/test-dev/later/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cpp11.cpp -o cpp11.o
g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./lib  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/AsioHeaders/include' -I'/data/gannet/ripley/R/test-dev/later/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c debug.cpp -o debug.o
g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./lib  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/AsioHeaders/include' -I'/data/gannet/ripley/R/test-dev/later/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c websocket.cpp -o websocket.o
g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./lib  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/AsioHeaders/include' -I'/data/gannet/ripley/R/test-dev/later/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c websocket_connection.cpp -o websocket_connection.o
In file included from ./lib/websocketpp/config/core_client.hpp:55,
                 from ./lib/websocketpp/config/asio_no_tls_client.hpp:31,
                 from client.hpp:7,
                 from websocket.cpp:17:
./lib/websocketpp/logger/basic.hpp:61:49: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   61 |     basic<concurrency,names>(channel_type_hint::value h =
      |                                                 ^~~~~
./lib/websocketpp/logger/basic.hpp:61:49: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:67:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   67 |     basic<concurrency,names>(std::ostream * out)
      |                                   ^~~~~~~
./lib/websocketpp/logger/basic.hpp:67:35: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:72:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   72 |     basic<concurrency,names>(level c, channel_type_hint::value h =
      |                              ^~~~~
./lib/websocketpp/logger/basic.hpp:72:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:78:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   78 |     basic<concurrency,names>(level c, std::ostream * out)
      |                              ^~~~~
./lib/websocketpp/logger/basic.hpp:78:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:84:5: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
   84 |     ~basic<concurrency,names>() {}
      |     ^
./lib/websocketpp/logger/basic.hpp:84:5: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:87:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   87 |     basic<concurrency,names>(basic<concurrency,names> const & other)
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~
./lib/websocketpp/logger/basic.hpp:87:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:100:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  100 |     basic<concurrency,names>(basic<concurrency,names> && other)
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~
./lib/websocketpp/logger/basic.hpp:100:30: note: remove the '< >'
In file included from ./lib/websocketpp/config/core_client.hpp:55,
                 from ./lib/websocketpp/config/asio_no_tls_client.hpp:31,
                 from client.hpp:7,
                 from websocket_defs.h:4,
                 from websocket_connection.cpp:2:
./lib/websocketpp/logger/basic.hpp:61:49: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   61 |     basic<concurrency,names>(channel_type_hint::value h =
      |                                                 ^~~~~
./lib/websocketpp/logger/basic.hpp:61:49: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:67:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   67 |     basic<concurrency,names>(std::ostream * out)
      |                                   ^~~~~~~
./lib/websocketpp/logger/basic.hpp:67:35: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:72:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   72 |     basic<concurrency,names>(level c, channel_type_hint::value h =
      |                              ^~~~~
./lib/websocketpp/logger/basic.hpp:72:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:78:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   78 |     basic<concurrency,names>(level c, std::ostream * out)
      |                              ^~~~~
./lib/websocketpp/logger/basic.hpp:78:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:84:5: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
   84 |     ~basic<concurrency,names>() {}
      |     ^
./lib/websocketpp/logger/basic.hpp:84:5: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:87:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   87 |     basic<concurrency,names>(basic<concurrency,names> const & other)
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~
./lib/websocketpp/logger/basic.hpp:87:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:100:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  100 |     basic<concurrency,names>(basic<concurrency,names> && other)
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~
./lib/websocketpp/logger/basic.hpp:100:30: note: remove the '< >'
In file included from ./lib/websocketpp/roles/client_endpoint.hpp:31,
                 from ./lib/websocketpp/client.hpp:31,
                 from client.hpp:9:
./lib/websocketpp/endpoint.hpp:112:5: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
  112 |     ~endpoint<connection,config>() {}
      |     ^
./lib/websocketpp/endpoint.hpp:112:5: note: remove the '< >'
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++) {
      |                ~^~~~~~~~~~~~~
In file included from ./lib/websocketpp/roles/client_endpoint.hpp:31,
                 from ./lib/websocketpp/client.hpp:31,
                 from client.hpp:9:
./lib/websocketpp/endpoint.hpp:112:5: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
  112 |     ~endpoint<connection,config>() {}
      |     ^
./lib/websocketpp/endpoint.hpp:112:5: note: remove the '< >'
g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I./lib  -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/AsioHeaders/include' -I'/data/gannet/ripley/R/test-dev/later/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c websocket_task.cpp -o websocket_task.o
In file included from ./lib/websocketpp/config/core_client.hpp:55,
                 from ./lib/websocketpp/config/asio_no_tls_client.hpp:31,
                 from client.hpp:7,
                 from websocket_defs.h:4,
                 from websocket_task.cpp:1:
./lib/websocketpp/logger/basic.hpp:61:49: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   61 |     basic<concurrency,names>(channel_type_hint::value h =
      |                                                 ^~~~~
./lib/websocketpp/logger/basic.hpp:61:49: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:67:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   67 |     basic<concurrency,names>(std::ostream * out)
      |                                   ^~~~~~~
./lib/websocketpp/logger/basic.hpp:67:35: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:72:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   72 |     basic<concurrency,names>(level c, channel_type_hint::value h =
      |                              ^~~~~
./lib/websocketpp/logger/basic.hpp:72:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:78:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   78 |     basic<concurrency,names>(level c, std::ostream * out)
      |                              ^~~~~
./lib/websocketpp/logger/basic.hpp:78:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:84:5: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
   84 |     ~basic<concurrency,names>() {}
      |     ^
./lib/websocketpp/logger/basic.hpp:84:5: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:87:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   87 |     basic<concurrency,names>(basic<concurrency,names> const & other)
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~
./lib/websocketpp/logger/basic.hpp:87:30: note: remove the '< >'
./lib/websocketpp/logger/basic.hpp:100:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  100 |     basic<concurrency,names>(basic<concurrency,names> && other)
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~
./lib/websocketpp/logger/basic.hpp:100:30: note: remove the '< >'
In file included from ./lib/websocketpp/roles/client_endpoint.hpp:31,
                 from ./lib/websocketpp/client.hpp:31,
                 from client.hpp:9:
./lib/websocketpp/endpoint.hpp:112:5: warning: template-id not allowed for destructor in C++20 [-Wtemplate-id-cdtor]
  112 |     ~endpoint<connection,config>() {}
      |     ^
./lib/websocketpp/endpoint.hpp:112:5: note: remove the '< >'
g++-14 -std=gnu++11 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o websocket.so cpp11.o debug.o websocket.o websocket_connection.o websocket_task.o -lssl -lcrypto
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/websocket/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/websocket/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/websocket/src'
installing to /data/gannet/ripley/R/packages/tests-devel/websocket.Rcheck/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)