* installing *source* package ‘websocket’ ... ** package ‘websocket’ successfully unpacked and MD5 sums checked ** using staged installation Found pkg-config cflags and libs! Using PKG_CFLAGS=-I/opt/R/x86_64/include Using PKG_LIBS=-L/opt/R/x86_64/lib -lssl -lcrypto ** libs using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cpp11.cpp -o cpp11.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c debug.cpp -o debug.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c websocket.cpp -o websocket.o In file included from websocket.cpp:15: ./wrapped_print.h:37:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDERR_FILENO, buf, n); ^ ./wrapped_print.h:56:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDOUT_FILENO, buf, n); ^ 2 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c websocket_connection.cpp -o websocket_connection.o In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:5: ./wrapped_print.h:37:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDERR_FILENO, buf, n); ^ ./wrapped_print.h:56:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDOUT_FILENO, buf, n); ^ In file included from websocket_connection.cpp:1: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include/cpp11.hpp:5: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include/cpp11/as.hpp:5: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:5: warning: destructor called on non-final 'ClientImpl>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] __data_.second().~_Tp(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3290:5: note: in instantiation of member function 'std::__shared_ptr_emplace>, std::allocator>>>::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace>, std::allocator>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:5: warning: destructor called on non-final 'ClientImpl>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] __data_.second().~_Tp(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3290:5: note: in instantiation of member function 'std::__shared_ptr_emplace>, std::allocator>>>::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace>, std::allocator>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ 4 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c websocket_task.cpp -o websocket_task.o In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:5: ./wrapped_print.h:37:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDERR_FILENO, buf, n); ^ ./wrapped_print.h:56:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDOUT_FILENO, buf, n); ^ 2 warnings generated. clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o websocket.so cpp11.o debug.o websocket.o websocket_connection.o websocket_task.o -L/opt/R/x86_64/lib -lssl -lcrypto -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation /Volumes/Builds/packages/big-sur-x86_64/results/4.3/websocket.Rcheck/00_pkg_src/websocket/src/debug.o: no symbols installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/websocket.Rcheck/00LOCK-websocket/00new/websocket/libs ** generating debug symbols (dSYM) ** 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)