Advertisement
ste-goldstein

Untitled

Nov 11th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.65 KB | None | 0 0
  1. starch@hppc: ~
  2. $ yay atom-com [14:45:34]
  3. 1 aur/atom-community-git 1.63.0_dev_a2bae55a7-1 (+2 0.92)
  4. A hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors.
  5. ==> Packages to install (eg: 1 2 3, 1-3 or ^4)
  6. ==> 1
  7. :: Checking for conflicts...
  8. :: Checking for inner conflicts...
  9. -> Package conflicts found:
  10. -> Installing atom-community-git will remove: apm
  11. -> Conflicting packages will have to be confirmed manually
  12. [Aur:1] atom-community-git-1.63.0_dev_a2bae55a7-1
  13.  
  14. 1 atom-community-git (Build Files Exist)
  15. ==> Packages to cleanBuild?
  16. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  17. ==> A
  18. :: Deleting (1/1): /home/starch/.cache/yay/atom-community-git
  19. :: (1/1) Downloaded PKGBUILD: atom-community-git
  20. 1 atom-community-git (Build Files Exist)
  21. ==> Diffs to show?
  22. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  23. ==>
  24. :: (1/1) Parsing SRCINFO: atom-community-git
  25. ==> Making package: atom-community-git 1.63.0_dev_a2bae55a7-1 (2022-11-11T14:46:05 AWST)
  26. ==> Retrieving sources...
  27. -> Cloning atom git repo...
  28. Cloning into bare repository '/home/starch/.cache/yay/atom-community-git/atom'...
  29. remote: Enumerating objects: 223315, done.
  30. remote: Counting objects: 100% (634/634), done.
  31. remote: Compressing objects: 100% (58/58), done.
  32. remote: Total 223315 (delta 582), reused 577 (delta 576), pack-reused 222681
  33. Receiving objects: 100% (223315/223315), 338.38 MiB | 4.40 MiB/s, done.
  34. Resolving deltas: 100% (156172/156172), done.
  35. ==> Validating source files with sha256sums...
  36. atom ... Skipped
  37. ==> Making package: atom-community-git 1.63.0_dev_a2bae55a7-1 (2022-11-11T14:47:30 AWST)
  38. ==> Checking runtime dependencies...
  39. ==> Checking buildtime dependencies...
  40. ==> Retrieving sources...
  41. -> Updating atom git repo...
  42. ==> Validating source files with sha256sums...
  43. atom ... Skipped
  44. ==> Removing existing $srcdir/ directory...
  45. ==> Extracting sources...
  46. -> Creating working copy of atom git repo...
  47. Cloning into 'atom'...
  48. done.
  49. ==> Starting prepare()...
  50. ~/.cache/yay/atom-community-git/src/atom ~/.cache/yay/atom-community-git/src
  51. Node: v16.18.0
  52. Python: v3.10.8
  53. Installing script runner dependencies
  54. Installing script dependencies
  55. Installing apm
  56. (node:4544) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
  57. (Use `node --trace-deprecation ...` to show where the warning was created)
  58. In file included from ../../nan/nan.h:60,
  59. from ../src/onig-scanner.h:4,
  60. from ../src/onig-scanner.cc:1:
  61. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:608: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]
  62. 608 | (node::addon_register_func) (regfunc), \
  63. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  64. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
  65. 642 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
  66. | ^~~~~~~~~~~~~
  67. ../src/onig-scanner.cc:23:1: note: in expansion of macro ‘NODE_MODULE’
  68. 23 | NODE_MODULE(onig_scanner, InitModule)
  69. | ^~~~~~~~~~~
  70. (node:5609) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
  71. (Use `node --trace-deprecation ...` to show where the warning was created)
  72. ../deps/libgit2/deps/zlib/infback.c: In function ‘inflateBack’:
  73. ../deps/libgit2/deps/zlib/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  74. 479 | state->mode = LEN;
  75. | ~~~~~~~~~~~~^~~~~
  76. ../deps/libgit2/deps/zlib/infback.c:481:9: note: here
  77. 481 | case LEN:
  78. | ^~~~
  79. ../deps/libgit2/deps/zlib/inflate.c: In function ‘inflate’:
  80. ../deps/libgit2/deps/zlib/inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  81. 841 | state->mode = DICT;
  82. | ~~~~~~~~~~~~^~~~~~
  83. ../deps/libgit2/deps/zlib/inflate.c:842:9: note: here
  84. 842 | case DICT:
  85. | ^~~~
  86. ../deps/libgit2/deps/zlib/inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  87. 848 | state->mode = TYPE;
  88. | ~~~~~~~~~~~~^~~~~~
  89. ../deps/libgit2/deps/zlib/inflate.c:849:9: note: here
  90. 849 | case TYPE:
  91. | ^~~~
  92. ../deps/libgit2/deps/zlib/inflate.c:850:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  93. 850 | if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
  94. | ^
  95. ../deps/libgit2/deps/zlib/inflate.c:851:9: note: here
  96. 851 | case TYPEDO:
  97. | ^~~~
  98. ../deps/libgit2/deps/zlib/inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  99. 900 | if (flush == Z_TREES) goto inf_leave;
  100. | ^
  101. ../deps/libgit2/deps/zlib/inflate.c:901:9: note: here
  102. 901 | case COPY_:
  103. | ^~~~
  104. ../deps/libgit2/deps/zlib/inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  105. 902 | state->mode = COPY;
  106. | ~~~~~~~~~~~~^~~~~~
  107. ../deps/libgit2/deps/zlib/inflate.c:903:9: note: here
  108. 903 | case COPY:
  109. | ^~~~
  110. ../deps/libgit2/deps/zlib/inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  111. 1041 | if (flush == Z_TREES) goto inf_leave;
  112. | ^
  113. ../deps/libgit2/deps/zlib/inflate.c:1042:9: note: here
  114. 1042 | case LEN_:
  115. | ^~~~
  116. ../deps/libgit2/deps/zlib/inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  117. 1043 | state->mode = LEN;
  118. | ~~~~~~~~~~~~^~~~~
  119. ../deps/libgit2/deps/zlib/inflate.c:1044:9: note: here
  120. 1044 | case LEN:
  121. | ^~~~
  122. ../deps/libgit2/deps/zlib/inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  123. 1092 | state->mode = LENEXT;
  124. | ~~~~~~~~~~~~^~~~~~~~
  125. ../deps/libgit2/deps/zlib/inflate.c:1093:9: note: here
  126. 1093 | case LENEXT:
  127. | ^~~~
  128. ../deps/libgit2/deps/zlib/inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  129. 1102 | state->mode = DIST;
  130. | ~~~~~~~~~~~~^~~~~~
  131. ../deps/libgit2/deps/zlib/inflate.c:1103:9: note: here
  132. 1103 | case DIST:
  133. | ^~~~
  134. ../deps/libgit2/deps/zlib/inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  135. 1129 | state->mode = DISTEXT;
  136. | ~~~~~~~~~~~~^~~~~~~~~
  137. ../deps/libgit2/deps/zlib/inflate.c:1130:9: note: here
  138. 1130 | case DISTEXT:
  139. | ^~~~
  140. ../deps/libgit2/deps/zlib/inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  141. 1145 | state->mode = MATCH;
  142. | ~~~~~~~~~~~~^~~~~~~
  143. ../deps/libgit2/deps/zlib/inflate.c:1146:9: note: here
  144. 1146 | case MATCH:
  145. | ^~~~
  146. ../deps/libgit2/deps/zlib/inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  147. 1233 | state->mode = DONE;
  148. | ~~~~~~~~~~~~^~~~~~
  149. ../deps/libgit2/deps/zlib/inflate.c:1234:9: note: here
  150. 1234 | case DONE:
  151. | ^~~~
  152. ../deps/libgit2/deps/http-parser/http_parser.c: In function ‘http_parser_parse_url’:
  153. ../deps/libgit2/deps/http-parser/http_parser.c:2094:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  154. 2094 | found_at = 1;
  155. | ~~~~~~~~~^~~
  156. ../deps/libgit2/deps/http-parser/http_parser.c:2097:7: note: here
  157. 2097 | case s_req_server:
  158. | ^~~~
  159. In file included from ../../nan/nan.h:60,
  160. from ../src/repository.h:29,
  161. from ../src/repository.cc:22:
  162. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:608: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]
  163. 608 | (node::addon_register_func) (regfunc), \
  164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
  166. 642 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
  167. | ^~~~~~~~~~~~~
  168. ../src/repository.cc:71:1: note: in expansion of macro ‘NODE_MODULE’
  169. 71 | NODE_MODULE(git, Repository::Init)
  170. | ^~~~~~~~~~~
  171. ../src/repository.cc: In member function ‘virtual void Repository::GetHeadAsync(Nan::NAN_METHOD_ARGS_TYPE)::HeadAsyncWorker::HandleOKCallback()’:
  172. ../src/repository.cc:242:21: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  173. 242 | callback->Call(2, argv);
  174. | ~~~~~~~~~~~~~~^~~~~~~~~
  175. ../../nan/nan.h:1746:3: note: declared here
  176. 1746 | Call(int argc, v8::Local<v8::Value> argv[]) const {
  177. | ^~~~
  178. ../src/repository.cc: In member function ‘virtual void Repository::GetStatusAsync(Nan::NAN_METHOD_ARGS_TYPE)::StatusAsyncWorker::HandleOKCallback()’:
  179. ../src/repository.cc:412:21: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  180. 412 | callback->Call(2, argv);
  181. | ~~~~~~~~~~~~~~^~~~~~~~~
  182. ../../nan/nan.h:1746:3: note: declared here
  183. 1746 | Call(int argc, v8::Local<v8::Value> argv[]) const {
  184. | ^~~~
  185. ../src/repository.cc: In member function ‘virtual void Repository::CompareCommitsAsync(Nan::NAN_METHOD_ARGS_TYPE)::CompareCommitsAsyncWorker::HandleOKCallback()’:
  186. ../src/repository.cc:749:21: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  187. 749 | callback->Call(2, argv);
  188. | ~~~~~~~~~~~~~~^~~~~~~~~
  189. ../../nan/nan.h:1746:3: note: declared here
  190. 1746 | Call(int argc, v8::Local<v8::Value> argv[]) const {
  191. | ^~~~
  192. In file included from ../../nan/nan.h:60,
  193. from ../src/onig-scanner.h:4,
  194. from ../src/onig-scanner.cc:1:
  195. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:608: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]
  196. 608 | (node::addon_register_func) (regfunc), \
  197. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  198. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
  199. 642 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
  200. | ^~~~~~~~~~~~~
  201. ../src/onig-scanner.cc:23:1: note: in expansion of macro ‘NODE_MODULE’
  202. 23 | NODE_MODULE(onig_scanner, InitModule)
  203. | ^~~~~~~~~~~
  204. ../deps/libgit2/deps/zlib/infback.c: In function ‘inflateBack’:
  205. ../deps/libgit2/deps/zlib/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  206. 479 | state->mode = LEN;
  207. | ~~~~~~~~~~~~^~~~~
  208. ../deps/libgit2/deps/zlib/infback.c:481:9: note: here
  209. 481 | case LEN:
  210. | ^~~~
  211. ../deps/libgit2/deps/zlib/inflate.c: In function ‘inflate’:
  212. ../deps/libgit2/deps/zlib/inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  213. 841 | state->mode = DICT;
  214. | ~~~~~~~~~~~~^~~~~~
  215. ../deps/libgit2/deps/zlib/inflate.c:842:9: note: here
  216. 842 | case DICT:
  217. | ^~~~
  218. ../deps/libgit2/deps/zlib/inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  219. 848 | state->mode = TYPE;
  220. | ~~~~~~~~~~~~^~~~~~
  221. ../deps/libgit2/deps/zlib/inflate.c:849:9: note: here
  222. 849 | case TYPE:
  223. | ^~~~
  224. ../deps/libgit2/deps/zlib/inflate.c:850:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  225. 850 | if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
  226. | ^
  227. ../deps/libgit2/deps/zlib/inflate.c:851:9: note: here
  228. 851 | case TYPEDO:
  229. | ^~~~
  230. ../deps/libgit2/deps/zlib/inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  231. 900 | if (flush == Z_TREES) goto inf_leave;
  232. | ^
  233. ../deps/libgit2/deps/zlib/inflate.c:901:9: note: here
  234. 901 | case COPY_:
  235. | ^~~~
  236. ../deps/libgit2/deps/zlib/inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  237. 902 | state->mode = COPY;
  238. | ~~~~~~~~~~~~^~~~~~
  239. ../deps/libgit2/deps/zlib/inflate.c:903:9: note: here
  240. 903 | case COPY:
  241. | ^~~~
  242. ../deps/libgit2/deps/zlib/inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  243. 1041 | if (flush == Z_TREES) goto inf_leave;
  244. | ^
  245. ../deps/libgit2/deps/zlib/inflate.c:1042:9: note: here
  246. 1042 | case LEN_:
  247. | ^~~~
  248. ../deps/libgit2/deps/zlib/inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  249. 1043 | state->mode = LEN;
  250. | ~~~~~~~~~~~~^~~~~
  251. ../deps/libgit2/deps/zlib/inflate.c:1044:9: note: here
  252. 1044 | case LEN:
  253. | ^~~~
  254. ../deps/libgit2/deps/zlib/inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  255. 1092 | state->mode = LENEXT;
  256. | ~~~~~~~~~~~~^~~~~~~~
  257. ../deps/libgit2/deps/zlib/inflate.c:1093:9: note: here
  258. 1093 | case LENEXT:
  259. | ^~~~
  260. ../deps/libgit2/deps/zlib/inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  261. 1102 | state->mode = DIST;
  262. | ~~~~~~~~~~~~^~~~~~
  263. ../deps/libgit2/deps/zlib/inflate.c:1103:9: note: here
  264. 1103 | case DIST:
  265. | ^~~~
  266. ../deps/libgit2/deps/zlib/inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  267. 1129 | state->mode = DISTEXT;
  268. | ~~~~~~~~~~~~^~~~~~~~~
  269. ../deps/libgit2/deps/zlib/inflate.c:1130:9: note: here
  270. 1130 | case DISTEXT:
  271. | ^~~~
  272. ../deps/libgit2/deps/zlib/inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  273. 1145 | state->mode = MATCH;
  274. | ~~~~~~~~~~~~^~~~~~~
  275. ../deps/libgit2/deps/zlib/inflate.c:1146:9: note: here
  276. 1146 | case MATCH:
  277. | ^~~~
  278. ../deps/libgit2/deps/zlib/inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  279. 1233 | state->mode = DONE;
  280. | ~~~~~~~~~~~~^~~~~~
  281. ../deps/libgit2/deps/zlib/inflate.c:1234:9: note: here
  282. 1234 | case DONE:
  283. | ^~~~
  284. ../deps/libgit2/deps/http-parser/http_parser.c: In function ‘http_parser_parse_url’:
  285. ../deps/libgit2/deps/http-parser/http_parser.c:2094:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  286. 2094 | found_at = 1;
  287. | ~~~~~~~~~^~~
  288. ../deps/libgit2/deps/http-parser/http_parser.c:2097:7: note: here
  289. 2097 | case s_req_server:
  290. | ^~~~
  291. In file included from ../../nan/nan.h:60,
  292. from ../src/repository.h:29,
  293. from ../src/repository.cc:22:
  294. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:608: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]
  295. 608 | (node::addon_register_func) (regfunc), \
  296. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  297. /home/starch/.cache/node-gyp/12.18.3/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
  298. 642 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
  299. | ^~~~~~~~~~~~~
  300. ../src/repository.cc:71:1: note: in expansion of macro ‘NODE_MODULE’
  301. 71 | NODE_MODULE(git, Repository::Init)
  302. | ^~~~~~~~~~~
  303. ../src/repository.cc: In member function ‘virtual void Repository::GetHeadAsync(Nan::NAN_METHOD_ARGS_TYPE)::HeadAsyncWorker::HandleOKCallback()’:
  304. ../src/repository.cc:242:21: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  305. 242 | callback->Call(2, argv);
  306. | ~~~~~~~~~~~~~~^~~~~~~~~
  307. ../../nan/nan.h:1746:3: note: declared here
  308. 1746 | Call(int argc, v8::Local<v8::Value> argv[]) const {
  309. | ^~~~
  310. ../src/repository.cc: In member function ‘virtual void Repository::GetStatusAsync(Nan::NAN_METHOD_ARGS_TYPE)::StatusAsyncWorker::HandleOKCallback()’:
  311. ../src/repository.cc:412:21: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  312. 412 | callback->Call(2, argv);
  313. | ~~~~~~~~~~~~~~^~~~~~~~~
  314. ../../nan/nan.h:1746:3: note: declared here
  315. 1746 | Call(int argc, v8::Local<v8::Value> argv[]) const {
  316. | ^~~~
  317. ../src/repository.cc: In member function ‘virtual void Repository::CompareCommitsAsync(Nan::NAN_METHOD_ARGS_TYPE)::CompareCommitsAsyncWorker::HandleOKCallback()’:
  318. ../src/repository.cc:749:21: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
  319. 749 | callback->Call(2, argv);
  320. | ~~~~~~~~~~~~~~^~~~~~~~~
  321. ../../nan/nan.h:1746:3: note: declared here
  322. 1746 | Call(int argc, v8::Local<v8::Value> argv[]) const {
  323. | ^~~~
  324. apm 2.6.5-atomic.1.0
  325. npm 6.14.17
  326. node 12.18.3 x64
  327. atom unknown
  328. python 3.10.8
  329. git 2.38.1
  330. Installing modules ✓
  331. Wrote Dependencies Fingerprint: /home/starch/.cache/yay/atom-community-git/src/atom/node_modules/.dependencies-fingerprint 7919d1bb5757ca6b35afd847d23c258108a4d54a
  332. ~/.cache/yay/atom-community-git/src
  333. ==> Starting pkgver()...
  334. ==> Sources are ready.
  335. ==> Making package: atom-community-git 1.63.0_dev_a2bae55a7-1 (2022-11-11T14:50:55 AWST)
  336. ==> Checking runtime dependencies...
  337. ==> Checking buildtime dependencies...
  338. ==> WARNING: Using existing $srcdir/ tree
  339. ==> Starting pkgver()...
  340. ==> Starting build()...
  341. Skipping bootstrap
  342. Copying assets to /home/starch/.cache/yay/atom-community-git/src/atom/out/app
  343. Transpiling packages with custom transpiler configurations in /home/starch/.cache/yay/atom-community-git/src/atom/out/app
  344. Transpiling Babel paths in /home/starch/.cache/yay/atom-community-git/src/atom/out/app
  345. Transpiling CoffeeScript paths in /home/starch/.cache/yay/atom-community-git/src/atom/out/app
  346. Transpiling CSON paths in /home/starch/.cache/yay/atom-community-git/src/atom/out/app
  347. Transpiling PEG.js paths in /home/starch/.cache/yay/atom-community-git/src/atom/out/app
  348. Installing modules ✓
  349. Generating module cache for /home/starch/.cache/yay/atom-community-git/src/atom/out/app
  350. Generating pre-built less cache in /home/starch/.cache/yay/atom-community-git/src/atom/out/app/less-compile-cache
  351. Generating metadata for /home/starch/.cache/yay/atom-community-git/src/atom/out/app/package.json
  352. Generating API docs at /home/starch/.cache/yay/atom-community-git/src/atom/docs/output/atom-api.json
  353. Dumping symbols in /home/starch/.cache/yay/atom-community-git/src/atom/out/symbols
  354. (node:23987) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/starch/.cache/yay/atom-community-git/src/atom/out/app/node_modules/find-parent-dir/package.json' of 'find-parent-dir.js'. Please either fix that or report it to the module author
  355. (Use `node --trace-deprecation ...` to show where the warning was created)
  356. (node:23987) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/starch/.cache/yay/atom-community-git/src/atom/out/app/node_modules/isbinaryfile/package.json' of './lib/panino.js'. Please either fix that or report it to the module author
  357.  
  358. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  359.  
  360. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  361.  
  362. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  363.  
  364. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  365.  
  366. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  367.  
  368. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  369.  
  370. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  371.  
  372. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  373.  
  374. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  375.  
  376. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  377.  
  378. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  379.  
  380. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  381.  
  382. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  383.  
  384. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  385.  
  386. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  387.  
  388. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  389.  
  390. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  391.  
  392. ##[warning] Failed to dump the symbols via minidump. Error: Failed to write symbol file.
  393. . Ignoring the error...
  394.  
  395. ##[warning] Failed to dump the symbols via minidump. Error: Failed to write symbol file.
  396. . Ignoring the error...
  397.  
  398. ##[warning] Failed to dump the symbols via minidump. Error: Failed to write symbol file.
  399. . Ignoring the error...
  400.  
  401. ##[warning] Failed to dump the symbols via minidump. Error: Failed to write symbol file.
  402. . Ignoring the error...
  403.  
  404. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  405.  
  406. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  407.  
  408. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  409.  
  410. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  411.  
  412. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  413.  
  414. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  415.  
  416. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  417.  
  418. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  419.  
  420. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  421.  
  422. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  423.  
  424. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  425.  
  426. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  427.  
  428. ##[warning] Failed to dump the symbols via minidump. Error. Ignoring the error...
  429. Running electron-packager on /home/starch/.cache/yay/atom-community-git/src/atom/out/app with app name "atom"
  430. Packaging app for platform linux x64 using electron v11.5.0
  431. Changing permissions for node files in /home/starch/.cache/yay/atom-community-git/src/atom/out/atom-dev-1.63.0-dev-a2bae55a7-amd64
  432. Copying non-ASAR resources to /home/starch/.cache/yay/atom-community-git/src/atom/out/atom-dev-1.63.0-dev-a2bae55a7-amd64/resources
  433. Writing LICENSE.md to /home/starch/.cache/yay/atom-community-git/src/atom/out/atom-dev-1.63.0-dev-a2bae55a7-amd64/resources
  434. Application bundle created at /home/starch/.cache/yay/atom-community-git/src/atom/out/atom-dev-1.63.0-dev-a2bae55a7-amd64
  435.  
  436. Minifying startup script
  437. Verifying if snapshot can be executed via `mksnapshot`
  438. Generating startup blob with mksnapshot
  439. Moving generated startup blob into "/home/starch/.cache/yay/atom-community-git/src/atom/out/atom-dev-1.63.0-dev-a2bae55a7-amd64/v8_context_snapshot.bin"
  440. Moving generated startup blob into "/home/starch/.cache/yay/atom-community-git/src/atom/out/atom-dev-1.63.0-dev-a2bae55a7-amd64/snapshot_blob.bin"
  441. Skipping creating debian package. Specify the --create-debian-package option to create it.
  442. Skipping creating rpm package. Specify the --create-rpm-package option to create it.
  443. Skipping artifacts compression. Specify the --compress-artifacts option to compress Atom binaries (and symbols on macOS)
  444. Skipping installation. Specify the --install option to install Atom
  445. ==> Starting check()...
  446. ##[command] Executing core main process tests
  447.  
  448. ✓ AtomApplication command-line interface behavior opens a file to a specific line number: 54ms
  449. ✓ AtomApplication command-line interface behavior opens a file to a specific line number and column: 26ms
  450. ✓ AtomApplication command-line interface behavior opens a directory with a non-file protocol: 22ms
  451. ✓ AtomApplication command-line interface behavior truncates trailing whitespace and colons: 19ms
  452. ✓ AtomApplication command-line interface behavior disregards test and benchmark windows: 97ms
  453. ✓ AtomApplication command-line interface behavior with no open windows opens an empty window: 22ms
  454. ✓ AtomApplication command-line interface behavior with no open windows opens a file: 21ms
  455. ✓ AtomApplication command-line interface behavior with no open windows opens a directory: 21ms
  456. ✓ AtomApplication command-line interface behavior with no open windows opens a file with --add: 22ms
  457. ✓ AtomApplication command-line interface behavior with no open windows opens a directory with --add: 18ms
  458. ✓ AtomApplication command-line interface behavior with no open windows opens a file with --new-window: 20ms
  459. ✓ AtomApplication command-line interface behavior with no open windows opens a directory with --new-window: 20ms
  460. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "no" doesn't restore windows when launched ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "no" doesn't restore windows when launched with no arguments: 4ms
  461. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "no" doesn't restore windows when launched ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "no" doesn't restore windows when launched with paths to open: 3ms
  462. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "no" doesn't restore windows when --new-win ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "no" doesn't restore windows when --new-window is provided: 2ms
  463. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "yes" restores windows when launched with n ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "yes" restores windows when launched with no arguments: 4ms
  464. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "yes" doesn't restore windows when launched ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "yes" doesn't restore windows when launched with paths to open: 3ms
  465. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "yes" doesn't restore windows when --new-wi ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "yes" doesn't restore windows when --new-window is provided: 3ms
  466. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" restores windows when launched wit ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" restores windows when launched with no arguments: 3ms
  467. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" restores windows when launched wit ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" restores windows when launched with a project path to open: 5ms
  468. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" restores windows when launched wit ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" restores windows when launched with a file path to open: 4ms
  469. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" collapses new paths into restored ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" collapses new paths into restored windows when appropriate: 4ms
  470. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" doesn't restore windows when --new ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" doesn't restore windows when --new-window is provided: 3ms
  471. AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" doesn't restore windows on open, j ✓ AtomApplication command-line interface behavior with no open windows with previous window state with core.restorePreviousWindowsOnStart set to "always" doesn't restore windows on open, just launch: 19ms
  472. ✓ AtomApplication command-line interface behavior with no open windows with unversioned application state reads "initialPaths" as project roots: 7ms
  473. ✓ AtomApplication command-line interface behavior with no open windows with unversioned application state filters file paths from project root lists: 5ms
  474. ✓ AtomApplication command-line interface behavior with one empty window opens a new, empty window: 20ms
  475. ✓ AtomApplication command-line interface behavior with one empty window opens a file: 12ms
  476. ✓ AtomApplication command-line interface behavior with one empty window opens a directory: 17ms
  477. ✓ AtomApplication command-line interface behavior with one empty window opens a file with --add: 16ms
  478. ✓ AtomApplication command-line interface behavior with one empty window opens a directory with --add: 17ms
  479. ✓ AtomApplication command-line interface behavior with one empty window opens a file with --new-window: 18ms
  480. ✓ AtomApplication command-line interface behavior with one empty window opens a directory with --new-window: 19ms
  481. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a new, empty window: 17ms
  482. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a file within the project root: 13ms
  483. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a directory that matches the project root: 18ms
  484. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a file outside the project root: 16ms
  485. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a directory other than the project root: 17ms
  486. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a file within the project root with --add: 16ms
  487. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a directory that matches the project root with --add: 16ms
  488. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a file outside the project root with --add: 17ms
  489. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a directory other than the project root with --add: 16ms
  490. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a file within the project root with --new-window: 18ms
  491. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a directory that matches the project root with --new-window: 20ms
  492. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a file outside the project root with --new-window: 18ms
  493. ✓ AtomApplication command-line interface behavior with one window that has a project root opens a directory other than the project root with --new-window: 18ms
  494. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a new, empty window: 15ms
  495. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a file within the project root: 17ms
  496. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a directory that matches the project root: 18ms
  497. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a file outside the project root: 19ms
  498. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a directory other than the project root: 18ms
  499. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a file within the project root with --add: 16ms
  500. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a directory that matches the project root with --add: 15ms
  501. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a file outside the project root with --add: 27ms
  502. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a directory other than the project root with --add: 17ms
  503. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a file within the project root with --new-window: 20ms
  504. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a directory that matches the project root with --new-window: 17ms
  505. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a file outside the project root with --new-window: 14ms
  506. ✓ AtomApplication command-line interface behavior with two windows, one with a project root and one empty opens a directory other than the project root with --new-window: 17ms
  507. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a new, empty window: 13ms
  508. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a file within the project root: 17ms
  509. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a directory that matches the project root: 15ms
  510. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a file outside the project root: 17ms
  511. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a directory other than the project root: 16ms
  512. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a file within the project root with --add: 16ms
  513. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a directory that matches the project root with --add: 16ms
  514. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a file outside the project root with --add: 14ms
  515. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a directory other than the project root with --add: 15ms
  516. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a file within the project root with --new-window: 17ms
  517. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a directory that matches the project root with --new-window: 16ms
  518. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a file outside the project root with --new-window: 18ms
  519. ✓ AtomApplication command-line interface behavior with two windows, one empty and one with a project root opens a directory other than the project root with --new-window: 16ms
  520. ✓ AtomApplication command-line interface behavior --wait kills the specified pid after a newly-opened window is closed: 38ms
  521. ✓ AtomApplication command-line interface behavior --wait kills the specified pid after all newly-opened files in an existing window are closed: 37ms
  522. ✓ AtomApplication command-line interface behavior --wait kills the specified pid after a newly-opened directory in an existing window is closed: 40ms
  523. ✓ AtomApplication command-line interface behavior atom:// URLs with a package-name host loads the package's urlMain in a new window: 21ms
  524. ✓ AtomApplication command-line interface behavior atom:// URLs with a package-name host sends a URI message to the most recently focused non-spec window: 71ms
  525. ✓ AtomApplication command-line interface behavior atom:// URLs with a package-name host creates a new window and sends a URI message to it once it loads: 37ms
  526. ✓ AtomApplication command-line interface behavior atom:// URLs with a "core" host sends a URI message to the most recently focused non-spec window that owns the open locations: 259ms
  527. ✓ AtomApplication command-line interface behavior atom:// URLs with a "core" host creates a new window and sends a URI message to it once it loads: 61ms
  528. ✓ AtomApplication existing application re-use creates a new application when no socket is present: 13ms
  529. ✓ AtomApplication existing application re-use creates a new application for spec windows: 31ms
  530. ✓ AtomApplication existing application re-use sends a request to an existing application when a socket is present: 134ms
  531. ✓ AtomApplication IPC handling "open" opens a fixed path by the standard opening rules: 1ms
  532. ✓ AtomApplication IPC handling "open" without any option open the prompt for selecting a path: 1ms
  533. AtomApplication IPC handling "open-chosen-any" opens a file in the sending window: [25891:1111/145331.771155:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
  534. ##[error] Tests for core-main-process failed.
  535.  
  536.  
  537.  
  538. ##[error] *** Reporting the errors that happened in all of the tests: ***
  539.  
  540.  
  541. ##[error] The 'core-main-process' test step finished with a non-zero exit code
  542. You can run the test again using:
  543. /home/starch/.cache/yay/atom-community-git/src/atom/out/atom-dev-1.63.0-dev-a2bae55a7-amd64/atom --resource-path /home/starch/.cache/yay/atom-community-git/src/atom --test --main-process /home/starch/.cache/yay/atom-community-git/src/atom/spec/main-process
  544. ==> ERROR: A failure occurred in check().
  545. Aborting...
  546. -> error making: atom-community-git
  547. FAIL
  548.  
  549. starch@hppc: ~
  550. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement