build_log.txt 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. make: Entering directory '/home/tdedhar/Documents/viki/node_modules/uws/build'
  2. CXX(target) Release/obj.target/uws/src/Extensions.o
  3. CXX(target) Release/obj.target/uws/src/Group.o
  4. CXX(target) Release/obj.target/uws/src/Networking.o
  5. CXX(target) Release/obj.target/uws/src/Hub.o
  6. CXX(target) Release/obj.target/uws/src/Node.o
  7. CXX(target) Release/obj.target/uws/src/WebSocket.o
  8. CXX(target) Release/obj.target/uws/src/HTTPSocket.o
  9. CXX(target) Release/obj.target/uws/src/Socket.o
  10. CXX(target) Release/obj.target/uws/src/addon.o
  11. In file included from ../src/addon.cpp:3:0:
  12. ../src/http.h: In static member function ‘static void HttpServer::Request::headers(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&)’:
  13. ../src/http.h:31:156: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  14. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) header.value, String::kNormalString, header.valueLength));
  15. ^
  16. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  17. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  18. from ../src/addon.h:1,
  19. from ../src/addon.cpp:2:
  20. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  21. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  22. ^
  23. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  24. declarator __attribute__((deprecated(message)))
  25. ^~~~~~~~~~
  26. In file included from ../src/addon.cpp:3:0:
  27. ../src/http.h: In static member function ‘static void HttpServer::Request::method(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&)’:
  28. ../src/http.h:45:128: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  29. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "GET", String::kNormalString, 3));
  30. ^
  31. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  32. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  33. from ../src/addon.h:1,
  34. from ../src/addon.cpp:2:
  35. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  36. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  37. ^
  38. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  39. declarator __attribute__((deprecated(message)))
  40. ^~~~~~~~~~
  41. In file included from ../src/addon.cpp:3:0:
  42. ../src/http.h:48:128: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  43. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PUT", String::kNormalString, 3));
  44. ^
  45. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  46. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  47. from ../src/addon.h:1,
  48. from ../src/addon.cpp:2:
  49. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  50. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  51. ^
  52. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  53. declarator __attribute__((deprecated(message)))
  54. ^~~~~~~~~~
  55. In file included from ../src/addon.cpp:3:0:
  56. ../src/http.h:51:129: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  57. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "POST", String::kNormalString, 4));
  58. ^
  59. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  60. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  61. from ../src/addon.h:1,
  62. from ../src/addon.cpp:2:
  63. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  64. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  65. ^
  66. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  67. declarator __attribute__((deprecated(message)))
  68. ^~~~~~~~~~
  69. In file included from ../src/addon.cpp:3:0:
  70. ../src/http.h:54:129: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  71. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "HEAD", String::kNormalString, 4));
  72. ^
  73. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  74. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  75. from ../src/addon.h:1,
  76. from ../src/addon.cpp:2:
  77. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  78. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  79. ^
  80. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  81. declarator __attribute__((deprecated(message)))
  82. ^~~~~~~~~~
  83. In file included from ../src/addon.cpp:3:0:
  84. ../src/http.h:57:130: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  85. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PATCH", String::kNormalString, 5));
  86. ^
  87. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  88. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  89. from ../src/addon.h:1,
  90. from ../src/addon.cpp:2:
  91. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  92. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  93. ^
  94. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  95. declarator __attribute__((deprecated(message)))
  96. ^~~~~~~~~~
  97. In file included from ../src/addon.cpp:3:0:
  98. ../src/http.h:60:130: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  99. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "TRACE", String::kNormalString, 5));
  100. ^
  101. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  102. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  103. from ../src/addon.h:1,
  104. from ../src/addon.cpp:2:
  105. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  106. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  107. ^
  108. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  109. declarator __attribute__((deprecated(message)))
  110. ^~~~~~~~~~
  111. In file included from ../src/addon.cpp:3:0:
  112. ../src/http.h:63:131: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  113. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "DELETE", String::kNormalString, 6));
  114. ^
  115. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  116. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  117. from ../src/addon.h:1,
  118. from ../src/addon.cpp:2:
  119. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  120. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  121. ^
  122. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  123. declarator __attribute__((deprecated(message)))
  124. ^~~~~~~~~~
  125. In file included from ../src/addon.cpp:3:0:
  126. ../src/http.h:66:132: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  127. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "OPTIONS", String::kNormalString, 7));
  128. ^
  129. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  130. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  131. from ../src/addon.h:1,
  132. from ../src/addon.cpp:2:
  133. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  134. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  135. ^
  136. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  137. declarator __attribute__((deprecated(message)))
  138. ^~~~~~~~~~
  139. In file included from ../src/addon.cpp:3:0:
  140. ../src/http.h:69:132: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  141. args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "CONNECT", String::kNormalString, 7));
  142. ^
  143. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  144. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  145. from ../src/addon.h:1,
  146. from ../src/addon.cpp:2:
  147. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  148. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  149. ^
  150. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  151. declarator __attribute__((deprecated(message)))
  152. ^~~~~~~~~~
  153. In file included from ../src/addon.cpp:3:0:
  154. ../src/http.h: In static member function ‘static v8::Local<v8::Object> HttpServer::Request::getTemplateObject(v8::Isolate*)’:
  155. ../src/http.h:99:89: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  156. Local<Object> reqObjectLocal = reqTemplateLocal->GetFunction()->NewInstance();
  157. ^
  158. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  159. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  160. from ../src/addon.h:1,
  161. from ../src/addon.cpp:2:
  162. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
  163. V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
  164. ^
  165. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  166. declarator __attribute__((deprecated(message)))
  167. ^~~~~~~~~~
  168. In file included from ../src/addon.cpp:3:0:
  169. ../src/http.h: In static member function ‘static void HttpServer::Response::writeHead(const v8::FunctionCallbackInfo<v8::Value>&)’:
  170. ../src/http.h:149:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  171. for (int i = 0; i < headers->Length(); i++) {
  172. ~~^~~~~~~~~~~~~~~~~~~
  173. ../src/http.h: In static member function ‘static v8::Local<v8::Object> HttpServer::Response::getTemplateObject(v8::Isolate*)’:
  174. ../src/http.h:196:65: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  175. return resTemplateLocal->GetFunction()->NewInstance();
  176. ^
  177. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  178. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  179. from ../src/addon.h:1,
  180. from ../src/addon.cpp:2:
  181. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
  182. V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
  183. ^
  184. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  185. declarator __attribute__((deprecated(message)))
  186. ^~~~~~~~~~
  187. In file included from ../src/addon.cpp:3:0:
  188. ../src/http.h: In lambda function:
  189. ../src/http.h:227:155: warning: ‘static v8::Local<v8::String> v8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  190. reqObject->SetInternalField(4, String::NewFromOneByte(isolate, (uint8_t *) req.getUrl().value, String::kNormalString, req.getUrl().valueLength));
  191. ^
  192. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  193. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  194. from ../src/addon.h:1,
  195. from ../src/addon.cpp:2:
  196. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:2681:21: note: declared here
  197. Local<String> NewFromOneByte(Isolate* isolate, const uint8_t* data,
  198. ^
  199. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  200. declarator __attribute__((deprecated(message)))
  201. ^~~~~~~~~~
  202. In file included from ../src/addon.cpp:3:0:
  203. ../src/http.h: In static member function ‘static void HttpServer::createServer(const v8::FunctionCallbackInfo<v8::Value>&)’:
  204. ../src/http.h:293:122: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  205. args.GetReturnValue().Set(newInstance = Local<Function>::New(args.GetIsolate(), httpPersistent)->NewInstance());
  206. ^
  207. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  208. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  209. from ../src/addon.h:1,
  210. from ../src/addon.cpp:2:
  211. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
  212. V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
  213. ^
  214. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  215. declarator __attribute__((deprecated(message)))
  216. ^~~~~~~~~~
  217. In file included from ../src/addon.cpp:3:0:
  218. ../src/http.h: In static member function ‘static void HttpServer::getExpressApp(const v8::FunctionCallbackInfo<v8::Value>&)’:
  219. ../src/http.h:320:159: warning: ‘bool v8::Object::SetPrototype(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  220. express->Get(String::NewFromUtf8(isolate, "request"))->ToObject()->SetPrototype(Local<Object>::New(args.GetIsolate(), reqTemplate)->GetPrototype());
  221. ^
  222. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  223. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  224. from ../src/addon.h:1,
  225. from ../src/addon.cpp:2:
  226. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3271:43: note: declared here
  227. V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
  228. ^
  229. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  230. declarator __attribute__((deprecated(message)))
  231. ^~~~~~~~~~
  232. In file included from ../src/addon.cpp:3:0:
  233. ../src/http.h:321:160: warning: ‘bool v8::Object::SetPrototype(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  234. express->Get(String::NewFromUtf8(isolate, "response"))->ToObject()->SetPrototype(Local<Object>::New(args.GetIsolate(), resTemplate)->GetPrototype());
  235. ^
  236. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  237. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  238. from ../src/addon.h:1,
  239. from ../src/addon.cpp:2:
  240. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3271:43: note: declared here
  241. V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
  242. ^
  243. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  244. declarator __attribute__((deprecated(message)))
  245. ^~~~~~~~~~
  246. In file included from ../src/addon.cpp:3:0:
  247. ../src/http.h:327:60: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
  248. args.GetReturnValue().Set(express->NewInstance());
  249. ^
  250. In file included from /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:26:0,
  251. from /home/tdedhar/.node-gyp/8.11.1/include/node/node.h:63,
  252. from ../src/addon.h:1,
  253. from ../src/addon.cpp:2:
  254. /home/tdedhar/.node-gyp/8.11.1/include/node/v8.h:3851:52: note: declared here
  255. V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
  256. ^
  257. /home/tdedhar/.node-gyp/8.11.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
  258. declarator __attribute__((deprecated(message)))
  259. ^~~~~~~~~~
  260. SOLINK_MODULE(target) Release/obj.target/uws.node
  261. COPY Release/uws.node
  262. ACTION binding_gyp_action_after_build_target_move_lib uws
  263. TOUCH Release/obj.target/action_after_build.stamp
  264. make: Leaving directory '/home/tdedhar/Documents/viki/node_modules/uws/build'