-
Bug
-
Resolution: Done
-
Major
-
3.14.0.GA
-
False
-
-
False
-
-
Description of problem:
It is not possible to build che-plugin-registry with the MagicPython-1.1.1. It fails during the building.
🏃 Checking /tmp/vsix/Continue.continue-0.8.25.vsix ... ✔ compatible. Downloading https://open-vsx.org/api/magicstack/MagicPython/1.1.1/file/magicstack.MagicPython-1.1.1.vsix into magicstack folder... 🏃 Checking /tmp/vsix/magicstack.MagicPython-1.1.1.vsix ... Extension requires a newer engine version than Che Code version (1.90.0). ✘ Test failed! Error: building at STEP "RUN branch=$(cat /current_branch) && /tmp/download_vsix.sh -b $branch && mv /tmp/vsix /openvsx-server && rm /current_branch": while running runtime: exit status 1
Prerequisites: no
Steps to Reproduce
$ git clone https://github.com/redhat-developer/devspaces $ cd devspaces/ [che-plugin-registry (devspaces-3.14-rhel-8)]$ git checkout devspaces-3.14-rhel-8 # Add the MagicPython/1.1.1 extension to the openvsx-sync.json [che-plugin-registry (devspaces-3.14-rhel-8)]$ tail openvsx-sync.json { "id": "Continue.continue", "version": "0.8.25" }, { "id": "magicstack.MagicPython", "download": "https://open-vsx.org/api/magicstack/MagicPython/1.1.1/file/magicstack.MagicPython-1.1.1.vsix", "version": "1.1.1" } ] [che-plugin-registry (devspaces-3.14-rhel-8)] $ ./build.sh -o rludva/plugin_registry -r quay.io -t v1.0.211 ... 🏃 Checking /tmp/vsix/esbenp.prettier-vscode-10.4.0.vsix ... ✔ compatible. Downloading https://open-vsx.org/api/eamodio/gitlens/14.9.1/file/eamodio.gitlens-14.9.1.vsix into eamodio folder... 🏃 Checking /tmp/vsix/eamodio.gitlens-14.9.1.vsix ... ✔ compatible. Downloading https://open-vsx.org/api/Continue/continue/linux-x64/0.8.25/file/Continue.continue-0.8.25@linux-x64.vsix into Continue folder... 🏃 Checking /tmp/vsix/Continue.continue-0.8.25.vsix ... ✔ compatible. Downloading https://open-vsx.org/api/magicstack/MagicPython/1.1.1/file/magicstack.MagicPython-1.1.1.vsix into magicstack folder... 🏃 Checking /tmp/vsix/magicstack.MagicPython-1.1.1.vsix ... Extension requires a newer engine version than Che Code version (1.90.0). ✘ Test failed! Error: building at STEP "RUN branch=$(cat /current_branch) && /tmp/download_vsix.sh -b $branch && mv /tmp/vsix /openvsx-server && rm /current_branch": while running runtime: exit status 1
Actual results:
{}There is an error: "Extension requires a newer engine version than Che Code version (1.90.0)."
Expected results:
It is expected to build the plugin registry without any issue