Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handlers for Smart Connector UIExtension #70

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

renamed createSelectionPaletteItems to createSelectionPaletteItem

c97bc4b
Select commit
Loading
Failed to load commit list.
Open

Handlers for Smart Connector UIExtension #70

renamed createSelectionPaletteItems to createSelectionPaletteItem
c97bc4b
Select commit
Loading
Failed to load commit list.
Jenkins - GLSP / CI Jenkins Build failed Apr 29, 2024 in 1m 5s

Build: error in 'sh' step

Build / Shell Script

Error in sh step, with arguments yarn install.

script returned exit code 2
Build log
+ yarn install
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
warning Pattern ["wrap-ansi@^7.0.0"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/ipse-glsp_glsp-server-node_PR-70/yarn-cache/v6/npm-wrap-ansi-cjs-7.0.0-67e145cff510a6a6984bdf1152911d69d2eb9e43-integrity/node_modules/wrap-ansi-cjs" as pattern ["wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"]. This could result in non-deterministic behavior, skipping.
[4/5] Linking dependencies...
warning " > @eclipse-glsp/[email protected]" has unmet peer dependency "inversify@^6.0.0".
warning " > @eclipse-glsp/[email protected]" has unmet peer dependency "inversify@^6.0.0".
warning "workspace-aggregator-2ef737b8-8a2f-4c38-a5ae-6ad4a609b88a > @eclipse-glsp/server > @eclipse-glsp/[email protected]" has unmet peer dependency "inversify@^6.0.1".
[5/5] Building fresh packages...
$  yarn compile && yarn bundle
yarn run v1.22.19
$ tsc -b
packages/server/src/common/features/contextactions/selection-palette-item-provider.ts(21,5): error TS2305: Module '"@eclipse-glsp/protocol"' has no exported member 'SelectionPaletteGroupItem'.
packages/server/src/common/features/contextactions/selection-palette-item-provider.ts(25,5): error TS2305: Module '"@eclipse-glsp/protocol"' has no exported member 'SelectionPalettePosition'.
packages/server/src/common/features/contextactions/selection-palette-item-provider.ts(26,5): error TS2305: Module '"@eclipse-glsp/protocol"' has no exported member 'SelectionPaletteGroupUIType'.
packages/server/src/common/features/contextactions/selection-palette-item-provider.ts(27,5): error TS2305: Module '"@eclipse-glsp/protocol"' has no exported member 'SelectionPaletteNodeItem'.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Details

  • Declarative: Checkout SCM (17 sec)
    • Build (41 sec)
      Error: script returned exit code 2
    • Bundle workflow-example (browser) (0.99 sec)
    • Codechecks (ESLint) (1 sec)
    • Tests (Mocha) (1.2 sec)
    • Test Coverage (main only) (1 sec)
    • Deploy (main only) (1 sec)
    • Declarative: Post Actions (1 sec)