Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 290.20 KB | None | 0 0
  1. [root@slave7 theia]# ./build.sh
  2. Building Docker Image eclipse/che-theia:nightly from /home/codenvy/workspace/che-pullrequests-test-ocp/dockerfiles/theia directory with tag nightly
  3. Sending build context to Docker daemon 55.3kB
  4. Step 1/39 : FROM centos as builder
  5. ---> 75835a67d134
  6. Step 2/39 : ARG GITHUB_TOKEN
  7. ---> Using cache
  8. ---> 989a63b5ad36
  9. Step 3/39 : RUN yum install -y epel-release && yum -y install curl jq expect
  10. ---> Using cache
  11. ---> 87c3f8ac34b4
  12. Step 4/39 : ADD src/builder/check-github-limit.sh /tmp/builder/scripts/check-github-limit.sh
  13. ---> Using cache
  14. ---> e0077cdd5cbc
  15. Step 5/39 : RUN /tmp/builder/scripts/check-github-limit.sh
  16. ---> Using cache
  17. ---> 465bbfe646bc
  18. Step 6/39 : ADD src/builder/setup-nodejs.sh /tmp/builder/scripts/setup-nodejs.sh
  19. ---> Using cache
  20. ---> 0b0ff732a0d9
  21. Step 7/39 : RUN /tmp/builder/scripts/setup-nodejs.sh
  22. ---> Using cache
  23. ---> 20c408ef8c5f
  24. Step 8/39 : RUN yum install -y gcc-c++ make python git
  25. ---> Using cache
  26. ---> 9e75a5897898
  27. Step 9/39 : ARG THEIA_VERSION=plugin-id
  28. ---> Using cache
  29. ---> e7f527a3f6ff
  30. Step 10/39 : ENV THEIA_VERSION=${THEIA_VERSION} HOME=/home/theia
  31. ---> Using cache
  32. ---> 3d4c7faa64c6
  33. Step 11/39 : WORKDIR ${HOME}
  34. ---> Using cache
  35. ---> 74d2d26a0462
  36. Step 12/39 : ADD src/config.yaml ${HOME}/.config/verdaccio/
  37. ---> Using cache
  38. ---> 268e5422a820
  39. Step 13/39 : ADD src/patches /home/theia-build/patches
  40. ---> Using cache
  41. ---> 3d85ffa8e828
  42. Step 14/39 : ADD https://api.github.com/repos/theia-ide/theia/git/refs/heads/v${THEIA_VERSION} /tmp/sha1-repository
  43. Downloading 341B
  44. ---> 6d85b311bf7d
  45. Step 15/39 : ADD src/builder/build-and-publish-theia.sh /tmp/builder/scripts/build-and-publish-theia.sh
  46. ---> 58000f7f799d
  47. Step 16/39 : RUN /tmp/builder/scripts/build-and-publish-theia.sh
  48. ---> Running in 6c218759635e
  49. Cloning into '/home/theia/theia-source-code'...
  50. yarn install v1.10.1
  51. [1/5] Validating package.json...
  52. [2/5] Resolving packages...
  53. [3/5] Fetching packages...
  54. warning [email protected]: The engine "vscode" appears to be invalid.
  55. warning [email protected]: The engine "vscode" appears to be invalid.
  56. info [email protected]: The platform "linux" is incompatible with this module.
  57. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  58. [4/5] Linking dependencies...
  59. warning " > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
  60. warning "workspace-aggregator-7d3ecd60-8478-4168-8df0-aff4c712b355 > @theia/application-manager > [email protected]" has unmet peer dependency "font-awesome@>=4.3.0".
  61. [5/5] Building fresh packages...
  62. $ yarn prepare:travis && yarn rebuild:clean && yarn build:clean
  63. yarn run v1.10.1
  64. $ node scripts/prepare-travis
  65. Done in 0.84s.
  66. yarn run v1.10.1
  67. $ rimraf .browser_modules
  68. Done in 0.20s.
  69. yarn run v1.10.1
  70. $ run prepare
  71. lerna info version 2.11.0
  72. @theia/ext-scripts: $ echo 'skip'
  73. @theia/ext-scripts: skip
  74. @theia/tslint: $ yarn run clean && yarn run build
  75. @theia/application-package: $ yarn run clean && yarn run build
  76. @theia/plugin: $ yarn run clean && yarn run build
  77. @theia/tslint: $ theiaext clean
  78. @theia/application-package: $ theiaext clean
  79. @theia/plugin: $ theiaext clean
  80. @theia/tslint: $ theiaext build
  81. @theia/plugin: $ theiaext build
  82. @theia/application-package: $ theiaext build
  83. @theia/tslint: [lint] theiaext lint exited with code 0
  84. @theia/tslint: [compile] theiaext compile exited with code 0
  85. @theia/plugin: [lint] theiaext lint exited with code 0
  86. @theia/application-package: [lint] theiaext lint exited with code 0
  87. @theia/plugin: [compile] theiaext compile exited with code 0
  88. @theia/application-package: [compile] theiaext compile exited with code 0
  89. @theia/application-manager: $ yarn run clean && yarn run build
  90. @theia/core: $ yarn run clean && yarn run build
  91. @theia/application-manager: $ theiaext clean
  92. @theia/core: $ theiaext clean
  93. @theia/application-manager: $ theiaext build
  94. @theia/core: $ theiaext build
  95. @theia/application-manager: [lint] theiaext lint exited with code 0
  96. @theia/application-manager: [compile] theiaext compile exited with code 0
  97. @theia/core: [lint] theiaext lint exited with code 0
  98. @theia/core: [compile] theiaext compile exited with code 0
  99. @theia/bunyan: $ yarn run clean && yarn run build
  100. @theia/cli: $ yarn run clean && yarn build
  101. @theia/messages: $ yarn run clean && yarn run build
  102. @theia/filesystem: $ yarn run clean && yarn run build
  103. @theia/bunyan: $ theiaext clean
  104. @theia/cli: $ rimraf lib
  105. @theia/messages: $ theiaext clean
  106. @theia/filesystem: $ theiaext clean
  107. @theia/cli: $ tsc -p compile.tsconfig.json
  108. @theia/bunyan: $ theiaext build
  109. @theia/filesystem: $ theiaext build
  110. @theia/messages: $ theiaext build
  111. @theia/metrics: $ yarn run clean && yarn run build
  112. @theia/metrics: $ theiaext clean
  113. @theia/bunyan: [lint] theiaext lint exited with code 0
  114. @theia/bunyan: [compile] theiaext compile exited with code 0
  115. @theia/messages: [lint] theiaext lint exited with code 0
  116. @theia/outline-view: $ yarn run clean && yarn run build
  117. @theia/metrics: $ theiaext build
  118. @theia/messages: [compile] theiaext compile exited with code 0
  119. @theia/outline-view: $ theiaext clean
  120. @theia/output: $ yarn run clean && yarn run build
  121. @theia/filesystem: [lint] theiaext lint exited with code 0
  122. @theia/output: $ theiaext clean
  123. @theia/outline-view: $ theiaext build
  124. @theia/output: $ theiaext build
  125. @theia/filesystem: [compile] theiaext compile exited with code 0
  126. @theia/metrics: [lint] theiaext lint exited with code 0
  127. @theia/process: $ yarn run clean && yarn run build
  128. @theia/metrics: [compile] theiaext compile exited with code 0
  129. @theia/process: $ theiaext clean
  130. @theia/variable-resolver: $ yarn run clean && yarn run build
  131. @theia/variable-resolver: $ theiaext clean
  132. @theia/outline-view: [lint] theiaext lint exited with code 0
  133. @theia/process: $ theiaext build
  134. @theia/outline-view: [compile] theiaext compile exited with code 0
  135. @theia/output: [lint] theiaext lint exited with code 0
  136. @theia/variable-resolver: $ theiaext build
  137. @theia/output: [compile] theiaext compile exited with code 0
  138. @theia/process: [lint] theiaext lint exited with code 0
  139. @theia/variable-resolver: [lint] theiaext lint exited with code 0
  140. @theia/process: [compile] theiaext compile exited with code 0
  141. @theia/variable-resolver: [compile] theiaext compile exited with code 0
  142. @theia/userstorage: $ yarn run clean && yarn run build
  143. @theia/workspace: $ yarn run clean && yarn run build
  144. @theia/mini-browser: $ yarn run clean && yarn run build
  145. @theia/extension-manager: $ yarn run clean && yarn run build
  146. @theia/userstorage: $ theiaext clean
  147. @theia/workspace: $ theiaext clean
  148. @theia/extension-manager: $ theiaext clean
  149. @theia/mini-browser: $ theiaext clean
  150. @theia/userstorage: $ theiaext build
  151. @theia/mini-browser: $ theiaext build
  152. @theia/workspace: $ theiaext build
  153. @theia/extension-manager: $ theiaext build
  154. @theia/userstorage: [lint] theiaext lint exited with code 0
  155. @theia/mini-browser: [lint] theiaext lint exited with code 0
  156. @theia/extension-manager: [lint] theiaext lint exited with code 0
  157. @theia/workspace: [lint] theiaext lint exited with code 0
  158. @theia/userstorage: [compile] theiaext compile exited with code 0
  159. @theia/mini-browser: [compile] theiaext compile exited with code 0
  160. @theia/workspace: [compile] theiaext compile exited with code 0
  161. @theia/extension-manager: [compile] theiaext compile exited with code 0
  162. @theia/languages: $ yarn run clean && yarn run build
  163. @theia/terminal: $ yarn run clean && yarn run build
  164. @theia/navigator: $ yarn run clean && yarn run build
  165. @theia/languages: $ theiaext clean
  166. @theia/navigator: $ theiaext clean
  167. @theia/terminal: $ theiaext clean
  168. @theia/terminal: $ theiaext build
  169. @theia/languages: $ theiaext build
  170. @theia/navigator: $ theiaext build
  171. @theia/languages: [lint] theiaext lint exited with code 0
  172. @theia/terminal: [lint] theiaext lint exited with code 0
  173. @theia/navigator: [lint] theiaext lint exited with code 0
  174. @theia/terminal: [compile] theiaext compile exited with code 0
  175. @theia/navigator: [compile] theiaext compile exited with code 0
  176. @theia/languages: [compile] theiaext compile exited with code 0
  177. @theia/markers: $ yarn run clean && yarn run build
  178. @theia/editor: $ yarn run clean && yarn run build
  179. @theia/editor: $ theiaext clean
  180. @theia/markers: $ theiaext clean
  181. @theia/editor: $ theiaext build
  182. @theia/markers: $ theiaext build
  183. @theia/markers: [lint] theiaext lint exited with code 0
  184. @theia/editor: [lint] theiaext lint exited with code 0
  185. @theia/markers: [compile] theiaext compile exited with code 0
  186. @theia/editor: [compile] theiaext compile exited with code 0
  187. @theia/git: $ yarn run clean && yarn run build
  188. @theia/monaco: $ yarn run clean && yarn run build
  189. @theia/file-search: $ yarn run clean && yarn run build
  190. @theia/merge-conflicts: $ yarn run clean && yarn run build
  191. @theia/monaco: $ theiaext clean
  192. @theia/git: $ theiaext clean
  193. @theia/merge-conflicts: $ theiaext clean
  194. @theia/file-search: $ theiaext clean
  195. @theia/monaco: $ theiaext build
  196. @theia/git: $ theiaext build
  197. @theia/merge-conflicts: $ theiaext build
  198. @theia/file-search: $ theiaext build
  199. @theia/file-search: [lint] theiaext lint exited with code 0
  200. @theia/merge-conflicts: [lint] theiaext lint exited with code 0
  201. @theia/merge-conflicts: [compile] theiaext compile exited with code 0
  202. @theia/monaco: [lint] theiaext lint exited with code 0
  203. @theia/file-search: [compile] theiaext compile exited with code 0
  204. @theia/preview: $ yarn run clean && yarn run build
  205. @theia/search-in-workspace: $ yarn run clean && yarn run build
  206. @theia/preview: $ theiaext clean
  207. @theia/search-in-workspace: $ theiaext clean
  208. @theia/git: [lint] theiaext lint exited with code 0
  209. @theia/monaco: [compile] theiaext compile exited with code 0
  210. @theia/preview: $ theiaext build
  211. @theia/search-in-workspace: $ theiaext build
  212. @theia/task: $ yarn run clean && yarn run build
  213. @theia/task: $ theiaext clean
  214. @theia/git: [compile] theiaext compile exited with code 0
  215. @theia/task: $ theiaext build
  216. @theia/preview: [lint] theiaext lint exited with code 0
  217. @theia/search-in-workspace: [lint] theiaext lint exited with code 0
  218. @theia/preview: [compile] theiaext compile exited with code 0
  219. @theia/search-in-workspace: [compile] theiaext compile exited with code 0
  220. @theia/task: [lint] theiaext lint exited with code 0
  221. @theia/task: [compile] theiaext compile exited with code 0
  222. @theia/console: $ yarn run clean && yarn run build
  223. @theia/java: $ yarn run clean && yarn run build
  224. @theia/callhierarchy: $ yarn run clean && yarn run build
  225. @theia/editorconfig: $ yarn run clean && yarn run build
  226. @theia/console: $ theiaext clean
  227. @theia/java: $ theiaext clean
  228. @theia/editorconfig: $ theiaext clean
  229. @theia/callhierarchy: $ theiaext clean
  230. @theia/java: $ theiaext build
  231. @theia/console: $ theiaext build
  232. @theia/callhierarchy: $ theiaext build
  233. @theia/editorconfig: $ theiaext build
  234. @theia/console: [lint] theiaext lint exited with code 0
  235. @theia/editorconfig: [lint] theiaext lint exited with code 0
  236. @theia/java: [lint] theiaext lint exited with code 0
  237. @theia/callhierarchy: [lint] theiaext lint exited with code 0
  238. @theia/java: [compile] theiaext compile exited with code 0
  239. @theia/editorconfig: [compile] theiaext compile exited with code 0
  240. @theia/console: [compile] theiaext compile exited with code 0
  241. @theia/keymaps: $ yarn run clean && yarn run build
  242. @theia/callhierarchy: [compile] theiaext compile exited with code 0
  243. @theia/preferences: $ yarn run clean && yarn run build
  244. @theia/json: $ yarn run clean && yarn run build
  245. @theia/keymaps: $ theiaext clean
  246. @theia/json: $ theiaext clean
  247. @theia/python: $ yarn run clean && yarn run build
  248. @theia/preferences: $ theiaext clean
  249. @theia/python: $ theiaext clean
  250. @theia/json: $ theiaext build
  251. @theia/keymaps: $ theiaext build
  252. @theia/preferences: $ theiaext build
  253. @theia/python: $ theiaext build
  254. @theia/keymaps: [lint] theiaext lint exited with code 0
  255. @theia/json: [lint] theiaext lint exited with code 0
  256. @theia/preferences: [lint] theiaext lint exited with code 0
  257. @theia/json: [compile] theiaext compile exited with code 0
  258. @theia/python: [lint] theiaext lint exited with code 0
  259. @theia/keymaps: [compile] theiaext compile exited with code 0
  260. @theia/python: [compile] theiaext compile exited with code 0
  261. @theia/textmate-grammars: $ yarn run clean && yarn run build
  262. @theia/textmate-grammars: $ theiaext clean
  263. @theia/preferences: [compile] theiaext compile exited with code 0
  264. @theia/textmate-grammars: $ theiaext build
  265. @theia/textmate-grammars: [lint] theiaext lint exited with code 0
  266. @theia/textmate-grammars: [compile] theiaext compile exited with code 0
  267. @theia/typescript: $ yarn run clean && yarn run build
  268. @theia/cpp: $ yarn run clean && yarn run build
  269. @theia/debug: $ yarn run clean && yarn run build
  270. @theia/debug: $ theiaext clean
  271. @theia/cpp: $ theiaext clean
  272. @theia/typescript: $ theiaext clean
  273. @theia/debug: $ theiaext build
  274. @theia/typescript: $ theiaext build
  275. @theia/cpp: $ theiaext build
  276. @theia/typescript: [lint] theiaext lint exited with code 0
  277. @theia/cpp: [lint] theiaext lint exited with code 0
  278. @theia/debug: [lint] theiaext lint exited with code 0
  279. @theia/typescript: [compile] theiaext compile exited with code 0
  280. @theia/cpp: [compile] theiaext compile exited with code 0
  281. @theia/debug: [compile] theiaext compile exited with code 0
  282. @theia/debug-nodejs: $ yarn run clean && yarn run build
  283. @theia/debug-nodejs: $ theiaext clean
  284. @theia/debug-nodejs: $ yarn postinstall && theiaext build
  285. @theia/debug-nodejs: $ node ./scripts/download-vscode-node-debug.js
  286. @theia/debug-nodejs: [lint] theiaext lint exited with code 0
  287. @theia/debug-nodejs: [compile] theiaext compile exited with code 0
  288. @theia/plugin-ext: $ yarn run clean && yarn run build
  289. @theia/plugin-ext: $ theiaext clean
  290. @theia/plugin-ext: $ theiaext build
  291. @theia/plugin-ext: [lint] theiaext lint exited with code 0
  292. @theia/plugin-ext: [compile] theiaext compile exited with code 0
  293. @theia/plugin-ext-vscode: $ yarn run clean && yarn run build
  294. @theia/plugin-ext-vscode: $ theiaext clean
  295. @theia/plugin-ext-vscode: $ theiaext build
  296. @theia/plugin-ext-vscode: [lint] theiaext lint exited with code 0
  297. @theia/plugin-ext-vscode: [compile] theiaext compile exited with code 0
  298. @theia/example-electron: $ yarn run clean && yarn build
  299. @theia/example-browser: $ yarn run clean && yarn build
  300. @theia/example-electron: $ theia clean
  301. @theia/example-browser: $ theia clean && rimraf errorShots
  302. @theia/example-electron: $ theia build --mode development
  303. @theia/example-browser: $ theia build --mode development
  304. @theia/example-browser: (node:9199) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
  305. @theia/example-electron: (node:9189) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
  306. @theia/example-browser: Hash: 319944f349547c143277
  307. @theia/example-browser: Version: webpack 4.16.5
  308. @theia/example-browser: Time: 20578ms
  309. @theia/example-browser: Built at: 2018-10-18 13:14:16
  310. @theia/example-browser: Asset Size Chunks Chunk Names
  311. @theia/example-browser: 4.bundle.js.map 41 KiB 4 [emitted]
  312. @theia/example-browser: worker-ext.bbe85829af4973270aae.js 647 KiB [emitted]
  313. @theia/example-browser: e19892df121e7f85c61754c54bbb7951.woff2 48.6 KiB [emitted]
  314. @theia/example-browser: 11d1a2390613abf202bfd2ebbd5c4500.woff2 88.6 KiB [emitted]
  315. @theia/example-browser: af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
  316. @theia/example-browser: 0a32a80243e05284a5d741c5dc093f31.woff2 23.8 KiB [emitted]
  317. @theia/example-browser: de59a97248b44599e6747a27a943f738.woff2 19.8 KiB [emitted]
  318. @theia/example-browser: 674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
  319. @theia/example-browser: 912ec66d7572ff821749319396470bde.svg 434 KiB [emitted]
  320. @theia/example-browser: b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
  321. @theia/example-browser: fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
  322. @theia/example-browser: f8f821a66b20e5801e35df5ec4565b30.wasm 583 KiB [emitted]
  323. @theia/example-browser: _/_/packages/core/src/browser/icons/spinner.e817279537a0417d042f62fbb1b99eea.gif 43.1 KiB [emitted]
  324. @theia/example-browser: cf2aabacdc2b3a5768b03545cb1d8330.svg 21 KiB [emitted]
  325. @theia/example-browser: b1b07a0660cb1664f670dec2760a5ccb.plist 10.3 KiB [emitted]
  326. @theia/example-browser: 0.bundle.js 22.7 KiB 0 [emitted]
  327. @theia/example-browser: 1.bundle.js 59.6 KiB 1 [emitted]
  328. @theia/example-browser: 2.bundle.js 126 KiB 2 [emitted]
  329. @theia/example-browser: 3.bundle.js 277 KiB 3 [emitted]
  330. @theia/example-browser: 4.bundle.js 50.5 KiB 4 [emitted]
  331. @theia/example-browser: 5.bundle.js 24.4 KiB 5 [emitted]
  332. @theia/example-browser: 6.bundle.js 125 KiB 6 [emitted]
  333. @theia/example-browser: 7.bundle.js 557 KiB 7 [emitted]
  334. @theia/example-browser: 8.bundle.js 52 KiB 8 [emitted]
  335. @theia/example-browser: 9.bundle.js 28.9 KiB 9 [emitted]
  336. @theia/example-browser: 10.bundle.js 72.9 KiB 10 [emitted]
  337. @theia/example-browser: 11.bundle.js 382 KiB 11 [emitted]
  338. @theia/example-browser: 12.bundle.js 47.1 KiB 12 [emitted]
  339. @theia/example-browser: 13.bundle.js 117 KiB 13 [emitted]
  340. @theia/example-browser: 14.bundle.js 15 KiB 14 [emitted]
  341. @theia/example-browser: 15.bundle.js 237 KiB 15 [emitted]
  342. @theia/example-browser: 16.bundle.js 62.9 KiB 16 [emitted]
  343. @theia/example-browser: 17.bundle.js 22.4 KiB 17 [emitted]
  344. @theia/example-browser: 18.bundle.js 29.6 KiB 18 [emitted]
  345. @theia/example-browser: 19.bundle.js 21.9 KiB 19 [emitted]
  346. @theia/example-browser: 20.bundle.js 17.2 KiB 20 [emitted]
  347. @theia/example-browser: 21.bundle.js 32.9 KiB 21 [emitted]
  348. @theia/example-browser: 22.bundle.js 75.9 KiB 22 [emitted]
  349. @theia/example-browser: 23.bundle.js 60.1 KiB 23 [emitted]
  350. @theia/example-browser: 24.bundle.js 23.3 KiB 24 [emitted]
  351. @theia/example-browser: 25.bundle.js 25.9 KiB 25 [emitted]
  352. @theia/example-browser: 26.bundle.js 54.5 KiB 26 [emitted]
  353. @theia/example-browser: 27.bundle.js 13.5 KiB 27 [emitted]
  354. @theia/example-browser: 28.bundle.js 60.7 KiB 28 [emitted]
  355. @theia/example-browser: 29.bundle.js 353 KiB 29 [emitted]
  356. @theia/example-browser: 30.bundle.js 19 KiB 30 [emitted]
  357. @theia/example-browser: 31.bundle.js 13.7 KiB 31 [emitted]
  358. @theia/example-browser: 32.bundle.js 64.3 KiB 32 [emitted]
  359. @theia/example-browser: 33.bundle.js 40 KiB 33 [emitted]
  360. @theia/example-browser: 34.bundle.js 37.3 KiB 34 [emitted]
  361. @theia/example-browser: 35.bundle.js 34.6 KiB 35 [emitted]
  362. @theia/example-browser: 36.bundle.js 11.8 KiB 36 [emitted]
  363. @theia/example-browser: bundle.js 4.16 MiB main [emitted] main
  364. @theia/example-browser: 37.bundle.js 18.3 KiB 37 [emitted]
  365. @theia/example-browser: 38.bundle.js 4.47 KiB 38 [emitted]
  366. @theia/example-browser: 39.bundle.js 2.75 KiB 39 [emitted]
  367. @theia/example-browser: 40.bundle.js 31.6 KiB 40 [emitted]
  368. @theia/example-browser: 41.bundle.js 6.18 KiB 41 [emitted]
  369. @theia/example-browser: 42.bundle.js 8.4 KiB 42 [emitted]
  370. @theia/example-browser: 43.bundle.js 10.5 KiB 43 [emitted]
  371. @theia/example-browser: 44.bundle.js 17.6 KiB 44 [emitted]
  372. @theia/example-browser: 45.bundle.js 73.3 KiB 45 [emitted]
  373. @theia/example-browser: 46.bundle.js 13 KiB 46 [emitted]
  374. @theia/example-browser: 47.bundle.js 150 KiB 47 [emitted]
  375. @theia/example-browser: 48.bundle.js 36.4 KiB 48 [emitted]
  376. @theia/example-browser: 49.bundle.js 3.86 KiB 49 [emitted]
  377. @theia/example-browser: 50.bundle.js 69.4 KiB 50 [emitted]
  378. @theia/example-browser: 51.bundle.js 35.8 KiB 51 [emitted]
  379. @theia/example-browser: 52.bundle.js 91.1 KiB 52 [emitted]
  380. @theia/example-browser: 53.bundle.js 204 KiB 53 [emitted]
  381. @theia/example-browser: 54.bundle.js 11.2 KiB 54 [emitted]
  382. @theia/example-browser: 55.bundle.js 226 KiB 55 [emitted]
  383. @theia/example-browser: 56.bundle.js 28.5 KiB 56 [emitted]
  384. @theia/example-browser: 57.bundle.js 67.4 KiB 57 [emitted]
  385. @theia/example-browser: 58.bundle.js 31.7 KiB 58 [emitted]
  386. @theia/example-browser: 59.bundle.js 494 KiB 59 [emitted]
  387. @theia/example-browser: 60.bundle.js 90.7 KiB 60 [emitted]
  388. @theia/example-browser: 61.bundle.js 43.5 KiB 61 [emitted]
  389. @theia/example-browser: 62.bundle.js 60.3 KiB 62 [emitted]
  390. @theia/example-browser: 63.bundle.js 65.6 KiB 63 [emitted]
  391. @theia/example-browser: 64.bundle.js 85.7 KiB 64 [emitted]
  392. @theia/example-browser: 65.bundle.js 661 KiB 65 [emitted]
  393. @theia/example-browser: 66.bundle.js 102 KiB 66 [emitted]
  394. @theia/example-browser: 67.bundle.js 123 KiB 67 [emitted]
  395. @theia/example-browser: 68.bundle.js 113 KiB 68 [emitted]
  396. @theia/example-browser: 69.bundle.js 818 KiB 69 [emitted]
  397. @theia/example-browser: 70.bundle.js 663 KiB 70 [emitted]
  398. @theia/example-browser: 71.bundle.js 1.1 MiB 71 [emitted]
  399. @theia/example-browser: 72.bundle.js 86.9 KiB 72 [emitted]
  400. @theia/example-browser: 73.bundle.js 179 KiB 73 [emitted]
  401. @theia/example-browser: 74.bundle.js 20.7 KiB 74 [emitted]
  402. @theia/example-browser: 0.bundle.js.map 31.6 KiB 0 [emitted]
  403. @theia/example-browser: 1.bundle.js.map 63 KiB 1 [emitted]
  404. @theia/example-browser: 2.bundle.js.map 108 KiB 2 [emitted]
  405. @theia/example-browser: 3.bundle.js.map 339 KiB 3 [emitted]
  406. @theia/example-browser: worker-ext.bbe85829af4973270aae.js.map 880 KiB [emitted]
  407. @theia/example-browser: 5.bundle.js.map 16 KiB 5 [emitted]
  408. @theia/example-browser: 6.bundle.js.map 102 KiB 6 [emitted]
  409. @theia/example-browser: 7.bundle.js.map 637 KiB 7 [emitted]
  410. @theia/example-browser: 8.bundle.js.map 54.8 KiB 8 [emitted]
  411. @theia/example-browser: 9.bundle.js.map 25.6 KiB 9 [emitted]
  412. @theia/example-browser: 10.bundle.js.map 51.9 KiB 10 [emitted]
  413. @theia/example-browser: 11.bundle.js.map 491 KiB 11 [emitted]
  414. @theia/example-browser: 12.bundle.js.map 58 KiB 12 [emitted]
  415. @theia/example-browser: 13.bundle.js.map 111 KiB 13 [emitted]
  416. @theia/example-browser: 14.bundle.js.map 15.4 KiB 14 [emitted]
  417. @theia/example-browser: 15.bundle.js.map 277 KiB 15 [emitted]
  418. @theia/example-browser: 16.bundle.js.map 36.9 KiB 16 [emitted]
  419. @theia/example-browser: 17.bundle.js.map 26 KiB 17 [emitted]
  420. @theia/example-browser: 18.bundle.js.map 30.1 KiB 18 [emitted]
  421. @theia/example-browser: 19.bundle.js.map 15.5 KiB 19 [emitted]
  422. @theia/example-browser: 20.bundle.js.map 14.9 KiB 20 [emitted]
  423. @theia/example-browser: 21.bundle.js.map 38.7 KiB 21 [emitted]
  424. @theia/example-browser: 22.bundle.js.map 57.2 KiB 22 [emitted]
  425. @theia/example-browser: 23.bundle.js.map 66.9 KiB 23 [emitted]
  426. @theia/example-browser: 24.bundle.js.map 18.4 KiB 24 [emitted]
  427. @theia/example-browser: 25.bundle.js.map 46.5 KiB 25 [emitted]
  428. @theia/example-browser: 26.bundle.js.map 54.4 KiB 26 [emitted]
  429. @theia/example-browser: 27.bundle.js.map 15.2 KiB 27 [emitted]
  430. @theia/example-browser: 28.bundle.js.map 48 KiB 28 [emitted]
  431. @theia/example-browser: 29.bundle.js.map 710 KiB 29 [emitted]
  432. @theia/example-browser: 30.bundle.js.map 19.9 KiB 30 [emitted]
  433. @theia/example-browser: 31.bundle.js.map 15.9 KiB 31 [emitted]
  434. @theia/example-browser: 32.bundle.js.map 80.1 KiB 32 [emitted]
  435. @theia/example-browser: 33.bundle.js.map 35.3 KiB 33 [emitted]
  436. @theia/example-browser: 34.bundle.js.map 40.1 KiB 34 [emitted]
  437. @theia/example-browser: 35.bundle.js.map 21.6 KiB 35 [emitted]
  438. @theia/example-browser: 36.bundle.js.map 11.7 KiB 36 [emitted]
  439. @theia/example-browser: bundle.js.map 4.42 MiB main [emitted] main
  440. @theia/example-browser: 37.bundle.js.map 17.2 KiB 37 [emitted]
  441. @theia/example-browser: 38.bundle.js.map 3.37 KiB 38 [emitted]
  442. @theia/example-browser: 39.bundle.js.map 2.5 KiB 39 [emitted]
  443. @theia/example-browser: 40.bundle.js.map 23.3 KiB 40 [emitted]
  444. @theia/example-browser: 41.bundle.js.map 11.7 KiB 41 [emitted]
  445. @theia/example-browser: 42.bundle.js.map 5.97 KiB 42 [emitted]
  446. @theia/example-browser: 43.bundle.js.map 10.1 KiB 43 [emitted]
  447. @theia/example-browser: 44.bundle.js.map 13.9 KiB 44 [emitted]
  448. @theia/example-browser: 45.bundle.js.map 58 KiB 45 [emitted]
  449. @theia/example-browser: 46.bundle.js.map 8.12 KiB 46 [emitted]
  450. @theia/example-browser: 47.bundle.js.map 137 KiB 47 [emitted]
  451. @theia/example-browser: 48.bundle.js.map 33.4 KiB 48 [emitted]
  452. @theia/example-browser: 49.bundle.js.map 3.27 KiB 49 [emitted]
  453. @theia/example-browser: 50.bundle.js.map 58.5 KiB 50 [emitted]
  454. @theia/example-browser: 51.bundle.js.map 33.9 KiB 51 [emitted]
  455. @theia/example-browser: 52.bundle.js.map 67.5 KiB 52 [emitted]
  456. @theia/example-browser: 53.bundle.js.map 77.1 KiB 53 [emitted]
  457. @theia/example-browser: 54.bundle.js.map 10.9 KiB 54 [emitted]
  458. @theia/example-browser: 55.bundle.js.map 222 KiB 55 [emitted]
  459. @theia/example-browser: 56.bundle.js.map 31.3 KiB 56 [emitted]
  460. @theia/example-browser: 57.bundle.js.map 65.5 KiB 57 [emitted]
  461. @theia/example-browser: 58.bundle.js.map 23.7 KiB 58 [emitted]
  462. @theia/example-browser: 59.bundle.js.map 480 KiB 59 [emitted]
  463. @theia/example-browser: 60.bundle.js.map 49.5 KiB 60 [emitted]
  464. @theia/example-browser: 61.bundle.js.map 24.6 KiB 61 [emitted]
  465. @theia/example-browser: 62.bundle.js.map 53.4 KiB 62 [emitted]
  466. @theia/example-browser: 63.bundle.js.map 59.2 KiB 63 [emitted]
  467. @theia/example-browser: 64.bundle.js.map 83.5 KiB 64 [emitted]
  468. @theia/example-browser: 65.bundle.js.map 854 KiB 65 [emitted]
  469. @theia/example-browser: 66.bundle.js.map 95.9 KiB 66 [emitted]
  470. @theia/example-browser: 67.bundle.js.map 13.7 KiB 67 [emitted]
  471. @theia/example-browser: 68.bundle.js.map 119 KiB 68 [emitted]
  472. @theia/example-browser: 69.bundle.js.map 152 KiB 69 [emitted]
  473. @theia/example-browser: 70.bundle.js.map 93.7 KiB 70 [emitted]
  474. @theia/example-browser: 71.bundle.js.map 1.12 MiB 71 [emitted]
  475. @theia/example-browser: 72.bundle.js.map 93.1 KiB 72 [emitted]
  476. @theia/example-browser: 73.bundle.js.map 3.94 KiB 73 [emitted]
  477. @theia/example-browser: 74.bundle.js.map 23.7 KiB 74 [emitted]
  478. @theia/example-browser: vs/language/css/cssMode.js 25.8 KiB [emitted]
  479. @theia/example-browser: vs/language/css/monaco.contribution.js 2.13 KiB [emitted]
  480. @theia/example-browser: vs/language/html/htmlMode.js 23 KiB [emitted]
  481. @theia/example-browser: vs/language/html/monaco.contribution.js 2.16 KiB [emitted]
  482. @theia/example-browser: vs/language/html/htmlWorker.js 164 KiB [emitted]
  483. @theia/example-browser: vs/language/css/cssWorker.js 555 KiB [emitted]
  484. @theia/example-browser: vs/base/worker/workerMain.js 489 KiB [emitted]
  485. @theia/example-browser: vs/editor/editor.main.css 255 KiB [emitted]
  486. @theia/example-browser: vs/editor/editor.main.nls.de.js 41.3 KiB [emitted]
  487. @theia/example-browser: vs/editor/editor.main.nls.es.js 41.8 KiB [emitted]
  488. @theia/example-browser: vs/editor/editor.main.nls.fr.js 45.2 KiB [emitted]
  489. @theia/example-browser: vs/base/worker/workerMain.js.map 661 KiB [emitted]
  490. @theia/example-browser: vs/editor/editor.main.nls.it.js 43.5 KiB [emitted]
  491. @theia/example-browser: vs/editor/editor.main.nls.ja.js 45.9 KiB [emitted]
  492. @theia/example-browser: vs/editor/editor.main.nls.js 35.6 KiB [emitted]
  493. @theia/example-browser: vs/editor/editor.main.nls.ko.js 41.9 KiB [emitted]
  494. @theia/example-browser: vs/editor/editor.main.nls.zh-cn.js 34.2 KiB [emitted]
  495. @theia/example-browser: vs/editor/editor.main.nls.ru.js 63 KiB [emitted]
  496. @theia/example-browser: vs/editor/editor.main.nls.zh-tw.js 34.3 KiB [emitted]
  497. @theia/example-browser: vs/loader.js 77.8 KiB [emitted]
  498. @theia/example-browser: vs/loader.js.map 88 KiB [emitted]
  499. @theia/example-browser: vs/editor/editor.main.js 5.19 MiB [emitted]
  500. @theia/example-browser: vs/editor/editor.main.js.map 8.03 MiB [emitted]
  501. @theia/example-browser: Entrypoint main = bundle.js bundle.js.map
  502. @theia/example-browser: [../../packages/callhierarchy/lib/browser/callhierarchy-frontend-module.js] /home/theia/theia-source-code/packages/callhierarchy/lib/browser/callhierarchy-frontend-module.js 2.09 KiB {28} [built]
  503. @theia/example-browser: [../../packages/outline-view/lib/browser/outline-view-frontend-module.js] /home/theia/theia-source-code/packages/outline-view/lib/browser/outline-view-frontend-module.js 2.6 KiB {46} [built]
  504. @theia/example-browser: [../../packages/output/lib/browser/output-frontend-module.js] /home/theia/theia-source-code/packages/output/lib/browser/output-frontend-module.js 1.79 KiB {39} [built]
  505. @theia/example-browser: [../../packages/plugin-ext/lib/plugin-ext-frontend-module.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin-ext-frontend-module.js 1.03 KiB {65} [built]
  506. @theia/example-browser: [../../packages/preferences/lib/browser/preference-frontend-module.js] /home/theia/theia-source-code/packages/preferences/lib/browser/preference-frontend-module.js 3.65 KiB {50} [built]
  507. @theia/example-browser: [../../packages/preview/lib/browser/preview-frontend-module.js] /home/theia/theia-source-code/packages/preview/lib/browser/preview-frontend-module.js 5.81 KiB {66} [built]
  508. @theia/example-browser: [../../packages/python/lib/browser/python-frontend-module.js] /home/theia/theia-source-code/packages/python/lib/browser/python-frontend-module.js 1.65 KiB {67} [built]
  509. @theia/example-browser: [../../packages/search-in-workspace/lib/browser/search-in-workspace-frontend-module.js] /home/theia/theia-source-code/packages/search-in-workspace/lib/browser/search-in-workspace-frontend-module.js 3.6 KiB {68} [built]
  510. @theia/example-browser: [../../packages/task/lib/browser/task-frontend-module.js] /home/theia/theia-source-code/packages/task/lib/browser/task-frontend-module.js 3.59 KiB {52} [built]
  511. @theia/example-browser: [../../packages/terminal/lib/browser/terminal-frontend-module.js] /home/theia/theia-source-code/packages/terminal/lib/browser/terminal-frontend-module.js 5.15 KiB {51} [built]
  512. @theia/example-browser: [../../packages/textmate-grammars/lib/browser/textmate-grammars-frontend-module.js] /home/theia/theia-source-code/packages/textmate-grammars/lib/browser/textmate-grammars-frontend-module.js 7.62 KiB {69} [built]
  513. @theia/example-browser: [../../packages/typescript/lib/browser/typescript-frontend-module.js] /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-module.js 3.17 KiB {70} [built]
  514. @theia/example-browser: [../../packages/userstorage/lib/browser/user-storage-frontend-module.js] /home/theia/theia-source-code/packages/userstorage/lib/browser/user-storage-frontend-module.js 1.49 KiB {24} [built]
  515. @theia/example-browser: [../../packages/variable-resolver/lib/browser/variable-resolver-frontend-module.js] /home/theia/theia-source-code/packages/variable-resolver/lib/browser/variable-resolver-frontend-module.js 2.66 KiB {42} [built]
  516. @theia/example-browser: [./src-gen/frontend/index.js] 5.35 KiB {main} [built]
  517. @theia/example-browser: + 1761 hidden modules
  518. @theia/example-browser: WARNING in Circular dependency detected:
  519. @theia/example-browser: ../../packages/git/lib/browser/diff/git-diff-widget.js -> ../../packages/git/lib/browser/git-widget.js -> ../../packages/git/lib/browser/diff/git-diff-widget.js
  520. @theia/example-browser: WARNING in Circular dependency detected:
  521. @theia/example-browser: ../../packages/git/lib/browser/git-widget.js -> ../../packages/git/lib/browser/diff/git-diff-widget.js -> ../../packages/git/lib/browser/git-widget.js
  522. @theia/example-browser: WARNING in /home/theia/theia-source-code/node_modules/vscode-textmate/release/main.js 14:15-27
  523. @theia/example-browser: Critical dependency: the request of a dependency is an expression
  524. @theia/example-browser: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/monaco-textmate-service.js
  525. @theia/example-browser: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/index.js
  526. @theia/example-browser: @ /home/theia/theia-source-code/packages/plugin-ext/lib/main/browser/plugin-contribution-handler.js
  527. @theia/example-browser: @ /home/theia/theia-source-code/packages/plugin-ext/lib/main/browser/plugin-ext-frontend-module.js
  528. @theia/example-browser: @ /home/theia/theia-source-code/packages/plugin-ext/lib/plugin-ext-frontend-module.js
  529. @theia/example-browser: @ ./src-gen/frontend/index.js
  530. @theia/example-browser: WARNING in /home/theia/theia-source-code/node_modules/vscode-textmate/release/main.js
  531. @theia/example-browser: Module Warning (from /home/theia/theia-source-code/node_modules/source-map-loader/index.js):
  532. @theia/example-browser: (Emitted value instead of an instance of Error) Cannot find SourceMap '_suffix.js.map': Error: Can't resolve './_suffix.js.map' in '/home/theia/theia-source-code/node_modules/vscode-textmate/release'
  533. @theia/example-browser: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/monaco-textmate-service.js 73:24-50
  534. @theia/example-browser: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/index.js
  535. @theia/example-browser: @ /home/theia/theia-source-code/packages/plugin-ext/lib/main/browser/plugin-contribution-handler.js
  536. @theia/example-browser: @ /home/theia/theia-source-code/packages/plugin-ext/lib/main/browser/plugin-ext-frontend-module.js
  537. @theia/example-browser: @ /home/theia/theia-source-code/packages/plugin-ext/lib/plugin-ext-frontend-module.js
  538. @theia/example-browser: @ ./src-gen/frontend/index.js
  539. @theia/example-browser: WARNING in /home/theia/theia-source-code/node_modules/typescript-language-server/lib/commands.js
  540. @theia/example-browser: Module Warning (from /home/theia/theia-source-code/node_modules/source-map-loader/index.js):
  541. @theia/example-browser: (Emitted value instead of an instance of Error) Cannot find source file '../src/commands.ts': Error: Can't resolve '../src/commands.ts' in '/home/theia/theia-source-code/node_modules/typescript-language-server/lib'
  542. @theia/example-browser: @ /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-contribution.js 83:17-67
  543. @theia/example-browser: @ /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-module.js
  544. @theia/example-browser: @ ./src-gen/frontend/index.js
  545. @theia/example-browser: WARNING in /home/theia/theia-source-code/node_modules/reflect-metadata/Reflect.js
  546. @theia/example-browser: Module Warning (from /home/theia/theia-source-code/node_modules/source-map-loader/index.js):
  547. @theia/example-browser: (Emitted value instead of an instance of Error) Cannot find source file 'Reflect.ts': Error: Can't resolve './Reflect.ts' in '/home/theia/theia-source-code/node_modules/reflect-metadata'
  548. @theia/example-browser: @ ./src-gen/frontend/index.js 3:0-27
  549. @theia/example-browser: Child worker:
  550. @theia/example-browser: Asset Size Chunks Chunk Names
  551. @theia/example-browser: worker-ext.bbe85829af4973270aae.js 647 KiB main [emitted] main
  552. @theia/example-browser: worker-ext.bbe85829af4973270aae.js.map 880 KiB main [emitted] main
  553. @theia/example-browser: Entrypoint main = worker-ext.bbe85829af4973270aae.js worker-ext.bbe85829af4973270aae.js.map
  554. @theia/example-browser: [../../node_modules/source-map-loader/index.js!../../packages/plugin-ext/lib/hosted/browser/worker/worker-main.js] /home/theia/theia-source-code/node_modules/source-map-loader!/home/theia/theia-source-code/packages/plugin-ext/lib/hosted/browser/worker/worker-main.js 6.1 KiB {main} [built]
  555. @theia/example-browser: [../../packages/core/lib/common/cancellation.js] /home/theia/theia-source-code/packages/core/lib/common/cancellation.js 4.46 KiB {main} [built]
  556. @theia/example-browser: [../../packages/core/lib/common/event.js] /home/theia/theia-source-code/packages/core/lib/common/event.js 6.61 KiB {main} [built]
  557. @theia/example-browser: [../../packages/plugin-ext/lib/api/plugin-api.js] /home/theia/theia-source-code/packages/plugin-ext/lib/api/plugin-api.js 5.11 KiB {main} [built]
  558. @theia/example-browser: [../../packages/plugin-ext/lib/api/rpc-protocol.js] /home/theia/theia-source-code/packages/plugin-ext/lib/api/rpc-protocol.js 8.62 KiB {main} [built]
  559. @theia/example-browser: [../../packages/plugin-ext/lib/common/plugin-protocol.js] /home/theia/theia-source-code/packages/plugin-ext/lib/common/plugin-protocol.js 1.49 KiB {main} [built]
  560. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/env.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/env.js 1.75 KiB {main} [built]
  561. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/plugin-context.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/plugin-context.js 21.3 KiB {main} [built]
  562. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/plugin-manager.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/plugin-manager.js 7.99 KiB {main} [built]
  563. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/preference-registry.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/preference-registry.js 8.12 KiB {main} [built]
  564. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/quick-open.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/quick-open.js 4.87 KiB {main} [built]
  565. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/status-bar-message-registry.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/status-bar-message-registry.js 2.46 KiB {main} [built]
  566. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/terminal-ext.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/terminal-ext.js 3.24 KiB {main} [built]
  567. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/types-impl.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/types-impl.js 34.2 KiB {main} [built]
  568. @theia/example-browser: [../../packages/plugin-ext/lib/plugin/window-state.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/window-state.js 1.74 KiB {main} [built]
  569. @theia/example-browser: + 70 hidden modules
  570. @theia/example-electron: Hash: a359251e33af1a9deaa5
  571. @theia/example-electron: Version: webpack 4.16.5
  572. @theia/example-electron: Time: 21267ms
  573. @theia/example-electron: Built at: 2018-10-18 13:14:16
  574. @theia/example-electron: Asset Size Chunks Chunk Names
  575. @theia/example-electron: 4.bundle.js.map 41 KiB 4 [emitted]
  576. @theia/example-electron: worker-ext.9a752fb57e47309d5f14.js 566 KiB [emitted]
  577. @theia/example-electron: e19892df121e7f85c61754c54bbb7951.woff2 48.6 KiB [emitted]
  578. @theia/example-electron: 11d1a2390613abf202bfd2ebbd5c4500.woff2 88.6 KiB [emitted]
  579. @theia/example-electron: af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
  580. @theia/example-electron: 0a32a80243e05284a5d741c5dc093f31.woff2 23.8 KiB [emitted]
  581. @theia/example-electron: de59a97248b44599e6747a27a943f738.woff2 19.8 KiB [emitted]
  582. @theia/example-electron: 674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
  583. @theia/example-electron: 912ec66d7572ff821749319396470bde.svg 434 KiB [emitted]
  584. @theia/example-electron: b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
  585. @theia/example-electron: fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
  586. @theia/example-electron: f8f821a66b20e5801e35df5ec4565b30.wasm 583 KiB [emitted]
  587. @theia/example-electron: _/_/packages/core/src/browser/icons/spinner.e817279537a0417d042f62fbb1b99eea.gif 43.1 KiB [emitted]
  588. @theia/example-electron: cf2aabacdc2b3a5768b03545cb1d8330.svg 21 KiB [emitted]
  589. @theia/example-electron: b1b07a0660cb1664f670dec2760a5ccb.plist 10.3 KiB [emitted]
  590. @theia/example-electron: 0.bundle.js 22.7 KiB 0 [emitted]
  591. @theia/example-electron: 1.bundle.js 59.6 KiB 1 [emitted]
  592. @theia/example-electron: 2.bundle.js 126 KiB 2 [emitted]
  593. @theia/example-electron: 3.bundle.js 277 KiB 3 [emitted]
  594. @theia/example-electron: 4.bundle.js 50.5 KiB 4 [emitted]
  595. @theia/example-electron: 5.bundle.js 24.4 KiB 5 [emitted]
  596. @theia/example-electron: 6.bundle.js 125 KiB 6 [emitted]
  597. @theia/example-electron: 7.bundle.js 562 KiB 7 [emitted]
  598. @theia/example-electron: 8.bundle.js 52 KiB 8 [emitted]
  599. @theia/example-electron: 9.bundle.js 28.9 KiB 9 [emitted]
  600. @theia/example-electron: 10.bundle.js 72.9 KiB 10 [emitted]
  601. @theia/example-electron: 11.bundle.js 382 KiB 11 [emitted]
  602. @theia/example-electron: 12.bundle.js 47.1 KiB 12 [emitted]
  603. @theia/example-electron: 13.bundle.js 117 KiB 13 [emitted]
  604. @theia/example-electron: 14.bundle.js 15 KiB 14 [emitted]
  605. @theia/example-electron: 15.bundle.js 219 KiB 15 [emitted]
  606. @theia/example-electron: 16.bundle.js 62.9 KiB 16 [emitted]
  607. @theia/example-electron: 17.bundle.js 22.4 KiB 17 [emitted]
  608. @theia/example-electron: 18.bundle.js 29.6 KiB 18 [emitted]
  609. @theia/example-electron: 19.bundle.js 21.9 KiB 19 [emitted]
  610. @theia/example-electron: 20.bundle.js 17.2 KiB 20 [emitted]
  611. @theia/example-electron: 21.bundle.js 32.9 KiB 21 [emitted]
  612. @theia/example-electron: 22.bundle.js 75.9 KiB 22 [emitted]
  613. @theia/example-electron: 23.bundle.js 60.1 KiB 23 [emitted]
  614. @theia/example-electron: 24.bundle.js 23.3 KiB 24 [emitted]
  615. @theia/example-electron: 25.bundle.js 24.8 KiB 25 [emitted]
  616. @theia/example-electron: 26.bundle.js 54.5 KiB 26 [emitted]
  617. @theia/example-electron: 27.bundle.js 13.5 KiB 27 [emitted]
  618. @theia/example-electron: 28.bundle.js 60.7 KiB 28 [emitted]
  619. @theia/example-electron: 29.bundle.js 353 KiB 29 [emitted]
  620. @theia/example-electron: 30.bundle.js 13.5 KiB 30 [emitted]
  621. @theia/example-electron: 31.bundle.js 64.3 KiB 31 [emitted]
  622. @theia/example-electron: 32.bundle.js 40 KiB 32 [emitted]
  623. @theia/example-electron: 33.bundle.js 37.3 KiB 33 [emitted]
  624. @theia/example-electron: 34.bundle.js 33.6 KiB 34 [emitted]
  625. @theia/example-electron: 35.bundle.js 11.8 KiB 35 [emitted]
  626. @theia/example-electron: bundle.js 4.01 MiB main [emitted] main
  627. @theia/example-electron: 36.bundle.js 27.4 KiB 36 [emitted]
  628. @theia/example-electron: 37.bundle.js 8.01 KiB 37 [emitted]
  629. @theia/example-electron: 38.bundle.js 2.75 KiB 38 [emitted]
  630. @theia/example-electron: 39.bundle.js 35.8 KiB 39 [emitted]
  631. @theia/example-electron: 40.bundle.js 6.18 KiB 40 [emitted]
  632. @theia/example-electron: 41.bundle.js 8.4 KiB 41 [emitted]
  633. @theia/example-electron: 42.bundle.js 9.48 KiB 42 [emitted]
  634. @theia/example-electron: 43.bundle.js 17.6 KiB 43 [emitted]
  635. @theia/example-electron: 44.bundle.js 77.5 KiB 44 [emitted]
  636. @theia/example-electron: 45.bundle.js 13 KiB 45 [emitted]
  637. @theia/example-electron: 46.bundle.js 150 KiB 46 [emitted]
  638. @theia/example-electron: 47.bundle.js 35.4 KiB 47 [emitted]
  639. @theia/example-electron: 48.bundle.js 3.86 KiB 48 [emitted]
  640. @theia/example-electron: 49.bundle.js 69.4 KiB 49 [emitted]
  641. @theia/example-electron: 50.bundle.js 35.8 KiB 50 [emitted]
  642. @theia/example-electron: 51.bundle.js 91.1 KiB 51 [emitted]
  643. @theia/example-electron: 52.bundle.js 204 KiB 52 [emitted]
  644. @theia/example-electron: 53.bundle.js 11.2 KiB 53 [emitted]
  645. @theia/example-electron: 54.bundle.js 226 KiB 54 [emitted]
  646. @theia/example-electron: 55.bundle.js 27.4 KiB 55 [emitted]
  647. @theia/example-electron: 56.bundle.js 67.4 KiB 56 [emitted]
  648. @theia/example-electron: 57.bundle.js 31.7 KiB 57 [emitted]
  649. @theia/example-electron: 58.bundle.js 494 KiB 58 [emitted]
  650. @theia/example-electron: 59.bundle.js 89.7 KiB 59 [emitted]
  651. @theia/example-electron: 60.bundle.js 43.5 KiB 60 [emitted]
  652. @theia/example-electron: 61.bundle.js 60.3 KiB 61 [emitted]
  653. @theia/example-electron: 62.bundle.js 64.6 KiB 62 [emitted]
  654. @theia/example-electron: 63.bundle.js 85.7 KiB 63 [emitted]
  655. @theia/example-electron: 64.bundle.js 660 KiB 64 [emitted]
  656. @theia/example-electron: 65.bundle.js 102 KiB 65 [emitted]
  657. @theia/example-electron: 66.bundle.js 123 KiB 66 [emitted]
  658. @theia/example-electron: 67.bundle.js 112 KiB 67 [emitted]
  659. @theia/example-electron: 68.bundle.js 818 KiB 68 [emitted]
  660. @theia/example-electron: 69.bundle.js 663 KiB 69 [emitted]
  661. @theia/example-electron: 70.bundle.js 1.1 MiB 70 [emitted]
  662. @theia/example-electron: 71.bundle.js 96.2 KiB 71 [emitted]
  663. @theia/example-electron: 72.bundle.js 29.9 KiB 72 [emitted]
  664. @theia/example-electron: 73.bundle.js 179 KiB 73 [emitted]
  665. @theia/example-electron: 0.bundle.js.map 31.6 KiB 0 [emitted]
  666. @theia/example-electron: 1.bundle.js.map 63 KiB 1 [emitted]
  667. @theia/example-electron: 2.bundle.js.map 108 KiB 2 [emitted]
  668. @theia/example-electron: 3.bundle.js.map 339 KiB 3 [emitted]
  669. @theia/example-electron: worker-ext.9a752fb57e47309d5f14.js.map 789 KiB [emitted]
  670. @theia/example-electron: 5.bundle.js.map 16 KiB 5 [emitted]
  671. @theia/example-electron: 6.bundle.js.map 102 KiB 6 [emitted]
  672. @theia/example-electron: 7.bundle.js.map 643 KiB 7 [emitted]
  673. @theia/example-electron: 8.bundle.js.map 54.8 KiB 8 [emitted]
  674. @theia/example-electron: 9.bundle.js.map 25.6 KiB 9 [emitted]
  675. @theia/example-electron: 10.bundle.js.map 51.9 KiB 10 [emitted]
  676. @theia/example-electron: 11.bundle.js.map 491 KiB 11 [emitted]
  677. @theia/example-electron: 12.bundle.js.map 58 KiB 12 [emitted]
  678. @theia/example-electron: 13.bundle.js.map 111 KiB 13 [emitted]
  679. @theia/example-electron: 14.bundle.js.map 15.4 KiB 14 [emitted]
  680. @theia/example-electron: 15.bundle.js.map 257 KiB 15 [emitted]
  681. @theia/example-electron: 16.bundle.js.map 36.9 KiB 16 [emitted]
  682. @theia/example-electron: 17.bundle.js.map 26 KiB 17 [emitted]
  683. @theia/example-electron: 18.bundle.js.map 30.1 KiB 18 [emitted]
  684. @theia/example-electron: 19.bundle.js.map 15.5 KiB 19 [emitted]
  685. @theia/example-electron: 20.bundle.js.map 14.9 KiB 20 [emitted]
  686. @theia/example-electron: 21.bundle.js.map 38.7 KiB 21 [emitted]
  687. @theia/example-electron: 22.bundle.js.map 57.2 KiB 22 [emitted]
  688. @theia/example-electron: 23.bundle.js.map 66.9 KiB 23 [emitted]
  689. @theia/example-electron: 24.bundle.js.map 18.4 KiB 24 [emitted]
  690. @theia/example-electron: 25.bundle.js.map 45.3 KiB 25 [emitted]
  691. @theia/example-electron: 26.bundle.js.map 54.4 KiB 26 [emitted]
  692. @theia/example-electron: 27.bundle.js.map 15.2 KiB 27 [emitted]
  693. @theia/example-electron: 28.bundle.js.map 48 KiB 28 [emitted]
  694. @theia/example-electron: 29.bundle.js.map 710 KiB 29 [emitted]
  695. @theia/example-electron: 30.bundle.js.map 15.9 KiB 30 [emitted]
  696. @theia/example-electron: 31.bundle.js.map 80.1 KiB 31 [emitted]
  697. @theia/example-electron: 32.bundle.js.map 35.3 KiB 32 [emitted]
  698. @theia/example-electron: 33.bundle.js.map 40.1 KiB 33 [emitted]
  699. @theia/example-electron: 34.bundle.js.map 20.4 KiB 34 [emitted]
  700. @theia/example-electron: 35.bundle.js.map 11.7 KiB 35 [emitted]
  701. @theia/example-electron: bundle.js.map 4.23 MiB main [emitted] main
  702. @theia/example-electron: 36.bundle.js.map 28.7 KiB 36 [emitted]
  703. @theia/example-electron: 37.bundle.js.map 5.03 KiB 37 [emitted]
  704. @theia/example-electron: 38.bundle.js.map 2.5 KiB 38 [emitted]
  705. @theia/example-electron: 39.bundle.js.map 28 KiB 39 [emitted]
  706. @theia/example-electron: 40.bundle.js.map 11.7 KiB 40 [emitted]
  707. @theia/example-electron: 41.bundle.js.map 5.97 KiB 41 [emitted]
  708. @theia/example-electron: 42.bundle.js.map 8.86 KiB 42 [emitted]
  709. @theia/example-electron: 43.bundle.js.map 13.9 KiB 43 [emitted]
  710. @theia/example-electron: 44.bundle.js.map 62.8 KiB 44 [emitted]
  711. @theia/example-electron: 45.bundle.js.map 8.12 KiB 45 [emitted]
  712. @theia/example-electron: 46.bundle.js.map 138 KiB 46 [emitted]
  713. @theia/example-electron: 47.bundle.js.map 32.2 KiB 47 [emitted]
  714. @theia/example-electron: 48.bundle.js.map 3.27 KiB 48 [emitted]
  715. @theia/example-electron: 49.bundle.js.map 58.5 KiB 49 [emitted]
  716. @theia/example-electron: 50.bundle.js.map 33.9 KiB 50 [emitted]
  717. @theia/example-electron: 51.bundle.js.map 67.5 KiB 51 [emitted]
  718. @theia/example-electron: 52.bundle.js.map 77.1 KiB 52 [emitted]
  719. @theia/example-electron: 53.bundle.js.map 10.9 KiB 53 [emitted]
  720. @theia/example-electron: 54.bundle.js.map 222 KiB 54 [emitted]
  721. @theia/example-electron: 55.bundle.js.map 30 KiB 55 [emitted]
  722. @theia/example-electron: 56.bundle.js.map 65.5 KiB 56 [emitted]
  723. @theia/example-electron: 57.bundle.js.map 23.7 KiB 57 [emitted]
  724. @theia/example-electron: 58.bundle.js.map 480 KiB 58 [emitted]
  725. @theia/example-electron: 59.bundle.js.map 48.2 KiB 59 [emitted]
  726. @theia/example-electron: 60.bundle.js.map 24.6 KiB 60 [emitted]
  727. @theia/example-electron: 61.bundle.js.map 53.4 KiB 61 [emitted]
  728. @theia/example-electron: 62.bundle.js.map 58 KiB 62 [emitted]
  729. @theia/example-electron: 63.bundle.js.map 83.5 KiB 63 [emitted]
  730. @theia/example-electron: 64.bundle.js.map 854 KiB 64 [emitted]
  731. @theia/example-electron: 65.bundle.js.map 95.9 KiB 65 [emitted]
  732. @theia/example-electron: 66.bundle.js.map 13.7 KiB 66 [emitted]
  733. @theia/example-electron: 67.bundle.js.map 117 KiB 67 [emitted]
  734. @theia/example-electron: 68.bundle.js.map 152 KiB 68 [emitted]
  735. @theia/example-electron: 69.bundle.js.map 93.7 KiB 69 [emitted]
  736. @theia/example-electron: 70.bundle.js.map 1.11 MiB 70 [emitted]
  737. @theia/example-electron: 71.bundle.js.map 102 KiB 71 [emitted]
  738. @theia/example-electron: 72.bundle.js.map 32.5 KiB 72 [emitted]
  739. @theia/example-electron: 73.bundle.js.map 3.94 KiB 73 [emitted]
  740. @theia/example-electron: vs/language/css/cssMode.js 25.8 KiB [emitted]
  741. @theia/example-electron: vs/language/html/htmlMode.js 23 KiB [emitted]
  742. @theia/example-electron: vs/language/css/monaco.contribution.js 2.13 KiB [emitted]
  743. @theia/example-electron: vs/language/html/htmlWorker.js 164 KiB [emitted]
  744. @theia/example-electron: vs/language/html/monaco.contribution.js 2.16 KiB [emitted]
  745. @theia/example-electron: vs/language/css/cssWorker.js 555 KiB [emitted]
  746. @theia/example-electron: vs/base/worker/workerMain.js 489 KiB [emitted]
  747. @theia/example-electron: vs/base/worker/workerMain.js.map 661 KiB [emitted]
  748. @theia/example-electron: vs/editor/editor.main.nls.de.js 41.3 KiB [emitted]
  749. @theia/example-electron: vs/editor/editor.main.nls.it.js 43.5 KiB [emitted]
  750. @theia/example-electron: vs/editor/editor.main.nls.es.js 41.8 KiB [emitted]
  751. @theia/example-electron: vs/editor/editor.main.nls.fr.js 45.2 KiB [emitted]
  752. @theia/example-electron: vs/editor/editor.main.css 255 KiB [emitted]
  753. @theia/example-electron: vs/editor/editor.main.nls.js 35.6 KiB [emitted]
  754. @theia/example-electron: vs/editor/editor.main.nls.ja.js 45.9 KiB [emitted]
  755. @theia/example-electron: vs/editor/editor.main.nls.ru.js 63 KiB [emitted]
  756. @theia/example-electron: vs/editor/editor.main.nls.zh-cn.js 34.2 KiB [emitted]
  757. @theia/example-electron: vs/editor/editor.main.nls.ko.js 41.9 KiB [emitted]
  758. @theia/example-electron: vs/editor/editor.main.nls.zh-tw.js 34.3 KiB [emitted]
  759. @theia/example-electron: vs/loader.js 77.8 KiB [emitted]
  760. @theia/example-electron: vs/loader.js.map 88 KiB [emitted]
  761. @theia/example-electron: vs/editor/editor.main.js 5.19 MiB [emitted]
  762. @theia/example-electron: vs/editor/editor.main.js.map 8.03 MiB [emitted]
  763. @theia/example-electron: Entrypoint main = bundle.js bundle.js.map
  764. @theia/example-electron: [../../packages/keymaps/lib/browser/keymaps-frontend-module.js] /home/theia/theia-source-code/packages/keymaps/lib/browser/keymaps-frontend-module.js 2.36 KiB {61} [built]
  765. @theia/example-electron: [../../packages/output/lib/browser/output-frontend-module.js] /home/theia/theia-source-code/packages/output/lib/browser/output-frontend-module.js 1.79 KiB {38} [built]
  766. @theia/example-electron: [../../packages/plugin-ext/lib/plugin-ext-frontend-module.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin-ext-frontend-module.js 1.03 KiB {64} [built]
  767. @theia/example-electron: [../../packages/preferences/lib/browser/preference-frontend-module.js] /home/theia/theia-source-code/packages/preferences/lib/browser/preference-frontend-module.js 3.65 KiB {49} [built]
  768. @theia/example-electron: [../../packages/preview/lib/browser/preview-frontend-module.js] /home/theia/theia-source-code/packages/preview/lib/browser/preview-frontend-module.js 5.81 KiB {65} [built]
  769. @theia/example-electron: [../../packages/python/lib/browser/python-frontend-module.js] /home/theia/theia-source-code/packages/python/lib/browser/python-frontend-module.js 1.65 KiB {66} [built]
  770. @theia/example-electron: [../../packages/search-in-workspace/lib/browser/search-in-workspace-frontend-module.js] /home/theia/theia-source-code/packages/search-in-workspace/lib/browser/search-in-workspace-frontend-module.js 3.6 KiB {67} [built]
  771. @theia/example-electron: [../../packages/task/lib/browser/task-frontend-module.js] /home/theia/theia-source-code/packages/task/lib/browser/task-frontend-module.js 3.59 KiB {51} [built]
  772. @theia/example-electron: [../../packages/terminal/lib/browser/terminal-frontend-module.js] /home/theia/theia-source-code/packages/terminal/lib/browser/terminal-frontend-module.js 5.15 KiB {50} [built]
  773. @theia/example-electron: [../../packages/textmate-grammars/lib/browser/textmate-grammars-frontend-module.js] /home/theia/theia-source-code/packages/textmate-grammars/lib/browser/textmate-grammars-frontend-module.js 7.62 KiB {68} [built]
  774. @theia/example-electron: [../../packages/typescript/lib/browser/typescript-frontend-module.js] /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-module.js 3.17 KiB {69} [built]
  775. @theia/example-electron: [../../packages/userstorage/lib/browser/user-storage-frontend-module.js] /home/theia/theia-source-code/packages/userstorage/lib/browser/user-storage-frontend-module.js 1.49 KiB {24} [built]
  776. @theia/example-electron: [../../packages/variable-resolver/lib/browser/variable-resolver-frontend-module.js] /home/theia/theia-source-code/packages/variable-resolver/lib/browser/variable-resolver-frontend-module.js 2.66 KiB {41} [built]
  777. @theia/example-electron: [../../packages/workspace/lib/browser/workspace-frontend-module.js] /home/theia/theia-source-code/packages/workspace/lib/browser/workspace-frontend-module.js 5 KiB {6} [built]
  778. @theia/example-electron: [./src-gen/frontend/index.js] 5.35 KiB {main} [built]
  779. @theia/example-electron: + 1752 hidden modules
  780. @theia/example-electron: WARNING in Circular dependency detected:
  781. @theia/example-electron: ../../packages/git/lib/browser/diff/git-diff-widget.js -> ../../packages/git/lib/browser/git-widget.js -> ../../packages/git/lib/browser/diff/git-diff-widget.js
  782. @theia/example-electron: WARNING in Circular dependency detected:
  783. @theia/example-electron: ../../packages/git/lib/browser/git-widget.js -> ../../packages/git/lib/browser/diff/git-diff-widget.js -> ../../packages/git/lib/browser/git-widget.js
  784. @theia/example-electron: WARNING in /home/theia/theia-source-code/node_modules/vscode-textmate/release/main.js 14:15-27
  785. @theia/example-electron: Critical dependency: the request of a dependency is an expression
  786. @theia/example-electron: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/monaco-textmate-service.js
  787. @theia/example-electron: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/index.js
  788. @theia/example-electron: @ /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-module.js
  789. @theia/example-electron: @ ./src-gen/frontend/index.js
  790. @theia/example-electron: WARNING in /home/theia/theia-source-code/node_modules/vscode-textmate/release/main.js
  791. @theia/example-electron: Module Warning (from /home/theia/theia-source-code/node_modules/source-map-loader/index.js):
  792. @theia/example-electron: (Emitted value instead of an instance of Error) Cannot find SourceMap '_suffix.js.map': Error: Can't resolve './_suffix.js.map' in '/home/theia/theia-source-code/node_modules/vscode-textmate/release'
  793. @theia/example-electron: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/monaco-textmate-service.js 73:24-50
  794. @theia/example-electron: @ /home/theia/theia-source-code/packages/monaco/lib/browser/textmate/index.js
  795. @theia/example-electron: @ /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-module.js
  796. @theia/example-electron: @ ./src-gen/frontend/index.js
  797. @theia/example-electron: WARNING in /home/theia/theia-source-code/node_modules/typescript-language-server/lib/commands.js
  798. @theia/example-electron: Module Warning (from /home/theia/theia-source-code/node_modules/source-map-loader/index.js):
  799. @theia/example-electron: (Emitted value instead of an instance of Error) Cannot find source file '../src/commands.ts': Error: Can't resolve '../src/commands.ts' in '/home/theia/theia-source-code/node_modules/typescript-language-server/lib'
  800. @theia/example-electron: @ /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-contribution.js 83:17-67
  801. @theia/example-electron: @ /home/theia/theia-source-code/packages/typescript/lib/browser/typescript-frontend-module.js
  802. @theia/example-electron: @ ./src-gen/frontend/index.js
  803. @theia/example-electron: WARNING in /home/theia/theia-source-code/node_modules/reflect-metadata/Reflect.js
  804. @theia/example-electron: Module Warning (from /home/theia/theia-source-code/node_modules/source-map-loader/index.js):
  805. @theia/example-electron: (Emitted value instead of an instance of Error) Cannot find source file 'Reflect.ts': Error: Can't resolve './Reflect.ts' in '/home/theia/theia-source-code/node_modules/reflect-metadata'
  806. @theia/example-electron: @ ./src-gen/frontend/index.js 3:0-27
  807. @theia/example-electron: Child worker:
  808. @theia/example-electron: Asset Size Chunks Chunk Names
  809. @theia/example-electron: worker-ext.9a752fb57e47309d5f14.js 566 KiB main [emitted] main
  810. @theia/example-electron: worker-ext.9a752fb57e47309d5f14.js.map 789 KiB main [emitted] main
  811. @theia/example-electron: Entrypoint main = worker-ext.9a752fb57e47309d5f14.js worker-ext.9a752fb57e47309d5f14.js.map
  812. @theia/example-electron: [../../node_modules/source-map-loader/index.js!../../packages/plugin-ext/lib/hosted/browser/worker/worker-main.js] /home/theia/theia-source-code/node_modules/source-map-loader!/home/theia/theia-source-code/packages/plugin-ext/lib/hosted/browser/worker/worker-main.js 6.1 KiB {main} [built]
  813. @theia/example-electron: [../../packages/core/lib/common/cancellation.js] /home/theia/theia-source-code/packages/core/lib/common/cancellation.js 4.46 KiB {main} [built]
  814. @theia/example-electron: [../../packages/core/lib/common/event.js] /home/theia/theia-source-code/packages/core/lib/common/event.js 6.61 KiB {main} [built]
  815. @theia/example-electron: [../../packages/plugin-ext/lib/api/plugin-api.js] /home/theia/theia-source-code/packages/plugin-ext/lib/api/plugin-api.js 5.11 KiB {main} [built]
  816. @theia/example-electron: [../../packages/plugin-ext/lib/api/rpc-protocol.js] /home/theia/theia-source-code/packages/plugin-ext/lib/api/rpc-protocol.js 8.62 KiB {main} [built]
  817. @theia/example-electron: [../../packages/plugin-ext/lib/common/plugin-protocol.js] /home/theia/theia-source-code/packages/plugin-ext/lib/common/plugin-protocol.js 1.49 KiB {main} [built]
  818. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/documents.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/documents.js 7.58 KiB {main} [built]
  819. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/env.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/env.js 1.75 KiB {main} [built]
  820. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/output-channel-registry.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/output-channel-registry.js 1.64 KiB {main} [built]
  821. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/plugin-context.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/plugin-context.js 21.3 KiB {main} [built]
  822. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/plugin-manager.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/plugin-manager.js 7.99 KiB {main} [built]
  823. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/preference-registry.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/preference-registry.js 8.12 KiB {main} [built]
  824. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/quick-open.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/quick-open.js 4.87 KiB {main} [built]
  825. @theia/example-electron: [../../packages/plugin-ext/lib/plugin/workspace.js] /home/theia/theia-source-code/packages/plugin-ext/lib/plugin/workspace.js 4.24 KiB {main} [built]
  826. @theia/example-electron: [../../packages/plugin-ext/package.json] /home/theia/theia-source-code/packages/plugin-ext/package.json 1.58 KiB {main} [built]
  827. @theia/example-electron: + 63 hidden modules
  828. lerna success run Ran npm script 'prepare' in packages:
  829. lerna success - @theia/application-manager
  830. lerna success - @theia/application-package
  831. lerna success - @theia/cli
  832. lerna success - @theia/ext-scripts
  833. lerna success - @theia/bunyan
  834. lerna success - @theia/callhierarchy
  835. lerna success - @theia/console
  836. lerna success - @theia/core
  837. lerna success - @theia/cpp
  838. lerna success - @theia/debug-nodejs
  839. lerna success - @theia/debug
  840. lerna success - @theia/editor
  841. lerna success - @theia/editorconfig
  842. lerna success - @theia/extension-manager
  843. lerna success - @theia/file-search
  844. lerna success - @theia/filesystem
  845. lerna success - @theia/git
  846. lerna success - @theia/java
  847. lerna success - @theia/json
  848. lerna success - @theia/keymaps
  849. lerna success - @theia/languages
  850. lerna success - @theia/markers
  851. lerna success - @theia/merge-conflicts
  852. lerna success - @theia/messages
  853. lerna success - @theia/metrics
  854. lerna success - @theia/mini-browser
  855. lerna success - @theia/monaco
  856. lerna success - @theia/navigator
  857. lerna success - @theia/outline-view
  858. lerna success - @theia/output
  859. lerna success - @theia/plugin-ext-vscode
  860. lerna success - @theia/plugin-ext
  861. lerna success - @theia/plugin
  862. lerna success - @theia/preferences
  863. lerna success - @theia/preview
  864. lerna success - @theia/process
  865. lerna success - @theia/python
  866. lerna success - @theia/search-in-workspace
  867. lerna success - @theia/task
  868. lerna success - @theia/terminal
  869. lerna success - @theia/textmate-grammars
  870. lerna success - @theia/tslint
  871. lerna success - @theia/typescript
  872. lerna success - @theia/userstorage
  873. lerna success - @theia/variable-resolver
  874. lerna success - @theia/workspace
  875. lerna success - @theia/example-browser
  876. lerna success - @theia/example-electron
  877. Done in 158.23s.
  878. Done in 216.59s.
  879. /usr/bin/verdaccio -> /usr/lib/node_modules/verdaccio/bin/verdaccio
  880.  
  881. > [email protected] install /usr/lib/node_modules/verdaccio/node_modules/dtrace-provider
  882. > node-gyp rebuild || node suppress-error.js
  883.  
  884. gyp ERR! configure error
  885. gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/lib/node_modules/verdaccio/node_modules/dtrace-provider/build'
  886. gyp ERR! System Linux 3.10.0-862.11.6.el7.x86_64
  887. gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  888. gyp ERR! cwd /usr/lib/node_modules/verdaccio/node_modules/dtrace-provider
  889. gyp ERR! node -v v8.12.0
  890. gyp ERR! node-gyp -v v3.8.0
  891. gyp ERR! not ok
  892. added 212 packages from 395 contributors in 7.225s
  893. Verdaccio doesn't need superuser privileges. Don't run it under root.
  894. warn --- config file - /home/theia/.config/verdaccio/config.yaml
  895. yarn config v1.10.1
  896. success Set "registry" to "http://localhost:4873".
  897. Done in 0.04s.
  898. spawn npm adduser --registry http://localhost:4873
  899. Username: theia
  900. Password:
  901. Email: (this IS public) [email protected]
  902. Logged in as theia on http://localhost:4873/.
  903. lerna info version 2.11.0
  904. lerna info current version 0.3.15
  905. lerna info Checking for updated packages...
  906. lerna info Comparing with v0.3.15.
  907. lerna info Checking for prereleased packages...
  908.  
  909. Changes:
  910. - @theia/application-manager: 0.3.15 => 0.4.1-che
  911. - @theia/application-package: 0.3.15 => 0.4.1-che
  912. - @theia/cli: 0.3.15 => 0.4.1-che
  913. - @theia/ext-scripts: 0.3.15 => 0.4.1-che (private)
  914. - @theia/bunyan: 0.3.15 => 0.4.1-che
  915. - @theia/callhierarchy: 0.3.15 => 0.4.1-che
  916. - @theia/console: 0.3.15 => 0.4.1-che
  917. - @theia/core: 0.3.15 => 0.4.1-che
  918. - @theia/cpp: 0.3.15 => 0.4.1-che
  919. - @theia/debug-nodejs: 0.3.15 => 0.4.1-che
  920. - @theia/debug: 0.3.15 => 0.4.1-che
  921. - @theia/editor: 0.3.15 => 0.4.1-che
  922. - @theia/editorconfig: 0.3.15 => 0.4.1-che
  923. - @theia/extension-manager: 0.3.15 => 0.4.1-che
  924. - @theia/file-search: 0.3.15 => 0.4.1-che
  925. - @theia/filesystem: 0.3.15 => 0.4.1-che
  926. - @theia/git: 0.3.15 => 0.4.1-che
  927. - @theia/java: 0.3.15 => 0.4.1-che
  928. - @theia/json: 0.3.15 => 0.4.1-che
  929. - @theia/keymaps: 0.3.15 => 0.4.1-che
  930. - @theia/languages: 0.3.15 => 0.4.1-che
  931. - @theia/markers: 0.3.15 => 0.4.1-che
  932. - @theia/merge-conflicts: 0.3.15 => 0.4.1-che
  933. - @theia/messages: 0.3.15 => 0.4.1-che
  934. - @theia/metrics: 0.3.15 => 0.4.1-che
  935. - @theia/mini-browser: 0.3.15 => 0.4.1-che
  936. - @theia/monaco: 0.3.15 => 0.4.1-che
  937. - @theia/navigator: 0.3.15 => 0.4.1-che
  938. - @theia/outline-view: 0.3.15 => 0.4.1-che
  939. - @theia/output: 0.3.15 => 0.4.1-che
  940. - @theia/plugin-ext-vscode: 0.3.15 => 0.4.1-che
  941. - @theia/plugin-ext: 0.3.15 => 0.4.1-che
  942. - @theia/plugin: 0.3.15 => 0.4.1-che
  943. - @theia/preferences: 0.3.15 => 0.4.1-che
  944. - @theia/preview: 0.3.15 => 0.4.1-che
  945. - @theia/process: 0.3.15 => 0.4.1-che
  946. - @theia/python: 0.3.15 => 0.4.1-che
  947. - @theia/search-in-workspace: 0.3.15 => 0.4.1-che
  948. - @theia/task: 0.3.15 => 0.4.1-che
  949. - @theia/terminal: 0.3.15 => 0.4.1-che
  950. - @theia/textmate-grammars: 0.3.15 => 0.4.1-che
  951. - @theia/tslint: 0.3.15 => 0.4.1-che
  952. - @theia/typescript: 0.3.15 => 0.4.1-che
  953. - @theia/userstorage: 0.3.15 => 0.4.1-che
  954. - @theia/variable-resolver: 0.3.15 => 0.4.1-che
  955. - @theia/workspace: 0.3.15 => 0.4.1-che
  956. - @theia/example-browser: 0.3.15 => 0.4.1-che (private)
  957. - @theia/example-electron: 0.3.15 => 0.4.1-che (private)
  958.  
  959. lerna info auto-confirmed
  960. lerna info publish Publishing packages to npm...
  961. lerna info published @theia/tslint
  962. lerna info published @theia/plugin
  963. lerna info published @theia/application-package
  964. lerna info published @theia/application-manager
  965. lerna info published @theia/core
  966. lerna info published @theia/cli
  967. lerna info published @theia/bunyan
  968. lerna info published @theia/messages
  969. lerna info published @theia/filesystem
  970. lerna info published @theia/metrics
  971. lerna info published @theia/outline-view
  972. lerna info published @theia/output
  973. lerna info published @theia/process
  974. lerna info published @theia/variable-resolver
  975. lerna info published @theia/userstorage
  976. lerna info published @theia/mini-browser
  977. lerna info published @theia/workspace
  978. lerna info published @theia/extension-manager
  979. lerna info published @theia/navigator
  980. lerna info published @theia/terminal
  981. lerna info published @theia/languages
  982. lerna info published @theia/markers
  983. lerna info published @theia/editor
  984. lerna info published @theia/file-search
  985. lerna info published @theia/merge-conflicts
  986. lerna info published @theia/monaco
  987. lerna info published @theia/git
  988. lerna info published @theia/preview
  989. lerna info published @theia/search-in-workspace
  990. lerna info published @theia/task
  991. lerna info published @theia/editorconfig
  992. lerna info published @theia/console
  993. lerna info published @theia/callhierarchy
  994. lerna info published @theia/java
  995. lerna info published @theia/json
  996. lerna info published @theia/keymaps
  997. lerna info published @theia/python
  998. lerna info published @theia/preferences
  999. lerna info published @theia/textmate-grammars
  1000. lerna info published @theia/cpp
  1001. lerna info published @theia/typescript
  1002. lerna info published @theia/debug
  1003. lerna info published @theia/debug-nodejs
  1004. lerna info published @theia/plugin-ext
  1005. lerna info published @theia/plugin-ext-vscode
  1006. Successfully published:
  1007. lerna success publish finished
  1008. Removing intermediate container 6c218759635e
  1009. ---> 8fc2b7228aae
  1010. Step 17/39 : ADD src/add-extensions.js /home/theia-build/add-extensions.js
  1011. ---> 5348c97cc95a
  1012. Step 18/39 : ADD src/versions.sh /home/theia-build/versions.sh
  1013. ---> e3e3f2f1556d
  1014. Step 19/39 : ADD src/resolutions-provider.js /home/theia-build/resolutions-provider.js
  1015. ---> 0989089fdb9e
  1016. Step 20/39 : ADD src/extensions.json ${HOME}/extensions.json
  1017. ---> 6ecefa02c924
  1018. Step 21/39 : ADD src/package.json ${HOME}/package.json
  1019. ---> 7d84bc432d68
  1020. Step 22/39 : ADD src/builder/add-extensions.sh /tmp/builder/scripts/add-extensions.sh
  1021. ---> a369f14cdf31
  1022. Step 23/39 : RUN /tmp/builder/scripts/add-extensions.sh
  1023. ---> Running in 85dbb13f3194
  1024. Verdaccio doesn't need superuser privileges. Don't run it under root.
  1025. warn --- config file - /home/theia/.config/verdaccio/config.yaml
  1026. Found @theia/callhierarchy package with version 0.4.1-che
  1027. Found @theia/console package with version 0.4.1-che
  1028. Found @theia/core package with version 0.4.1-che
  1029. Found @theia/cpp package with version 0.4.1-che
  1030. Found @theia/debug package with version 0.4.1-che
  1031. Found @theia/debug-nodejs package with version 0.4.1-che
  1032. Found @theia/editor package with version 0.4.1-che
  1033. Found @theia/editorconfig package with version 0.4.1-che
  1034. Found @theia/extension-manager package with version 0.4.1-che
  1035. Found @theia/file-search package with version 0.4.1-che
  1036. Found @theia/filesystem package with version 0.4.1-che
  1037. Found @theia/git package with version 0.4.1-che
  1038. Found @theia/java package with version 0.4.1-che
  1039. Found @theia/json package with version 0.4.1-che
  1040. Found @theia/keymaps package with version 0.4.1-che
  1041. Found @theia/languages package with version 0.4.1-che
  1042. Found @theia/markers package with version 0.4.1-che
  1043. Found @theia/merge-conflicts package with version 0.4.1-che
  1044. Found @theia/messages package with version 0.4.1-che
  1045. Found @theia/metrics package with version 0.4.1-che
  1046. Found @theia/mini-browser package with version 0.4.1-che
  1047. Found @theia/monaco package with version 0.4.1-che
  1048. Found @theia/navigator package with version 0.4.1-che
  1049. Found @theia/outline-view package with version 0.4.1-che
  1050. Found @theia/output package with version 0.4.1-che
  1051. Found @theia/plugin-ext package with version 0.4.1-che
  1052. Found @theia/plugin-ext-vscode package with version 0.4.1-che
  1053. Found @theia/preferences package with version 0.4.1-che
  1054. Found @theia/preview package with version 0.4.1-che
  1055. Found @theia/process package with version 0.4.1-che
  1056. Found @theia/python package with version 0.4.1-che
  1057. Found @theia/search-in-workspace package with version 0.4.1-che
  1058. Found @theia/task package with version 0.4.1-che
  1059. Found @theia/textmate-grammars package with version 0.4.1-che
  1060. Found @theia/tslint package with version 0.4.1-che
  1061. Found @theia/typescript package with version 0.4.1-che
  1062. Found @theia/userstorage package with version 0.4.1-che
  1063. Found @theia/variable-resolver package with version 0.4.1-che
  1064. Found @theia/workspace package with version 0.4.1-che
  1065. Generate resolutions for /home/theia/package.json
  1066. Check depedency @theia/core
  1067. Check depedency @theia/filesystem
  1068. Check depedency @theia/monaco
  1069. Check depedency @theia/editor
  1070. Check depedency @theia/outline-view
  1071. Check depedency @theia/output
  1072. Check depedency @theia/variable-resolver
  1073. Check depedency @theia/navigator
  1074. Check depedency @theia/markers
  1075. Check depedency @theia/languages
  1076. Check depedency @theia/userstorage
  1077. Check depedency @theia/messages
  1078. Check depedency @theia/typescript
  1079. Check depedency @theia/callhierarchy
  1080. Check depedency @theia/search-in-workspace
  1081. Check depedency @theia/cpp
  1082. Check depedency @theia/process
  1083. Check depedency @theia/mini-browser
  1084. Check depedency @theia/python
  1085. Check depedency @theia/file-search
  1086. Check depedency @theia/terminal
  1087. Check depedency @theia/java
  1088. Check depedency @theia/plugin-ext-vscode
  1089. Check depedency @theia/bunyan
  1090. Check depedency @theia/merge-conflicts
  1091. Check depedency @theia/textmate-grammars
  1092. Check depedency @theia/plugin-ext
  1093. Check depedency @theia/preview
  1094. Check depedency @theia/editorconfig
  1095. Check depedency @theia/workspace
  1096. Check depedency @theia/task
  1097. Check depedency @theia/metrics
  1098. Check depedency @theia/git
  1099. Check depedency @theia/preferences
  1100. Check depedency @theia/json
  1101. Check depedency @theia/tslint
  1102. Check depedency @theia/extension-manager
  1103. Check depedency @theia/keymaps
  1104. Check depedency @theia/rust
  1105. Check depedency @theia/plantuml
  1106. Check depedency @theia/go
  1107. Check depedency @theia/docker
  1108. Check depedency @theia/csharp
  1109. Check depedency @theia/ruby
  1110. Check depedency @theia/php
  1111. Check depedency @theia/preferences-api
  1112. { '@theia/core': '0.4.1-che',
  1113. '@theia/filesystem': '0.4.1-che',
  1114. '@theia/monaco': '0.4.1-che',
  1115. '@theia/editor': '0.4.1-che',
  1116. '@theia/outline-view': '0.4.1-che',
  1117. '@theia/output': '0.4.1-che',
  1118. '@theia/variable-resolver': '0.4.1-che',
  1119. '@theia/navigator': '0.4.1-che',
  1120. '@theia/markers': '0.4.1-che',
  1121. '@theia/languages': '0.4.1-che',
  1122. '@theia/userstorage': '0.4.1-che',
  1123. '@theia/messages': '0.4.1-che',
  1124. '@theia/typescript': '0.4.1-che',
  1125. '@theia/callhierarchy': '0.4.1-che',
  1126. '@theia/search-in-workspace': '0.4.1-che',
  1127. '@theia/cpp': '0.4.1-che',
  1128. '@theia/process': '0.4.1-che',
  1129. '@theia/mini-browser': '0.4.1-che',
  1130. '@theia/python': '0.4.1-che',
  1131. '@theia/file-search': '0.4.1-che',
  1132. '@theia/terminal': '0.4.1-che',
  1133. '@theia/java': '0.4.1-che',
  1134. '@theia/plugin-ext-vscode': '0.4.1-che',
  1135. '@theia/bunyan': '0.4.1-che',
  1136. '@theia/merge-conflicts': '0.4.1-che',
  1137. '@theia/textmate-grammars': '0.4.1-che',
  1138. '@theia/plugin-ext': '0.4.1-che',
  1139. '@theia/preview': '0.4.1-che',
  1140. '@theia/editorconfig': '0.4.1-che',
  1141. '@theia/workspace': '0.4.1-che',
  1142. '@theia/task': '0.4.1-che',
  1143. '@theia/metrics': '0.4.1-che',
  1144. '@theia/git': '0.4.1-che',
  1145. '@theia/preferences': '0.4.1-che',
  1146. '@theia/json': '0.4.1-che',
  1147. '@theia/tslint': '0.4.1-che',
  1148. '@theia/extension-manager': '0.4.1-che',
  1149. '@theia/keymaps': '0.4.1-che' }
  1150. Write generated resolutions to the package.json /home/theia/package.json
  1151. /usr/bin/electron-packager -> /usr/lib/node_modules/electron-packager/cli.js
  1152. added 231 packages from 141 contributors in 12.614s
  1153. >>> Cloning repository: https://github.com/eclipse/che-theia-github-plugin
  1154. Cloning into '/home/theia/extensions/github-extension'...
  1155. >>> Checkout repository to: master
  1156. Already on 'master'
  1157. There is a build folder defined github-extension
  1158. Generate versions for extension: /home/theia/extensions/github-extension/github-extension
  1159. Removing parent files
  1160. Building extension: /home/theia/extensions/github-extension/github-extension
  1161. yarn install v1.10.1
  1162. warning package.json: No license field
  1163. info No lockfile found.
  1164. warning [email protected]: No license field
  1165. [1/4] Resolving packages...
  1166. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1167. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1168. [2/4] Fetching packages...
  1169. [3/4] Linking dependencies...
  1170. [4/4] Building fresh packages...
  1171. success Saved lockfile.
  1172. $ yarn run clean && yarn run build
  1173. yarn run v1.10.1
  1174. warning package.json: No license field
  1175. $ rimraf lib
  1176. Done in 0.18s.
  1177. yarn run v1.10.1
  1178. warning package.json: No license field
  1179. $ tsc
  1180. ../../../node_modules/@types/prop-types/index.d.ts(29,46): error TS1005: ';' expected.
  1181. ../../../node_modules/@types/prop-types/index.d.ts(29,75): error TS1005: ';' expected.
  1182. ../../../node_modules/@types/prop-types/index.d.ts(29,99): error TS1005: ';' expected.
  1183. ../../../node_modules/@types/prop-types/index.d.ts(31,54): error TS1005: ';' expected.
  1184. ../../../node_modules/@types/prop-types/index.d.ts(31,78): error TS1005: ';' expected.
  1185. ../../../node_modules/@types/prop-types/index.d.ts(31,81): error TS1109: Expression expected.
  1186. ../../../node_modules/@types/prop-types/index.d.ts(31,97): error TS1109: Expression expected.
  1187. ../../../node_modules/@types/prop-types/index.d.ts(31,122): error TS1005: ';' expected.
  1188. ../../../node_modules/@types/prop-types/index.d.ts(31,130): error TS1128: Declaration or statement expected.
  1189. ../../../node_modules/@types/prop-types/index.d.ts(31,138): error TS1005: ',' expected.
  1190. ../../../node_modules/@types/prop-types/index.d.ts(44,48): error TS1005: ';' expected.
  1191. ../../../node_modules/@types/prop-types/index.d.ts(44,49): error TS1109: Expression expected.
  1192. ../../../node_modules/@types/prop-types/index.d.ts(44,50): error TS1109: Expression expected.
  1193. ../../../node_modules/@types/prop-types/index.d.ts(44,68): error TS1005: '(' expected.
  1194. ../../../node_modules/@types/prop-types/index.d.ts(44,69): error TS1005: ')' expected.
  1195. ../../../node_modules/@types/prop-types/index.d.ts(46,30): error TS1005: ';' expected.
  1196. ../../../node_modules/@types/prop-types/index.d.ts(46,54): error TS1005: ';' expected.
  1197. ../../../node_modules/@types/prop-types/index.d.ts(46,57): error TS1109: Expression expected.
  1198. ../../../node_modules/@types/react/index.d.ts(2297,27): error TS1005: ';' expected.
  1199. ../../../node_modules/@types/react/index.d.ts(2298,14): error TS1005: ':' expected.
  1200. ../../../node_modules/@types/react/index.d.ts(2298,28): error TS1005: ';' expected.
  1201. ../../../node_modules/@types/react/index.d.ts(2299,9): error TS1109: Expression expected.
  1202. ../../../node_modules/@types/react/index.d.ts(2300,9): error TS1005: '(' expected.
  1203. ../../../node_modules/@types/react/index.d.ts(2301,9): error TS1005: '(' expected.
  1204. ../../../node_modules/@types/react/index.d.ts(2302,5): error TS1005: '(' expected.
  1205. ../../../node_modules/@types/react/index.d.ts(2302,12): error TS1005: ')' expected.
  1206. ../../../node_modules/@types/react/index.d.ts(2314,49): error TS1005: ';' expected.
  1207. ../../../node_modules/@types/react/index.d.ts(2314,76): error TS1005: ';' expected.
  1208. ../../../node_modules/@types/react/index.d.ts(2314,99): error TS1005: ';' expected.
  1209. ../../../node_modules/@types/react/index.d.ts(2315,13): error TS1128: Declaration or statement expected.
  1210. ../../../node_modules/@types/react/index.d.ts(2316,13): error TS1005: '(' expected.
  1211. ../../../node_modules/@types/react/index.d.ts(2316,17): error TS1005: ',' expected.
  1212. ../../../node_modules/@types/react/index.d.ts(2316,44): error TS1005: ',' expected.
  1213. ../../../node_modules/@types/react/index.d.ts(2316,45): error TS1005: ':' expected.
  1214. ../../../node_modules/@types/react/index.d.ts(2318,17): error TS1005: '(' expected.
  1215. ../../../node_modules/@types/react/index.d.ts(2318,21): error TS1005: ',' expected.
  1216. ../../../node_modules/@types/react/index.d.ts(2318,51): error TS1005: ',' expected.
  1217. ../../../node_modules/@types/react/index.d.ts(2318,52): error TS1005: ':' expected.
  1218. ../../../node_modules/@types/react/index.d.ts(2320,21): error TS1005: '(' expected.
  1219. ../../../node_modules/@types/react/index.d.ts(2320,24): error TS1005: ')' expected.
  1220. error Command failed with exit code 2.
  1221. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1222. error Command failed with exit code 1.
  1223. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  1224. >>> Cloning repository: https://github.com/eclipse/che-theia-ssh-plugin
  1225. Cloning into '/home/theia/extensions/che-theia-ssh-extension'...
  1226. >>> Checkout repository to: master
  1227. Already on 'master'
  1228. There is a build folder defined ssh-extension
  1229. Generate versions for extension: /home/theia/extensions/che-theia-ssh-extension/ssh-extension
  1230. Removing parent files
  1231. Building extension: /home/theia/extensions/che-theia-ssh-extension/ssh-extension
  1232. yarn install v1.10.1
  1233. info No lockfile found.
  1234. [1/4] Resolving packages...
  1235. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1236. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1237. warning sinon > nise > [email protected]: no longer maintained
  1238. [2/4] Fetching packages...
  1239. [3/4] Linking dependencies...
  1240. [4/4] Building fresh packages...
  1241. success Saved lockfile.
  1242. $ yarn run clean && yarn run build
  1243. yarn run v1.10.1
  1244. $ rimraf lib
  1245. Done in 0.19s.
  1246. yarn run v1.10.1
  1247. $ tsc
  1248. Done in 4.07s.
  1249. Done in 14.34s.
  1250. >>> Cloning repository: https://github.com/eclipse/che-theia-machines-plugin.git
  1251. Cloning into '/home/theia/extensions/theia-machines-extension'...
  1252. >>> Checkout repository to: master
  1253. Already on 'master'
  1254. There is a build folder defined theia-machines-extension
  1255. Generate versions for extension: /home/theia/extensions/theia-machines-extension/theia-machines-extension
  1256. Removing parent files
  1257. Building extension: /home/theia/extensions/theia-machines-extension/theia-machines-extension
  1258. yarn install v1.10.1
  1259. info No lockfile found.
  1260. [1/4] Resolving packages...
  1261. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1262. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1263. [2/4] Fetching packages...
  1264. [3/4] Linking dependencies...
  1265. [4/4] Building fresh packages...
  1266. success Saved lockfile.
  1267. $ yarn run clean && yarn run build
  1268. yarn run v1.10.1
  1269. $ rimraf lib
  1270. Done in 0.20s.
  1271. yarn run v1.10.1
  1272. $ tsc
  1273. Done in 5.16s.
  1274. Done in 19.43s.
  1275. >>> Cloning repository: https://github.com/eclipse/che-theia-factory-extension.git
  1276. Cloning into '/home/theia/extensions/@eclipse-che_theia-factory-extension'...
  1277. >>> Checkout repository to: master
  1278. Already on 'master'
  1279. There is a build folder defined che-theia-factory
  1280. Generate versions for extension: /home/theia/extensions/@eclipse-che_theia-factory-extension/che-theia-factory
  1281. Removing parent files
  1282. Building extension: /home/theia/extensions/@eclipse-che_theia-factory-extension/che-theia-factory
  1283. yarn install v1.10.1
  1284. warning package.json: No license field
  1285. info No lockfile found.
  1286. warning @eclipse-che/[email protected]: No license field
  1287. [1/4] Resolving packages...
  1288. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1289. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1290. warning @theia/task > @theia/core > [email protected]: Re-Released as 5.0.1
  1291. [2/4] Fetching packages...
  1292. warning [email protected]: The engine "vscode" appears to be invalid.
  1293. warning [email protected]: The engine "vscode" appears to be invalid.
  1294. [3/4] Linking dependencies...
  1295. [4/4] Building fresh packages...
  1296. success Saved lockfile.
  1297. $ yarn run clean && yarn run build
  1298. yarn run v1.10.1
  1299. warning package.json: No license field
  1300. $ rimraf lib
  1301. Done in 0.18s.
  1302. yarn run v1.10.1
  1303. warning package.json: No license field
  1304. $ tsc
  1305. src/browser/factory-theia-client.ts(189,39): error TS2345: Argument of type 'import("/home/theia/node_modules/@theia/core/lib/common/uri").default' is not assignable to parameter of type 'import("/home/theia/node_modules/@theia/editor/node_modules/@theia/core/lib/common/uri").default'.
  1306. Types have separate declarations of a private property 'codeUri'.
  1307. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(135,28): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1308. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(135,32): error TS2304: Cannot find name 'Ajv'.
  1309. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(153,58): error TS1183: An implementation cannot be declared in ambient contexts.
  1310. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(156,74): error TS1183: An implementation cannot be declared in ambient contexts.
  1311. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(161,103): error TS1183: An implementation cannot be declared in ambient contexts.
  1312. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(162,36): error TS1039: Initializers are not allowed in ambient contexts.
  1313. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(163,34): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1314. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(165,31): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1315. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(166,25): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1316. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(167,13): error TS1036: Statements are not allowed in ambient contexts.
  1317. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(168,17): error TS1036: Statements are not allowed in ambient contexts.
  1318. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(171,17): error TS1036: Statements are not allowed in ambient contexts.
  1319. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(176,103): error TS1183: An implementation cannot be declared in ambient contexts.
  1320. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(178,37): error TS1039: Initializers are not allowed in ambient contexts.
  1321. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(179,13): error TS1036: Statements are not allowed in ambient contexts.
  1322. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(180,30): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1323. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(181,17): error TS1036: Statements are not allowed in ambient contexts.
  1324. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(182,21): error TS1036: Statements are not allowed in ambient contexts.
  1325. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(185,21): error TS1036: Statements are not allowed in ambient contexts.
  1326. error Command failed with exit code 2.
  1327. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1328. error Command failed with exit code 1.
  1329. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  1330. >>> Cloning repository: https://github.com/eclipse/che-theia-dashboard-extension.git
  1331. Cloning into '/home/theia/extensions/@eclipse-che_theia-dashboard-extension'...
  1332. >>> Checkout repository to: master
  1333. Already on 'master'
  1334. There is a build folder defined theia-dashboard-extension
  1335. Generate versions for extension: /home/theia/extensions/@eclipse-che_theia-dashboard-extension/theia-dashboard-extension
  1336. Removing parent files
  1337. Building extension: /home/theia/extensions/@eclipse-che_theia-dashboard-extension/theia-dashboard-extension
  1338. yarn install v1.10.1
  1339. warning package.json: No license field
  1340. info No lockfile found.
  1341. warning @eclipse-che/[email protected]: No license field
  1342. [1/4] Resolving packages...
  1343. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1344. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1345. [2/4] Fetching packages...
  1346. [3/4] Linking dependencies...
  1347. [4/4] Building fresh packages...
  1348. success Saved lockfile.
  1349. $ yarn run clean && yarn run build
  1350. yarn run v1.10.1
  1351. warning package.json: No license field
  1352. $ rimraf lib
  1353. Done in 0.19s.
  1354. yarn run v1.10.1
  1355. warning package.json: No license field
  1356. $ tsc
  1357. Done in 4.94s.
  1358. Done in 17.01s.
  1359. >>> Cloning repository: https://github.com/eclipse/che-theia-hosted-plugin-manager-extension.git
  1360. Cloning into '/home/theia/extensions/@eclipse-che_che-theia-hosted-plugin-manager-extension'...
  1361. >>> Checkout repository to: master
  1362. Already on 'master'
  1363. Generate versions for extension: /home/theia/extensions/@eclipse-che_che-theia-hosted-plugin-manager-extension
  1364. Building extension: /home/theia/extensions/@eclipse-che_che-theia-hosted-plugin-manager-extension
  1365. yarn install v1.10.1
  1366. info No lockfile found.
  1367. [1/4] Resolving packages...
  1368. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1369. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1370. warning @theia/plugin-ext > @theia/core > [email protected]: Re-Released as 5.0.1
  1371. [2/4] Fetching packages...
  1372. warning [email protected]: The engine "vscode" appears to be invalid.
  1373. warning [email protected]: The engine "vscode" appears to be invalid.
  1374. [3/4] Linking dependencies...
  1375. [4/4] Building fresh packages...
  1376. success Saved lockfile.
  1377. $ yarn run clean && yarn tslint && yarn run build
  1378. yarn run v1.10.1
  1379. $ rimraf lib
  1380. Done in 0.20s.
  1381. yarn run v1.10.1
  1382. $ tslint --project .
  1383. Done in 2.13s.
  1384. yarn run v1.10.1
  1385. $ tsc
  1386. src/node/che-workspace-hosted-plugin-uri-post-processor.ts(31,11): error TS2416: Property 'processUri' in type 'CheWorkspaceHostedPluginUriPostProcessor' is not assignable to the same property in base type 'HostedPluginUriPostProcessor'.
  1387. Type '(uri: import("/home/theia/node_modules/@theia/core/lib/common/uri").default) => Promise<import("/...' is not assignable to type '(uri: import("/home/theia/node_modules/@theia/plugin-ext/node_modules/@theia/core/lib/common/uri"...'.
  1388. Types of parameters 'uri' and 'uri' are incompatible.
  1389. Type 'import("/home/theia/node_modules/@theia/plugin-ext/node_modules/@theia/core/lib/common/uri").defa...' is not assignable to type 'import("/home/theia/node_modules/@theia/core/lib/common/uri").default'.
  1390. Types have separate declarations of a private property 'codeUri'.
  1391. error Command failed with exit code 2.
  1392. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1393. error Command failed with exit code 1.
  1394. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  1395. >>> Cloning repository: https://github.com/eclipse/che-theia-java-plugin
  1396. Cloning into '/home/theia/extensions/@eclipse-che_theia-java-extension'...
  1397. >>> Checkout repository to: master
  1398. Already on 'master'
  1399. There is a build folder defined che-theia-java-extension
  1400. Generate versions for extension: /home/theia/extensions/@eclipse-che_theia-java-extension/che-theia-java-extension
  1401. Removing parent files
  1402. Building extension: /home/theia/extensions/@eclipse-che_theia-java-extension/che-theia-java-extension
  1403. yarn install v1.10.1
  1404. warning package.json: No license field
  1405. info No lockfile found.
  1406. warning @eclipse-che/[email protected]: No license field
  1407. [1/4] Resolving packages...
  1408. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1409. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1410. warning @theia/java > @theia/core > [email protected]: Re-Released as 5.0.1
  1411. [2/4] Fetching packages...
  1412. warning [email protected]: The engine "vscode" appears to be invalid.
  1413. warning [email protected]: The engine "vscode" appears to be invalid.
  1414. warning [email protected]: The engine "vscode" appears to be invalid.
  1415. [3/4] Linking dependencies...
  1416. [4/4] Building fresh packages...
  1417. success Saved lockfile.
  1418. $ yarn run clean && yarn run build
  1419. yarn run v1.10.1
  1420. warning package.json: No license field
  1421. $ rimraf lib
  1422. Done in 0.19s.
  1423. yarn run v1.10.1
  1424. warning package.json: No license field
  1425. $ tsc
  1426. src/browser/navigation/file-structure.ts(262,37): error TS2345: Argument of type 'import("/home/theia/node_modules/@theia/core/lib/common/uri").default' is not assignable to parameter of type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1427. Property 'relative' is missing in type 'URI'.
  1428. src/browser/navigation/find-implementers.ts(65,41): error TS2345: Argument of type 'import("/home/theia/node_modules/@theia/core/lib/common/uri").default' is not assignable to parameter of type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1429. src/browser/navigation/find-implementers.ts(196,37): error TS2345: Argument of type 'import("/home/theia/node_modules/@theia/core/lib/common/uri").default' is not assignable to parameter of type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1430. ../../../node_modules/@theia/editor/lib/browser/editor-manager.d.ts(24,22): error TS2515: Non-abstract class 'EditorManager' does not implement inherited abstract member 'createWidgetOptions' from class 'WidgetOpenHandler<EditorWidget>'.
  1431. ../../../node_modules/@theia/editor/lib/browser/editor-manager.d.ts(54,5): error TS2416: Property 'canHandle' in type 'EditorManager' is not assignable to the same property in base type 'WidgetOpenHandler<EditorWidget>'.
  1432. Type '(uri: URI, options?: WidgetOpenerOptions | undefined) => number' is not assignable to type '(uri: URI, options?: WidgetOpenerOptions | undefined) => MaybePromise<number>'.
  1433. Types of parameters 'uri' and 'uri' are incompatible.
  1434. Type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1435. ../../../node_modules/@theia/editor/lib/browser/editor-manager.d.ts(55,5): error TS2416: Property 'open' in type 'EditorManager' is not assignable to the same property in base type 'WidgetOpenHandler<EditorWidget>'.
  1436. Type '(uri: URI, options?: EditorOpenerOptions | undefined) => Promise<EditorWidget>' is not assignable to type '(uri: URI, options?: WidgetOpenerOptions | undefined) => Promise<EditorWidget>'.
  1437. Types of parameters 'uri' and 'uri' are incompatible.
  1438. Type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1439. ../../../node_modules/@theia/editor/lib/browser/editor-widget.d.ts(20,22): error TS2420: Class 'EditorWidget' incorrectly implements interface 'Navigatable'.
  1440. Property 'getResourceUri' is missing in type 'EditorWidget'.
  1441. ../../../node_modules/@theia/filesystem/lib/browser/file-resource.d.ts(22,14): error TS2416: Property 'uri' in type 'FileResource' is not assignable to the same property in base type 'Resource'.
  1442. Type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default'.
  1443. Types have separate declarations of a private property 'codeUri'.
  1444. ../../../node_modules/@theia/filesystem/lib/browser/file-resource.d.ts(52,5): error TS2416: Property 'resolve' in type 'FileResourceResolver' is not assignable to the same property in base type 'ResourceResolver'.
  1445. Type '(uri: URI) => Promise<FileResource>' is not assignable to type '(uri: URI) => MaybePromise<Resource>'.
  1446. Types of parameters 'uri' and 'uri' are incompatible.
  1447. Type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1448. Types have separate declarations of a private property 'codeUri'.
  1449. ../../../node_modules/@theia/java/lib/browser/java-commands.d.ts(19,10): error TS2305: Module '"/home/theia/node_modules/@theia/java/node_modules/@theia/languages/lib/common/index"' has no exported member 'Workspace'.
  1450. ../../../node_modules/@theia/java/lib/browser/java-protocol.d.ts(17,10): error TS2305: Module '"/home/theia/node_modules/@theia/java/node_modules/@theia/languages/lib/common/index"' has no exported member 'TextDocumentIdentifier'.
  1451. ../../../node_modules/@theia/java/lib/browser/java-protocol.d.ts(17,34): error TS2305: Module '"/home/theia/node_modules/@theia/java/node_modules/@theia/languages/lib/common/index"' has no exported member 'Command'.
  1452. ../../../node_modules/@theia/java/lib/browser/java-protocol.d.ts(17,43): error TS2305: Module '"/home/theia/node_modules/@theia/java/node_modules/@theia/languages/lib/common/index"' has no exported member 'MessageType'.
  1453. ../../../node_modules/@theia/java/lib/browser/java-resource.d.ts(20,5): error TS2416: Property 'uri' in type 'JavaResource' is not assignable to the same property in base type 'Resource'.
  1454. Type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default'.
  1455. ../../../node_modules/@theia/java/lib/browser/java-resource.d.ts(31,5): error TS2416: Property 'resolve' in type 'JavaResourceResolver' is not assignable to the same property in base type 'ResourceResolver'.
  1456. Type '(uri: URI) => JavaResource' is not assignable to type '(uri: URI) => MaybePromise<Resource>'.
  1457. Types of parameters 'uri' and 'uri' are incompatible.
  1458. Type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1459. ../../../node_modules/@theia/java/node_modules/@theia/editor/lib/browser/editor-manager.d.ts(24,73): error TS2344: Type 'EditorWidget' does not satisfy the constraint 'NavigatableWidget'.
  1460. Type 'EditorWidget' is not assignable to type 'Navigatable'.
  1461. Types of property 'getResourceUri' are incompatible.
  1462. Type '() => import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri")...' is not assignable to type '() => import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri")...'.
  1463. Type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").defau...' is not assignable to type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").defau...'.
  1464. Type 'URI' is not assignable to type 'URI | undefined'.
  1465. Type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default'.
  1466. ../../../node_modules/@theia/java/node_modules/@theia/editor/lib/browser/editor-manager.d.ts(54,5): error TS2416: Property 'canHandle' in type 'EditorManager' is not assignable to the same property in base type 'NavigatableWidgetOpenHandler<EditorWidget>'.
  1467. Type '(uri: URI, options?: WidgetOpenerOptions | undefined) => number' is not assignable to type '(uri: URI, options?: WidgetOpenerOptions | undefined) => MaybePromise<number>'.
  1468. Types of parameters 'uri' and 'uri' are incompatible.
  1469. Type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1470. ../../../node_modules/@theia/java/node_modules/@theia/editor/lib/browser/editor-manager.d.ts(55,5): error TS2416: Property 'open' in type 'EditorManager' is not assignable to the same property in base type 'NavigatableWidgetOpenHandler<EditorWidget>'.
  1471. Type '(uri: URI, options?: EditorOpenerOptions | undefined) => Promise<EditorWidget>' is not assignable to type '(uri: URI, options?: WidgetOpenerOptions | undefined) => Promise<EditorWidget>'.
  1472. Types of parameters 'uri' and 'uri' are incompatible.
  1473. Type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1474. ../../../node_modules/@theia/java/node_modules/@theia/editor/lib/browser/editor-widget.d.ts(25,5): error TS2416: Property 'getResourceUri' in type 'EditorWidget' is not assignable to the same property in base type 'Navigatable'.
  1475. Type '() => import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri")...' is not assignable to type '() => import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri")...'.
  1476. Type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").defau...' is not assignable to type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").defau...'.
  1477. Type 'URI' is not assignable to type 'URI | undefined'.
  1478. Type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default'.
  1479. ../../../node_modules/@theia/java/node_modules/@theia/editor/lib/browser/editor-widget.d.ts(26,5): error TS2416: Property 'createMoveToUri' in type 'EditorWidget' is not assignable to the same property in base type 'Navigatable'.
  1480. Type '(resourceUri: import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/comm...' is not assignable to type '(resourceUri: import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/comm...'.
  1481. Types of parameters 'resourceUri' and 'resourceUri' are incompatible.
  1482. Type 'import("/home/theia/node_modules/@theia/languages/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1483. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(135,28): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1484. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(135,32): error TS2304: Cannot find name 'Ajv'.
  1485. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(153,58): error TS1183: An implementation cannot be declared in ambient contexts.
  1486. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(156,74): error TS1183: An implementation cannot be declared in ambient contexts.
  1487. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(161,103): error TS1183: An implementation cannot be declared in ambient contexts.
  1488. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(162,36): error TS1039: Initializers are not allowed in ambient contexts.
  1489. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(163,34): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1490. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(165,31): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1491. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(166,25): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1492. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(167,13): error TS1036: Statements are not allowed in ambient contexts.
  1493. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(168,17): error TS1036: Statements are not allowed in ambient contexts.
  1494. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(171,17): error TS1036: Statements are not allowed in ambient contexts.
  1495. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(176,103): error TS1183: An implementation cannot be declared in ambient contexts.
  1496. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(178,37): error TS1039: Initializers are not allowed in ambient contexts.
  1497. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(179,13): error TS1036: Statements are not allowed in ambient contexts.
  1498. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(180,30): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1499. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(181,17): error TS1036: Statements are not allowed in ambient contexts.
  1500. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(182,21): error TS1036: Statements are not allowed in ambient contexts.
  1501. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(185,21): error TS1036: Statements are not allowed in ambient contexts.
  1502. ../../../node_modules/monaco-languageclient/lib/monaco-commands.d.ts(3,32): error TS2503: Cannot find namespace 'monaco'.
  1503. ../../../node_modules/monaco-languageclient/lib/monaco-commands.d.ts(4,25): error TS2503: Cannot find namespace 'monaco'.
  1504. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(1,23): error TS2688: Cannot find type definition file for 'monaco-editor-core/monaco'.
  1505. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(3,25): error TS2503: Cannot find namespace 'monaco'.
  1506. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(7,47): error TS2503: Cannot find namespace 'monaco'.
  1507. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(13,43): error TS2503: Cannot find namespace 'monaco'.
  1508. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(19,49): error TS2503: Cannot find namespace 'monaco'.
  1509. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(37,20): error TS2503: Cannot find namespace 'monaco'.
  1510. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(38,20): error TS2503: Cannot find namespace 'monaco'.
  1511. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(39,20): error TS2503: Cannot find namespace 'monaco'.
  1512. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(40,28): error TS2503: Cannot find namespace 'monaco'.
  1513. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(41,28): error TS2503: Cannot find namespace 'monaco'.
  1514. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(42,28): error TS2503: Cannot find namespace 'monaco'.
  1515. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(44,67): error TS2503: Cannot find namespace 'monaco'.
  1516. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(45,57): error TS2503: Cannot find namespace 'monaco'.
  1517. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(45,83): error TS2503: Cannot find namespace 'monaco'.
  1518. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(46,34): error TS2503: Cannot find namespace 'monaco'.
  1519. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(47,32): error TS2503: Cannot find namespace 'monaco'.
  1520. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(48,28): error TS2503: Cannot find namespace 'monaco'.
  1521. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(49,43): error TS2503: Cannot find namespace 'monaco'.
  1522. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(50,71): error TS2503: Cannot find namespace 'monaco'.
  1523. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(52,22): error TS2503: Cannot find namespace 'monaco'.
  1524. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(53,24): error TS2503: Cannot find namespace 'monaco'.
  1525. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(55,24): error TS2503: Cannot find namespace 'monaco'.
  1526. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(56,56): error TS2503: Cannot find namespace 'monaco'.
  1527. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(61,33): error TS2503: Cannot find namespace 'monaco'.
  1528. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(62,26): error TS2503: Cannot find namespace 'monaco'.
  1529. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(63,28): error TS2503: Cannot find namespace 'monaco'.
  1530. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(64,34): error TS2503: Cannot find namespace 'monaco'.
  1531. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(65,54): error TS2503: Cannot find namespace 'monaco'.
  1532. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(65,77): error TS2503: Cannot find namespace 'monaco'.
  1533. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(66,21): error TS2503: Cannot find namespace 'monaco'.
  1534. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(67,22): error TS2503: Cannot find namespace 'monaco'.
  1535. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(68,34): error TS2503: Cannot find namespace 'monaco'.
  1536. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(69,64): error TS2503: Cannot find namespace 'monaco'.
  1537. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(70,67): error TS2503: Cannot find namespace 'monaco'.
  1538. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(70,90): error TS2503: Cannot find namespace 'monaco'.
  1539. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(71,71): error TS2503: Cannot find namespace 'monaco'.
  1540. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(71,110): error TS2503: Cannot find namespace 'monaco'.
  1541. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(72,53): error TS2503: Cannot find namespace 'monaco'.
  1542. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(74,26): error TS2503: Cannot find namespace 'monaco'.
  1543. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(77,31): error TS2503: Cannot find namespace 'monaco'.
  1544. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(77,88): error TS2503: Cannot find namespace 'monaco'.
  1545. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(78,43): error TS2503: Cannot find namespace 'monaco'.
  1546. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(80,62): error TS2503: Cannot find namespace 'monaco'.
  1547. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(81,33): error TS2503: Cannot find namespace 'monaco'.
  1548. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(84,37): error TS2503: Cannot find namespace 'monaco'.
  1549. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(86,56): error TS2503: Cannot find namespace 'monaco'.
  1550. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(87,33): error TS2503: Cannot find namespace 'monaco'.
  1551. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(89,52): error TS2503: Cannot find namespace 'monaco'.
  1552. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(90,38): error TS2503: Cannot find namespace 'monaco'.
  1553. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(92,57): error TS2503: Cannot find namespace 'monaco'.
  1554. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(93,55): error TS2503: Cannot find namespace 'monaco'.
  1555. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(94,47): error TS2503: Cannot find namespace 'monaco'.
  1556. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(95,34): error TS2503: Cannot find namespace 'monaco'.
  1557. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(97,46): error TS2503: Cannot find namespace 'monaco'.
  1558. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(98,46): error TS2503: Cannot find namespace 'monaco'.
  1559. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(99,72): error TS2503: Cannot find namespace 'monaco'.
  1560. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(100,61): error TS2503: Cannot find namespace 'monaco'.
  1561. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(100,74): error TS2503: Cannot find namespace 'monaco'.
  1562. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(101,58): error TS2503: Cannot find namespace 'monaco'.
  1563. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(102,80): error TS2503: Cannot find namespace 'monaco'.
  1564. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(102,93): error TS2503: Cannot find namespace 'monaco'.
  1565. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(103,56): error TS2503: Cannot find namespace 'monaco'.
  1566. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(103,69): error TS2503: Cannot find namespace 'monaco'.
  1567. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(104,37): error TS2503: Cannot find namespace 'monaco'.
  1568. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(105,56): error TS2503: Cannot find namespace 'monaco'.
  1569. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(107,75): error TS2503: Cannot find namespace 'monaco'.
  1570. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(108,51): error TS2503: Cannot find namespace 'monaco'.
  1571. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(109,44): error TS2503: Cannot find namespace 'monaco'.
  1572. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(110,39): error TS2503: Cannot find namespace 'monaco'.
  1573. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(111,45): error TS2503: Cannot find namespace 'monaco'.
  1574. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(112,58): error TS2503: Cannot find namespace 'monaco'.
  1575. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(113,43): error TS2503: Cannot find namespace 'monaco'.
  1576. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(115,62): error TS2503: Cannot find namespace 'monaco'.
  1577. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(116,33): error TS2503: Cannot find namespace 'monaco'.
  1578. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(118,52): error TS2503: Cannot find namespace 'monaco'.
  1579. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(120,43): error TS2503: Cannot find namespace 'monaco'.
  1580. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(121,62): error TS2503: Cannot find namespace 'monaco'.
  1581. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(122,61): error TS2503: Cannot find namespace 'monaco'.
  1582. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(123,57): error TS2503: Cannot find namespace 'monaco'.
  1583. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(124,60): error TS2503: Cannot find namespace 'monaco'.
  1584. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(125,57): error TS2503: Cannot find namespace 'monaco'.
  1585. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(126,28): error TS2503: Cannot find namespace 'monaco'.
  1586. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(128,47): error TS2503: Cannot find namespace 'monaco'.
  1587. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(129,78): error TS2503: Cannot find namespace 'monaco'.
  1588. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(130,62): error TS2503: Cannot find namespace 'monaco'.
  1589. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(131,62): error TS2503: Cannot find namespace 'monaco'.
  1590. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(132,36): error TS2503: Cannot find namespace 'monaco'.
  1591. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(134,47): error TS2503: Cannot find namespace 'monaco'.
  1592. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(135,59): error TS2503: Cannot find namespace 'monaco'.
  1593. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(136,43): error TS2503: Cannot find namespace 'monaco'.
  1594. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(137,81): error TS2503: Cannot find namespace 'monaco'.
  1595. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(138,77): error TS2503: Cannot find namespace 'monaco'.
  1596. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(139,87): error TS2503: Cannot find namespace 'monaco'.
  1597. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(141,55): error TS2503: Cannot find namespace 'monaco'.
  1598. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(143,24): error TS2503: Cannot find namespace 'monaco'.
  1599. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(144,17): error TS2503: Cannot find namespace 'monaco'.
  1600. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(151,28): error TS2503: Cannot find namespace 'monaco'.
  1601. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(152,40): error TS2503: Cannot find namespace 'monaco'.
  1602. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(153,35): error TS2503: Cannot find namespace 'monaco'.
  1603. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(154,54): error TS2503: Cannot find namespace 'monaco'.
  1604. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(155,58): error TS2503: Cannot find namespace 'monaco'.
  1605. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(155,81): error TS2503: Cannot find namespace 'monaco'.
  1606. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(156,53): error TS2503: Cannot find namespace 'monaco'.
  1607. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(156,76): error TS2503: Cannot find namespace 'monaco'.
  1608. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(159,37): error TS2503: Cannot find namespace 'monaco'.
  1609. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(160,49): error TS2503: Cannot find namespace 'monaco'.
  1610. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(161,44): error TS2503: Cannot find namespace 'monaco'.
  1611. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(162,54): error TS2503: Cannot find namespace 'monaco'.
  1612. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(163,58): error TS2503: Cannot find namespace 'monaco'.
  1613. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(163,84): error TS2503: Cannot find namespace 'monaco'.
  1614. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(164,53): error TS2503: Cannot find namespace 'monaco'.
  1615. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(164,79): error TS2503: Cannot find namespace 'monaco'.
  1616. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(165,53): error TS2503: Cannot find namespace 'monaco'.
  1617. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(166,49): error TS2503: Cannot find namespace 'monaco'.
  1618. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(167,55): error TS2503: Cannot find namespace 'monaco'.
  1619. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(168,51): error TS2503: Cannot find namespace 'monaco'.
  1620. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(170,45): error TS2503: Cannot find namespace 'monaco'.
  1621. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(171,41): error TS2503: Cannot find namespace 'monaco'.
  1622. ../../../node_modules/monaco-languageclient/lib/monaco-converter.d.ts(172,40): error TS2503: Cannot find namespace 'monaco'.
  1623. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(1,23): error TS2688: Cannot find type definition file for 'monaco-editor-core/monaco'.
  1624. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(6,10): error TS2503: Cannot find namespace 'monaco'.
  1625. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(11,31): error TS2503: Cannot find namespace 'monaco'.
  1626. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(22,135): error TS2503: Cannot find namespace 'monaco'.
  1627. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(24,89): error TS2503: Cannot find namespace 'monaco'.
  1628. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(26,137): error TS2503: Cannot find namespace 'monaco'.
  1629. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(28,99): error TS2503: Cannot find namespace 'monaco'.
  1630. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(30,97): error TS2503: Cannot find namespace 'monaco'.
  1631. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(32,113): error TS2503: Cannot find namespace 'monaco'.
  1632. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(34,107): error TS2503: Cannot find namespace 'monaco'.
  1633. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(36,99): error TS2503: Cannot find namespace 'monaco'.
  1634. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(38,95): error TS2503: Cannot find namespace 'monaco'.
  1635. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(40,123): error TS2503: Cannot find namespace 'monaco'.
  1636. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(42,123): error TS2503: Cannot find namespace 'monaco'.
  1637. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(44,185): error TS2503: Cannot find namespace 'monaco'.
  1638. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(46,91): error TS2503: Cannot find namespace 'monaco'.
  1639. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(48,103): error TS2503: Cannot find namespace 'monaco'.
  1640. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(50,107): error TS2503: Cannot find namespace 'monaco'.
  1641. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(52,107): error TS2503: Cannot find namespace 'monaco'.
  1642. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(54,105): error TS2503: Cannot find namespace 'monaco'.
  1643. ../../../node_modules/monaco-languageclient/lib/monaco-languages.d.ts(56,103): error TS2503: Cannot find namespace 'monaco'.
  1644. ../../../node_modules/monaco-languageclient/lib/monaco-services.d.ts(17,29): error TS2503: Cannot find namespace 'monaco'.
  1645. ../../../node_modules/monaco-languageclient/lib/monaco-services.d.ts(18,30): error TS2503: Cannot find namespace 'monaco'.
  1646. ../../../node_modules/monaco-languageclient/lib/monaco-workspace.d.ts(1,23): error TS2688: Cannot find type definition file for 'monaco-editor-core/monaco'.
  1647. ../../../node_modules/monaco-languageclient/lib/monaco-workspace.d.ts(4,17): error TS2503: Cannot find namespace 'monaco'.
  1648. ../../../node_modules/monaco-languageclient/lib/monaco-workspace.d.ts(17,69): error TS2503: Cannot find namespace 'monaco'.
  1649. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/client.d.ts(1,884): error TS2307: Cannot find module 'vscode'.
  1650. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/codeConverter.d.ts(1,23): error TS2307: Cannot find module 'vscode'.
  1651. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/colorProvider.d.ts(1,172): error TS2307: Cannot find module 'vscode'.
  1652. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/foldingRange.d.ts(1,105): error TS2307: Cannot find module 'vscode'.
  1653. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/implementation.d.ts(1,108): error TS2307: Cannot find module 'vscode'.
  1654. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/protocolCompletionItem.d.ts(1,23): error TS2307: Cannot find module 'vscode'.
  1655. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/protocolConverter.d.ts(1,23): error TS2307: Cannot find module 'vscode'.
  1656. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/typeDefinition.d.ts(1,108): error TS2307: Cannot find module 'vscode'.
  1657. ../../../node_modules/monaco-languageclient/node_modules/vscode-base-languageclient/lib/workspaceFolders.d.ts(1,77): error TS2307: Cannot find module 'vscode'.
  1658. error Command failed with exit code 2.
  1659. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1660. error Command failed with exit code 1.
  1661. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  1662. >>> Cloning repository: https://github.com/eclipse/che-theia-terminal-extension.git
  1663. Cloning into '/home/theia/extensions/che-theia-terminal'...
  1664. >>> Checkout repository to: master
  1665. Already on 'master'
  1666. There is a build folder defined che-theia-terminal
  1667. Generate versions for extension: /home/theia/extensions/che-theia-terminal/che-theia-terminal
  1668. Removing parent files
  1669. Building extension: /home/theia/extensions/che-theia-terminal/che-theia-terminal
  1670. yarn install v1.10.1
  1671. info No lockfile found.
  1672. [1/4] Resolving packages...
  1673. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1674. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1675. warning @theia/terminal > @theia/core > [email protected]: Re-Released as 5.0.1
  1676. [2/4] Fetching packages...
  1677. [3/4] Linking dependencies...
  1678. [4/4] Building fresh packages...
  1679. success Saved lockfile.
  1680. $ yarn run clean && yarn run build
  1681. yarn run v1.10.1
  1682. $ rimraf lib
  1683. Done in 0.19s.
  1684. yarn run v1.10.1
  1685. $ tsc
  1686. src/browser/contribution/exec-terminal-contribution.ts(37,24): error TS2416: Property 'shell' in type 'ExecTerminalFrontendContribution' is not assignable to the same property in base type 'TerminalFrontendContribution'.
  1687. Type 'import("/home/theia/node_modules/@theia/core/lib/browser/shell/application-shell").ApplicationShell' is not assignable to type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/browser/shell/appli...'.
  1688. Property 'dockPanelRendererFactory' is protected but type 'ApplicationShell' is not a class derived from 'ApplicationShell'.
  1689. src/browser/contribution/exec-terminal-contribution.ts(44,11): error TS2416: Property 'registerCommands' in type 'ExecTerminalFrontendContribution' is not assignable to the same property in base type 'TerminalFrontendContribution'.
  1690. Type '(registry: CommandRegistry) => Promise<void>' is not assignable to type '(commands: CommandRegistry) => void'.
  1691. Types of parameters 'registry' and 'commands' are incompatible.
  1692. Type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/common/command").Co...' is not assignable to type 'import("/home/theia/node_modules/@theia/core/lib/common/command").CommandRegistry'.
  1693. Property 'contributionProvider' is protected but type 'CommandRegistry' is not a class derived from 'CommandRegistry'.
  1694. src/browser/contribution/exec-terminal-contribution.ts(53,36): error TS2345: Argument of type 'import("/home/theia/node_modules/@theia/core/lib/common/command").CommandRegistry' is not assignable to parameter of type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/common/command").Co...'.
  1695. Property 'contributionProvider' is protected but type 'CommandRegistry' is not a class derived from 'CommandRegistry'.
  1696. src/browser/contribution/exec-terminal-contribution.ts(57,11): error TS2416: Property 'registerMenus' in type 'ExecTerminalFrontendContribution' is not assignable to the same property in base type 'TerminalFrontendContribution'.
  1697. Type '(menus: MenuModelRegistry) => Promise<void>' is not assignable to type '(menus: MenuModelRegistry) => void'.
  1698. Types of parameters 'menus' and 'menus' are incompatible.
  1699. Type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/common/menu").MenuM...' is not assignable to type 'import("/home/theia/node_modules/@theia/core/lib/common/menu").MenuModelRegistry'.
  1700. Property 'contributions' is protected but type 'MenuModelRegistry' is not a class derived from 'MenuModelRegistry'.
  1701. src/browser/contribution/exec-terminal-contribution.ts(65,33): error TS2345: Argument of type 'import("/home/theia/node_modules/@theia/core/lib/common/menu").MenuModelRegistry' is not assignable to parameter of type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/common/menu").MenuM...'.
  1702. Property 'contributions' is protected but type 'MenuModelRegistry' is not a class derived from 'MenuModelRegistry'.
  1703. src/browser/contribution/exec-terminal-contribution.ts(85,11): error TS2416: Property 'registerKeybindings' in type 'ExecTerminalFrontendContribution' is not assignable to the same property in base type 'TerminalFrontendContribution'.
  1704. Type '(registry: KeybindingRegistry) => Promise<void>' is not assignable to type '(keybindings: KeybindingRegistry) => void'.
  1705. Types of parameters 'registry' and 'keybindings' are incompatible.
  1706. Type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/browser/keybinding"...' is not assignable to type 'import("/home/theia/node_modules/@theia/core/lib/browser/keybinding").KeybindingRegistry'.
  1707. Property 'keySequence' is protected but type 'KeybindingRegistry' is not a class derived from 'KeybindingRegistry'.
  1708. src/browser/contribution/exec-terminal-contribution.ts(94,39): error TS2345: Argument of type 'import("/home/theia/node_modules/@theia/core/lib/browser/keybinding").KeybindingRegistry' is not assignable to parameter of type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/browser/keybinding"...'.
  1709. Property 'containsKeybindingInScope' is missing in type 'KeybindingRegistry'.
  1710. src/browser/terminal-frontend-module.ts(37,52): error TS2345: Argument of type 'typeof ExecTerminalFrontendContribution' is not assignable to parameter of type 'string | symbol | Newable<TerminalFrontendContribution> | Abstract<TerminalFrontendContribution>'.
  1711. Type 'typeof ExecTerminalFrontendContribution' is not assignable to type 'Abstract<TerminalFrontendContribution>'.
  1712. Types of property 'prototype' are incompatible.
  1713. Type 'ExecTerminalFrontendContribution' is not assignable to type 'TerminalFrontendContribution'.
  1714. Types of property 'shell' are incompatible.
  1715. Type 'import("/home/theia/node_modules/@theia/core/lib/browser/shell/application-shell").ApplicationShell' is not assignable to type 'import("/home/theia/node_modules/@theia/terminal/node_modules/@theia/core/lib/browser/shell/appli...'.
  1716. error Command failed with exit code 2.
  1717. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1718. error Command failed with exit code 1.
  1719. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  1720. >>> Cloning repository: https://github.com/eclipse/che-theia-task-plugin.git
  1721. Cloning into '/home/theia/extensions/@eclipse-che_theia-task-extension'...
  1722. >>> Checkout repository to: master
  1723. Already on 'master'
  1724. There is a build folder defined che-theia-task-extension
  1725. Generate versions for extension: /home/theia/extensions/@eclipse-che_theia-task-extension/che-theia-task-extension
  1726. Removing parent files
  1727. Building extension: /home/theia/extensions/@eclipse-che_theia-task-extension/che-theia-task-extension
  1728. yarn install v1.10.1
  1729. info No lockfile found.
  1730. [1/4] Resolving packages...
  1731. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1732. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1733. warning @theia/mini-browser > @theia/core > [email protected]: Re-Released as 5.0.1
  1734. warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
  1735. [2/4] Fetching packages...
  1736. [3/4] Linking dependencies...
  1737. [4/4] Building fresh packages...
  1738. success Saved lockfile.
  1739. $ yarn run clean && yarn run build
  1740. yarn run v1.10.1
  1741. $ rimraf lib
  1742. Done in 0.20s.
  1743. yarn run v1.10.1
  1744. $ tsc
  1745. ../../../node_modules/@theia/filesystem/lib/browser/file-resource.d.ts(22,14): error TS2416: Property 'uri' in type 'FileResource' is not assignable to the same property in base type 'Resource'.
  1746. Type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/task/node_modules/@theia/core/lib/common/uri").default'.
  1747. Types have separate declarations of a private property 'codeUri'.
  1748. ../../../node_modules/@theia/filesystem/lib/browser/file-resource.d.ts(52,5): error TS2416: Property 'resolve' in type 'FileResourceResolver' is not assignable to the same property in base type 'ResourceResolver'.
  1749. Type '(uri: URI) => Promise<FileResource>' is not assignable to type '(uri: URI) => MaybePromise<Resource>'.
  1750. Types of parameters 'uri' and 'uri' are incompatible.
  1751. Type 'import("/home/theia/node_modules/@theia/task/node_modules/@theia/core/lib/common/uri").default' is not assignable to type 'import("/home/theia/node_modules/@theia/workspace/node_modules/@theia/core/lib/common/uri").default'.
  1752. Types have separate declarations of a private property 'codeUri'.
  1753. ../../../node_modules/@theia/process/lib/node/terminal-process.d.ts(19,10): error TS2305: Module '"/home/theia/node_modules/node-pty/lib/index"' has no exported member 'IPty'.
  1754. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(135,28): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1755. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(135,32): error TS2304: Cannot find name 'Ajv'.
  1756. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(153,58): error TS1183: An implementation cannot be declared in ambient contexts.
  1757. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(156,74): error TS1183: An implementation cannot be declared in ambient contexts.
  1758. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(161,103): error TS1183: An implementation cannot be declared in ambient contexts.
  1759. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(162,36): error TS1039: Initializers are not allowed in ambient contexts.
  1760. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(163,34): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1761. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(165,31): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1762. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(166,25): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1763. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(167,13): error TS1036: Statements are not allowed in ambient contexts.
  1764. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(168,17): error TS1036: Statements are not allowed in ambient contexts.
  1765. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(171,17): error TS1036: Statements are not allowed in ambient contexts.
  1766. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(176,103): error TS1183: An implementation cannot be declared in ambient contexts.
  1767. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(178,37): error TS1039: Initializers are not allowed in ambient contexts.
  1768. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(179,13): error TS1036: Statements are not allowed in ambient contexts.
  1769. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(180,30): error TS1254: A 'const' initializer in an ambient context must be a string or numeric literal.
  1770. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(181,17): error TS1036: Statements are not allowed in ambient contexts.
  1771. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(182,21): error TS1036: Statements are not allowed in ambient contexts.
  1772. ../../../node_modules/@theia/workspace/lib/browser/workspace-service.d.ts(185,21): error TS1036: Statements are not allowed in ambient contexts.
  1773. error Command failed with exit code 2.
  1774. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1775. error Command failed with exit code 1.
  1776. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  1777. >>> Cloning repository: https://github.com/eclipse/che-theia-activity-tracker.git
  1778. Cloning into '/home/theia/extensions/@eclipse-che_theia-activity-tracker'...
  1779. >>> Checkout repository to: master
  1780. Already on 'master'
  1781. There is a build folder defined che-theia-activity-tracker
  1782. Generate versions for extension: /home/theia/extensions/@eclipse-che_theia-activity-tracker/che-theia-activity-tracker
  1783. Removing parent files
  1784. Building extension: /home/theia/extensions/@eclipse-che_theia-activity-tracker/che-theia-activity-tracker
  1785. yarn install v1.10.1
  1786. warning package.json: No license field
  1787. info No lockfile found.
  1788. warning @eclipse-che/[email protected]: No license field
  1789. [1/4] Resolving packages...
  1790. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1791. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1792. [2/4] Fetching packages...
  1793. [3/4] Linking dependencies...
  1794. [4/4] Building fresh packages...
  1795. success Saved lockfile.
  1796. $ yarn run clean && yarn run build
  1797. yarn run v1.10.1
  1798. warning package.json: No license field
  1799. $ rimraf lib
  1800. Done in 0.20s.
  1801. yarn run v1.10.1
  1802. warning package.json: No license field
  1803. $ tsc
  1804. ../../../node_modules/@theia/core/lib/browser/tree/fuzzy-search.d.ts(16,24): error TS2307: Cannot find module 'fuzzy'.
  1805. error Command failed with exit code 2.
  1806. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1807. error Command failed with exit code 1.
  1808. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  1809. >>> Cloning repository: https://github.com/ws-skeleton/che-theia-remote-extension
  1810. Cloning into '/home/theia/extensions/@eclipse-che_theia-remote-extension'...
  1811. >>> Checkout repository to: master
  1812. Already on 'master'
  1813. Generate versions for extension: /home/theia/extensions/@eclipse-che_theia-remote-extension
  1814. Building extension: /home/theia/extensions/@eclipse-che_theia-remote-extension
  1815. yarn install v1.10.1
  1816. info No lockfile found.
  1817. [1/4] Resolving packages...
  1818. warning @theia/plugin-ext > @theia/core > [email protected]: Re-Released as 5.0.1
  1819. warning @theia/plugin-ext > @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1820. [2/4] Fetching packages...
  1821. warning [email protected]: The engine "vscode" appears to be invalid.
  1822. warning [email protected]: The engine "vscode" appears to be invalid.
  1823. [3/4] Linking dependencies...
  1824. [4/4] Building fresh packages...
  1825. success Saved lockfile.
  1826. $ yarn run clean && yarn run tslint && yarn run build
  1827. yarn run v1.10.1
  1828. $ rimraf lib
  1829. Done in 0.19s.
  1830. yarn run v1.10.1
  1831. $ tslint --project .
  1832. Done in 2.42s.
  1833. yarn run v1.10.1
  1834. $ tsc
  1835. Done in 3.46s.
  1836. Done in 32.79s.
  1837. Extension to add: { 'github-extension': 'file:///home/theia/extensions/github-extension/github-extension',
  1838. 'che-theia-ssh-extension': 'file:///home/theia/extensions/che-theia-ssh-extension/ssh-extension',
  1839. 'theia-machines-extension': 'file:///home/theia/extensions/theia-machines-extension/theia-machines-extension',
  1840. '@eclipse-che/theia-factory-extension': 'file:///home/theia/extensions/@eclipse-che_theia-factory-extension/che-theia-factory',
  1841. '@eclipse-che/theia-dashboard-extension': 'file:///home/theia/extensions/@eclipse-che_theia-dashboard-extension/theia-dashboard-extension',
  1842. '@eclipse-che/che-theia-hosted-plugin-manager-extension': 'file:///home/theia/extensions/@eclipse-che_che-theia-hosted-plugin-manager-extension',
  1843. '@eclipse-che/theia-java-extension': 'file:///home/theia/extensions/@eclipse-che_theia-java-extension/che-theia-java-extension',
  1844. 'che-theia-terminal': 'file:///home/theia/extensions/che-theia-terminal/che-theia-terminal',
  1845. '@eclipse-che/theia-task-extension': 'file:///home/theia/extensions/@eclipse-che_theia-task-extension/che-theia-task-extension',
  1846. '@eclipse-che/theia-activity-tracker': 'file:///home/theia/extensions/@eclipse-che_theia-activity-tracker/che-theia-activity-tracker',
  1847. '@eclipse-che/theia-remote-extension': 'file:///home/theia/extensions/@eclipse-che_theia-remote-extension' }
  1848. Removing intermediate container 85dbb13f3194
  1849. ---> e6fc7cd68da3
  1850. Step 24/39 : ADD src/builder/assemble-theia.sh /tmp/builder/scripts/assemble-theia.sh
  1851. ---> f8be2aa2943d
  1852. Step 25/39 : RUN /tmp/builder/scripts/assemble-theia.sh
  1853. ---> Running in e4e798a5e3ed
  1854. Verdaccio doesn't need superuser privileges. Don't run it under root.
  1855. warn --- config file - /home/theia/.config/verdaccio/config.yaml
  1856. yarn install v1.10.1
  1857. info No lockfile found.
  1858. [1/4] Resolving packages...
  1859. warning @theia/core > [email protected]: Re-Released as 5.0.1
  1860. warning @theia/core > electron > electron-download > nugget > progress-stream > through2 > xtend > [email protected]:
  1861. warning @theia/metrics > @theia/application-manager > less > request > hawk > [email protected]: The major version is no longer supported. Please update to 4.x or newer
  1862. warning @theia/metrics > @theia/application-manager > less > request > hawk > boom > [email protected]: The major version is no longer supported. Please update to 4.x or newer
  1863. warning @theia/metrics > @theia/application-manager > less > request > hawk > sntp > [email protected]: The major version is no longer supported. Please update to 4.x or newer
  1864. warning @theia/metrics > @theia/application-manager > webpack-cli > jscodeshift > [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
  1865. warning @theia/metrics > @theia/application-manager > webpack-cli > webpack-addons > jscodeshift > [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
  1866. warning @theia/metrics > @theia/application-manager > webpack-cli > jscodeshift > [email protected]: Package no longer supported. Contact [email protected] for more info.
  1867. warning @theia/metrics > @theia/application-manager > webpack-cli > webpack-addons > jscodeshift > [email protected]: Package no longer supported. Contact [email protected] for more info.
  1868. warning @theia/metrics > @theia/application-manager > css-loader > cssnano > autoprefixer > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  1869. warning @theia/metrics > @theia/application-manager > css-loader > cssnano > postcss-merge-rules > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  1870. warning @theia/metrics > @theia/application-manager > css-loader > cssnano > postcss-merge-rules > caniuse-api > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  1871. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1872. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1873. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1874. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1875. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1876. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1877. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1878. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1879. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1880. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1881. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1882. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1883. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1884. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1885. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1886. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1887. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1888. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1889. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1890. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1891. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1892. warning Resolution field "@theia/[email protected]" is incompatible with requested version "@theia/[email protected]"
  1893. [2/4] Fetching packages...
  1894. warning [email protected]: The engine "vscode" appears to be invalid.
  1895. warning [email protected]: The engine "vscode" appears to be invalid.
  1896. info [email protected]: The platform "linux" is incompatible with this module.
  1897. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  1898. [3/4] Linking dependencies...
  1899. warning "@theia/metrics > @theia/application-manager > [email protected]" has unmet peer dependency "font-awesome@>=4.3.0".
  1900. warning "@theia/tslint > [email protected]" has unmet peer dependency "typescript@>= 2.3.1 < 3".
  1901. warning "@theia/tslint > [email protected]" has unmet peer dependency "tslint@>= 4 < 6".
  1902. [4/4] Building fresh packages...
  1903. success Saved lockfile.
  1904. Done in 72.33s.
  1905. yarn run v1.10.1
  1906. $ /home/theia/node_modules/.bin/theia build
  1907. (node:1869) DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead
  1908.  
  1909. Hash: a6dbc981c7f0997308cd
  1910. Version: webpack 4.21.0
  1911. Time: 100055ms
  1912. Built at: 2018-10-18 13:28:37
  1913. Asset Size Chunks Chunk Names
  1914. vs/language/css/cssMode.js 25.8 KiB [emitted]
  1915. worker-ext.4cecb149a9e4854ed20b.js 213 KiB [emitted]
  1916. node_modules/@theia/core/src/browser/icons/spinner.e817279537a0417d042f62fbb1b99eea.gif 43.1 KiB [emitted]
  1917. cf2aabacdc2b3a5768b03545cb1d8330.svg 21 KiB [emitted]
  1918. 674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
  1919. af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
  1920. fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
  1921. b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
  1922. 912ec66d7572ff821749319396470bde.svg 434 KiB [emitted] [big]
  1923. 0a32a80243e05284a5d741c5dc093f31.woff2 23.8 KiB [emitted]
  1924. e19892df121e7f85c61754c54bbb7951.woff2 48.6 KiB [emitted]
  1925. 11d1a2390613abf202bfd2ebbd5c4500.woff2 88.6 KiB [emitted]
  1926. de59a97248b44599e6747a27a943f738.woff2 19.8 KiB [emitted]
  1927. f8f821a66b20e5801e35df5ec4565b30.wasm 583 KiB [emitted] [big]
  1928. b1b07a0660cb1664f670dec2760a5ccb.plist 10.3 KiB [emitted]
  1929. bundle.js 6.12 MiB 0 [emitted] [big] main
  1930. bundle.js.map 13 MiB 0 [emitted] main
  1931. vs/language/css/monaco.contribution.js 2.13 KiB [emitted]
  1932. worker-ext.4cecb149a9e4854ed20b.js.map 896 KiB [emitted]
  1933. vs/language/html/htmlMode.js 23 KiB [emitted]
  1934. vs/language/html/monaco.contribution.js 2.16 KiB [emitted]
  1935. vs/language/html/htmlWorker.js 164 KiB [emitted]
  1936. vs/language/css/cssWorker.js 555 KiB [emitted] [big]
  1937. vs/editor/editor.main.nls.de.js 38.8 KiB [emitted]
  1938. vs/base/worker/workerMain.js 141 KiB [emitted]
  1939. vs/editor/editor.main.css 212 KiB [emitted]
  1940. vs/editor/editor.main.nls.es.js 39.4 KiB [emitted]
  1941. vs/editor/editor.main.nls.fr.js 42.4 KiB [emitted]
  1942. vs/editor/editor.main.nls.ja.js 43.5 KiB [emitted]
  1943. vs/editor/editor.main.nls.it.js 40.9 KiB [emitted]
  1944. vs/editor/editor.main.nls.js 33.2 KiB [emitted]
  1945. vs/editor/editor.main.nls.ru.js 60.6 KiB [emitted]
  1946. vs/editor/editor.main.nls.ko.js 39.5 KiB [emitted]
  1947. vs/editor/editor.main.nls.zh-cn.js 31.8 KiB [emitted]
  1948. vs/loader.js 28 KiB [emitted]
  1949. vs/editor/editor.main.nls.zh-tw.js 31.9 KiB [emitted]
  1950. vs/editor/editor.main.js 1.97 MiB [emitted] [big]
  1951. Entrypoint main [big] = bundle.js bundle.js.map
  1952. [50] (webpack)/buildin/global.js 509 bytes {0} [built]
  1953. [175] ./node_modules/jsonc-parser/lib/esm/main.js + 2 modules 53.6 KiB {0} [built]
  1954. | 3 modules
  1955. [421] (webpack)/buildin/module.js 519 bytes {0} [built]
  1956. [759] ./node_modules/react-virtualized/dist/es/index.js + 66 modules 324 KiB {0} [built]
  1957. | 67 modules
  1958. [763] ./src-gen/frontend/index.js 7.25 KiB {0} [built]
  1959. [1084] ./node_modules/moment/locale sync ^\.\/.*$ 2.91 KiB {0} [optional] [built]
  1960. [1165] ./node_modules/vscode-textmate/release sync 160 bytes {0} [built]
  1961. [1862] ./node_modules/@theia/debug/node_modules/jsonc-parser/lib/esm/main.js + 4 modules 54.3 KiB {0} [built]
  1962. | 5 modules
  1963. + 1855 hidden modules
  1964.  
  1965. WARNING in ./node_modules/vscode-textmate/release/main.js 14:15-27
  1966. Critical dependency: the request of a dependency is an expression
  1967. @ ./node_modules/@theia/monaco/lib/browser/textmate/monaco-textmate-service.js
  1968. @ ./node_modules/@theia/monaco/lib/browser/textmate/index.js
  1969. @ ./node_modules/@theia/typescript/lib/browser/typescript-frontend-module.js
  1970. @ ./src-gen/frontend/index.js
  1971.  
  1972. WARNING in ./node_modules/vscode-textmate/release/main.js
  1973. Module Warning (from ./node_modules/source-map-loader/index.js):
  1974. (Emitted value instead of an instance of Error) Cannot find SourceMap '_suffix.js.map': Error: Can't resolve './_suffix.js.map' in '/home/theia/node_modules/vscode-textmate/release'
  1975. @ ./node_modules/@theia/monaco/lib/browser/textmate/monaco-textmate-service.js 73:24-50
  1976. @ ./node_modules/@theia/monaco/lib/browser/textmate/index.js
  1977. @ ./node_modules/@theia/typescript/lib/browser/typescript-frontend-module.js
  1978. @ ./src-gen/frontend/index.js
  1979.  
  1980. WARNING in ./node_modules/typescript-language-server/lib/commands.js
  1981. Module Warning (from ./node_modules/source-map-loader/index.js):
  1982. (Emitted value instead of an instance of Error) Cannot find source file '../src/commands.ts': Error: Can't resolve '../src/commands.ts' in '/home/theia/node_modules/typescript-language-server/lib'
  1983. @ ./node_modules/@theia/typescript/lib/browser/typescript-frontend-contribution.js 83:17-67
  1984. @ ./node_modules/@theia/typescript/lib/browser/typescript-frontend-module.js
  1985. @ ./src-gen/frontend/index.js
  1986.  
  1987. WARNING in ./node_modules/reflect-metadata/Reflect.js
  1988. Module Warning (from ./node_modules/source-map-loader/index.js):
  1989. (Emitted value instead of an instance of Error) Cannot find source file 'Reflect.ts': Error: Can't resolve './Reflect.ts' in '/home/theia/node_modules/reflect-metadata'
  1990. @ ./src-gen/frontend/index.js 3:0-27
  1991.  
  1992. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  1993. This can impact web performance.
  1994. Assets:
  1995. 912ec66d7572ff821749319396470bde.svg (434 KiB)
  1996. f8f821a66b20e5801e35df5ec4565b30.wasm (583 KiB)
  1997. bundle.js (6.12 MiB)
  1998. vs/language/css/cssWorker.js (555 KiB)
  1999. vs/editor/editor.main.js (1.97 MiB)
  2000.  
  2001. WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  2002. Entrypoints:
  2003. main (6.12 MiB)
  2004. bundle.js
  2005.  
  2006.  
  2007. WARNING in webpack performance recommendations:
  2008. You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
  2009. For more info visit https://webpack.js.org/guides/code-splitting/
  2010. Child worker:
  2011. Asset Size Chunks Chunk Names
  2012. worker-ext.4cecb149a9e4854ed20b.js 213 KiB 0 [emitted] main
  2013. worker-ext.4cecb149a9e4854ed20b.js.map 896 KiB 0 [emitted] main
  2014. Entrypoint main = worker-ext.4cecb149a9e4854ed20b.js worker-ext.4cecb149a9e4854ed20b.js.map
  2015. [7] (webpack)/buildin/global.js 509 bytes {0} [built]
  2016. [84] (webpack)/buildin/module.js 519 bytes {0} [built]
  2017. + 83 hidden modules
  2018.  
  2019. Done in 101.88s.
  2020. Removing intermediate container e4e798a5e3ed
  2021. ---> 9ad7f05f19ba
  2022. Step 26/39 : RUN yarn cache clean
  2023. ---> Running in e82796596591
  2024. yarn cache v1.10.1
  2025. success Cleared cache.
  2026. Done in 7.12s.
  2027. Removing intermediate container e82796596591
  2028. ---> 6910d8a0da03
  2029. Step 27/39 : RUN npm config set registry https://registry.npmjs.org && yarn config set registry https://registry.npmjs.org
  2030. ---> Running in 7715e2447b0e
  2031. yarn config v1.10.1
  2032. success Set "registry" to "https://registry.npmjs.org".
  2033. Done in 0.05s.
  2034. Removing intermediate container 7715e2447b0e
  2035. ---> f558a7e8f622
  2036. Step 28/39 : RUN find ${HOME} -exec sh -c "chgrp 0 {}; chmod g+rwX {}" \;
  2037. ---> Running in 4769b3f51bd8
  2038. chgrp: cannot access '/home/theia/node_modules/@theia/core/node_modules/ajv/lib/.js': No such file or directory
  2039. chmod: cannot access '/home/theia/node_modules/@theia/core/node_modules/ajv/lib/.js': No such file or directory
  2040. chgrp: cannot access '/home/theia/node_modules/@theia/core/node_modules/ajv/lib/refs/.json': No such file or directory
  2041. chmod: cannot access '/home/theia/node_modules/@theia/core/node_modules/ajv/lib/refs/.json': No such file or directory
  2042. chgrp: cannot access '/home/theia/node_modules/@theia/keymaps/node_modules/ajv/lib/.js': No such file or directory
  2043. chmod: cannot access '/home/theia/node_modules/@theia/keymaps/node_modules/ajv/lib/.js': No such file or directory
  2044. chgrp: cannot access '/home/theia/node_modules/@theia/keymaps/node_modules/ajv/lib/refs/.json': No such file or directory
  2045. chmod: cannot access '/home/theia/node_modules/@theia/keymaps/node_modules/ajv/lib/refs/.json': No such file or directory
  2046. chgrp: cannot access '/home/theia/node_modules/har-validator/node_modules/ajv/lib/.js': No such file or directory
  2047. chmod: cannot access '/home/theia/node_modules/har-validator/node_modules/ajv/lib/.js': No such file or directory
  2048. chgrp: cannot access '/home/theia/node_modules/har-validator/node_modules/ajv/lib/refs/.json': No such file or directory
  2049. chmod: cannot access '/home/theia/node_modules/har-validator/node_modules/ajv/lib/refs/.json': No such file or directory
  2050. Removing intermediate container 4769b3f51bd8
  2051. ---> 17ac76a05b7d
  2052. Step 29/39 : FROM centos as runtime
  2053. ---> 75835a67d134
  2054. Step 30/39 : ENV USE_LOCAL_GIT=true HOME=/home/theia
  2055. ---> Running in c3112a6ec6bc
  2056. Removing intermediate container c3112a6ec6bc
  2057. ---> 03a9ede415de
  2058. Step 31/39 : EXPOSE 3000 3030
  2059. ---> Running in 705e347471b5
  2060. Removing intermediate container 705e347471b5
  2061. ---> 8db4877a6523
  2062. Step 32/39 : ADD src/builder/setup-nodejs.sh /tmp/builder/scripts/setup-nodejs.sh
  2063. ---> 369cee85f57b
  2064. Step 33/39 : RUN yum install -y centos-release-scl
  2065. ---> Running in ac1f13b634b9
  2066. Loaded plugins: fastestmirror, ovl
  2067. Determining fastest mirrors
  2068. * base: mirrors.advancedhosters.com
  2069. * extras: mirrors.advancedhosters.com
  2070. * updates: mirrors.advancedhosters.com
  2071. Resolving Dependencies
  2072. --> Running transaction check
  2073. ---> Package centos-release-scl.noarch 0:2-2.el7.centos will be installed
  2074. --> Processing Dependency: centos-release-scl-rh for package: centos-release-scl-2-2.el7.centos.noarch
  2075. --> Running transaction check
  2076. ---> Package centos-release-scl-rh.noarch 0:2-2.el7.centos will be installed
  2077. --> Finished Dependency Resolution
  2078.  
  2079. Dependencies Resolved
  2080.  
  2081. ================================================================================
  2082. Package Arch Version Repository Size
  2083. ================================================================================
  2084. Installing:
  2085. centos-release-scl noarch 2-2.el7.centos extras 12 k
  2086. Installing for dependencies:
  2087. centos-release-scl-rh noarch 2-2.el7.centos extras 12 k
  2088.  
  2089. Transaction Summary
  2090. ================================================================================
  2091. Install 1 Package (+1 Dependent package)
  2092.  
  2093. Total download size: 24 k
  2094. Installed size: 39 k
  2095. Downloading packages:
  2096. warning: /var/cache/yum/x86_64/7/extras/packages/centos-release-scl-2-2.el7.centos.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
  2097. Public key for centos-release-scl-2-2.el7.centos.noarch.rpm is not installed
  2098. --------------------------------------------------------------------------------
  2099. Total 108 kB/s | 24 kB 00:00
  2100. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  2101. Importing GPG key 0xF4A80EB5:
  2102. Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"
  2103. Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
  2104. Package : centos-release-7-5.1804.4.el7.centos.x86_64 (@Updates)
  2105. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  2106. Running transaction check
  2107. Running transaction test
  2108. Transaction test succeeded
  2109. Running transaction
  2110. Installing : centos-release-scl-rh-2-2.el7.centos.noarch 1/2
  2111. Installing : centos-release-scl-2-2.el7.centos.noarch 2/2
  2112. Verifying : centos-release-scl-rh-2-2.el7.centos.noarch 1/2
  2113. Verifying : centos-release-scl-2-2.el7.centos.noarch 2/2
  2114.  
  2115. Installed:
  2116. centos-release-scl.noarch 0:2-2.el7.centos
  2117.  
  2118. Dependency Installed:
  2119. centos-release-scl-rh.noarch 0:2-2.el7.centos
  2120.  
  2121. Complete!
  2122. Removing intermediate container ac1f13b634b9
  2123. ---> 6791d832f313
  2124. Step 34/39 : RUN yum install -y rh-git29 scl-utils sudo java-1.8.0-openjdk-devel bzip2 && /tmp/builder/scripts/setup-nodejs.sh
  2125. ---> Running in 94125447db0a
  2126. Loaded plugins: fastestmirror, ovl
  2127. Loading mirror speeds from cached hostfile
  2128. * base: mirrors.advancedhosters.com
  2129. * extras: mirrors.advancedhosters.com
  2130. * updates: mirrors.advancedhosters.com
  2131. Resolving Dependencies
  2132. --> Running transaction check
  2133. ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
  2134. ---> Package java-1.8.0-openjdk-devel.x86_64 1:1.8.0.181-3.b13.el7_5 will be installed
  2135. --> Processing Dependency: java-1.8.0-openjdk(x86-64) = 1:1.8.0.181-3.b13.el7_5 for package: 1:java-1.8.0-openjdk-devel-1.8.0.181-3.b13.el7_5.x86_64
  2136. --> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-devel-1.8.0.181-3.b13.el7_5.x86_64
  2137. --> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-devel-1.8.0.181-3.b13.el7_5.x86_64
  2138. --> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-devel-1.8.0.181-3.b13.el7_5.x86_64
  2139. ---> Package rh-git29.x86_64 0:2.3-5.el7 will be installed
  2140. --> Processing Dependency: rh-git29-runtime for package: rh-git29-2.3-5.el7.x86_64
  2141. --> Processing Dependency: rh-git29-git for package: rh-git29-2.3-5.el7.x86_64
  2142. ---> Package scl-utils.x86_64 0:20130529-18.el7_4 will be installed
  2143. ---> Package sudo.x86_64 0:1.8.19p2-14.el7_5 will be installed
  2144. --> Running transaction check
  2145. ---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.181-3.b13.el7_5 will be installed
  2146. --> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2147. --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2148. --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2149. --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2150. --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2151. --> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2152. --> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2153. --> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2154. --> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2155. --> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2156. --> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2157. --> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2158. --> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2159. --> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2160. --> Processing Dependency: libXcomposite.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64
  2161. ---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.181-3.b13.el7_5 will be installed
  2162. --> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.181-3.b13.el7_5.x86_64
  2163. --> Processing Dependency: copy-jdk-configs >= 2.2 for package: 1:java-1.8.0-openjdk-headless-1.8.0.181-3.b13.el7_5.x86_64
  2164. --> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.181-3.b13.el7_5.x86_64
  2165. --> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.181-3.b13.el7_5.x86_64
  2166. --> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.181-3.b13.el7_5.x86_64
  2167. ---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed
  2168. --> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64
  2169. --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.5-1.el7.x86_64
  2170. ---> Package rh-git29-git.x86_64 0:2.9.3-5.el7 will be installed
  2171. --> Processing Dependency: rh-git29-perl-Git = 2.9.3-5.el7 for package: rh-git29-git-2.9.3-5.el7.x86_64
  2172. --> Processing Dependency: rh-git29-git-core-doc = 2.9.3-5.el7 for package: rh-git29-git-2.9.3-5.el7.x86_64
  2173. --> Processing Dependency: rh-git29-git-core = 2.9.3-5.el7 for package: rh-git29-git-2.9.3-5.el7.x86_64
  2174. --> Processing Dependency: perl >= 5.008 for package: rh-git29-git-2.9.3-5.el7.x86_64
  2175. --> Processing Dependency: emacs-filesystem >= 24.3 for package: rh-git29-git-2.9.3-5.el7.x86_64
  2176. --> Processing Dependency: rh-git29-perl(Git) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2177. --> Processing Dependency: perl(warnings) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2178. --> Processing Dependency: perl(strict) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2179. --> Processing Dependency: perl(lib) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2180. --> Processing Dependency: perl(Term::ReadKey) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2181. --> Processing Dependency: perl(Getopt::Long) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2182. --> Processing Dependency: perl(File::stat) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2183. --> Processing Dependency: perl(File::Temp) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2184. --> Processing Dependency: perl(File::Spec) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2185. --> Processing Dependency: perl(File::Path) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2186. --> Processing Dependency: perl(File::Find) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2187. --> Processing Dependency: perl(File::Copy) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2188. --> Processing Dependency: perl(File::Basename) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2189. --> Processing Dependency: perl(Error) for package: rh-git29-git-2.9.3-5.el7.x86_64
  2190. --> Processing Dependency: /usr/bin/perl for package: rh-git29-git-2.9.3-5.el7.x86_64
  2191. ---> Package rh-git29-runtime.x86_64 0:2.3-5.el7 will be installed
  2192. --> Processing Dependency: policycoreutils-python for package: rh-git29-runtime-2.3-5.el7.x86_64
  2193. --> Processing Dependency: libselinux-utils for package: rh-git29-runtime-2.3-5.el7.x86_64
  2194. --> Running transaction check
  2195. ---> Package alsa-lib.x86_64 0:1.1.4.1-2.el7 will be installed
  2196. ---> Package copy-jdk-configs.noarch 0:3.3-10.el7_5 will be installed
  2197. ---> Package emacs-filesystem.noarch 1:24.3-20.el7_4 will be installed
  2198. ---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed
  2199. --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64
  2200. --> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64
  2201. ---> Package freetype.x86_64 0:2.4.11-15.el7 will be installed
  2202. ---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
  2203. --> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
  2204. --> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
  2205. ---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
  2206. --> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
  2207. --> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
  2208. ---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed
  2209. ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
  2210. ---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
  2211. ---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
  2212. ---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
  2213. ---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
  2214. ---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
  2215. ---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
  2216. ---> Package libselinux-utils.x86_64 0:2.5-12.el7 will be installed
  2217. ---> Package libxcb.x86_64 0:1.12-1.el7 will be installed
  2218. --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64
  2219. ---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
  2220. ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
  2221. --> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
  2222. --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
  2223. --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
  2224. --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
  2225. --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
  2226. --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
  2227. --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
  2228. --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
  2229. --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
  2230. --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
  2231. --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
  2232. --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
  2233. --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
  2234. --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
  2235. --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
  2236. --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
  2237. --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64
  2238. --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
  2239. --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
  2240. ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
  2241. ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
  2242. ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
  2243. ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
  2244. --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
  2245. --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
  2246. ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
  2247. ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
  2248. ---> Package policycoreutils-python.x86_64 0:2.5-22.el7 will be installed
  2249. --> Processing Dependency: policycoreutils = 2.5-22.el7 for package: policycoreutils-python-2.5-22.el7.x86_64
  2250. --> Processing Dependency: setools-libs >= 3.3.8-2 for package: policycoreutils-python-2.5-22.el7.x86_64
  2251. --> Processing Dependency: libsemanage-python >= 2.5-9 for package: policycoreutils-python-2.5-22.el7.x86_64
  2252. --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-22.el7.x86_64
  2253. --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-22.el7.x86_64
  2254. --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-22.el7.x86_64
  2255. --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  2256. --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  2257. --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-22.el7.x86_64
  2258. --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  2259. --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-22.el7.x86_64
  2260. --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  2261. --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-22.el7.x86_64
  2262. ---> Package rh-git29-git-core.x86_64 0:2.9.3-5.el7 will be installed
  2263. --> Processing Dependency: rsync for package: rh-git29-git-core-2.9.3-5.el7.x86_64
  2264. --> Processing Dependency: openssh-clients for package: rh-git29-git-core-2.9.3-5.el7.x86_64
  2265. --> Processing Dependency: less for package: rh-git29-git-core-2.9.3-5.el7.x86_64
  2266. --> Processing Dependency: httpd24-libcurl for package: rh-git29-git-core-2.9.3-5.el7.x86_64
  2267. --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: rh-git29-git-core-2.9.3-5.el7.x86_64
  2268. --> Processing Dependency: libcurl-httpd24.so.4()(64bit) for package: rh-git29-git-core-2.9.3-5.el7.x86_64
  2269. ---> Package rh-git29-git-core-doc.x86_64 0:2.9.3-5.el7 will be installed
  2270. ---> Package rh-git29-perl-Git.noarch 0:2.9.3-5.el7 will be installed
  2271. ---> Package tzdata-java.noarch 0:2018e-3.el7 will be installed
  2272. ---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
  2273. --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  2274. --> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  2275. --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  2276. --> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
  2277. --> Running transaction check
  2278. ---> Package audit-libs-python.x86_64 0:2.8.1-3.el7_5.1 will be installed
  2279. ---> Package checkpolicy.x86_64 0:2.5-6.el7 will be installed
  2280. ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
  2281. ---> Package httpd24-libcurl.x86_64 0:7.47.1-4.el7 will be installed
  2282. --> Processing Dependency: httpd24-runtime for package: httpd24-libcurl-7.47.1-4.el7.x86_64
  2283. --> Processing Dependency: libnghttp2-httpd24.so.14()(64bit) for package: httpd24-libcurl-7.47.1-4.el7.x86_64
  2284. ---> Package less.x86_64 0:458-9.el7 will be installed
  2285. --> Processing Dependency: groff-base for package: less-458-9.el7.x86_64
  2286. ---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
  2287. ---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
  2288. ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
  2289. ---> Package libcgroup.x86_64 0:0.41-15.el7 will be installed
  2290. ---> Package libgnome-keyring.x86_64 0:3.12.0-1.el7 will be installed
  2291. ---> Package libselinux-python.x86_64 0:2.5-12.el7 will be installed
  2292. ---> Package libsemanage-python.x86_64 0:2.5-11.el7 will be installed
  2293. ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
  2294. ---> Package openssh-clients.x86_64 0:7.4p1-16.el7 will be installed
  2295. --> Processing Dependency: openssh = 7.4p1-16.el7 for package: openssh-clients-7.4p1-16.el7.x86_64
  2296. --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-16.el7.x86_64
  2297. --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-16.el7.x86_64
  2298. --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-16.el7.x86_64
  2299. ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
  2300. ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
  2301. ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
  2302. ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
  2303. --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  2304. --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
  2305. ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
  2306. --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
  2307. --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
  2308. ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
  2309. ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
  2310. ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
  2311. ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
  2312. ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
  2313. ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
  2314. ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
  2315. ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
  2316. ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
  2317. ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
  2318. ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
  2319. ---> Package policycoreutils.x86_64 0:2.5-22.el7 will be installed
  2320. ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
  2321. ---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
  2322. --> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
  2323. ---> Package rsync.x86_64 0:3.1.2-4.el7 will be installed
  2324. ---> Package setools-libs.x86_64 0:3.3.8-2.el7 will be installed
  2325. ---> Package stix-fonts.noarch 0:1.1.0-5.el7 will be installed
  2326. ---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
  2327. ---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
  2328. --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
  2329. --> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
  2330. --> Running transaction check
  2331. ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
  2332. --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
  2333. ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
  2334. ---> Package httpd24-libnghttp2.x86_64 0:1.7.1-6.el7 will be installed
  2335. ---> Package httpd24-runtime.x86_64 0:1.1-18.el7 will be installed
  2336. ---> Package libXfont.x86_64 0:1.5.2-1.el7 will be installed
  2337. ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
  2338. ---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
  2339. ---> Package openssh.x86_64 0:7.4p1-16.el7 will be installed
  2340. ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
  2341. ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
  2342. ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
  2343. --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  2344. --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
  2345. ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
  2346. ---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
  2347. --> Running transaction check
  2348. ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
  2349. ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
  2350. ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
  2351. --> Finished Dependency Resolution
  2352.  
  2353. Dependencies Resolved
  2354.  
  2355. ================================================================================
  2356. Package Arch Version Repository Size
  2357. ================================================================================
  2358. Installing:
  2359. bzip2 x86_64 1.0.6-13.el7 base 52 k
  2360. java-1.8.0-openjdk-devel x86_64 1:1.8.0.181-3.b13.el7_5 updates 9.8 M
  2361. rh-git29 x86_64 2.3-5.el7 centos-sclo-rh 2.9 k
  2362. scl-utils x86_64 20130529-18.el7_4 base 24 k
  2363. sudo x86_64 1.8.19p2-14.el7_5 updates 1.1 M
  2364. Installing for dependencies:
  2365. alsa-lib x86_64 1.1.4.1-2.el7 base 422 k
  2366. audit-libs-python x86_64 2.8.1-3.el7_5.1 updates 75 k
  2367. checkpolicy x86_64 2.5-6.el7 base 294 k
  2368. copy-jdk-configs noarch 3.3-10.el7_5 updates 21 k
  2369. emacs-filesystem noarch 1:24.3-20.el7_4 base 58 k
  2370. fipscheck x86_64 1.4.1-6.el7 base 21 k
  2371. fipscheck-lib x86_64 1.4.1-6.el7 base 11 k
  2372. fontconfig x86_64 2.10.95-11.el7 base 229 k
  2373. fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
  2374. freetype x86_64 2.4.11-15.el7 base 392 k
  2375. giflib x86_64 4.1.6-9.el7 base 40 k
  2376. groff-base x86_64 1.22.2-8.el7 base 942 k
  2377. httpd24-libcurl x86_64 7.47.1-4.el7 centos-sclo-rh 260 k
  2378. httpd24-libnghttp2 x86_64 1.7.1-6.el7 centos-sclo-rh 61 k
  2379. httpd24-runtime x86_64 1.1-18.el7 centos-sclo-rh 28 k
  2380. java-1.8.0-openjdk x86_64 1:1.8.0.181-3.b13.el7_5 updates 250 k
  2381. java-1.8.0-openjdk-headless
  2382. x86_64 1:1.8.0.181-3.b13.el7_5 updates 32 M
  2383. javapackages-tools noarch 3.4.1-11.el7 base 73 k
  2384. less x86_64 458-9.el7 base 120 k
  2385. libICE x86_64 1.0.9-9.el7 base 66 k
  2386. libSM x86_64 1.2.2-2.el7 base 39 k
  2387. libX11 x86_64 1.6.5-1.el7 base 606 k
  2388. libX11-common noarch 1.6.5-1.el7 base 164 k
  2389. libXau x86_64 1.0.8-2.1.el7 base 29 k
  2390. libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
  2391. libXext x86_64 1.3.3-3.el7 base 39 k
  2392. libXfont x86_64 1.5.2-1.el7 base 152 k
  2393. libXi x86_64 1.7.9-1.el7 base 40 k
  2394. libXrender x86_64 0.9.10-1.el7 base 26 k
  2395. libXtst x86_64 1.2.3-1.el7 base 20 k
  2396. libcgroup x86_64 0.41-15.el7 base 65 k
  2397. libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
  2398. libfontenc x86_64 1.1.3-3.el7 base 31 k
  2399. libgnome-keyring x86_64 3.12.0-1.el7 base 109 k
  2400. libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
  2401. libpng x86_64 2:1.5.13-7.el7_2 base 213 k
  2402. libselinux-python x86_64 2.5-12.el7 base 235 k
  2403. libselinux-utils x86_64 2.5-12.el7 base 151 k
  2404. libsemanage-python x86_64 2.5-11.el7 base 112 k
  2405. libxcb x86_64 1.12-1.el7 base 211 k
  2406. libxslt x86_64 1.1.28-5.el7 base 242 k
  2407. lksctp-tools x86_64 1.0.17-2.el7 base 88 k
  2408. openssh x86_64 7.4p1-16.el7 base 510 k
  2409. openssh-clients x86_64 7.4p1-16.el7 base 655 k
  2410. perl x86_64 4:5.16.3-292.el7 base 8.0 M
  2411. perl-Carp noarch 1.26-244.el7 base 19 k
  2412. perl-Encode x86_64 2.51-7.el7 base 1.5 M
  2413. perl-Error noarch 1:0.17020-2.el7 base 32 k
  2414. perl-Exporter noarch 5.68-3.el7 base 28 k
  2415. perl-File-Path noarch 2.09-2.el7 base 26 k
  2416. perl-File-Temp noarch 0.23.01-3.el7 base 56 k
  2417. perl-Filter x86_64 1.49-3.el7 base 76 k
  2418. perl-Getopt-Long noarch 2.40-3.el7 base 56 k
  2419. perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
  2420. perl-PathTools x86_64 3.40-5.el7 base 82 k
  2421. perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
  2422. perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
  2423. perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
  2424. perl-Pod-Usage noarch 1.63-3.el7 base 27 k
  2425. perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
  2426. perl-Socket x86_64 2.010-4.el7 base 49 k
  2427. perl-Storable x86_64 2.45-3.el7 base 77 k
  2428. perl-TermReadKey x86_64 2.30-20.el7 base 31 k
  2429. perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
  2430. perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
  2431. perl-Time-Local noarch 1.2300-2.el7 base 24 k
  2432. perl-constant noarch 1.27-2.el7 base 19 k
  2433. perl-libs x86_64 4:5.16.3-292.el7 base 688 k
  2434. perl-macros x86_64 4:5.16.3-292.el7 base 43 k
  2435. perl-parent noarch 1:0.225-244.el7 base 12 k
  2436. perl-podlators noarch 2.5.1-3.el7 base 112 k
  2437. perl-threads x86_64 1.87-4.el7 base 49 k
  2438. perl-threads-shared x86_64 1.43-6.el7 base 39 k
  2439. policycoreutils x86_64 2.5-22.el7 base 867 k
  2440. policycoreutils-python x86_64 2.5-22.el7 base 454 k
  2441. python-IPy noarch 0.75-6.el7 base 32 k
  2442. python-javapackages noarch 3.4.1-11.el7 base 31 k
  2443. python-lxml x86_64 3.2.1-4.el7 base 758 k
  2444. rh-git29-git x86_64 2.9.3-5.el7 centos-sclo-rh 986 k
  2445. rh-git29-git-core x86_64 2.9.3-5.el7 centos-sclo-rh 3.5 M
  2446. rh-git29-git-core-doc x86_64 2.9.3-5.el7 centos-sclo-rh 2.2 M
  2447. rh-git29-perl-Git noarch 2.9.3-5.el7 centos-sclo-rh 35 k
  2448. rh-git29-runtime x86_64 2.3-5.el7 centos-sclo-rh 25 k
  2449. rsync x86_64 3.1.2-4.el7 base 403 k
  2450. setools-libs x86_64 3.3.8-2.el7 base 619 k
  2451. stix-fonts noarch 1.1.0-5.el7 base 1.3 M
  2452. ttmkfdir x86_64 3.0.9-42.el7 base 48 k
  2453. tzdata-java noarch 2018e-3.el7 updates 185 k
  2454. xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
  2455. xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
  2456.  
  2457. Transaction Summary
  2458. ================================================================================
  2459. Install 5 Packages (+90 Dependent packages)
  2460.  
  2461. Total download size: 73 M
  2462. Installed size: 253 M
  2463. Downloading packages:
  2464. warning: /var/cache/yum/x86_64/7/centos-sclo-rh/packages/httpd24-libnghttp2-1.7.1-6.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID f2ee9d55: NOKEY
  2465. Public key for httpd24-libnghttp2-1.7.1-6.el7.x86_64.rpm is not installed
  2466. --------------------------------------------------------------------------------
  2467. Total 33 MB/s | 73 MB 00:02
  2468. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
  2469. Importing GPG key 0xF2EE9D55:
  2470. Userid : "CentOS SoftwareCollections SIG (https://wiki.centos.org/SpecialInterestGroup/SCLo) <[email protected]>"
  2471. Fingerprint: c4db d535 b1fb ba14 f8ba 64a8 4eb8 4e71 f2ee 9d55
  2472. Package : centos-release-scl-rh-2-2.el7.centos.noarch (@extras)
  2473. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
  2474. Running transaction check
  2475. Running transaction test
  2476. Transaction test succeeded
  2477. Running transaction
  2478. Installing : freetype-2.4.11-15.el7.x86_64 1/95
  2479. Installing : scl-utils-20130529-18.el7_4.x86_64 2/95
  2480. Installing : libfontenc-1.1.3-3.el7.x86_64 3/95
  2481. Installing : libselinux-utils-2.5-12.el7.x86_64 4/95
  2482. Installing : libxslt-1.1.28-5.el7.x86_64 5/95
  2483. Installing : fontpackages-filesystem-1.44-8.el7.noarch 6/95
  2484. Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 7/95
  2485. Installing : libICE-1.0.9-9.el7.x86_64 8/95
  2486. Installing : groff-base-1.22.2-8.el7.x86_64 9/95
  2487. Installing : 1:perl-parent-0.225-244.el7.noarch 10/95
  2488. Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 11/95
  2489. Installing : perl-podlators-2.5.1-3.el7.noarch 12/95
  2490. Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 13/95
  2491. Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 14/95
  2492. Installing : perl-Text-ParseWords-3.29-4.el7.noarch 15/95
  2493. Installing : perl-Encode-2.51-7.el7.x86_64 16/95
  2494. Installing : perl-Pod-Usage-1.63-3.el7.noarch 17/95
  2495. Installing : 4:perl-libs-5.16.3-292.el7.x86_64 18/95
  2496. Installing : 4:perl-macros-5.16.3-292.el7.x86_64 19/95
  2497. Installing : perl-Socket-2.010-4.el7.x86_64 20/95
  2498. Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 21/95
  2499. Installing : perl-threads-1.87-4.el7.x86_64 22/95
  2500. Installing : perl-Storable-2.45-3.el7.x86_64 23/95
  2501. Installing : perl-Carp-1.26-244.el7.noarch 24/95
  2502. Installing : perl-Filter-1.49-3.el7.x86_64 25/95
  2503. Installing : perl-Exporter-5.68-3.el7.noarch 26/95
  2504. Installing : perl-constant-1.27-2.el7.noarch 27/95
  2505. Installing : perl-Time-Local-1.2300-2.el7.noarch 28/95
  2506. Installing : perl-threads-shared-1.43-6.el7.x86_64 29/95
  2507. Installing : perl-File-Path-2.09-2.el7.noarch 30/95
  2508. Installing : perl-File-Temp-0.23.01-3.el7.noarch 31/95
  2509. Installing : perl-PathTools-3.40-5.el7.x86_64 32/95
  2510. Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 33/95
  2511. Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 34/95
  2512. Installing : perl-Getopt-Long-2.40-3.el7.noarch 35/95
  2513. Installing : 4:perl-5.16.3-292.el7.x86_64 36/95
  2514. Installing : 1:perl-Error-0.17020-2.el7.noarch 37/95
  2515. Installing : perl-TermReadKey-2.30-20.el7.x86_64 38/95
  2516. Installing : less-458-9.el7.x86_64 39/95
  2517. Installing : libSM-1.2.2-2.el7.x86_64 40/95
  2518. Installing : stix-fonts-1.1.0-5.el7.noarch 41/95
  2519. Installing : fontconfig-2.10.95-11.el7.x86_64 42/95
  2520. Installing : python-lxml-3.2.1-4.el7.x86_64 43/95
  2521. Installing : python-javapackages-3.4.1-11.el7.noarch 44/95
  2522. Installing : javapackages-tools-3.4.1-11.el7.noarch 45/95
  2523. Installing : policycoreutils-2.5-22.el7.x86_64 46/95
  2524. Installing : libXfont-1.5.2-1.el7.x86_64 47/95
  2525. Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 48/95
  2526. Installing : ttmkfdir-3.0.9-42.el7.x86_64 49/95
  2527. Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 50/95
  2528. Installing : fipscheck-lib-1.4.1-6.el7.x86_64 51/95
  2529. Installing : fipscheck-1.4.1-6.el7.x86_64 52/95
  2530. Installing : openssh-7.4p1-16.el7.x86_64 53/95
  2531. Installing : libX11-common-1.6.5-1.el7.noarch 54/95
  2532. Installing : libcgroup-0.41-15.el7.x86_64 55/95
  2533. Installing : copy-jdk-configs-3.3-10.el7_5.noarch 56/95
  2534. Installing : setools-libs-3.3.8-2.el7.x86_64 57/95
  2535. Installing : alsa-lib-1.1.4.1-2.el7.x86_64 58/95
  2536. Installing : rsync-3.1.2-4.el7.x86_64 59/95
  2537. Installing : python-IPy-0.75-6.el7.noarch 60/95
  2538. Installing : tzdata-java-2018e-3.el7.noarch 61/95
  2539. Installing : audit-libs-python-2.8.1-3.el7_5.1.x86_64 62/95
  2540. Installing : checkpolicy-2.5-6.el7.x86_64 63/95
  2541. Installing : libedit-3.0-12.20121213cvs.el7.x86_64 64/95
  2542. Installing : openssh-clients-7.4p1-16.el7.x86_64 65/95
  2543. Installing : libXau-1.0.8-2.1.el7.x86_64 66/95
  2544. Installing : libxcb-1.12-1.el7.x86_64 67/95
  2545. Installing : libX11-1.6.5-1.el7.x86_64 68/95
  2546. Installing : libXext-1.3.3-3.el7.x86_64 69/95
  2547. Installing : libXi-1.7.9-1.el7.x86_64 70/95
  2548. Installing : libXtst-1.2.3-1.el7.x86_64 71/95
  2549. Installing : libXrender-0.9.10-1.el7.x86_64 72/95
  2550. Installing : libXcomposite-0.4.4-4.1.el7.x86_64 73/95
  2551. Installing : giflib-4.1.6-9.el7.x86_64 74/95
  2552. Installing : 1:emacs-filesystem-24.3-20.el7_4.noarch 75/95
  2553. Installing : lksctp-tools-1.0.17-2.el7.x86_64 76/95
  2554. Installing : 1:java-1.8.0-openjdk-headless-1.8.0.181-3.b13.el7_5.x86_ 77/95
  2555. Installing : 2:libpng-1.5.13-7.el7_2.x86_64 78/95
  2556. Installing : 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64 79/95
  2557. Installing : libsemanage-python-2.5-11.el7.x86_64 80/95
  2558. Installing : libselinux-python-2.5-12.el7.x86_64 81/95
  2559. Installing : policycoreutils-python-2.5-22.el7.x86_64 82/95
  2560. Installing : rh-git29-runtime-2.3-5.el7.x86_64 83/95
  2561. Installing : httpd24-runtime-1.1-18.el7.x86_64 84/95
  2562. Installing : httpd24-libnghttp2-1.7.1-6.el7.x86_64 85/95
  2563. Installing : httpd24-libcurl-7.47.1-4.el7.x86_64 86/95
  2564. Installing : libgnome-keyring-3.12.0-1.el7.x86_64 87/95
  2565. Installing : rh-git29-git-core-2.9.3-5.el7.x86_64 88/95
  2566. Installing : rh-git29-git-core-doc-2.9.3-5.el7.x86_64 89/95
  2567. Installing : rh-git29-perl-Git-2.9.3-5.el7.noarch 90/95
  2568. Installing : rh-git29-git-2.9.3-5.el7.x86_64 91/95
  2569. Installing : rh-git29-2.3-5.el7.x86_64 92/95
  2570. Installing : 1:java-1.8.0-openjdk-devel-1.8.0.181-3.b13.el7_5.x86_64 93/95
  2571. Installing : sudo-1.8.19p2-14.el7_5.x86_64 94/95
  2572. Installing : bzip2-1.0.6-13.el7.x86_64 95/95
  2573. Verifying : scl-utils-20130529-18.el7_4.x86_64 1/95
  2574. Verifying : libXext-1.3.3-3.el7.x86_64 2/95
  2575. Verifying : libXi-1.7.9-1.el7.x86_64 3/95
  2576. Verifying : libgnome-keyring-3.12.0-1.el7.x86_64 4/95
  2577. Verifying : libselinux-python-2.5-12.el7.x86_64 5/95
  2578. Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 6/95
  2579. Verifying : libXrender-0.9.10-1.el7.x86_64 7/95
  2580. Verifying : libsemanage-python-2.5-11.el7.x86_64 8/95
  2581. Verifying : python-lxml-3.2.1-4.el7.x86_64 9/95
  2582. Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 10/95
  2583. Verifying : httpd24-libcurl-7.47.1-4.el7.x86_64 11/95
  2584. Verifying : 4:perl-5.16.3-292.el7.x86_64 12/95
  2585. Verifying : perl-TermReadKey-2.30-20.el7.x86_64 13/95
  2586. Verifying : policycoreutils-python-2.5-22.el7.x86_64 14/95
  2587. Verifying : python-javapackages-3.4.1-11.el7.noarch 15/95
  2588. Verifying : groff-base-1.22.2-8.el7.x86_64 16/95
  2589. Verifying : httpd24-runtime-1.1-18.el7.x86_64 17/95
  2590. Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 18/95
  2591. Verifying : lksctp-tools-1.0.17-2.el7.x86_64 19/95
  2592. Verifying : perl-Socket-2.010-4.el7.x86_64 20/95
  2593. Verifying : fipscheck-1.4.1-6.el7.x86_64 21/95
  2594. Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 22/95
  2595. Verifying : 1:emacs-filesystem-24.3-20.el7_4.noarch 23/95
  2596. Verifying : openssh-7.4p1-16.el7.x86_64 24/95
  2597. Verifying : libXau-1.0.8-2.1.el7.x86_64 25/95
  2598. Verifying : perl-File-Path-2.09-2.el7.noarch 26/95
  2599. Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 27/95
  2600. Verifying : rh-git29-git-core-2.9.3-5.el7.x86_64 28/95
  2601. Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 29/95
  2602. Verifying : checkpolicy-2.5-6.el7.x86_64 30/95
  2603. Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 31/95
  2604. Verifying : libX11-1.6.5-1.el7.x86_64 32/95
  2605. Verifying : libICE-1.0.9-9.el7.x86_64 33/95
  2606. Verifying : giflib-4.1.6-9.el7.x86_64 34/95
  2607. Verifying : audit-libs-python-2.8.1-3.el7_5.1.x86_64 35/95
  2608. Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 36/95
  2609. Verifying : libXfont-1.5.2-1.el7.x86_64 37/95
  2610. Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 38/95
  2611. Verifying : bzip2-1.0.6-13.el7.x86_64 39/95
  2612. Verifying : stix-fonts-1.1.0-5.el7.noarch 40/95
  2613. Verifying : tzdata-java-2018e-3.el7.noarch 41/95
  2614. Verifying : python-IPy-0.75-6.el7.noarch 42/95
  2615. Verifying : libXtst-1.2.3-1.el7.x86_64 43/95
  2616. Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 44/95
  2617. Verifying : rh-git29-runtime-2.3-5.el7.x86_64 45/95
  2618. Verifying : libxcb-1.12-1.el7.x86_64 46/95
  2619. Verifying : rh-git29-2.3-5.el7.x86_64 47/95
  2620. Verifying : sudo-1.8.19p2-14.el7_5.x86_64 48/95
  2621. Verifying : rsync-3.1.2-4.el7.x86_64 49/95
  2622. Verifying : 1:java-1.8.0-openjdk-devel-1.8.0.181-3.b13.el7_5.x86_64 50/95
  2623. Verifying : perl-Pod-Usage-1.63-3.el7.noarch 51/95
  2624. Verifying : perl-Encode-2.51-7.el7.x86_64 52/95
  2625. Verifying : fontconfig-2.10.95-11.el7.x86_64 53/95
  2626. Verifying : perl-threads-1.87-4.el7.x86_64 54/95
  2627. Verifying : perl-Getopt-Long-2.40-3.el7.noarch 55/95
  2628. Verifying : alsa-lib-1.1.4.1-2.el7.x86_64 56/95
  2629. Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 57/95
  2630. Verifying : setools-libs-3.3.8-2.el7.x86_64 58/95
  2631. Verifying : javapackages-tools-3.4.1-11.el7.noarch 59/95
  2632. Verifying : perl-threads-shared-1.43-6.el7.x86_64 60/95
  2633. Verifying : perl-Storable-2.45-3.el7.x86_64 61/95
  2634. Verifying : policycoreutils-2.5-22.el7.x86_64 62/95
  2635. Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 63/95
  2636. Verifying : perl-File-Temp-0.23.01-3.el7.noarch 64/95
  2637. Verifying : fontpackages-filesystem-1.44-8.el7.noarch 65/95
  2638. Verifying : ttmkfdir-3.0.9-42.el7.x86_64 66/95
  2639. Verifying : 1:perl-parent-0.225-244.el7.noarch 67/95
  2640. Verifying : copy-jdk-configs-3.3-10.el7_5.noarch 68/95
  2641. Verifying : httpd24-libnghttp2-1.7.1-6.el7.x86_64 69/95
  2642. Verifying : libcgroup-0.41-15.el7.x86_64 70/95
  2643. Verifying : perl-Carp-1.26-244.el7.noarch 71/95
  2644. Verifying : libxslt-1.1.28-5.el7.x86_64 72/95
  2645. Verifying : rh-git29-git-core-doc-2.9.3-5.el7.x86_64 73/95
  2646. Verifying : libX11-common-1.6.5-1.el7.noarch 74/95
  2647. Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 75/95
  2648. Verifying : libSM-1.2.2-2.el7.x86_64 76/95
  2649. Verifying : openssh-clients-7.4p1-16.el7.x86_64 77/95
  2650. Verifying : perl-Filter-1.49-3.el7.x86_64 78/95
  2651. Verifying : rh-git29-perl-Git-2.9.3-5.el7.noarch 79/95
  2652. Verifying : less-458-9.el7.x86_64 80/95
  2653. Verifying : libselinux-utils-2.5-12.el7.x86_64 81/95
  2654. Verifying : perl-Exporter-5.68-3.el7.noarch 82/95
  2655. Verifying : perl-constant-1.27-2.el7.noarch 83/95
  2656. Verifying : perl-PathTools-3.40-5.el7.x86_64 84/95
  2657. Verifying : freetype-2.4.11-15.el7.x86_64 85/95
  2658. Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 86/95
  2659. Verifying : perl-Time-Local-1.2300-2.el7.noarch 87/95
  2660. Verifying : 1:java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64 88/95
  2661. Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.181-3.b13.el7_5.x86_ 89/95
  2662. Verifying : rh-git29-git-2.9.3-5.el7.x86_64 90/95
  2663. Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 91/95
  2664. Verifying : 1:perl-Error-0.17020-2.el7.noarch 92/95
  2665. Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 93/95
  2666. Verifying : perl-podlators-2.5.1-3.el7.noarch 94/95
  2667. Verifying : libfontenc-1.1.3-3.el7.x86_64 95/95
  2668.  
  2669. Installed:
  2670. bzip2.x86_64 0:1.0.6-13.el7
  2671. java-1.8.0-openjdk-devel.x86_64 1:1.8.0.181-3.b13.el7_5
  2672. rh-git29.x86_64 0:2.3-5.el7
  2673. scl-utils.x86_64 0:20130529-18.el7_4
  2674. sudo.x86_64 0:1.8.19p2-14.el7_5
  2675.  
  2676. Dependency Installed:
  2677. alsa-lib.x86_64 0:1.1.4.1-2.el7
  2678. audit-libs-python.x86_64 0:2.8.1-3.el7_5.1
  2679. checkpolicy.x86_64 0:2.5-6.el7
  2680. copy-jdk-configs.noarch 0:3.3-10.el7_5
  2681. emacs-filesystem.noarch 1:24.3-20.el7_4
  2682. fipscheck.x86_64 0:1.4.1-6.el7
  2683. fipscheck-lib.x86_64 0:1.4.1-6.el7
  2684. fontconfig.x86_64 0:2.10.95-11.el7
  2685. fontpackages-filesystem.noarch 0:1.44-8.el7
  2686. freetype.x86_64 0:2.4.11-15.el7
  2687. giflib.x86_64 0:4.1.6-9.el7
  2688. groff-base.x86_64 0:1.22.2-8.el7
  2689. httpd24-libcurl.x86_64 0:7.47.1-4.el7
  2690. httpd24-libnghttp2.x86_64 0:1.7.1-6.el7
  2691. httpd24-runtime.x86_64 0:1.1-18.el7
  2692. java-1.8.0-openjdk.x86_64 1:1.8.0.181-3.b13.el7_5
  2693. java-1.8.0-openjdk-headless.x86_64 1:1.8.0.181-3.b13.el7_5
  2694. javapackages-tools.noarch 0:3.4.1-11.el7
  2695. less.x86_64 0:458-9.el7
  2696. libICE.x86_64 0:1.0.9-9.el7
  2697. libSM.x86_64 0:1.2.2-2.el7
  2698. libX11.x86_64 0:1.6.5-1.el7
  2699. libX11-common.noarch 0:1.6.5-1.el7
  2700. libXau.x86_64 0:1.0.8-2.1.el7
  2701. libXcomposite.x86_64 0:0.4.4-4.1.el7
  2702. libXext.x86_64 0:1.3.3-3.el7
  2703. libXfont.x86_64 0:1.5.2-1.el7
  2704. libXi.x86_64 0:1.7.9-1.el7
  2705. libXrender.x86_64 0:0.9.10-1.el7
  2706. libXtst.x86_64 0:1.2.3-1.el7
  2707. libcgroup.x86_64 0:0.41-15.el7
  2708. libedit.x86_64 0:3.0-12.20121213cvs.el7
  2709. libfontenc.x86_64 0:1.1.3-3.el7
  2710. libgnome-keyring.x86_64 0:3.12.0-1.el7
  2711. libjpeg-turbo.x86_64 0:1.2.90-5.el7
  2712. libpng.x86_64 2:1.5.13-7.el7_2
  2713. libselinux-python.x86_64 0:2.5-12.el7
  2714. libselinux-utils.x86_64 0:2.5-12.el7
  2715. libsemanage-python.x86_64 0:2.5-11.el7
  2716. libxcb.x86_64 0:1.12-1.el7
  2717. libxslt.x86_64 0:1.1.28-5.el7
  2718. lksctp-tools.x86_64 0:1.0.17-2.el7
  2719. openssh.x86_64 0:7.4p1-16.el7
  2720. openssh-clients.x86_64 0:7.4p1-16.el7
  2721. perl.x86_64 4:5.16.3-292.el7
  2722. perl-Carp.noarch 0:1.26-244.el7
  2723. perl-Encode.x86_64 0:2.51-7.el7
  2724. perl-Error.noarch 1:0.17020-2.el7
  2725. perl-Exporter.noarch 0:5.68-3.el7
  2726. perl-File-Path.noarch 0:2.09-2.el7
  2727. perl-File-Temp.noarch 0:0.23.01-3.el7
  2728. perl-Filter.x86_64 0:1.49-3.el7
  2729. perl-Getopt-Long.noarch 0:2.40-3.el7
  2730. perl-HTTP-Tiny.noarch 0:0.033-3.el7
  2731. perl-PathTools.x86_64 0:3.40-5.el7
  2732. perl-Pod-Escapes.noarch 1:1.04-292.el7
  2733. perl-Pod-Perldoc.noarch 0:3.20-4.el7
  2734. perl-Pod-Simple.noarch 1:3.28-4.el7
  2735. perl-Pod-Usage.noarch 0:1.63-3.el7
  2736. perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
  2737. perl-Socket.x86_64 0:2.010-4.el7
  2738. perl-Storable.x86_64 0:2.45-3.el7
  2739. perl-TermReadKey.x86_64 0:2.30-20.el7
  2740. perl-Text-ParseWords.noarch 0:3.29-4.el7
  2741. perl-Time-HiRes.x86_64 4:1.9725-3.el7
  2742. perl-Time-Local.noarch 0:1.2300-2.el7
  2743. perl-constant.noarch 0:1.27-2.el7
  2744. perl-libs.x86_64 4:5.16.3-292.el7
  2745. perl-macros.x86_64 4:5.16.3-292.el7
  2746. perl-parent.noarch 1:0.225-244.el7
  2747. perl-podlators.noarch 0:2.5.1-3.el7
  2748. perl-threads.x86_64 0:1.87-4.el7
  2749. perl-threads-shared.x86_64 0:1.43-6.el7
  2750. policycoreutils.x86_64 0:2.5-22.el7
  2751. policycoreutils-python.x86_64 0:2.5-22.el7
  2752. python-IPy.noarch 0:0.75-6.el7
  2753. python-javapackages.noarch 0:3.4.1-11.el7
  2754. python-lxml.x86_64 0:3.2.1-4.el7
  2755. rh-git29-git.x86_64 0:2.9.3-5.el7
  2756. rh-git29-git-core.x86_64 0:2.9.3-5.el7
  2757. rh-git29-git-core-doc.x86_64 0:2.9.3-5.el7
  2758. rh-git29-perl-Git.noarch 0:2.9.3-5.el7
  2759. rh-git29-runtime.x86_64 0:2.3-5.el7
  2760. rsync.x86_64 0:3.1.2-4.el7
  2761. setools-libs.x86_64 0:3.3.8-2.el7
  2762. stix-fonts.noarch 0:1.1.0-5.el7
  2763. ttmkfdir.x86_64 0:3.0.9-42.el7
  2764. tzdata-java.noarch 0:2018e-3.el7
  2765. xorg-x11-font-utils.x86_64 1:7.5-20.el7
  2766. xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
  2767.  
  2768. Complete!
  2769. [yarn]
  2770. name=Yarn Repository
  2771. baseurl=https://dl.yarnpkg.com/rpm/
  2772. enabled=1
  2773. gpgcheck=1
  2774. gpgkey=https://dl.yarnpkg.com/rpm/pubkey.gpg
  2775.  
  2776. ## Installing the NodeSource Node.js 8.x LTS Carbon repo...
  2777.  
  2778.  
  2779. ## Inspecting system...
  2780.  
  2781. + rpm -q --whatprovides redhat-release || rpm -q --whatprovides centos-release || rpm -q --whatprovides cloudlinux-release || rpm -q --whatprovides sl-release
  2782. + uname -m
  2783.  
  2784. ## Confirming "el7-x86_64" is supported...
  2785.  
  2786. + curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_8.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'
  2787.  
  2788. ## Downloading release setup RPM...
  2789.  
  2790. + mktemp
  2791. + curl -sL -o '/tmp/tmp.tGi4SVLj6R' 'https://rpm.nodesource.com/pub_8.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm'
  2792.  
  2793. ## Installing release setup RPM...
  2794.  
  2795. + rpm -i --nosignature --force '/tmp/tmp.tGi4SVLj6R'
  2796.  
  2797. ## Cleaning up...
  2798.  
  2799. + rm -f '/tmp/tmp.tGi4SVLj6R'
  2800.  
  2801. ## Checking for existing installations...
  2802.  
  2803. + rpm -qa 'node|npm' | grep -v nodesource
  2804.  
  2805. ## Run `sudo yum install -y nodejs` to install Node.js 8.x LTS Carbon and npm.
  2806. ## You may also need development tools to build native addons:
  2807. sudo yum install gcc-c++ make
  2808. ## To install the Yarn package manager, run:
  2809. curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
  2810. sudo yum install yarn
  2811.  
  2812. Loaded plugins: fastestmirror, ovl
  2813. Loading mirror speeds from cached hostfile
  2814. * base: mirrors.advancedhosters.com
  2815. * extras: mirrors.advancedhosters.com
  2816. * updates: mirrors.advancedhosters.com
  2817. Resolving Dependencies
  2818. --> Running transaction check
  2819. ---> Package nodejs.x86_64 2:8.12.0-1nodesource will be installed
  2820. ---> Package patch.x86_64 0:2.7.1-10.el7_5 will be installed
  2821. ---> Package yarn.noarch 0:1.10.1-1 will be installed
  2822. --> Finished Dependency Resolution
  2823.  
  2824. Dependencies Resolved
  2825.  
  2826. ================================================================================
  2827. Package Arch Version Repository Size
  2828. ================================================================================
  2829. Installing:
  2830. nodejs x86_64 2:8.12.0-1nodesource nodesource 16 M
  2831. patch x86_64 2.7.1-10.el7_5 updates 110 k
  2832. yarn noarch 1.10.1-1 yarn 1.1 M
  2833.  
  2834. Transaction Summary
  2835. ================================================================================
  2836. Install 3 Packages
  2837.  
  2838. Total download size: 17 M
  2839. Installed size: 53 M
  2840. Downloading packages:
  2841. warning: /var/cache/yum/x86_64/7/yarn/packages/yarn-1.10.1-1.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 6963f07f: NOKEY
  2842. Public key for yarn-1.10.1-1.noarch.rpm is not installed
  2843. warning: /var/cache/yum/x86_64/7/nodesource/packages/nodejs-8.12.0-1nodesource.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 34fa74dd: NOKEY
  2844. Public key for nodejs-8.12.0-1nodesource.x86_64.rpm is not installed
  2845. --------------------------------------------------------------------------------
  2846. Total 38 MB/s | 17 MB 00:00
  2847. Retrieving key from https://dl.yarnpkg.com/rpm/pubkey.gpg
  2848. Importing GPG key 0x6963F07F:
  2849. Userid : "Yarn RPM Packaging <[email protected]>"
  2850. Fingerprint: 9a6f 73f3 4beb 7473 4d8c 6914 9cbb b558 6963 f07f
  2851. From : https://dl.yarnpkg.com/rpm/pubkey.gpg
  2852. Retrieving key from file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
  2853. Importing GPG key 0x34FA74DD:
  2854. Userid : "NodeSource <[email protected]>"
  2855. Fingerprint: 2e55 207a 95d9 944b 0cc9 3261 5ddb e8d4 34fa 74dd
  2856. Package : nodesource-release-el7-1.noarch (installed)
  2857. From : /etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
  2858. Running transaction check
  2859. Running transaction test
  2860. Transaction test succeeded
  2861. Running transaction
  2862. Warning: RPMDB altered outside of yum.
  2863. Installing : 2:nodejs-8.12.0-1nodesource.x86_64 1/3
  2864. Installing : yarn-1.10.1-1.noarch 2/3
  2865. Installing : patch-2.7.1-10.el7_5.x86_64 3/3
  2866. Verifying : patch-2.7.1-10.el7_5.x86_64 1/3
  2867. Verifying : yarn-1.10.1-1.noarch 2/3
  2868. Verifying : 2:nodejs-8.12.0-1nodesource.x86_64 3/3
  2869.  
  2870. Installed:
  2871. nodejs.x86_64 2:8.12.0-1nodesource patch.x86_64 0:2.7.1-10.el7_5
  2872. yarn.noarch 0:1.10.1-1
  2873.  
  2874. Complete!
  2875. npm version:
  2876. 6.4.1
  2877. nodejs version:
  2878. v8.12.0
  2879. Removing intermediate container 94125447db0a
  2880. ---> 1ec07cf54b95
  2881. Step 35/39 : RUN useradd -u 1000 -G users,wheel,root -d ${HOME} --shell /bin/bash theia && usermod -p "*" theia && echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && mkdir /node_modules && for f in "${HOME}" "/etc/passwd" "/etc/group /node_modules"; do sudo chgrp -R 0 ${f} && sudo chmod -R g+rwX ${f}; done && cat /etc/passwd | sed s#root:x.*#root:x:\${USER_ID}:\${GROUP_ID}::\${HOME}:/bin/bash#g > ${HOME}/passwd.template && cat /etc/group | sed s#root:x:0:#root:x:0:0,\${USER_ID}:#g > ${HOME}/group.template && npm install -g yo @theia/generator-plugin && mkdir -p ${HOME}/.config/insight-nodejs/ && chmod -R 777 ${HOME}/.config/ && echo '"--*.modules-folder" "/node_modules"' > $HOME/.yarnrc && npm install -g [email protected] && echo '{"optOut": true}' > $HOME/.config/insight-nodejs/insight-yo.json && echo 'source scl_source enable rh-git29' >> /home/theia/.bashrc && rm -rf /tmp/* && find ${HOME} -exec sh -c "chgrp 0 {}; chmod g+rwX {}" \;
  2882. ---> Running in b0f0e56adef6
  2883. /usr/bin/yo -> /usr/lib/node_modules/yo/lib/cli.js
  2884. /usr/bin/yo-complete -> /usr/lib/node_modules/yo/lib/completion/index.js
  2885.  
  2886. > [email protected] postinstall /usr/lib/node_modules/yo/node_modules/spawn-sync
  2887. > node postinstall
  2888.  
  2889.  
  2890. > [email protected] postinstall /usr/lib/node_modules/yo
  2891. > yodoctor
  2892.  
  2893.  
  2894. Yeoman Doctor
  2895. Running sanity checks on your system
  2896.  
  2897. ✔ Global configuration file is valid
  2898. ✔ NODE_PATH matches the npm root
  2899. ✔ Node.js version
  2900. ✔ No .bowerrc file in home directory
  2901. ✔ No .yo-rc.json file in home directory
  2902. ✔ npm version
  2903. ✔ yo version
  2904.  
  2905. Everything looks all right!
  2906. added 863 packages from 300 contributors in 21.532s
  2907. /usr/bin/tsc -> /usr/lib/node_modules/typescript/bin/tsc
  2908. /usr/bin/tsserver -> /usr/lib/node_modules/typescript/bin/tsserver
  2909. added 1 package from 1 contributor in 1.108s
  2910. Removing intermediate container b0f0e56adef6
  2911. ---> 11c39e673c4b
  2912. Step 36/39 : COPY --chown=theia:root --from=builder /home/theia /home/theia
  2913. ---> 050ccc236bae
  2914. Step 37/39 : USER theia
  2915. ---> Running in 3bba6b691675
  2916. Removing intermediate container 3bba6b691675
  2917. ---> 87e712e53f30
  2918. Step 38/39 : ADD src/entrypoint.sh /entrypoint.sh
  2919. ---> 29a36aded095
  2920. Step 39/39 : ENTRYPOINT ["/entrypoint.sh"]
  2921. ---> Running in 67670c70802c
  2922. Removing intermediate container 67670c70802c
  2923. ---> 4cbf598368e0
  2924. Successfully built 4cbf598368e0
  2925. Successfully tagged eclipse/che-theia:nightly
  2926. Build of eclipse/che-theia:nightly [OK]
  2927. Script run successfully: eclipse/che-theia:nightly
  2928. Building Docker Image eclipse/che-theia-e2e:nightly from /home/codenvy/workspace/che-pullrequests-test-ocp/dockerfiles/theia/e2e directory with tag nightly
  2929. Sending build context to Docker daemon 260.1kB
  2930. Step 1/8 : FROM eclipse/che-theia:nightly
  2931. ---> 4cbf598368e0
  2932. Step 2/8 : USER root
  2933. ---> Running in 6712f5557287
  2934. Removing intermediate container 6712f5557287
  2935. ---> 735ae096d2d2
  2936. Step 3/8 : RUN yum install -y gtk2-2.24.31-1.el7.x86_64 libnotify-0.7.7-1.el7.x86_64 GConf2 nss-3.36.0-5.el7_5.x86_64 libXScrnSaver-1.2.2-6.1.el7.x86_64 alsa-lib-1.1.4.1-2.el7.x86_64 xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64 liberation-* && dbus-uuidgen > /var/lib/dbus/machine-id
  2937. ---> Running in ae4ca04e1ee1
  2938. Loaded plugins: fastestmirror, ovl
  2939. Loading mirror speeds from cached hostfile
  2940. * base: mirrors.advancedhosters.com
  2941. * extras: mirrors.advancedhosters.com
  2942. * updates: mirrors.advancedhosters.com
  2943. Package matching nss-3.36.0-5.el7_5.x86_64 already installed. Checking for update.
  2944. Package alsa-lib-1.1.4.1-2.el7.x86_64 already installed and latest version
  2945. Resolving Dependencies
  2946. --> Running transaction check
  2947. ---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
  2948. --> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64
  2949. --> Processing Dependency: libpolkit-gobject-1.so.0()(64bit) for package: GConf2-3.2.6-8.el7.x86_64
  2950. ---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed
  2951. --> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64
  2952. --> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64
  2953. --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64
  2954. --> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64
  2955. --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64
  2956. --> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64
  2957. --> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2958. --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2959. --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2960. --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2961. --> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2962. --> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2963. --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2964. --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2965. --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2966. --> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2967. --> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2968. --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
  2969. ---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed
  2970. ---> Package liberation-fonts.noarch 1:1.07.2-16.el7 will be installed
  2971. ---> Package liberation-fonts-common.noarch 1:1.07.2-16.el7 will be installed
  2972. ---> Package liberation-mono-fonts.noarch 1:1.07.2-16.el7 will be installed
  2973. ---> Package liberation-narrow-fonts.noarch 1:1.07.2-16.el7 will be installed
  2974. ---> Package liberation-sans-fonts.noarch 1:1.07.2-16.el7 will be installed
  2975. ---> Package liberation-serif-fonts.noarch 1:1.07.2-16.el7 will be installed
  2976. ---> Package libnotify.x86_64 0:0.7.7-1.el7 will be installed
  2977. ---> Package xorg-x11-server-Xvfb.x86_64 0:1.19.5-5.el7 will be installed
  2978. --> Processing Dependency: xorg-x11-server-common >= 1.19.5-5.el7 for package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
  2979. --> Processing Dependency: xorg-x11-xauth for package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
  2980. --> Processing Dependency: libxshmfence.so.1()(64bit) for package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
  2981. --> Processing Dependency: libpixman-1.so.0()(64bit) for package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
  2982. --> Processing Dependency: libXfont2.so.2()(64bit) for package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
  2983. --> Processing Dependency: libXdmcp.so.6()(64bit) for package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
  2984. --> Processing Dependency: libGL.so.1()(64bit) for package: xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64
  2985. --> Running transaction check
  2986. ---> Package atk.x86_64 0:2.22.0-3.el7 will be installed
  2987. ---> Package cairo.x86_64 0:1.14.8-2.el7 will be installed
  2988. --> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.8-2.el7.x86_64
  2989. ---> Package cups-libs.x86_64 1:1.6.3-35.el7 will be installed
  2990. --> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-35.el7.x86_64
  2991. --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-35.el7.x86_64
  2992. ---> Package gdk-pixbuf2.x86_64 0:2.36.5-1.el7 will be installed
  2993. --> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.5-1.el7.x86_64
  2994. ---> Package gtk-update-icon-cache.x86_64 0:3.22.26-4.el7_5 will be installed
  2995. ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
  2996. ---> Package libXcursor.x86_64 0:1.1.14-8.el7 will be installed
  2997. ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
  2998. ---> Package libXdmcp.x86_64 0:1.1.2-6.el7 will be installed
  2999. ---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed
  3000. ---> Package libXfont2.x86_64 0:2.0.1-2.el7 will be installed
  3001. ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
  3002. ---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
  3003. ---> Package libtiff.x86_64 0:4.0.3-27.el7_3 will be installed
  3004. --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-27.el7_3.x86_64
  3005. ---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
  3006. ---> Package mesa-libGL.x86_64 0:17.2.3-8.20171019.el7 will be installed
  3007. --> Processing Dependency: mesa-libglapi = 17.2.3-8.20171019.el7 for package: mesa-libGL-17.2.3-8.20171019.el7.x86_64
  3008. --> Processing Dependency: libdrm >= 2.4.83 for package: mesa-libGL-17.2.3-8.20171019.el7.x86_64
  3009. --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-17.2.3-8.20171019.el7.x86_64
  3010. --> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libGL-17.2.3-8.20171019.el7.x86_64
  3011. --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-17.2.3-8.20171019.el7.x86_64
  3012. ---> Package pango.x86_64 0:1.40.4-1.el7 will be installed
  3013. --> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.40.4-1.el7.x86_64
  3014. --> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.40.4-1.el7.x86_64
  3015. --> Processing Dependency: harfbuzz(x86-64) >= 1.0.3 for package: pango-1.40.4-1.el7.x86_64
  3016. --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.40.4-1.el7.x86_64
  3017. --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.40.4-1.el7.x86_64
  3018. --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.40.4-1.el7.x86_64
  3019. --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.40.4-1.el7.x86_64
  3020. ---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
  3021. ---> Package polkit.x86_64 0:0.112-14.el7 will be installed
  3022. --> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-14.el7.x86_64
  3023. --> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-14.el7.x86_64
  3024. --> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-14.el7.x86_64
  3025. ---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
  3026. ---> Package xorg-x11-server-common.x86_64 0:1.19.5-5.el7 will be installed
  3027. --> Processing Dependency: xkeyboard-config for package: xorg-x11-server-common-1.19.5-5.el7.x86_64
  3028. --> Processing Dependency: xkbcomp for package: xorg-x11-server-common-1.19.5-5.el7.x86_64
  3029. ---> Package xorg-x11-xauth.x86_64 1:1.0.9-1.el7 will be installed
  3030. --> Processing Dependency: libXmuu.so.1()(64bit) for package: 1:xorg-x11-xauth-1.0.9-1.el7.x86_64
  3031. --> Running transaction check
  3032. ---> Package avahi-libs.x86_64 0:0.6.31-19.el7 will be installed
  3033. ---> Package harfbuzz.x86_64 0:1.3.2-1.el7 will be installed
  3034. --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.3.2-1.el7.x86_64
  3035. ---> Package jasper-libs.x86_64 0:1.900.1-31.el7 will be installed
  3036. ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
  3037. ---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
  3038. ---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
  3039. --> Processing Dependency: libXt.so.6()(64bit) for package: libXmu-1.1.2-2.el7.x86_64
  3040. ---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
  3041. ---> Package libdrm.x86_64 0:2.4.83-2.el7 will be installed
  3042. --> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.83-2.el7.x86_64
  3043. ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
  3044. ---> Package mesa-libEGL.x86_64 0:17.2.3-8.20171019.el7 will be installed
  3045. --> Processing Dependency: mesa-libgbm = 17.2.3-8.20171019.el7 for package: mesa-libEGL-17.2.3-8.20171019.el7.x86_64
  3046. --> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-17.2.3-8.20171019.el7.x86_64
  3047. --> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-17.2.3-8.20171019.el7.x86_64
  3048. --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-17.2.3-8.20171019.el7.x86_64
  3049. ---> Package mesa-libglapi.x86_64 0:17.2.3-8.20171019.el7 will be installed
  3050. ---> Package mozjs17.x86_64 0:17.0.0-20.el7 will be installed
  3051. ---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed
  3052. ---> Package xkeyboard-config.noarch 0:2.20-1.el7 will be installed
  3053. ---> Package xorg-x11-xkb-utils.x86_64 0:7.7-12.el7 will be installed
  3054. --> Processing Dependency: libxkbfile.so.1()(64bit) for package: xorg-x11-xkb-utils-7.7-12.el7.x86_64
  3055. --> Running transaction check
  3056. ---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed
  3057. ---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed
  3058. ---> Package libpciaccess.x86_64 0:0.14-1.el7 will be installed
  3059. --> Processing Dependency: hwdata for package: libpciaccess-0.14-1.el7.x86_64
  3060. ---> Package libwayland-client.x86_64 0:1.14.0-2.el7 will be installed
  3061. ---> Package libwayland-server.x86_64 0:1.14.0-2.el7 will be installed
  3062. ---> Package libxkbfile.x86_64 0:1.0.9-3.el7 will be installed
  3063. ---> Package mesa-libgbm.x86_64 0:17.2.3-8.20171019.el7 will be installed
  3064. --> Running transaction check
  3065. ---> Package hwdata.x86_64 0:0.252-8.8.el7 will be installed
  3066. --> Finished Dependency Resolution
  3067.  
  3068. Dependencies Resolved
  3069.  
  3070. ================================================================================
  3071. Package Arch Version Repository Size
  3072. ================================================================================
  3073. Installing:
  3074. GConf2 x86_64 3.2.6-8.el7 base 1.0 M
  3075. gtk2 x86_64 2.24.31-1.el7 base 3.4 M
  3076. libXScrnSaver x86_64 1.2.2-6.1.el7 base 24 k
  3077. liberation-fonts noarch 1:1.07.2-16.el7 base 13 k
  3078. liberation-fonts-common noarch 1:1.07.2-16.el7 base 27 k
  3079. liberation-mono-fonts noarch 1:1.07.2-16.el7 base 227 k
  3080. liberation-narrow-fonts noarch 1:1.07.2-16.el7 base 202 k
  3081. liberation-sans-fonts noarch 1:1.07.2-16.el7 base 279 k
  3082. liberation-serif-fonts noarch 1:1.07.2-16.el7 base 298 k
  3083. libnotify x86_64 0.7.7-1.el7 base 39 k
  3084. xorg-x11-server-Xvfb x86_64 1.19.5-5.el7 base 856 k
  3085. Installing for dependencies:
  3086. atk x86_64 2.22.0-3.el7 base 258 k
  3087. avahi-libs x86_64 0.6.31-19.el7 base 61 k
  3088. cairo x86_64 1.14.8-2.el7 base 713 k
  3089. cups-libs x86_64 1:1.6.3-35.el7 base 357 k
  3090. gdk-pixbuf2 x86_64 2.36.5-1.el7 base 567 k
  3091. graphite2 x86_64 1.3.10-1.el7_3 base 115 k
  3092. gtk-update-icon-cache x86_64 3.22.26-4.el7_5 updates 27 k
  3093. harfbuzz x86_64 1.3.2-1.el7 base 177 k
  3094. hicolor-icon-theme noarch 0.12-7.el7 base 42 k
  3095. hwdata x86_64 0.252-8.8.el7 base 2.3 M
  3096. jasper-libs x86_64 1.900.1-31.el7 base 150 k
  3097. jbigkit-libs x86_64 2.0-11.el7 base 46 k
  3098. libXcursor x86_64 1.1.14-8.el7 base 30 k
  3099. libXdamage x86_64 1.1.4-4.1.el7 base 20 k
  3100. libXdmcp x86_64 1.1.2-6.el7 base 34 k
  3101. libXfixes x86_64 5.0.3-1.el7 base 18 k
  3102. libXfont2 x86_64 2.0.1-2.el7 base 140 k
  3103. libXft x86_64 2.3.2-2.el7 base 58 k
  3104. libXinerama x86_64 1.1.3-2.1.el7 base 14 k
  3105. libXmu x86_64 1.1.2-2.el7 base 71 k
  3106. libXrandr x86_64 1.5.1-2.el7 base 27 k
  3107. libXt x86_64 1.1.5-3.el7 base 173 k
  3108. libXxf86vm x86_64 1.1.4-1.el7 base 18 k
  3109. libdrm x86_64 2.4.83-2.el7 base 151 k
  3110. libpciaccess x86_64 0.14-1.el7 base 26 k
  3111. libthai x86_64 0.1.14-9.el7 base 187 k
  3112. libtiff x86_64 4.0.3-27.el7_3 base 170 k
  3113. libwayland-client x86_64 1.14.0-2.el7 base 32 k
  3114. libwayland-server x86_64 1.14.0-2.el7 base 38 k
  3115. libxkbfile x86_64 1.0.9-3.el7 base 83 k
  3116. libxshmfence x86_64 1.2-1.el7 base 7.2 k
  3117. mesa-libEGL x86_64 17.2.3-8.20171019.el7 base 96 k
  3118. mesa-libGL x86_64 17.2.3-8.20171019.el7 base 156 k
  3119. mesa-libgbm x86_64 17.2.3-8.20171019.el7 base 38 k
  3120. mesa-libglapi x86_64 17.2.3-8.20171019.el7 base 43 k
  3121. mozjs17 x86_64 17.0.0-20.el7 base 1.4 M
  3122. pango x86_64 1.40.4-1.el7 base 275 k
  3123. pixman x86_64 0.34.0-1.el7 base 248 k
  3124. polkit x86_64 0.112-14.el7 base 167 k
  3125. polkit-pkla-compat x86_64 0.1-4.el7 base 39 k
  3126. psmisc x86_64 22.20-15.el7 base 141 k
  3127. xkeyboard-config noarch 2.20-1.el7 base 799 k
  3128. xorg-x11-server-common x86_64 1.19.5-5.el7 base 53 k
  3129. xorg-x11-xauth x86_64 1:1.0.9-1.el7 base 30 k
  3130. xorg-x11-xkb-utils x86_64 7.7-12.el7 base 103 k
  3131.  
  3132. Transaction Summary
  3133. ================================================================================
  3134. Install 11 Packages (+45 Dependent packages)
  3135.  
  3136. Total download size: 16 M
  3137. Installed size: 60 M
  3138. Downloading packages:
  3139. --------------------------------------------------------------------------------
  3140. Total 29 MB/s | 16 MB 00:00
  3141. Running transaction check
  3142. Running transaction test
  3143. Transaction test succeeded
  3144. Running transaction
  3145. Installing : libXfixes-5.0.3-1.el7.x86_64 1/56
  3146. Installing : 1:liberation-fonts-common-1.07.2-16.el7.noarch 2/56
  3147. Installing : libxshmfence-1.2-1.el7.x86_64 3/56
  3148. Installing : pixman-0.34.0-1.el7.x86_64 4/56
  3149. Installing : libXdamage-1.1.4-4.1.el7.x86_64 5/56
  3150. Installing : libwayland-server-1.14.0-2.el7.x86_64 6/56
  3151. Installing : libwayland-client-1.14.0-2.el7.x86_64 7/56
  3152. Installing : mesa-libglapi-17.2.3-8.20171019.el7.x86_64 8/56
  3153. Installing : 1:liberation-sans-fonts-1.07.2-16.el7.noarch 9/56
  3154. Installing : 1:liberation-mono-fonts-1.07.2-16.el7.noarch 10/56
  3155. Installing : 1:liberation-serif-fonts-1.07.2-16.el7.noarch 11/56
  3156. Installing : 1:liberation-narrow-fonts-1.07.2-16.el7.noarch 12/56
  3157. Installing : libXcursor-1.1.14-8.el7.x86_64 13/56
  3158. Installing : mozjs17-17.0.0-20.el7.x86_64 14/56
  3159. Installing : polkit-0.112-14.el7.x86_64 15/56
  3160. Installing : polkit-pkla-compat-0.1-4.el7.x86_64 16/56
  3161. Installing : libXdmcp-1.1.2-6.el7.x86_64 17/56
  3162. Installing : graphite2-1.3.10-1.el7_3.x86_64 18/56
  3163. Installing : harfbuzz-1.3.2-1.el7.x86_64 19/56
  3164. Installing : jbigkit-libs-2.0-11.el7.x86_64 20/56
  3165. Installing : libtiff-4.0.3-27.el7_3.x86_64 21/56
  3166. Installing : libXrandr-1.5.1-2.el7.x86_64 22/56
  3167. Installing : hwdata-0.252-8.8.el7.x86_64 23/56
  3168. Installing : libpciaccess-0.14-1.el7.x86_64 24/56
  3169. Installing : libdrm-2.4.83-2.el7.x86_64 25/56
  3170. Installing : mesa-libgbm-17.2.3-8.20171019.el7.x86_64 26/56
  3171. Installing : mesa-libEGL-17.2.3-8.20171019.el7.x86_64 27/56
  3172. Installing : psmisc-22.20-15.el7.x86_64 28/56
  3173. Installing : libXft-2.3.2-2.el7.x86_64 29/56
  3174. Installing : libXt-1.1.5-3.el7.x86_64 30/56
  3175. Installing : libXmu-1.1.2-2.el7.x86_64 31/56
  3176. Installing : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64 32/56
  3177. Installing : libthai-0.1.14-9.el7.x86_64 33/56
  3178. Installing : jasper-libs-1.900.1-31.el7.x86_64 34/56
  3179. Installing : gdk-pixbuf2-2.36.5-1.el7.x86_64 35/56
  3180. Installing : gtk-update-icon-cache-3.22.26-4.el7_5.x86_64 36/56
  3181. Installing : libxkbfile-1.0.9-3.el7.x86_64 37/56
  3182. Installing : xorg-x11-xkb-utils-7.7-12.el7.x86_64 38/56
  3183. Installing : hicolor-icon-theme-0.12-7.el7.noarch 39/56
  3184. Installing : libXfont2-2.0.1-2.el7.x86_64 40/56
  3185. Installing : xkeyboard-config-2.20-1.el7.noarch 41/56
  3186. Installing : xorg-x11-server-common-1.19.5-5.el7.x86_64 42/56
  3187. Installing : libXxf86vm-1.1.4-1.el7.x86_64 43/56
  3188. Installing : mesa-libGL-17.2.3-8.20171019.el7.x86_64 44/56
  3189. Installing : cairo-1.14.8-2.el7.x86_64 45/56
  3190. Installing : pango-1.40.4-1.el7.x86_64 46/56
  3191. Installing : avahi-libs-0.6.31-19.el7.x86_64 47/56
  3192. Installing : 1:cups-libs-1.6.3-35.el7.x86_64 48/56
  3193. Installing : libXinerama-1.1.3-2.1.el7.x86_64 49/56
  3194. Installing : atk-2.22.0-3.el7.x86_64 50/56
  3195. Installing : gtk2-2.24.31-1.el7.x86_64 51/56
  3196. Installing : xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64 52/56
  3197. Installing : libnotify-0.7.7-1.el7.x86_64 53/56
  3198. Installing : GConf2-3.2.6-8.el7.x86_64 54/56
  3199. Installing : 1:liberation-fonts-1.07.2-16.el7.noarch 55/56
  3200. Installing : libXScrnSaver-1.2.2-6.1.el7.x86_64 56/56
  3201. Verifying : libpciaccess-0.14-1.el7.x86_64 1/56
  3202. Verifying : atk-2.22.0-3.el7.x86_64 2/56
  3203. Verifying : libtiff-4.0.3-27.el7_3.x86_64 3/56
  3204. Verifying : libXinerama-1.1.3-2.1.el7.x86_64 4/56
  3205. Verifying : avahi-libs-0.6.31-19.el7.x86_64 5/56
  3206. Verifying : libnotify-0.7.7-1.el7.x86_64 6/56
  3207. Verifying : libXxf86vm-1.1.4-1.el7.x86_64 7/56
  3208. Verifying : xorg-x11-xkb-utils-7.7-12.el7.x86_64 8/56
  3209. Verifying : xkeyboard-config-2.20-1.el7.noarch 9/56
  3210. Verifying : polkit-0.112-14.el7.x86_64 10/56
  3211. Verifying : libXfont2-2.0.1-2.el7.x86_64 11/56
  3212. Verifying : gtk2-2.24.31-1.el7.x86_64 12/56
  3213. Verifying : mesa-libEGL-17.2.3-8.20171019.el7.x86_64 13/56
  3214. Verifying : hicolor-icon-theme-0.12-7.el7.noarch 14/56
  3215. Verifying : cairo-1.14.8-2.el7.x86_64 15/56
  3216. Verifying : 1:liberation-fonts-1.07.2-16.el7.noarch 16/56
  3217. Verifying : libxkbfile-1.0.9-3.el7.x86_64 17/56
  3218. Verifying : 1:liberation-fonts-common-1.07.2-16.el7.noarch 18/56
  3219. Verifying : jasper-libs-1.900.1-31.el7.x86_64 19/56
  3220. Verifying : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64 20/56
  3221. Verifying : libthai-0.1.14-9.el7.x86_64 21/56
  3222. Verifying : libXt-1.1.5-3.el7.x86_64 22/56
  3223. Verifying : mesa-libGL-17.2.3-8.20171019.el7.x86_64 23/56
  3224. Verifying : libXft-2.3.2-2.el7.x86_64 24/56
  3225. Verifying : 1:liberation-sans-fonts-1.07.2-16.el7.noarch 25/56
  3226. Verifying : psmisc-22.20-15.el7.x86_64 26/56
  3227. Verifying : libXcursor-1.1.14-8.el7.x86_64 27/56
  3228. Verifying : mesa-libglapi-17.2.3-8.20171019.el7.x86_64 28/56
  3229. Verifying : libwayland-client-1.14.0-2.el7.x86_64 29/56
  3230. Verifying : harfbuzz-1.3.2-1.el7.x86_64 30/56
  3231. Verifying : pango-1.40.4-1.el7.x86_64 31/56
  3232. Verifying : xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64 32/56
  3233. Verifying : hwdata-0.252-8.8.el7.x86_64 33/56
  3234. Verifying : libXmu-1.1.2-2.el7.x86_64 34/56
  3235. Verifying : libXrandr-1.5.1-2.el7.x86_64 35/56
  3236. Verifying : 1:liberation-mono-fonts-1.07.2-16.el7.noarch 36/56
  3237. Verifying : pixman-0.34.0-1.el7.x86_64 37/56
  3238. Verifying : gtk-update-icon-cache-3.22.26-4.el7_5.x86_64 38/56
  3239. Verifying : 1:liberation-serif-fonts-1.07.2-16.el7.noarch 39/56
  3240. Verifying : jbigkit-libs-2.0-11.el7.x86_64 40/56
  3241. Verifying : GConf2-3.2.6-8.el7.x86_64 41/56
  3242. Verifying : gdk-pixbuf2-2.36.5-1.el7.x86_64 42/56
  3243. Verifying : 1:cups-libs-1.6.3-35.el7.x86_64 43/56
  3244. Verifying : xorg-x11-server-common-1.19.5-5.el7.x86_64 44/56
  3245. Verifying : libxshmfence-1.2-1.el7.x86_64 45/56
  3246. Verifying : libXScrnSaver-1.2.2-6.1.el7.x86_64 46/56
  3247. Verifying : graphite2-1.3.10-1.el7_3.x86_64 47/56
  3248. Verifying : libXdmcp-1.1.2-6.el7.x86_64 48/56
  3249. Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 49/56
  3250. Verifying : 1:liberation-narrow-fonts-1.07.2-16.el7.noarch 50/56
  3251. Verifying : mozjs17-17.0.0-20.el7.x86_64 51/56
  3252. Verifying : libwayland-server-1.14.0-2.el7.x86_64 52/56
  3253. Verifying : libXdamage-1.1.4-4.1.el7.x86_64 53/56
  3254. Verifying : libXfixes-5.0.3-1.el7.x86_64 54/56
  3255. Verifying : mesa-libgbm-17.2.3-8.20171019.el7.x86_64 55/56
  3256. Verifying : libdrm-2.4.83-2.el7.x86_64 56/56
  3257.  
  3258. Installed:
  3259. GConf2.x86_64 0:3.2.6-8.el7
  3260. gtk2.x86_64 0:2.24.31-1.el7
  3261. libXScrnSaver.x86_64 0:1.2.2-6.1.el7
  3262. liberation-fonts.noarch 1:1.07.2-16.el7
  3263. liberation-fonts-common.noarch 1:1.07.2-16.el7
  3264. liberation-mono-fonts.noarch 1:1.07.2-16.el7
  3265. liberation-narrow-fonts.noarch 1:1.07.2-16.el7
  3266. liberation-sans-fonts.noarch 1:1.07.2-16.el7
  3267. liberation-serif-fonts.noarch 1:1.07.2-16.el7
  3268. libnotify.x86_64 0:0.7.7-1.el7
  3269. xorg-x11-server-Xvfb.x86_64 0:1.19.5-5.el7
  3270.  
  3271. Dependency Installed:
  3272. atk.x86_64 0:2.22.0-3.el7
  3273. avahi-libs.x86_64 0:0.6.31-19.el7
  3274. cairo.x86_64 0:1.14.8-2.el7
  3275. cups-libs.x86_64 1:1.6.3-35.el7
  3276. gdk-pixbuf2.x86_64 0:2.36.5-1.el7
  3277. graphite2.x86_64 0:1.3.10-1.el7_3
  3278. gtk-update-icon-cache.x86_64 0:3.22.26-4.el7_5
  3279. harfbuzz.x86_64 0:1.3.2-1.el7
  3280. hicolor-icon-theme.noarch 0:0.12-7.el7
  3281. hwdata.x86_64 0:0.252-8.8.el7
  3282. jasper-libs.x86_64 0:1.900.1-31.el7
  3283. jbigkit-libs.x86_64 0:2.0-11.el7
  3284. libXcursor.x86_64 0:1.1.14-8.el7
  3285. libXdamage.x86_64 0:1.1.4-4.1.el7
  3286. libXdmcp.x86_64 0:1.1.2-6.el7
  3287. libXfixes.x86_64 0:5.0.3-1.el7
  3288. libXfont2.x86_64 0:2.0.1-2.el7
  3289. libXft.x86_64 0:2.3.2-2.el7
  3290. libXinerama.x86_64 0:1.1.3-2.1.el7
  3291. libXmu.x86_64 0:1.1.2-2.el7
  3292. libXrandr.x86_64 0:1.5.1-2.el7
  3293. libXt.x86_64 0:1.1.5-3.el7
  3294. libXxf86vm.x86_64 0:1.1.4-1.el7
  3295. libdrm.x86_64 0:2.4.83-2.el7
  3296. libpciaccess.x86_64 0:0.14-1.el7
  3297. libthai.x86_64 0:0.1.14-9.el7
  3298. libtiff.x86_64 0:4.0.3-27.el7_3
  3299. libwayland-client.x86_64 0:1.14.0-2.el7
  3300. libwayland-server.x86_64 0:1.14.0-2.el7
  3301. libxkbfile.x86_64 0:1.0.9-3.el7
  3302. libxshmfence.x86_64 0:1.2-1.el7
  3303. mesa-libEGL.x86_64 0:17.2.3-8.20171019.el7
  3304. mesa-libGL.x86_64 0:17.2.3-8.20171019.el7
  3305. mesa-libgbm.x86_64 0:17.2.3-8.20171019.el7
  3306. mesa-libglapi.x86_64 0:17.2.3-8.20171019.el7
  3307. mozjs17.x86_64 0:17.0.0-20.el7
  3308. pango.x86_64 0:1.40.4-1.el7
  3309. pixman.x86_64 0:0.34.0-1.el7
  3310. polkit.x86_64 0:0.112-14.el7
  3311. polkit-pkla-compat.x86_64 0:0.1-4.el7
  3312. psmisc.x86_64 0:22.20-15.el7
  3313. xkeyboard-config.noarch 0:2.20-1.el7
  3314. xorg-x11-server-common.x86_64 0:1.19.5-5.el7
  3315. xorg-x11-xauth.x86_64 1:1.0.9-1.el7
  3316. xorg-x11-xkb-utils.x86_64 0:7.7-12.el7
  3317.  
  3318. Complete!
  3319. Removing intermediate container ae4ca04e1ee1
  3320. ---> ac9b2b9f9213
  3321. Step 4/8 : COPY src /home/cypress/
  3322. ---> b606e02c4bf7
  3323. Step 5/8 : RUN cd /home/cypress && yarn
  3324. ---> Running in a301ba8d0ade
  3325. yarn install v1.10.1
  3326. [1/5] Validating package.json...
  3327. [2/5] Resolving packages...
  3328. [3/5] Fetching packages...
  3329. info [email protected]: The platform "linux" is incompatible with this module.
  3330. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  3331. [4/5] Linking dependencies...
  3332. warning " > [email protected]" has unmet peer dependency "chai@^3.0.0 || ^4.0.0".
  3333. warning " > [email protected]" has unmet peer dependency "[email protected] || 0.20.x || 0.22.x || ^1.0.0-0".
  3334. warning " > [email protected]" has unmet peer dependency "babel-eslint@^7.2.3".
  3335. warning " > [email protected]" has incorrect peer dependency "eslint-plugin-mocha@^4.11.0".
  3336. warning " > [email protected]" has unmet peer dependency "eslint-plugin-react@^7.2.1".
  3337. warning " > [email protected]" has unmet peer dependency "browserify@>= 10.x".
  3338. [5/5] Building fresh packages...
  3339. success Saved lockfile.
  3340. Done in 86.38s.
  3341. Removing intermediate container a301ba8d0ade
  3342. ---> 4801241af73f
  3343. Step 6/8 : ADD cypress /home/cypress/cypress/
  3344. ---> 1c8b0cbf0f4f
  3345. Step 7/8 : ENTRYPOINT [""]
  3346. ---> Running in a41cd7bdd1f3
  3347. Removing intermediate container a41cd7bdd1f3
  3348. ---> 9d61e9835331
  3349. Step 8/8 : CMD /home/cypress/docker-run.sh
  3350. ---> Running in 360368fdec4d
  3351. Removing intermediate container 360368fdec4d
  3352. ---> 28fc2fbf2017
  3353. Successfully built 28fc2fbf2017
  3354. Successfully tagged eclipse/che-theia-e2e:nightly
  3355. Build of eclipse/che-theia-e2e:nightly [OK]
  3356. Script run successfully: eclipse/che-theia-e2e:nightly
  3357. Starting the master backend process with 5000 (ms) timeout.
  3358. Starting server worker...
  3359. Server worker has been started. [ID: 1 | PID: 26]
  3360. Server worker is ready to accept messages. [ID: 1 | PID: 26]
  3361. root INFO Plugins Remote Endpoints are []
  3362. root INFO Plugins Remote Endpoints are Map {}
  3363. root ERROR Uncaught Exception: Error: Environment variable CHE_API_EXTERNAL is not set.
  3364. root ERROR Error: Environment variable CHE_API_EXTERNAL is not set.
  3365. at CheWorkspaceClientServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:74:35)
  3366. at step (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:50:23)
  3367. at Object.next (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:31:53)
  3368. at fulfilled (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:22:58)
  3369. at <anonymous>
  3370. at process._tickCallback (internal/process/next_tick.js:189:7)
  3371. at Function.Module.runMain (module.js:696:11)
  3372. at startup (bootstrap_node.js:204:16)
  3373. at bootstrap_node.js:625:3
  3374. root ERROR Uncaught Exception: Error: Environment variable CHE_WORKSPACE_ID is not set.
  3375. root ERROR Error: Environment variable CHE_WORKSPACE_ID is not set.
  3376. at CheWorkspaceClientServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:182:35)
  3377. at step (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:50:23)
  3378. at Object.next (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:31:53)
  3379. at fulfilled (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:22:58)
  3380. at <anonymous>
  3381. at process._tickCallback (internal/process/next_tick.js:189:7)
  3382. at Function.Module.runMain (module.js:696:11)
  3383. at startup (bootstrap_node.js:204:16)
  3384. at bootstrap_node.js:625:3
  3385. root INFO Theia app listening on http://0.0.0.0:3000.
  3386. Received message which is neither a response nor a notification message:
  3387. "3000"
  3388. root INFO [nsfw-watcher: 32] Started watching: /home/theia/package.json
  3389. rm: cannot remove '/home/cypress/cypress/videos': Device or resource busy
  3390. It looks like this is your first time using Cypress: 3.0.3
  3391.  
  3392. ✔ Verified Cypress! /home/theia/.cache/Cypress/3.0.3/Cypress
  3393.  
  3394. Opening Cypress...
  3395. Warning: We failed to trash the existing run results.
  3396.  
  3397. This error will not alter the exit code.
  3398.  
  3399. Error: EBUSY: resource busy or locked, rmdir '/home/cypress/cypress/videos'
  3400.  
  3401.  
  3402.  
  3403. ====================================================================================================
  3404.  
  3405. (Run Starting)
  3406.  
  3407. ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  3408. │ Cypress: 3.0.3 │
  3409. │ Browser: Electron 59 (headless) │
  3410. │ Specs: 2 found (theia/commands.spec.ts, theia/typescript.spec.ts) │
  3411. └────────────────────────────────────────────────────────────────────────────────────────────────┘
  3412.  
  3413.  
  3414. ────────────────────────────────────────────────────────────────────────────────────────────────────
  3415.  
  3416. Running: theia/commands.spec.ts... (1 of 2)
  3417. (node:385) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
  3418.  
  3419.  
  3420. Check Extensions are installed
  3421. root ERROR Error: Cannot retrieve workspace ID
  3422. at new ActivityTrackerServiceImpl (/home/theia/node_modules/@eclipse-che/theia-activity-tracker/lib/node/activity-tracker-service.js:40:19)
  3423. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:45:18)
  3424. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3425. at Object.resolve (/home/theia/node_modules/inversify/lib/resolution/resolver.js:96:12)
  3426. at /home/theia/node_modules/inversify/lib/container/container.js:319:37
  3427. at Container._get (/home/theia/node_modules/inversify/lib/container/container.js:310:44)
  3428. at Container.get (/home/theia/node_modules/inversify/lib/container/container.js:230:21)
  3429. at JsonRpcConnectionHandler.targetFactory (/home/theia/node_modules/@eclipse-che/theia-activity-tracker/lib/node/che-theia-activity-tracker-server-module.js:25:152)
  3430. at JsonRpcConnectionHandler.onConnection (/home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.js:84:31)
  3431. at /home/theia/node_modules/@theia/core/lib/node/messaging/messaging-contribution.js:93:32
  3432. root ERROR Cannot find a service for the path: /services/activity-tracker
  3433. root ERROR Error: Issue: Can't properly configure workspace master http client, Reason: CHE_API environment property is undefined
  3434. at new WsMasterHttpClient (/home/theia/node_modules/che-theia-ssh-extension/lib/node/ws-master-http-client.js:45:19)
  3435. at _createInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:21:12)
  3436. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:41:18)
  3437. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3438. at Array.map (<anonymous>)
  3439. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:40:67)
  3440. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3441. at Array.map (<anonymous>)
  3442. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:40:67)
  3443. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3444. root ERROR Cannot find a service for the path: /services/ssh-key
  3445. root ERROR Request getMachines failed with error: Environment variable CHE_WORKSPACE_ID is not set. Error: Environment variable CHE_WORKSPACE_ID is not set.
  3446. at CheWorkspaceClientServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:182:35)
  3447. at step (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:50:23)
  3448. at Object.next (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:31:53)
  3449. at fulfilled (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:22:58)
  3450. at <anonymous>
  3451. root ERROR A keybinding context with ID javaEditorTextFocus is already registered.
  3452. root WARN Collided keybinding is ignored; {"command":"monaco.editor.action.wordHighlight.next","keybinding":"f7","context":"editorTextFocus"} collided with {"command":"monaco.editor.action.diffReview.next","keybinding":"f7","context":"editorTextFocus"}
  3453. root WARN Could not register keybinding:
  3454. {"command":"monaco.editor.action.wordHighlight.next","keybinding":"f7","context":"editorTextFocus"}
  3455. Error: "f7" is in collision with something else [scope:0]
  3456. root WARN Collided keybinding is ignored; {"command":"monaco.editor.action.wordHighlight.prev","keybinding":"shift+f7","context":"editorTextFocus"} collided with {"command":"monaco.editor.action.diffReview.prev","keybinding":"shift+f7","context":"editorTextFocus"}
  3457. root WARN Could not register keybinding:
  3458. {"command":"monaco.editor.action.wordHighlight.prev","keybinding":"shift+f7","context":"editorTextFocus"}
  3459. Error: "shift+f7" is in collision with something else [scope:0]
  3460. root WARN Collided keybinding is ignored; {"command":"pluginsView:toggle","keybinding":"ctrlcmd+shift+y"} collided with {"command":"debug:console:toggle","keybinding":"ctrlcmd+shift+y"}
  3461. root WARN Could not register keybinding:
  3462. {"command":"pluginsView:toggle","keybinding":"ctrlcmd+shift+y"}
  3463. Error: "ctrlcmd+shift+y" is in collision with something else [scope:0]
  3464. root WARN Collided keybinding is ignored; {"command":"java.command.file.structure","keybinding":"ctrlcmd+alt+o"} collided with {"command":"workspace:open","keybinding":"ctrlcmd+alt+o"}
  3465. root WARN Could not register keybinding:
  3466. {"command":"java.command.file.structure","keybinding":"ctrlcmd+alt+o"}
  3467. Error: "ctrlcmd+alt+o" is in collision with something else [scope:0]
  3468. root ERROR Could not start contribution TypeError: Cannot read property 'uri' of undefined
  3469. at e.<anonymous> (http://localhost:3000/bundle.js:130:77506)
  3470. at http://localhost:3000/bundle.js:130:77005
  3471. at Object.next (http://localhost:3000/bundle.js:130:77110)
  3472. at a (http://localhost:3000/bundle.js:130:75856)
  3473. at <anonymous>
  3474. 1) Command Palette include Plugin
  3475. 2) Expect some extensions are in installed theia
  3476. 3) Command Palette include SSH extension
  3477.  
  3478.  
  3479. 0 passing (26s)
  3480. 3 failing
  3481.  
  3482. 1) Check Extensions are installed Command Palette include Plugin:
  3483. CypressError: Timed out retrying: Expected to find element: '.monaco-inputbox>.wrapper>.input', but never found it.
  3484. at Object.cypressErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68052:11)
  3485. at Object.throwErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68017:18)
  3486. at Object.throwErrByPath (http://localhost:3000/__cypress/runner/cypress_runner.js:68044:17)
  3487. at retry (http://localhost:3000/__cypress/runner/cypress_runner.js:61785:16)
  3488. at http://localhost:3000/__cypress/runner/cypress_runner.js:53903:18
  3489. at tryCatcher (http://localhost:3000/__cypress/runner/cypress_runner.js:7091:23)
  3490. at Promise._settlePromiseFromHandler (http://localhost:3000/__cypress/runner/cypress_runner.js:5113:31)
  3491. at Promise._settlePromise (http://localhost:3000/__cypress/runner/cypress_runner.js:5170:18)
  3492. at Promise._settlePromise0 (http://localhost:3000/__cypress/runner/cypress_runner.js:5215:10)
  3493. at Promise._settlePromises (http://localhost:3000/__cypress/runner/cypress_runner.js:5290:18)
  3494. at Async._drainQueue (http://localhost:3000/__cypress/runner/cypress_runner.js:2023:16)
  3495. at Async._drainQueues (http://localhost:3000/__cypress/runner/cypress_runner.js:2033:10)
  3496. at Async.drainQueues (http://localhost:3000/__cypress/runner/cypress_runner.js:1907:14)
  3497. at <anonymous>
  3498.  
  3499. 2) Check Extensions are installed Expect some extensions are in installed theia:
  3500. CypressError: Timed out retrying: cy.click() failed because this element:
  3501.  
  3502. <div class="p-MenuBar-itemLabel">Help</div>
  3503.  
  3504. is being covered by another element:
  3505.  
  3506. <div class="theia-preload"></div>
  3507.  
  3508. Fix this problem, or use {force: true} to disable error checking.
  3509.  
  3510. https://on.cypress.io/element-cannot-be-interacted-with
  3511. at Object.cypressErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68052:11)
  3512. at Object.throwErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68017:18)
  3513. at Object.throwErrByPath (http://localhost:3000/__cypress/runner/cypress_runner.js:68044:17)
  3514. at Object.retry (http://localhost:3000/__cypress/runner/cypress_runner.js:61785:16)
  3515. at retryActionability (http://localhost:3000/__cypress/runner/cypress_runner.js:53584:19)
  3516. at tryCatcher (http://localhost:3000/__cypress/runner/cypress_runner.js:7091:23)
  3517. at Function.Promise.attempt.Promise.try (http://localhost:3000/__cypress/runner/cypress_runner.js:4470:29)
  3518. at tryFn (http://localhost:3000/__cypress/runner/cypress_runner.js:62021:24)
  3519. at whenStable (http://localhost:3000/__cypress/runner/cypress_runner.js:62049:12)
  3520. at http://localhost:3000/__cypress/runner/cypress_runner.js:61809:16
  3521. at tryCatcher (http://localhost:3000/__cypress/runner/cypress_runner.js:7091:23)
  3522. at Promise._settlePromiseFromHandler (http://localhost:3000/__cypress/runner/cypress_runner.js:5113:31)
  3523. at Promise._settlePromise (http://localhost:3000/__cypress/runner/cypress_runner.js:5170:18)
  3524. at Promise._settlePromise0 (http://localhost:3000/__cypress/runner/cypress_runner.js:5215:10)
  3525. at Promise._settlePromises (http://localhost:3000/__cypress/runner/cypress_runner.js:5294:18)
  3526. at Promise._fulfill (http://localhost:3000/__cypress/runner/cypress_runner.js:5239:18)
  3527. at http://localhost:3000/__cypress/runner/cypress_runner.js:6778:46
  3528.  
  3529. 3) Check Extensions are installed Command Palette include SSH extension:
  3530. CypressError: Timed out retrying: Expected to find element: '.monaco-inputbox>.wrapper>.input', but never found it.
  3531. at Object.cypressErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68052:11)
  3532. at Object.throwErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68017:18)
  3533. at Object.throwErrByPath (http://localhost:3000/__cypress/runner/cypress_runner.js:68044:17)
  3534. at retry (http://localhost:3000/__cypress/runner/cypress_runner.js:61785:16)
  3535. at http://localhost:3000/__cypress/runner/cypress_runner.js:53903:18
  3536. at tryCatcher (http://localhost:3000/__cypress/runner/cypress_runner.js:7091:23)
  3537. at Promise._settlePromiseFromHandler (http://localhost:3000/__cypress/runner/cypress_runner.js:5113:31)
  3538. at Promise._settlePromise (http://localhost:3000/__cypress/runner/cypress_runner.js:5170:18)
  3539. at Promise._settlePromise0 (http://localhost:3000/__cypress/runner/cypress_runner.js:5215:10)
  3540. at Promise._settlePromises (http://localhost:3000/__cypress/runner/cypress_runner.js:5290:18)
  3541. at Async._drainQueue (http://localhost:3000/__cypress/runner/cypress_runner.js:2023:16)
  3542. at Async._drainQueues (http://localhost:3000/__cypress/runner/cypress_runner.js:2033:10)
  3543. at Async.drainQueues (http://localhost:3000/__cypress/runner/cypress_runner.js:1907:14)
  3544. at <anonymous>
  3545.  
  3546.  
  3547.  
  3548.  
  3549. (Results)
  3550.  
  3551. ┌──────────────────────────────────────┐
  3552. │ Tests: 3 │
  3553. │ Passing: 0 │
  3554. │ Failing: 3 │
  3555. │ Pending: 0 │
  3556. │ Skipped: 0 │
  3557. │ Screenshots: 3 │
  3558. │ Video: true │
  3559. │ Duration: 26 seconds │
  3560. │ Spec Ran: theia/commands.spec.ts │
  3561. └──────────────────────────────────────┘
  3562.  
  3563.  
  3564. (Screenshots)
  3565.  
  3566. - /home/cypress/cypress/screenshots/theia/commands.spec.ts/Check Extensions are installed -- Command Palette include Plugin (failed).png (1280x720)
  3567. - /home/cypress/cypress/screenshots/theia/commands.spec.ts/Check Extensions are installed -- Expect some extensions are in installed theia (failed).png (1280x720)
  3568. - /home/cypress/cypress/screenshots/theia/commands.spec.ts/Check Extensions are installed -- Command Palette include SSH extension (failed).png (1280x720)
  3569.  
  3570.  
  3571. (Video)
  3572.  
  3573. - Started processing: Compressing to 32 CRF
  3574. - Finished processing: /home/cypress/cypress/videos/theia/commands.spec.ts.mp4 (2 seconds)
  3575.  
  3576.  
  3577. ────────────────────────────────────────────────────────────────────────────────────────────────────
  3578.  
  3579. Running: theia/typescript.spec.ts... (2 of 2)
  3580.  
  3581.  
  3582. TypeScript
  3583. root ERROR Error: Cannot retrieve workspace ID
  3584. at new ActivityTrackerServiceImpl (/home/theia/node_modules/@eclipse-che/theia-activity-tracker/lib/node/activity-tracker-service.js:40:19)
  3585. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:45:18)
  3586. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3587. at Object.resolve (/home/theia/node_modules/inversify/lib/resolution/resolver.js:96:12)
  3588. at /home/theia/node_modules/inversify/lib/container/container.js:319:37
  3589. at Container._get (/home/theia/node_modules/inversify/lib/container/container.js:310:44)
  3590. at Container.get (/home/theia/node_modules/inversify/lib/container/container.js:230:21)
  3591. at JsonRpcConnectionHandler.targetFactory (/home/theia/node_modules/@eclipse-che/theia-activity-tracker/lib/node/che-theia-activity-tracker-server-module.js:25:152)
  3592. at JsonRpcConnectionHandler.onConnection (/home/theia/node_modules/@theia/core/lib/common/messaging/proxy-factory.js:84:31)
  3593. at /home/theia/node_modules/@theia/core/lib/node/messaging/messaging-contribution.js:93:32
  3594. root ERROR Cannot find a service for the path: /services/activity-tracker
  3595. root ERROR Error: Issue: Can't properly configure workspace master http client, Reason: CHE_API environment property is undefined
  3596. at new WsMasterHttpClient (/home/theia/node_modules/che-theia-ssh-extension/lib/node/ws-master-http-client.js:45:19)
  3597. at _createInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:21:12)
  3598. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:41:18)
  3599. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3600. at Array.map (<anonymous>)
  3601. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:40:67)
  3602. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3603. at Array.map (<anonymous>)
  3604. at Object.resolveInstance (/home/theia/node_modules/inversify/lib/resolution/instantiation.js:40:67)
  3605. at /home/theia/node_modules/inversify/lib/resolution/resolver.js:72:42
  3606. root ERROR Cannot find a service for the path: /services/ssh-key
  3607. root ERROR Request getMachines failed with error: Environment variable CHE_WORKSPACE_ID is not set. Error: Environment variable CHE_WORKSPACE_ID is not set.
  3608. at CheWorkspaceClientServiceImpl.<anonymous> (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:182:35)
  3609. at step (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:50:23)
  3610. at Object.next (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:31:53)
  3611. at fulfilled (/home/theia/node_modules/@eclipse-che/theia-task-extension/lib/node/che-workspace-client.js:22:58)
  3612. at <anonymous>
  3613. root ERROR A keybinding context with ID javaEditorTextFocus is already registered.
  3614. root WARN Collided keybinding is ignored; {"command":"monaco.editor.action.wordHighlight.next","keybinding":"f7","context":"editorTextFocus"} collided with {"command":"monaco.editor.action.diffReview.next","keybinding":"f7","context":"editorTextFocus"}
  3615. root WARN Could not register keybinding:
  3616. {"command":"monaco.editor.action.wordHighlight.next","keybinding":"f7","context":"editorTextFocus"}
  3617. Error: "f7" is in collision with something else [scope:0]
  3618. root WARN Collided keybinding is ignored; {"command":"monaco.editor.action.wordHighlight.prev","keybinding":"shift+f7","context":"editorTextFocus"} collided with {"command":"monaco.editor.action.diffReview.prev","keybinding":"shift+f7","context":"editorTextFocus"}
  3619. root WARN Could not register keybinding:
  3620. {"command":"monaco.editor.action.wordHighlight.prev","keybinding":"shift+f7","context":"editorTextFocus"}
  3621. Error: "shift+f7" is in collision with something else [scope:0]
  3622. root WARN Collided keybinding is ignored; {"command":"pluginsView:toggle","keybinding":"ctrlcmd+shift+y"} collided with {"command":"debug:console:toggle","keybinding":"ctrlcmd+shift+y"}
  3623. root WARN Could not register keybinding:
  3624. {"command":"pluginsView:toggle","keybinding":"ctrlcmd+shift+y"}
  3625. Error: "ctrlcmd+shift+y" is in collision with something else [scope:0]
  3626. root WARN Collided keybinding is ignored; {"command":"java.command.file.structure","keybinding":"ctrlcmd+alt+o"} collided with {"command":"workspace:open","keybinding":"ctrlcmd+alt+o"}
  3627. root WARN Could not register keybinding:
  3628. {"command":"java.command.file.structure","keybinding":"ctrlcmd+alt+o"}
  3629. Error: "ctrlcmd+alt+o" is in collision with something else [scope:0]
  3630. root ERROR Could not start contribution TypeError: Cannot read property 'uri' of undefined
  3631. at e.<anonymous> (http://localhost:3000/bundle.js:130:77506)
  3632. at http://localhost:3000/bundle.js:130:77005
  3633. at Object.next (http://localhost:3000/bundle.js:130:77110)
  3634. at a (http://localhost:3000/bundle.js:130:75856)
  3635. at <anonymous>
  3636. 1) Check Invalid Syntax
  3637.  
  3638.  
  3639. 0 passing (17s)
  3640. 1 failing
  3641.  
  3642. 1) TypeScript Check Invalid Syntax:
  3643. CypressError: Timed out retrying: Expected to find element: '.monaco-inputbox>.wrapper>.input', but never found it.
  3644. at Object.cypressErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68052:11)
  3645. at Object.throwErr (http://localhost:3000/__cypress/runner/cypress_runner.js:68017:18)
  3646. at Object.throwErrByPath (http://localhost:3000/__cypress/runner/cypress_runner.js:68044:17)
  3647. at retry (http://localhost:3000/__cypress/runner/cypress_runner.js:61785:16)
  3648. at http://localhost:3000/__cypress/runner/cypress_runner.js:53903:18
  3649. at tryCatcher (http://localhost:3000/__cypress/runner/cypress_runner.js:7091:23)
  3650. at Promise._settlePromiseFromHandler (http://localhost:3000/__cypress/runner/cypress_runner.js:5113:31)
  3651. at Promise._settlePromise (http://localhost:3000/__cypress/runner/cypress_runner.js:5170:18)
  3652. at Promise._settlePromise0 (http://localhost:3000/__cypress/runner/cypress_runner.js:5215:10)
  3653. at Promise._settlePromises (http://localhost:3000/__cypress/runner/cypress_runner.js:5290:18)
  3654. at Async._drainQueue (http://localhost:3000/__cypress/runner/cypress_runner.js:2023:16)
  3655. at Async._drainQueues (http://localhost:3000/__cypress/runner/cypress_runner.js:2033:10)
  3656. at Async.drainQueues (http://localhost:3000/__cypress/runner/cypress_runner.js:1907:14)
  3657. at <anonymous>
  3658.  
  3659.  
  3660.  
  3661.  
  3662. (Results)
  3663.  
  3664. ┌────────────────────────────────────────┐
  3665. │ Tests: 1 │
  3666. │ Passing: 0 │
  3667. │ Failing: 1 │
  3668. │ Pending: 0 │
  3669. │ Skipped: 0 │
  3670. │ Screenshots: 1 │
  3671. │ Video: true │
  3672. │ Duration: 17 seconds │
  3673. │ Spec Ran: theia/typescript.spec.ts │
  3674. └────────────────────────────────────────┘
  3675.  
  3676.  
  3677. (Screenshots)
  3678.  
  3679. - /home/cypress/cypress/screenshots/theia/typescript.spec.ts/TypeScript -- Check Invalid Syntax (failed).png (1280x720)
  3680.  
  3681.  
  3682. (Video)
  3683.  
  3684. - Started processing: Compressing to 32 CRF
  3685. - Finished processing: /home/cypress/cypress/videos/theia/typescript.spec.ts.mp4 (1 second)
  3686.  
  3687.  
  3688. ====================================================================================================
  3689.  
  3690. (Run Finished)
  3691.  
  3692.  
  3693. Spec Tests Passing Failing Pending Skipped
  3694. ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  3695. │ ✖ theia/commands.spec.ts 00:26 3 - 3 - - │
  3696. ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  3697. │ ✖ theia/typescript.spec.ts 00:17 1 - 1 - - │
  3698. └────────────────────────────────────────────────────────────────────────────────────────────────┘
  3699. 2 of 2 failed (100%) 00:43 4 - 4 - -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement