Guest User

Untitled

a guest
Mar 19th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.31 KB | None | 0 0
  1. /var/lib/docker/overlay2/68ecfd452f3dc1683a01befc9004a2ff1a725e367c662fd0e8b2f64fd7dcc9ca/diff/mastodon/node_modules/@clusterws/cws/build_log.txt
  2. /var/lib/docker/overlay2/af02c30c6b5d13ed639bbdcdc20c53dfd2ae6c12a54ece7c9b400fb4b0d0026f/diff/mastodon/node_modules/@clusterws/cws/build_log.txt
  3. /var/lib/mastodon/node_modules/@clusterws/cws/build_log.txt
  4. [root@mastodon kitsuna]# nano /var/lib/mastodon/node_modules/@clusterws/cws/build_log.txt
  5. [root@mastodon kitsuna]# cat /var/lib/mastodon/node_modules/@clusterws/cws/build_log.txt
  6. gyp info it worked if it ends with ok
  7. gyp info using node-gyp@7.1.2
  8. gyp info using node@15.12.0 | linux | x64
  9. gyp info find Python using Python version 3.9.2 found at "/usr/bin/python3"
  10. gyp http GET https://nodejs.org/download/release/v15.12.0/node-v15.12.0-headers.tar.gz
  11. gyp http 200 https://nodejs.org/download/release/v15.12.0/node-v15.12.0-headers.tar.gz
  12. gyp http GET https://nodejs.org/download/release/v15.12.0/SHASUMS256.txt
  13. gyp http 200 https://nodejs.org/download/release/v15.12.0/SHASUMS256.txt
  14. gyp info spawn /usr/bin/python3
  15. gyp info spawn args [
  16. gyp info spawn args '/var/lib/mastodon/.config/yarn/global/node_modules/node-gyp/gyp/gyp_main.py',
  17. gyp info spawn args 'binding.gyp',
  18. gyp info spawn args '-f',
  19. gyp info spawn args 'make',
  20. gyp info spawn args '-I',
  21. gyp info spawn args '/var/lib/mastodon/node_modules/@clusterws/cws/build/config.gypi',
  22. gyp info spawn args '-I',
  23. gyp info spawn args '/var/lib/mastodon/.config/yarn/global/node_modules/node-gyp/addon.gypi',
  24. gyp info spawn args '-I',
  25. gyp info spawn args '/var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/common.gypi',
  26. gyp info spawn args '-Dlibrary=shared_library',
  27. gyp info spawn args '-Dvisibility=default',
  28. gyp info spawn args '-Dnode_root_dir=/var/lib/mastodon/.cache/node-gyp/15.12.0',
  29. gyp info spawn args '-Dnode_gyp_dir=/var/lib/mastodon/.config/yarn/global/node_modules/node-gyp',
  30. gyp info spawn args '-Dnode_lib_file=/var/lib/mastodon/.cache/node-gyp/15.12.0/<(target_arch)/node.lib',
  31. gyp info spawn args '-Dmodule_root_dir=/var/lib/mastodon/node_modules/@clusterws/cws',
  32. gyp info spawn args '-Dnode_engine=v8',
  33. gyp info spawn args '--depth=.',
  34. gyp info spawn args '--no-parallel',
  35. gyp info spawn args '--generator-output',
  36. gyp info spawn args 'build',
  37. gyp info spawn args '-Goutput_dir=.'
  38. gyp info spawn args ]
  39. gyp info spawn make
  40. gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  41. make: Entering directory '/var/lib/mastodon/node_modules/@clusterws/cws/build'
  42. CXX(target) Release/obj.target/cws/src/Addon.o
  43. In file included from ../src/Backend.h:7,
  44. from ../src/Networking.h:69,
  45. from ../src/WebSocketProtocol.h:5,
  46. from ../src/WebSocket.h:4,
  47. from ../src/Group.h:4,
  48. from ../src/Hub.h:4,
  49. from ../src/cWS.h:4,
  50. from ../src/Addon.cpp:2:
  51. ../src/Libuv.h: In member function ‘void cS::Poll::close(cS::Loop*, void (*)(cS::Poll*))’:
  52. ../src/Libuv.h:172:20: warning: cast between incompatible function types from ‘void (*)(cS::Poll*)’ to ‘void (*)(cS::Poll*, int, int)’ [-Wcast-function-type]
  53. 172 | this->cb = (void(*)(Poll *, int, int)) cb;
  54. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. ../src/Libuv.h: In lambda function:
  56. ../src/Libuv.h:175:34: warning: cast between incompatible function types from ‘void (*)(cS::Poll*, int, int)’ to ‘void (*)(cS::Poll*)’ [-Wcast-function-type]
  57. 175 | void (*cb)(Poll *) = (void(*)(Poll *)) poll->cb;
  58. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  59. In file included from ../src/Addon.cpp:3:
  60. ../src/Addon.h: At global scope:
  61. ../src/Addon.h:24:26: error: ‘BaseObject’ in namespace ‘node’ does not name a type
  62. 24 | using BaseObject = node::BaseObject;
  63. | ^~~~~~~~~~
  64. ../src/Addon.h:25:23: error: ‘TLSWrap’ in namespace ‘node’ does not name a type
  65. 25 | using TLSWrap = node::TLSWrap;
  66. | ^~~~~~~
  67. ../src/Addon.h:26:47: error: expected class-name before ‘{’ token
  68. 26 | class TLSWrapSSLGetter : public node::TLSWrap {
  69. | ^
  70. ../src/Addon.h: In member function ‘void TLSWrapSSLGetter::setSSL(const v8::FunctionCallbackInfo<v8::Value>&)’:
  71. ../src/Addon.h:30:14: error: ‘ssl_’ was not declared in this scope; did you mean ‘ssl_st’?
  72. 30 | if (!ssl_){
  73. | ^~~~
  74. | ssl_st
  75. ../src/Addon.h:34:20: error: ‘ssl_’ was not declared in this scope; did you mean ‘ssl_st’?
  76. 34 | SSL* ptr = ssl_.get();
  77. | ^~~~
  78. | ssl_st
  79. ../src/Addon.h: In lambda function:
  80. ../src/Addon.h:87:71: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  81. 87 | Local<Function>::New(isolate, noop), 0, nullptr);
  82. | ^
  83. In file included from ../src/Addon.h:1,
  84. from ../src/Addon.cpp:3:
  85. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  86. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  87. | ^~~~~~~~~~~~
  88. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  89. 101 | __attribute__((deprecated(message))) declarator
  90. | ^~~~~~~~~~
  91. In file included from ../src/Addon.cpp:3:
  92. ../src/Addon.h: In constructor ‘NativeString::NativeString(v8::Isolate*, const v8::Local<v8::Value>&)’:
  93. ../src/Addon.h:113:79: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
  94. 113 | ArrayBuffer::Contents contents = arrayBufferView->Buffer()->GetContents();
  95. | ^
  96. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  97. from ../src/Addon.h:1,
  98. from ../src/Addon.cpp:3:
  99. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:5318:12: note: declared here
  100. 5318 | Contents GetContents();
  101. | ^~~~~~~~~~~
  102. In file included from ../src/Addon.cpp:3:
  103. ../src/Addon.h:118:65: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
  104. 118 | ArrayBuffer::Contents contents = arrayBuffer->GetContents();
  105. | ^
  106. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  107. from ../src/Addon.h:1,
  108. from ../src/Addon.cpp:3:
  109. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:5318:12: note: declared here
  110. 5318 | Contents GetContents();
  111. | ^~~~~~~~~~~
  112. In file included from ../src/Addon.cpp:3:
  113. ../src/Addon.h: In function ‘v8::Local<v8::Value> wrapMessage(const char*, size_t, cWS::OpCode, v8::Isolate*)’:
  114. ../src/Addon.h:175:75: warning: ‘static v8::Local<v8::ArrayBuffer> v8::ArrayBuffer::New(v8::Isolate*, void*, size_t, v8::ArrayBufferCreationMode)’ is deprecated: Use the version that takes a BackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
  115. 175 | return (Local<Value>)ArrayBuffer::New(isolate, (char *)message, length);
  116. | ^
  117. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  118. from ../src/Addon.h:1,
  119. from ../src/Addon.cpp:3:
  120. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:5221:29: note: declared here
  121. 5221 | static Local<ArrayBuffer> New(
  122. | ^~~
  123. In file included from ../src/Addon.cpp:3:
  124. ../src/Addon.h: In function ‘void sendCallback(cWS::WebSocket<isServer>*, void*, bool, void*)’:
  125. ../src/Addon.h:263:31: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  126. 263 | nullptr);
  127. | ^
  128. In file included from ../src/Addon.h:1,
  129. from ../src/Addon.cpp:3:
  130. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  131. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  132. | ^~~~~~~~~~~~
  133. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  134. 101 | __attribute__((deprecated(message))) declarator
  135. | ^~~~~~~~~~
  136. In file included from ../src/Addon.cpp:3:
  137. ../src/Addon.h: In lambda function:
  138. ../src/Addon.h:375:35: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  139. 375 | 1, argv);
  140. | ^
  141. In file included from ../src/Addon.h:1,
  142. from ../src/Addon.cpp:3:
  143. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  144. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  145. | ^~~~~~~~~~~~
  146. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  147. 101 | __attribute__((deprecated(message))) declarator
  148. | ^~~~~~~~~~
  149. In file included from ../src/Addon.cpp:3:
  150. ../src/Addon.h: In lambda function:
  151. ../src/Addon.h:421:77: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  152. 421 | Local<Function>::New(isolate, *pingCallback), 2, argv);
  153. | ^
  154. In file included from ../src/Addon.h:1,
  155. from ../src/Addon.cpp:3:
  156. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  157. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  158. | ^~~~~~~~~~~~
  159. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  160. 101 | __attribute__((deprecated(message))) declarator
  161. | ^~~~~~~~~~
  162. In file included from ../src/Addon.cpp:3:
  163. ../src/Addon.h: In lambda function:
  164. ../src/Addon.h:441:77: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  165. 441 | Local<Function>::New(isolate, *pongCallback), 2, argv);
  166. | ^
  167. In file included from ../src/Addon.h:1,
  168. from ../src/Addon.cpp:3:
  169. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  170. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  171. | ^~~~~~~~~~~~
  172. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  173. 101 | __attribute__((deprecated(message))) declarator
  174. | ^~~~~~~~~~
  175. In file included from ../src/Addon.cpp:3:
  176. ../src/Addon.h: In lambda function:
  177. ../src/Addon.h:467:28: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  178. 467 | argv);
  179. | ^
  180. In file included from ../src/Addon.h:1,
  181. from ../src/Addon.cpp:3:
  182. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  183. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  184. | ^~~~~~~~~~~~
  185. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  186. 101 | __attribute__((deprecated(message))) declarator
  187. | ^~~~~~~~~~
  188. In file included from ../src/Addon.cpp:3:
  189. ../src/Addon.h: In lambda function:
  190. ../src/Addon.h:485:78: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  191. 485 | Local<Function>::New(isolate, *errorCallback), 1, argv);
  192. | ^
  193. In file included from ../src/Addon.h:1,
  194. from ../src/Addon.cpp:3:
  195. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  196. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  197. | ^~~~~~~~~~~~
  198. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  199. 101 | __attribute__((deprecated(message))) declarator
  200. | ^~~~~~~~~~
  201. In file included from ../src/Addon.cpp:3:
  202. ../src/Addon.h: In lambda function:
  203. ../src/Addon.h:565:45: warning: ignoring return value of ‘v8::MaybeLocal<v8::Value> v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  204. 565 | cb->Call(context, Null(isolate), 1, argv);
  205. | ^
  206. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  207. from ../src/Addon.h:1,
  208. from ../src/Addon.cpp:3:
  209. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:4514:43: note: declared here
  210. 4514 | V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
  211. | ^~~~
  212. In file included from ../src/Addon.cpp:3:
  213. ../src/Addon.h: In function ‘void getSSLContext(const v8::FunctionCallbackInfo<v8::Value>&)’:
  214. ../src/Addon.h:611:7: error: ‘ASSIGN_OR_RETURN_UNWRAP’ was not declared in this scope
  215. 611 | ASSIGN_OR_RETURN_UNWRAP(&tw, obj);
  216. | ^~~~~~~~~~~~~~~~~~~~~~~
  217. ../src/Addon.cpp: In function ‘void Initialize(v8::Local<v8::Object>)’:
  218. ../src/Addon.cpp:10:55: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  219. 10 | Namespace<cWS::SERVER>(isolate).object);
  220. | ^
  221. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  222. from ../src/Addon.h:1,
  223. from ../src/Addon.cpp:3:
  224. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:3716:37: note: declared here
  225. 3716 | V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  226. | ^~~
  227. ../src/Addon.cpp:12:55: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  228. 12 | Namespace<cWS::CLIENT>(isolate).object);
  229. | ^
  230. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  231. from ../src/Addon.h:1,
  232. from ../src/Addon.cpp:3:
  233. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:3716:37: note: declared here
  234. 3716 | V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  235. | ^~~
  236. In file included from ../src/Addon.h:1,
  237. from ../src/Addon.cpp:3:
  238. ../src/Addon.cpp: At global scope:
  239. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:838:7: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
  240. 838 | (node::addon_register_func) (regfunc), \
  241. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  242. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:872:3: note: in expansion of macro ‘NODE_MODULE_X’
  243. 872 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
  244. | ^~~~~~~~~~~~~
  245. ../src/Addon.cpp:33:1: note: in expansion of macro ‘NODE_MODULE’
  246. 33 | NODE_MODULE(addon, Initialize)
  247. | ^~~~~~~~~~~
  248. In file included from ../src/Addon.cpp:3:
  249. ../src/Addon.h: In instantiation of ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = true]’:
  250. ../src/Addon.cpp:10:47: required from here
  251. ../src/Addon.h:661:18: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  252. 661 | object->Set(isolate->GetCurrentContext(), String::NewFromUtf8(isolate, "group").ToLocalChecked(), group);
  253. | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  254. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  255. from ../src/Addon.h:1,
  256. from ../src/Addon.cpp:3:
  257. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:3716:37: note: declared here
  258. 3716 | V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  259. | ^~~
  260. In file included from ../src/Addon.cpp:3:
  261. ../src/Addon.h: In instantiation of ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = false]’:
  262. ../src/Addon.cpp:12:47: required from here
  263. ../src/Addon.h:661:18: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  264. 661 | object->Set(isolate->GetCurrentContext(), String::NewFromUtf8(isolate, "group").ToLocalChecked(), group);
  265. | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  266. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  267. from ../src/Addon.h:1,
  268. from ../src/Addon.cpp:3:
  269. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:3716:37: note: declared here
  270. 3716 | V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  271. | ^~~
  272. In file included from ../src/Addon.cpp:3:
  273. ../src/Addon.h: In instantiation of ‘void getAddress(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = true]’:
  274. ../src/Addon.cpp:24:65: required from here
  275. ../src/Addon.h:227:15: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  276. 227 | array->Set(args.GetIsolate()->GetCurrentContext(), 0, Integer::New(args.GetIsolate(), address.port));
  277. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  278. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  279. from ../src/Addon.h:1,
  280. from ../src/Addon.cpp:3:
  281. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:3719:37: note: declared here
  282. 3719 | V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  283. | ^~~
  284. In file included from ../src/Addon.cpp:3:
  285. ../src/Addon.h:228:15: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  286. 228 | array->Set(args.GetIsolate()->GetCurrentContext(), 1, String::NewFromUtf8(args.GetIsolate(), address.address).ToLocalChecked());
  287. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  288. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  289. from ../src/Addon.h:1,
  290. from ../src/Addon.cpp:3:
  291. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:3719:37: note: declared here
  292. 3719 | V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  293. | ^~~
  294. In file included from ../src/Addon.cpp:3:
  295. ../src/Addon.h:229:15: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  296. 229 | array->Set(args.GetIsolate()->GetCurrentContext(), 2, String::NewFromUtf8(args.GetIsolate(), address.family).ToLocalChecked());
  297. | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  298. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  299. from ../src/Addon.h:1,
  300. from ../src/Addon.cpp:3:
  301. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:3719:37: note: declared here
  302. 3719 | V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  303. | ^~~
  304. In file included from ../src/Addon.cpp:3:
  305. ../src/Addon.h: In instantiation of ‘void onConnection(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = true]’:
  306. ../src/Addon.h:639:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = true]’
  307. ../src/Addon.cpp:10:47: required from here
  308. ../src/Addon.h:373:27: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  309. 373 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  310. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  311. 374 | Local<Function>::New(isolate, *connectionCallback),
  312. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  313. 375 | 1, argv);
  314. | ~~~~~~~~
  315. In file included from ../src/Addon.h:1,
  316. from ../src/Addon.cpp:3:
  317. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  318. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  319. | ^~~~~~~~~~~~
  320. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  321. 101 | __attribute__((deprecated(message))) declarator
  322. | ^~~~~~~~~~
  323. In file included from ../src/Addon.cpp:3:
  324. ../src/Addon.h: In instantiation of ‘void onMessage(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = true]’:
  325. ../src/Addon.h:640:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = true]’
  326. ../src/Addon.cpp:10:47: required from here
  327. ../src/Addon.h:400:17: warning: ignoring return value of ‘v8::MaybeLocal<v8::Value> v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  328. 399 | Local<Function>::New(isolate, *messageCallback)
  329. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  330. 400 | ->Call(isolate->GetCurrentContext(), Null(isolate), 2, argv);
  331. | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  333. from ../src/Addon.h:1,
  334. from ../src/Addon.cpp:3:
  335. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:4514:43: note: declared here
  336. 4514 | V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
  337. | ^~~~
  338. In file included from ../src/Addon.cpp:3:
  339. ../src/Addon.h: In instantiation of ‘void onDisconnection(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = true]’:
  340. ../src/Addon.h:641:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = true]’
  341. ../src/Addon.cpp:10:47: required from here
  342. ../src/Addon.h:465:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  343. 465 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  344. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  345. 466 | Local<Function>::New(isolate, *disconnectionCallback), 4,
  346. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347. 467 | argv);
  348. | ~~~~~
  349. In file included from ../src/Addon.h:1,
  350. from ../src/Addon.cpp:3:
  351. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  352. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  353. | ^~~~~~~~~~~~
  354. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  355. 101 | __attribute__((deprecated(message))) declarator
  356. | ^~~~~~~~~~
  357. In file included from ../src/Addon.cpp:3:
  358. ../src/Addon.h: In instantiation of ‘void onPing(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = true]’:
  359. ../src/Addon.h:652:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = true]’
  360. ../src/Addon.cpp:10:47: required from here
  361. ../src/Addon.h:420:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  362. 420 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  363. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364. 421 | Local<Function>::New(isolate, *pingCallback), 2, argv);
  365. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366. In file included from ../src/Addon.h:1,
  367. from ../src/Addon.cpp:3:
  368. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  369. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  370. | ^~~~~~~~~~~~
  371. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  372. 101 | __attribute__((deprecated(message))) declarator
  373. | ^~~~~~~~~~
  374. In file included from ../src/Addon.cpp:3:
  375. ../src/Addon.h: In instantiation of ‘void onPong(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = true]’:
  376. ../src/Addon.h:653:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = true]’
  377. ../src/Addon.cpp:10:47: required from here
  378. ../src/Addon.h:440:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  379. 440 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  380. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  381. 441 | Local<Function>::New(isolate, *pongCallback), 2, argv);
  382. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  383. In file included from ../src/Addon.h:1,
  384. from ../src/Addon.cpp:3:
  385. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  386. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  387. | ^~~~~~~~~~~~
  388. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  389. 101 | __attribute__((deprecated(message))) declarator
  390. | ^~~~~~~~~~
  391. In file included from ../src/Addon.cpp:3:
  392. ../src/Addon.h: In instantiation of ‘void onConnection(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = false]’:
  393. ../src/Addon.h:639:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = false]’
  394. ../src/Addon.cpp:12:47: required from here
  395. ../src/Addon.h:373:27: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  396. 373 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  397. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398. 374 | Local<Function>::New(isolate, *connectionCallback),
  399. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  400. 375 | 1, argv);
  401. | ~~~~~~~~
  402. In file included from ../src/Addon.h:1,
  403. from ../src/Addon.cpp:3:
  404. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  405. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  406. | ^~~~~~~~~~~~
  407. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  408. 101 | __attribute__((deprecated(message))) declarator
  409. | ^~~~~~~~~~
  410. In file included from ../src/Addon.cpp:3:
  411. ../src/Addon.h: In instantiation of ‘void onMessage(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = false]’:
  412. ../src/Addon.h:640:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = false]’
  413. ../src/Addon.cpp:12:47: required from here
  414. ../src/Addon.h:400:17: warning: ignoring return value of ‘v8::MaybeLocal<v8::Value> v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*)’, declared with attribute ‘warn_unused_result’ [-Wunused-result]
  415. 399 | Local<Function>::New(isolate, *messageCallback)
  416. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  417. 400 | ->Call(isolate->GetCurrentContext(), Null(isolate), 2, argv);
  418. | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  419. In file included from /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:63,
  420. from ../src/Addon.h:1,
  421. from ../src/Addon.cpp:3:
  422. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/v8.h:4514:43: note: declared here
  423. 4514 | V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
  424. | ^~~~
  425. In file included from ../src/Addon.cpp:3:
  426. ../src/Addon.h: In instantiation of ‘void onDisconnection(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = false]’:
  427. ../src/Addon.h:641:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = false]’
  428. ../src/Addon.cpp:12:47: required from here
  429. ../src/Addon.h:465:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  430. 465 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  431. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  432. 466 | Local<Function>::New(isolate, *disconnectionCallback), 4,
  433. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434. 467 | argv);
  435. | ~~~~~
  436. In file included from ../src/Addon.h:1,
  437. from ../src/Addon.cpp:3:
  438. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  439. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  440. | ^~~~~~~~~~~~
  441. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  442. 101 | __attribute__((deprecated(message))) declarator
  443. | ^~~~~~~~~~
  444. In file included from ../src/Addon.cpp:3:
  445. ../src/Addon.h: In instantiation of ‘void onPing(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = false]’:
  446. ../src/Addon.h:652:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = false]’
  447. ../src/Addon.cpp:12:47: required from here
  448. ../src/Addon.h:420:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  449. 420 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  450. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  451. 421 | Local<Function>::New(isolate, *pingCallback), 2, argv);
  452. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  453. In file included from ../src/Addon.h:1,
  454. from ../src/Addon.cpp:3:
  455. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  456. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  457. | ^~~~~~~~~~~~
  458. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  459. 101 | __attribute__((deprecated(message))) declarator
  460. | ^~~~~~~~~~
  461. In file included from ../src/Addon.cpp:3:
  462. ../src/Addon.h: In instantiation of ‘void onPong(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = false]’:
  463. ../src/Addon.h:653:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = false]’
  464. ../src/Addon.cpp:12:47: required from here
  465. ../src/Addon.h:440:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  466. 440 | node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(),
  467. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  468. 441 | Local<Function>::New(isolate, *pongCallback), 2, argv);
  469. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  470. In file included from ../src/Addon.h:1,
  471. from ../src/Addon.cpp:3:
  472. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  473. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  474. | ^~~~~~~~~~~~
  475. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  476. 101 | __attribute__((deprecated(message))) declarator
  477. | ^~~~~~~~~~
  478. In file included from ../src/Addon.cpp:3:
  479. ../src/Addon.h: In instantiation of ‘void sendCallback(cWS::WebSocket<isServer>*, void*, bool, void*) [with bool isServer = true]’:
  480. ../src/Addon.h:278:14: required from ‘void send(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = true]’
  481. ../src/Addon.h:631:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = true]’
  482. ../src/Addon.cpp:10:47: required from here
  483. ../src/Addon.h:261:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  484. 261 | node::MakeCallback(sc->isolate, sc->isolate->GetCurrentContext()->Global(),
  485. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  486. 262 | Local<Function>::New(sc->isolate, sc->jsCallback), 0,
  487. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  488. 263 | nullptr);
  489. | ~~~~~~~~
  490. In file included from ../src/Addon.h:1,
  491. from ../src/Addon.cpp:3:
  492. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  493. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  494. | ^~~~~~~~~~~~
  495. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  496. 101 | __attribute__((deprecated(message))) declarator
  497. | ^~~~~~~~~~
  498. In file included from ../src/Addon.cpp:3:
  499. ../src/Addon.h: In instantiation of ‘void sendCallback(cWS::WebSocket<isServer>*, void*, bool, void*) [with bool isServer = false]’:
  500. ../src/Addon.h:278:14: required from ‘void send(const v8::FunctionCallbackInfo<v8::Value>&) [with bool isServer = false]’
  501. ../src/Addon.h:631:20: required from ‘Namespace<isServer>::Namespace(v8::Isolate*) [with bool isServer = false]’
  502. ../src/Addon.cpp:12:47: required from here
  503. ../src/Addon.h:261:23: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
  504. 261 | node::MakeCallback(sc->isolate, sc->isolate->GetCurrentContext()->Global(),
  505. | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  506. 262 | Local<Function>::New(sc->isolate, sc->jsCallback), 0,
  507. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  508. 263 | nullptr);
  509. | ~~~~~~~~
  510. In file included from ../src/Addon.h:1,
  511. from ../src/Addon.cpp:3:
  512. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:184:50: note: declared here
  513. 184 | NODE_EXTERN v8::Local<v8::Value> MakeCallback(
  514. | ^~~~~~~~~~~~
  515. /var/lib/mastodon/.cache/node-gyp/15.12.0/include/node/node.h:101:42: note: in definition of macro ‘NODE_DEPRECATED’
  516. 101 | __attribute__((deprecated(message))) declarator
  517. | ^~~~~~~~~~
  518. make: *** [cws.target.mk:112: Release/obj.target/cws/src/Addon.o] Error 1
  519. make: Leaving directory '/var/lib/mastodon/node_modules/@clusterws/cws/build'
  520. gyp ERR! build error
  521. gyp ERR! stack Error: `make` failed with exit code: 2
  522. gyp ERR! stack at ChildProcess.onExit (/var/lib/mastodon/.config/yarn/global/node_modules/node-gyp/lib/build.js:194:23)
  523. gyp ERR! stack at ChildProcess.emit (node:events:369:20)
  524. gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
  525. gyp ERR! System Linux 5.11.7-arch1-1
  526. gyp ERR! command "/usr/bin/node" "/var/lib/mastodon/.yarn/bin/node-gyp" "rebuild"
  527. gyp ERR! cwd /var/lib/mastodon/node_modules/@clusterws/cws
  528. gyp ERR! node -v v15.12.0
  529. gyp ERR! node-gyp -v v7.1.2
  530. gyp ERR! not ok
  531.  
Add Comment
Please, Sign In to add comment