Advertisement
Guest User

Untitled

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