make: Entering directory '/var/www/html/servers/node_modules/eiows/build' CXX(target) Release/obj.target/eiows/nodejs/src/addon.o In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In lambda function: ../nodejs/src/addon.h:113:124: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(), Local::New(isolate, noop), 0, nullptr); ^ In file included from ../nodejs/src/addon.h:1:0, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^ /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In constructor ‘NativeString::NativeString(v8::Isolate*, const v8::Local&)’: ../nodejs/src/addon.h:135:85: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations] ArrayBuffer::Contents contents = arrayBufferView->Buffer()->GetContents(); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:5273:12: note: declared here Contents GetContents(); ^~~~~~~~~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h:140:71: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations] ArrayBuffer::Contents contents = arrayBuffer->GetContents(); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:5273:12: note: declared here Contents GetContents(); ^~~~~~~~~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h:145:77: warning: ‘v8::SharedArrayBuffer::Contents v8::SharedArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations] SharedArrayBuffer::Contents contents = arrayBuffer->GetContents(); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:5759:12: note: declared here Contents GetContents(); ^~~~~~~~~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In function ‘void getAddress(const v8::FunctionCallbackInfo&)’: ../nodejs/src/addon.h:220:84: warning: ignoring return value of ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’, declared with attribute warn_unused_result [-Wunused-result] array->Set(isolate->GetCurrentContext(), 0, Integer::New(isolate, address.port)); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: declared here V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h:221:135: warning: ignoring return value of ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’, declared with attribute warn_unused_result [-Wunused-result] array->Set(isolate->GetCurrentContext(), 1, String::NewFromUtf8(isolate, address.address, NewStringType::kNormal).ToLocalChecked()); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: declared here V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h:222:135: warning: ignoring return value of ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’, declared with attribute warn_unused_result [-Wunused-result] array->Set(isolate->GetCurrentContext(), 2, String::NewFromUtf8(isolate, address.family, NewStringType::kNormal).ToLocalChecked()); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: declared here V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In function ‘void sendCallback(eioWS::WebSocket*, void*, bool, void*)’: ../nodejs/src/addon.h:246:128: warning: ignoring return value of ‘v8::MaybeLocal v8::Function::Call(v8::Local, v8::Local, int, v8::Local*)’, declared with attribute warn_unused_result [-Wunused-result] Local::New(sc->isolate, sc->jsCallback)->Call(sc->isolate->GetCurrentContext(), Null(sc->isolate), 0, nullptr); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:4468:43: note: declared here V8_WARN_UNUSED_RESULT MaybeLocal Call(Local context, ^~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In lambda function: ../nodejs/src/addon.h:332:118: warning: ignoring return value of ‘v8::MaybeLocal v8::Function::Call(v8::Local, v8::Local, int, v8::Local*)’, declared with attribute warn_unused_result [-Wunused-result] Local::New(isolate, *connectionCallback)->Call(isolate->GetCurrentContext(), Null(isolate), 1, argv); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:4468:43: note: declared here V8_WARN_UNUSED_RESULT MaybeLocal Call(Local context, ^~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In lambda function: ../nodejs/src/addon.h:349:119: warning: ignoring return value of ‘v8::MaybeLocal v8::Function::Call(v8::Local, v8::Local, int, v8::Local*)’, declared with attribute warn_unused_result [-Wunused-result] Local::New(isolate, *messageCallback)->Call(isolate->GetCurrentContext(), Null(isolate), 2, argv); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:4468:43: note: declared here V8_WARN_UNUSED_RESULT MaybeLocal Call(Local context, ^~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In lambda function: ../nodejs/src/addon.h:369:121: warning: ignoring return value of ‘v8::MaybeLocal v8::Function::Call(v8::Local, v8::Local, int, v8::Local*)’, declared with attribute warn_unused_result [-Wunused-result] Local::New(isolate, *disconnectionCallback)->Call(isolate->GetCurrentContext(), Null(isolate), 4, argv); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:4468:43: note: declared here V8_WARN_UNUSED_RESULT MaybeLocal Call(Local context, ^~~~ In file included from ../nodejs/src/addon.cpp:2:0: ../nodejs/src/addon.h: In constructor ‘Namespace::Namespace(v8::Isolate*)’: ../nodejs/src/addon.h:421:136: warning: ignoring return value of ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’, declared with attribute warn_unused_result [-Wunused-result] object->Set(isolate->GetCurrentContext(), String::NewFromUtf8(isolate, "group", NewStringType::kNormal).ToLocalChecked(), group); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: declared here V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ ../nodejs/src/addon.cpp: In function ‘void Main(v8::Local)’: ../nodejs/src/addon.cpp:7:154: warning: ignoring return value of ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’, declared with attribute warn_unused_result [-Wunused-result] exports->Set(isolate->GetCurrentContext(), String::NewFromUtf8(isolate, "server", NewStringType::kNormal).ToLocalChecked(), Namespace(isolate).object); ^ In file included from /home/full00/.cache/node-gyp/14.17.0/include/node/node.h:67:0, from ../nodejs/src/addon.h:1, from ../nodejs/src/addon.cpp:2: /home/full00/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: declared here V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ CXX(target) Release/obj.target/eiows/uWebSockets/src/Extensions.o CXX(target) Release/obj.target/eiows/uWebSockets/src/Group.o CXX(target) Release/obj.target/eiows/uWebSockets/src/Networking.o CXX(target) Release/obj.target/eiows/uWebSockets/src/Hub.o CXX(target) Release/obj.target/eiows/uWebSockets/src/Node.o CXX(target) Release/obj.target/eiows/uWebSockets/src/WebSocket.o CXX(target) Release/obj.target/eiows/uWebSockets/src/Socket.o SOLINK_MODULE(target) Release/obj.target/eiows.node COPY Release/eiows.node ACTION binding_gyp_action_after_build_target_move_lib eiows TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/var/www/html/servers/node_modules/eiows/build'