gyp info it worked if it ends with ok gyp info using node-gyp@3.6.2 gyp info using node@8.11.3 | linux | x64 gyp info spawn /usr/bin/python2 gyp info spawn args [ '/opt/hostedtoolcache/node/8.11.3/x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/opt/vsts/work/1/s/node_modules/uws/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/opt/hostedtoolcache/node/8.11.3/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/root/.node-gyp/8.11.3/include/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/8.11.3', gyp info spawn args '-Dnode_gyp_dir=/opt/hostedtoolcache/node/8.11.3/x64/lib/node_modules/npm/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=/root/.node-gyp/8.11.3/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/opt/vsts/work/1/s/node_modules/uws', gyp info spawn args '-Dnode_engine=v8', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' ] gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory '/opt/vsts/work/1/s/node_modules/uws/build' CXX(target) Release/obj.target/uws/src/Extensions.o CXX(target) Release/obj.target/uws/src/Group.o CXX(target) Release/obj.target/uws/src/Networking.o CXX(target) Release/obj.target/uws/src/Hub.o CXX(target) Release/obj.target/uws/src/Node.o CXX(target) Release/obj.target/uws/src/WebSocket.o CXX(target) Release/obj.target/uws/src/HTTPSocket.o CXX(target) Release/obj.target/uws/src/Socket.o CXX(target) Release/obj.target/uws/src/addon.o In file included from ../src/addon.cpp:3:0: ../src/http.h: In static member function ‘static void HttpServer::Request::headers(v8::Local, const v8::PropertyCallbackInfo&)’: ../src/http.h:31:156: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) header.value, String::kNormalString, header.valueLength)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h: In static member function ‘static void HttpServer::Request::method(v8::Local, const v8::PropertyCallbackInfo&)’: ../src/http.h:45:128: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "GET", String::kNormalString, 3)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:48:128: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PUT", String::kNormalString, 3)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:51:129: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "POST", String::kNormalString, 4)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:54:129: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "HEAD", String::kNormalString, 4)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:57:130: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PATCH", String::kNormalString, 5)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:60:130: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "TRACE", String::kNormalString, 5)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:63:131: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "DELETE", String::kNormalString, 6)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:66:132: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "OPTIONS", String::kNormalString, 7)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:69:132: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "CONNECT", String::kNormalString, 7)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h: In static member function ‘static v8::Local HttpServer::Request::getTemplateObject(v8::Isolate*)’: ../src/http.h:99:89: warning: ‘v8::Local v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] Local reqObjectLocal = reqTemplateLocal->GetFunction()->NewInstance(); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:3851:52: note: declared here V8_DEPRECATED("Use maybe version", Local NewInstance() const); ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h: In static member function ‘static void HttpServer::Response::writeHead(const v8::FunctionCallbackInfo&)’: ../src/http.h:149:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < headers->Length(); i++) { ^ ../src/http.h: In static member function ‘static v8::Local HttpServer::Response::getTemplateObject(v8::Isolate*)’: ../src/http.h:196:65: warning: ‘v8::Local v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] return resTemplateLocal->GetFunction()->NewInstance(); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:3851:52: note: declared here V8_DEPRECATED("Use maybe version", Local NewInstance() const); ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h: In lambda function: ../src/http.h:227:155: warning: ‘static v8::Local v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations] reqObject->SetInternalField(4, String::NewFromOneByte(isolate, (uint8_t *) req.getUrl().value, String::kNormalString, req.getUrl().valueLength)); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:2681:21: note: declared here Local NewFromOneByte(Isolate* isolate, const uint8_t* data, ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h: In static member function ‘static void HttpServer::createServer(const v8::FunctionCallbackInfo&)’: ../src/http.h:293:122: warning: ‘v8::Local v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(newInstance = Local::New(args.GetIsolate(), httpPersistent)->NewInstance()); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:3851:52: note: declared here V8_DEPRECATED("Use maybe version", Local NewInstance() const); ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h: In static member function ‘static void HttpServer::getExpressApp(const v8::FunctionCallbackInfo&)’: ../src/http.h:320:159: warning: ‘bool v8::Object::SetPrototype(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] express->Get(String::NewFromUtf8(isolate, "request"))->ToObject()->SetPrototype(Local::New(args.GetIsolate(), reqTemplate)->GetPrototype()); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:3271:43: note: declared here V8_DEPRECATED("Use maybe version", bool SetPrototype(Local prototype)); ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:321:160: warning: ‘bool v8::Object::SetPrototype(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] express->Get(String::NewFromUtf8(isolate, "response"))->ToObject()->SetPrototype(Local::New(args.GetIsolate(), resTemplate)->GetPrototype()); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:3271:43: note: declared here V8_DEPRECATED("Use maybe version", bool SetPrototype(Local prototype)); ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ In file included from ../src/addon.cpp:3:0: ../src/http.h:327:60: warning: ‘v8::Local v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] args.GetReturnValue().Set(express->NewInstance()); ^ In file included from /root/.node-gyp/8.11.3/include/node/v8.h:26:0, from /root/.node-gyp/8.11.3/include/node/node.h:63, from ../src/addon.h:1, from ../src/addon.cpp:2: /root/.node-gyp/8.11.3/include/node/v8.h:3851:52: note: declared here V8_DEPRECATED("Use maybe version", Local NewInstance() const); ^ /root/.node-gyp/8.11.3/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^ SOLINK_MODULE(target) Release/obj.target/uws.node COPY Release/uws.node ACTION binding_gyp_action_after_build_target_move_lib uws TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/opt/vsts/work/1/s/node_modules/uws/build' gyp info ok