eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Che-theia image build is broken #18960

Closed vinokurig closed 3 years ago

vinokurig commented 3 years ago

Describe the bug

Che-theia image build is broken.

Che version

Steps to reproduce

Start the docker build of the che-theia image according to https://github.com/eclipse/che-theia/blob/master/dockerfiles/theia/README.md

See an error:

$ theia download:plugins
--- downloading plugins ---
+ vscode-builtin-docker: downloaded successfully 
+ vscode-builtin-java: downloaded successfully 
+ vscode-builtin-css: downloaded successfully 
+ vscode-builtin-json: downloaded successfully 
+ vscode-builtin-html: downloaded successfully 
+ vscode-github: downloaded successfully 
+ vscode-builtin-json-language-features: downloaded successfully 
+ vscode-git: downloaded successfully 
+ vscode-builtin-css-language-features: downloaded successfully 
+ vscode-references-view: downloaded successfully 
+ vscode-builtin-js-debug: downloaded successfully 
+ vscode-builtin-html-language-features: downloaded successfully 
x vscode-builtin-gulp: failed to download with: 404 Not Found
x vscode-builtin-groovy: failed to download with: 404 Not Found
x vscode-builtin-fsharp: failed to download with: 404 Not Found
x vscode-builtin-go: failed to download with: 404 Not Found
x vscode-builtin-debug-auto-launch: failed to download with: 404 Not Found
x vscode-builtin-bat: failed to download with: 404 Not Found
x vscode-builtin-markdown-language-features: failed to download with: 404 Not Found
x vscode-builtin-powershell: failed to download with: 404 Not Found
x vscode-builtin-log: failed to download with: 404 Not Found
x vscode-builtin-clojure: failed to download with: 404 Not Found
x vscode-builtin-cpp: failed to download with: 404 Not Found
x vscode-builtin-csharp: failed to download with: 404 Not Found
x vscode-builtin-coffeescript: failed to download with: 404 Not Found
x vscode-builtin-rust: failed to download with: 404 Not Found
x vscode-builtin-configuration-editing: failed to download with: 404 Not Found
x vscode-builtin-perl: failed to download with: 404 Not Found
x vscode-builtin-vb: failed to download with: 404 Not Found
x vscode-builtin-theme-solarized-dark: failed to download with: 404 Not Found
x vscode-builtin-jake: failed to download with: 404 Not Found
x vscode-builtin-grunt: failed to download with: 404 Not Found
x vscode-builtin-theme-solarized-light: failed to download with: 404 Not Found
x vscode-builtin-objective-c: failed to download with: 404 Not Found
x vscode-builtin-ini: failed to download with: 404 Not Found
x vscode-builtin-emmet: failed to download with: 404 Not Found
x vscode-builtin-handlebars: failed to download with: 404 Not Found
x vscode-builtin-less: failed to download with: 404 Not Found
x vscode-builtin-yaml: failed to download with: 404 Not Found
x vscode-builtin-xml: failed to download with: 404 Not Found
x vscode-builtin-icon-theme-seti: failed to download with: 404 Not Found
x vscode-builtin-javascript: failed to download with: 404 Not Found
x vscode-builtin-theme-monokai-dimmed: failed to download with: 404 Not Found
x vscode-builtin-make: failed to download with: 404 Not Found
x vscode-builtin-lua: failed to download with: 404 Not Found
x vscode-builtin-pug: failed to download with: 404 Not Found
x vscode-builtin-swift: failed to download with: 404 Not Found
x vscode-builtin-php: failed to download with: 404 Not Found
x vscode-builtin-merge-conflicts: failed to download with: 404 Not Found
x vscode-builtin-scss: failed to download with: 404 Not Found
x vscode-builtin-ruby: failed to download with: 404 Not Found
x vscode-builtin-python: failed to download with: 404 Not Found
x vscode-builtin-sql: failed to download with: 404 Not Found
x vscode-builtin-npm: failed to download with: 404 Not Found
x vscode-builtin-razor: failed to download with: 404 Not Found
x vscode-builtin-shaderlab: failed to download with: 404 Not Found
x vscode-builtin-hlsl: failed to download with: 404 Not Found
x vscode-builtin-theme-red: failed to download with: 404 Not Found
x vscode-builtin-typescript: failed to download with: 404 Not Found
x vscode-builtin-shellscript: failed to download with: 404 Not Found
x vscode-builtin-r: failed to download with: 404 Not Found
x vscode-builtin-theme-quietlight: failed to download with: 404 Not Found
x vscode-builtin-theme-monokai: failed to download with: 404 Not Found
x vscode-builtin-theme-abyss: failed to download with: 404 Not Found
x vscode-builtin-theme-kimbie-dark: failed to download with: 404 Not Found
x vscode-builtin-theme-tomorrow-night-blue: failed to download with: 404 Not Found
x vscode-builtin-markdown: failed to download with: 404 Not Found
x vscode-builtin-theme-defaults: failed to download with: 404 Not Found
Error: Errors downloading some plugins. To make these errors non fatal, re-run with --ignore-errors
    at Object.<anonymous> (/home/theia-dev/theia-source-code/dev-packages/cli/lib/download-plugins.js:114:31)
    at step (/home/theia-dev/theia-source-code/dev-packages/cli/lib/download-plugins.js:59:23)
    at Object.next (/home/theia-dev/theia-source-code/dev-packages/cli/lib/download-plugins.js:40:53)
    at fulfilled (/home/theia-dev/theia-source-code/dev-packages/cli/lib/download-plugins.js:31:58)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command '/bin/sh -c if [ -z $GITHUB_TOKEN ]; then unset GITHUB_TOKEN; fi &&     yarn ${YARN_FLAGS}' returned a non-zero code: 1

Most of the plugins in che-theia have 1.44.2 or lower version which, is not available in the https://open-vsx.org/api/vscode any more.

Expected behavior

Runtime

Screenshots

Installation method

Environment

Eclipse Che Logs

Additional context

vinokurig commented 3 years ago

Related issue: https://github.com/eclipse/che/issues/18933

ericwill commented 3 years ago

Based on this comment: https://github.com/eclipse/che/issues/18926#issuecomment-772827589

I believe this can be closed now.

tsmaeder commented 3 years ago

Relevant Theia issue: https://github.com/eclipse-theia/theia/issues/9014

vinokurig commented 3 years ago

The build is fixed.

sunix commented 3 years ago

The build is fixed.

I confirm! Selection_199