Skip to content

Console Output

Push event to branch master
09:52:01 Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from e5a109d5721e55b0a67a4193b1742014c16d3414
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘glsp-agent-pod’ are offline
WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-ww937-4bvmg because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-ww937-4bvmg" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...

WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-ww937-18xzl because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-ww937-18xzl" is forbidden: exceeded quota: jenkins-instance-quota, requested: pods=1,requests.cpu=1100m, used: pods=3,requests.cpu=2450m, limited: pods=3,requests.cpu=2650m.
Retrying...

Created Pod: kubernetes glsp/glsp-agent-pod-ww937-9lk50
Agent glsp-agent-pod-ww937-9lk50 is provisioned from template glsp-agent-pod-ww937
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-vscode-integration/job/master/64/"
    runUrl: "job/eclipse-glsp/job/glsp-vscode-integration/job/master/64/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-ww937-9lk50"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    image: "node:14"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/.yarn"
      name: "yarn-global"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "glsp-agent-pod-ww937-9lk50"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-ww937-9lk50"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on glsp-agent-pod-ww937-9lk50 in /home/jenkins/agent/workspace/p_glsp-vscode-integration_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-glsp
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-glsp/glsp-vscode-integration.git
 > git init /home/jenkins/agent/workspace/p_glsp-vscode-integration_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-vscode-integration.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub app GLSP
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp-vscode-integration.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-vscode-integration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision e5a109d5721e55b0a67a4193b1742014c16d3414 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5a109d5721e55b0a67a4193b1742014c16d3414 # timeout=10
Commit message: "GLSP-960: Improve Diagram container configuration (#51)"
 > git rev-list --no-walk 7f81443246da8dea6bfeccd694eaeda896548c48 # timeout=10
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["@eclipse-glsp/protocol@next"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/yarn-cache/v6/npm-@eclipse-glsp-protocol-1.1.0-next.d450dd9.276-7b907ff895683501e22e41ba834a9a72dd3a38ce-integrity/node_modules/@eclipse-glsp/protocol" as pattern ["@eclipse-glsp/protocol@1.1.0-next.d450dd9.276+d450dd9"]. This could result in non-deterministic behavior, skipping.
[3/4] Linking dependencies...
warning "workspace-aggregator-ab77ecdd-6e78-40f5-9c0c-7e202ef976a9 > @eclipse-glsp/vscode-integration-webview > @eclipse-glsp/client > @eclipse-glsp/protocol@1.1.0-next.d450dd9.276" has unmet peer dependency "inversify@^5.1.1".
warning "workspace-aggregator-ab77ecdd-6e78-40f5-9c0c-7e202ef976a9 > @eclipse-glsp/vscode-integration-webview > @eclipse-glsp/client > sprotty@0.14.0" has unmet peer dependency "inversify@~6.0.1".
[4/4] Building fresh packages...
warning Error running install script for optional dependency: "/home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar: Command failed.
Exit code: 1
Command: prebuild-install || npm run build
Arguments: 
Directory: /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar
Output:
prebuild-install warn install EACCES: permission denied, mkdir '/.npm'
npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1693836178186-0.4500325660877098/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> keytar@7.9.0 build /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar
> node-gyp rebuild

gyp WARN EACCES current user (\"1002890000\") does not have permission to access the dev dir \"/.cache/node-gyp/14.21.1\"
gyp WARN EACCES attempting to reinstall using temporary dev dir \"/tmp/.node-gyp\"
Package libsecret-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsecret-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsecret-1' found
gyp: Call to 'pkg-config --libs-only-l libsecret-1' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:285:12)
gyp ERR! System Linux 5.17.13-200.fc35.x86_64
gyp ERR! command \"/usr/local/bin/node\" \"/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\" \"rebuild\"
gyp ERR! cwd /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/keytar
gyp ERR! node -v v14.21.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! keytar@7.9.0 build: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the keytar@7.9.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above."
info This module is OPTIONAL, you can safely ignore this error
$ lerna run prepare
lerna notice cli v6.6.2
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target prepare for 5 projects:

    - workflow-vscode-example
    - workflow-vscode-example-web
    - workflow-glsp-webview
    - @eclipse-glsp/vscode-integration-webview
    - @eclipse-glsp/vscode-integration

 

> @eclipse-glsp/vscode-integration:prepare


> @eclipse-glsp/vscode-integration-webview:prepare

@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: yarn run v1.22.19
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: yarn run v1.22.19
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ yarn clean && yarn build
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ yarn clean && yarn build
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ rimraf lib tsconfig.tsbuildinfo 
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ rimraf lib tsconfig.tsbuildinfo 
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ tsc -b
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ tsc -b
@eclipse-glsp/vscode-integration: Done in 15.90s.
@eclipse-glsp/vscode-integration-webview: Done in 16.73s.

> workflow-glsp-webview:prepare

workflow-glsp-webview: workflow-glsp-webview: yarn run v1.22.19
workflow-glsp-webview: workflow-glsp-webview: $ yarn clean && yarn build
workflow-glsp-webview: workflow-glsp-webview: $ rimraf lib tsconfig.tsbuildinfo dist
workflow-glsp-webview: workflow-glsp-webview: $ tsc -b && yarn bundle
workflow-glsp-webview: workflow-glsp-webview: $ webpack
workflow-glsp-webview: assets by status 1.38 KiB [compared for emit]
workflow-glsp-webview:   assets by path ../lib/*.ts 1.06 KiB
workflow-glsp-webview:     asset ../lib/index.d.ts 893 bytes [compared for emit]
workflow-glsp-webview:     asset ../lib/app.d.ts 188 bytes [compared for emit]
workflow-glsp-webview:   assets by path ../lib/*.map 330 bytes
workflow-glsp-webview:     asset ../lib/app.d.ts.map 179 bytes [compared for emit]
workflow-glsp-webview:     asset ../lib/index.d.ts.map 151 bytes [compared for emit]
workflow-glsp-webview: assets by status 9.46 MiB [emitted]
workflow-glsp-webview:   asset webview.js 9.4 MiB [emitted] [big] (name: main)
workflow-glsp-webview:   asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../../../node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary name: main)
workflow-glsp-webview: runtime modules 2.6 KiB 9 modules
workflow-glsp-webview: orphan modules 11 bytes [orphan] 1 module
workflow-glsp-webview: modules by path ../../../node_modules/ 2.89 MiB (javascript) 66.3 KiB (asset)
workflow-glsp-webview:   javascript modules 2.89 MiB 546 modules
workflow-glsp-webview:   + 2 modules
workflow-glsp-webview: modules by path ../../../packages/vscode-integration-webview/ 63.3 KiB
workflow-glsp-webview:   modules by path ../../../packages/vscode-integration-webview/lib/ 34.2 KiB 13 modules
workflow-glsp-webview:   modules by path ../../../packages/vscode-integration-webview/css/*.css 29.1 KiB 6 modules
workflow-glsp-webview: modules by mime type image/svg+xml 1.57 KiB
workflow-glsp-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 396 bytes [built] [code generated]
workflow-glsp-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 406 bytes [built] [code generated]
workflow-glsp-webview:   + 2 modules
workflow-glsp-webview: modules by path ./src/*.ts 2.46 KiB
workflow-glsp-webview:   ./src/index.ts 990 bytes [built] [code generated]
workflow-glsp-webview:   ./src/app.ts 1.49 KiB [built] [code generated]
workflow-glsp-webview: webpack 5.88.2 compiled successfully in 17454 ms
workflow-glsp-webview: workflow-glsp-webview: Done in 26.60s.

> workflow-vscode-example:prepare


> workflow-vscode-example-web:prepare

workflow-vscode-example-web: workflow-vscode-example-web: yarn run v1.22.19
workflow-vscode-example: workflow-vscode-example: yarn run v1.22.19
workflow-vscode-example-web: $ yarn clean && yarn build
workflow-vscode-example: workflow-vscode-example: $ yarn clean && yarn build
workflow-vscode-example-web: workflow-vscode-example-web: $ rimraf lib tsconfig.tsbuildinfo 
workflow-vscode-example: workflow-vscode-example: $ rimraf lib tsconfig.tsbuildinfo dist
workflow-vscode-example-web: workflow-vscode-example-web: $ tsc -b && yarn bundle
workflow-vscode-example: workflow-vscode-example: $ tsc -b && yarn bundle
workflow-vscode-example-web: workflow-vscode-example-web: $ webpack
workflow-vscode-example: workflow-vscode-example: $ webpack
workflow-vscode-example-web: assets by status 5.81 KiB [compared for emit]
workflow-vscode-example-web:   assets by path ../lib/*.ts 3.72 KiB
workflow-vscode-example-web:     asset ../lib/workflow-editor-provider.d.ts 1.46 KiB [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-server.d.ts 1.26 KiB [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-extension.d.ts 1020 bytes [compared for emit]
workflow-vscode-example-web:   assets by path ../lib/*.map 2.09 KiB
workflow-vscode-example-web:     asset ../lib/workflow-server.d.ts.map 1.21 KiB [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-editor-provider.d.ts.map 605 bytes [compared for emit]
workflow-vscode-example-web:     asset ../lib/workflow-extension.d.ts.map 295 bytes [compared for emit]
workflow-vscode-example-web: assets by status 16.8 MiB [emitted]
workflow-vscode-example-web:   asset webview.js 9.4 MiB [emitted] [from: ../webview/dist/webview.js] [copied] [big]
workflow-vscode-example-web:   asset extension.js 7.32 MiB [emitted] [big] (name: main)
workflow-vscode-example-web:   asset aeb98e0beefa59d80a39.ttf 66.3 KiB [emitted] [from: ../webview/dist/aeb98e0beefa59d80a39.ttf] [copied]
workflow-vscode-example-web: runtime modules 891 bytes 4 modules
workflow-vscode-example-web: modules by path ../../../node_modules/ 2.48 MiB 319 modules
workflow-vscode-example-web: modules by path ../../../packages/vscode-integration/ 56.4 KiB
workflow-vscode-example-web:   modules by path ../../../packages/vscode-integration/lib/common/ 48 KiB
workflow-vscode-example-web:     modules by path ../../../packages/vscode-integration/lib/common/quickstart-components/*.js 19.1 KiB 5 modules
workflow-vscode-example-web:     modules by path ../../../packages/vscode-integration/lib/common/*.js 29 KiB 4 modules
workflow-vscode-example-web:   modules by path ../../../packages/vscode-integration/lib/browser/ 7.51 KiB
workflow-vscode-example-web:     ../../../packages/vscode-integration/lib/browser/index.js 1.8 KiB [built] [code generated]
workflow-vscode-example-web:     + 2 modules
workflow-vscode-example-web:   ../../../packages/vscode-integration/browser.js 895 bytes [built] [code generated]
workflow-vscode-example-web: modules by path ./src/*.ts 14.7 KiB
workflow-vscode-example-web:   ./src/workflow-extension.ts 4.72 KiB [built] [code generated]
workflow-vscode-example-web:   ./src/workflow-editor-provider.ts 3.4 KiB [built] [code generated]
workflow-vscode-example-web:   ./src/workflow-server.ts 6.55 KiB [built] [code generated]
workflow-vscode-example-web: external "vscode" 42 bytes [built] [code generated]
workflow-vscode-example-web: webpack 5.88.2 compiled successfully in 37974 ms
workflow-vscode-example-web: workflow-vscode-example-web: Done in 56.88s.
workflow-vscode-example: assets by status 16.5 MiB [emitted]
workflow-vscode-example:   asset webview.js 9.4 MiB [emitted] [from: ../webview/dist/webview.js] [copied] [big]
workflow-vscode-example:   asset workflow-extension.js 3.59 MiB [emitted] [big] (name: main) 1 related asset
workflow-vscode-example:   asset wf-glsp-server-node.js 3.41 MiB [emitted] [from: ../../../node_modules/@eclipse-glsp-examples/workflow-server-bundled/wf-glsp-server-node.js] [copied] [big]
workflow-vscode-example:   asset aeb98e0beefa59d80a39.ttf 66.3 KiB [emitted] [from: ../webview/dist/aeb98e0beefa59d80a39.ttf] [copied]
workflow-vscode-example: assets by status 3.34 KiB [compared for emit]
workflow-vscode-example:   assets by path ../lib/*.ts 2.46 KiB
workflow-vscode-example:     asset ../lib/workflow-editor-provider.d.ts 1.46 KiB [compared for emit]
workflow-vscode-example:     asset ../lib/workflow-extension.d.ts 1 KiB [compared for emit]
workflow-vscode-example:   assets by path ../lib/*.map 901 bytes
workflow-vscode-example:     asset ../lib/workflow-editor-provider.d.ts.map 605 bytes [compared for emit]
workflow-vscode-example:     asset ../lib/workflow-extension.d.ts.map 296 bytes [compared for emit]
workflow-vscode-example: runtime modules 937 bytes 4 modules
workflow-vscode-example: modules by path ../../../node_modules/ 3.13 MiB 503 modules
workflow-vscode-example: modules by path ../../../packages/vscode-integration/ 67.2 KiB
workflow-vscode-example:   modules by path ../../../packages/vscode-integration/lib/common/ 48 KiB
workflow-vscode-example:     modules by path ../../../packages/vscode-integration/lib/common/quickstart-components/*.js 19.1 KiB 5 modules
workflow-vscode-example:     modules by path ../../../packages/vscode-integration/lib/common/*.js 29 KiB 4 modules
workflow-vscode-example:   modules by path ../../../packages/vscode-integration/lib/node/ 18.3 KiB
workflow-vscode-example:     ../../../packages/vscode-integration/lib/node/index.js 1.88 KiB [built] [code generated]
workflow-vscode-example:     ../../../packages/vscode-integration/lib/node/quickstart-components/glsp-socket-...(truncated) 7.74 KiB [built] [code generated]
workflow-vscode-example:     + 2 modules
workflow-vscode-example:   ../../../packages/vscode-integration/node.js 892 bytes [built] [code generated]
workflow-vscode-example: modules by path ./src/*.ts 9.52 KiB
workflow-vscode-example:   ./src/workflow-extension.ts 6.1 KiB [built] [code generated]
workflow-vscode-example:   ./src/workflow-editor-provider.ts 3.42 KiB [built] [code generated]
workflow-vscode-example: + 21 modules
workflow-vscode-example: webpack 5.88.2 compiled successfully in 39487 ms
workflow-vscode-example: workflow-vscode-example: Done in 57.97s.

 

 >  Lerna (powered by Nx)   Successfully ran target prepare for 5 projects


Done in 186.55s.
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git diff --name-only
+ grep -q ^yarn.lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codechecks (ESLint))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn lint:ci
yarn run v1.22.19
$ lerna run lint:ci
lerna notice cli v6.6.2
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target lint:ci for 5 projects:

    - workflow-vscode-example
    - workflow-vscode-example-web
    - workflow-glsp-webview
    - @eclipse-glsp/vscode-integration-webview
    - @eclipse-glsp/vscode-integration

 

> @eclipse-glsp/vscode-integration:"lint:ci"


> @eclipse-glsp/vscode-integration-webview:"lint:ci"

@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

> workflow-glsp-webview:"lint:ci"

workflow-glsp-webview: workflow-glsp-webview: $ yarn lint -o eslint.xml -f checkstyle
workflow-glsp-webview: workflow-glsp-webview: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

> workflow-vscode-example:"lint:ci"


> workflow-vscode-example-web:"lint:ci"

workflow-vscode-example: workflow-vscode-example: $ yarn lint -o eslint.xml -f checkstyle
workflow-vscode-example-web: workflow-vscode-example-web: $ yarn lint -o eslint.xml -f checkstyle
workflow-vscode-example: workflow-vscode-example: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
workflow-vscode-example-web: workflow-vscode-example-web: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

 

 >  Lerna (powered by Nx)   Successfully ran target lint:ci for 5 projects


Done in 77.83s.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep -q '^packages\|example'
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $NPM_AUTH_TOKEN
[Pipeline] {
[Pipeline] sh
+ printf //registry.npmjs.org/:_authToken=****

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ git config user.email eclipse-glsp-bot@eclipse.org
[Pipeline] sh
+ git config user.name eclipse-glsp-bot
[Pipeline] sh
+ yarn publish:next
yarn run v1.22.19
$ SHA=$(git rev-parse --short HEAD) && lerna publish preminor --exact --canary --preid next.${SHA} --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes --no-verify-access
lerna notice cli v6.6.2
lerna info ci enabled
lerna WARN verify-access --verify-access=false and --no-verify-access are no longer needed, because the legacy preemptive access verification is now disabled by default. Requests will fail with appropriate errors when not authorized correctly.
lerna info canary enabled
lerna WARN force-publish all packages
lerna info Assuming all packages changed

Found 2 packages to publish:
 - @eclipse-glsp/vscode-integration-webview => 1.1.0-next.e5a109d.70+e5a109d
 - @eclipse-glsp/vscode-integration => 1.1.0-next.e5a109d.70+e5a109d

lerna info auto-confirmed 
lerna info publish Publishing packages to npm...
lerna success published @eclipse-glsp/vscode-integration-webview 1.1.0-next.e5a109d.70+e5a109d
lerna notice 
lerna notice package: @eclipse-glsp/vscode-integration-webview@1.1.0-next.e5a109d.70+e5a109d
lerna notice === Tarball Contents === 
lerna notice 35.4kB LICENSE                                               
lerna notice 3.5kB  css/command-palette.css                               
lerna notice 1.1kB  css/decoration.css                                    
lerna notice 2.6kB  css/diagram.css                                       
lerna notice 995B   css/glsp-vscode.css                                   
lerna notice 3.0kB  css/tool-palette.css                                  
lerna notice 1.8kB  lib/features/copyPaste/copy-paste-module.js           
lerna notice 2.8kB  lib/features/copyPaste/copy-paste-startup.js          
lerna notice 1.9kB  lib/features/default/default-module.js                
lerna notice 1.6kB  lib/default-modules.js                                
lerna notice 1.8kB  lib/diagram-identifier.js                             
lerna notice 1.3kB  lib/features/export/export-module.js                  
lerna notice 3.9kB  lib/features/default/extension-action-handler.js      
lerna notice 4.3kB  lib/glsp-diagram-widget.js                            
lerna notice 4.1kB  lib/glsp-starter.js                                   
lerna notice 2.3kB  lib/index.js                                          
lerna notice 1.3kB  lib/features/navigation/navigation-module.js          
lerna notice 3.3kB  lib/features/default/vscode-glsp-modelsource.js       
lerna notice 5.0kB  lib/webview-glsp-client.js                            
lerna notice 1.4kB  package.json                                          
lerna notice 255B   lib/features/copyPaste/copy-paste-module.d.ts.map     
lerna notice 731B   lib/features/copyPaste/copy-paste-module.js.map       
lerna notice 472B   lib/features/copyPaste/copy-paste-startup.d.ts.map    
lerna notice 893B   lib/features/copyPaste/copy-paste-startup.js.map      
lerna notice 247B   lib/features/default/default-module.d.ts.map          
lerna notice 756B   lib/features/default/default-module.js.map            
lerna notice 268B   lib/default-modules.d.ts.map                          
lerna notice 355B   lib/default-modules.js.map                            
lerna notice 484B   lib/diagram-identifier.d.ts.map                       
lerna notice 695B   lib/diagram-identifier.js.map                         
lerna notice 244B   lib/features/export/export-module.d.ts.map            
lerna notice 337B   lib/features/export/export-module.js.map              
lerna notice 662B   lib/features/default/extension-action-handler.d.ts.map
lerna notice 1.2kB  lib/features/default/extension-action-handler.js.map  
lerna notice 710B   lib/glsp-diagram-widget.d.ts.map                      
lerna notice 1.4kB  lib/glsp-diagram-widget.js.map                        
lerna notice 1.0kB  lib/glsp-starter.d.ts.map                             
lerna notice 1.9kB  lib/glsp-starter.js.map                               
lerna notice 381B   lib/index.d.ts.map                                    
lerna notice 285B   lib/index.js.map                                      
lerna notice 255B   lib/features/navigation/navigation-module.d.ts.map    
lerna notice 362B   lib/features/navigation/navigation-module.js.map      
lerna notice 621B   lib/features/default/vscode-glsp-modelsource.d.ts.map 
lerna notice 1.2kB  lib/features/default/vscode-glsp-modelsource.js.map   
lerna notice 1.8kB  lib/webview-glsp-client.d.ts.map                      
lerna notice 2.8kB  lib/webview-glsp-client.js.map                        
lerna notice 884B   README.md                                             
lerna notice 991B   lib/features/copyPaste/copy-paste-module.d.ts         
lerna notice 1.7kB  src/features/copyPaste/copy-paste-module.ts           
lerna notice 1.5kB  lib/features/copyPaste/copy-paste-startup.d.ts        
lerna notice 2.1kB  src/features/copyPaste/copy-paste-startup.ts          
lerna notice 986B   lib/features/default/default-module.d.ts              
lerna notice 1.7kB  src/features/default/default-module.ts                
lerna notice 1.2kB  lib/default-modules.d.ts                              
lerna notice 1.4kB  src/default-modules.ts                                
lerna notice 486B   lib/diagram-identifier.d.ts                           
lerna notice 1.7kB  src/diagram-identifier.ts                             
lerna notice 984B   lib/features/export/export-module.d.ts                
lerna notice 1.1kB  src/features/export/export-module.ts                  
lerna notice 1.9kB  lib/features/default/extension-action-handler.d.ts    
lerna notice 2.6kB  src/features/default/extension-action-handler.ts      
lerna notice 1.7kB  lib/glsp-diagram-widget.d.ts                          
lerna notice 2.8kB  src/glsp-diagram-widget.ts                            
lerna notice 2.5kB  lib/glsp-starter.d.ts                                 
lerna notice 4.5kB  src/glsp-starter.ts                                   
lerna notice 1.4kB  lib/index.d.ts                                        
lerna notice 1.4kB  src/index.ts                                          
lerna notice 992B   lib/features/navigation/navigation-module.d.ts        
lerna notice 1.2kB  src/features/navigation/navigation-module.ts          
lerna notice 2.0kB  lib/features/default/vscode-glsp-modelsource.d.ts     
lerna notice 2.6kB  src/features/default/vscode-glsp-modelsource.ts       
lerna notice 3.3kB  lib/webview-glsp-client.d.ts                          
lerna notice 5.4kB  src/webview-glsp-client.ts                            
lerna notice === Tarball Details === 
lerna notice name:          @eclipse-glsp/vscode-integration-webview                                 
lerna notice version:       1.1.0-next.e5a109d.70+e5a109d                                            
lerna notice filename:      eclipse-glsp-vscode-integration-webview-1.1.0-next.e5a109d.70+e5a109d.tgz
lerna notice package size:  32.1 kB                                                                  
lerna notice unpacked size: 155.1 kB                                                                 
lerna notice shasum:        424ba7820d0ea81db5bc2f2aa71e9c850ff40462                                 
lerna notice integrity:     sha512-zGT0CpC3B7r9R[...]fBio1VKOO4iog==                                 
lerna notice total files:   73                                                                       
lerna notice 
lerna success published @eclipse-glsp/vscode-integration 1.1.0-next.e5a109d.70+e5a109d
lerna notice 
lerna notice package: @eclipse-glsp/vscode-integration@1.1.0-next.e5a109d.70+e5a109d
lerna notice === Tarball Contents === 
lerna notice 35.4kB LICENSE                                                                
lerna notice 4.2kB  lib/common/quickstart-components/base-glsp-vscode-server.js            
lerna notice 2.6kB  lib/browser/quickstart-components/browser-glsp-vscode-server.js        
lerna notice 895B   browser.js                                                             
lerna notice 1.6kB  lib/common/client-actions.js                                           
lerna notice 3.9kB  lib/common/quickstart-components/configuration-util.js                 
lerna notice 2.8kB  lib/common/quickstart-components/glsp-editor-provider.js               
lerna notice 7.9kB  lib/node/quickstart-components/glsp-socket-server-launcher.js          
lerna notice 24.4kB lib/common/glsp-vscode-connector.js                                    
lerna notice 1.8kB  lib/browser/index.js                                                   
lerna notice 1.9kB  lib/common/index.js                                                    
lerna notice 1.9kB  lib/common/quickstart-components/index.js                              
lerna notice 1.9kB  lib/node/index.js                                                      
lerna notice 2.6kB  lib/node/quickstart-components/node-glsp-vscode-server.js              
lerna notice 892B   node.js                                                                
lerna notice 6.3kB  lib/node/quickstart-components/socket-glsp-vscode-server.js            
lerna notice 1.8kB  lib/common/types.js                                                    
lerna notice 3.2kB  lib/browser/quickstart-components/websocket-glsp-vscode-server.js      
lerna notice 6.8kB  lib/common/quickstart-components/webview-endpoint.js                   
lerna notice 1.7kB  package.json                                                           
lerna notice 1.2kB  lib/common/quickstart-components/base-glsp-vscode-server.d.ts.map      
lerna notice 2.0kB  lib/common/quickstart-components/base-glsp-vscode-server.js.map        
lerna notice 699B   lib/browser/quickstart-components/browser-glsp-vscode-server.d.ts.map  
lerna notice 1.0kB  lib/browser/quickstart-components/browser-glsp-vscode-server.js.map    
lerna notice 583B   lib/common/client-actions.d.ts.map                                     
lerna notice 568B   lib/common/client-actions.js.map                                       
lerna notice 468B   lib/common/quickstart-components/configuration-util.d.ts.map           
lerna notice 1.6kB  lib/common/quickstart-components/configuration-util.js.map             
lerna notice 1.5kB  lib/common/quickstart-components/glsp-editor-provider.d.ts.map         
lerna notice 2.1kB  lib/common/quickstart-components/glsp-editor-provider.js.map           
lerna notice 1.3kB  lib/node/quickstart-components/glsp-socket-server-launcher.d.ts.map    
lerna notice 4.4kB  lib/node/quickstart-components/glsp-socket-server-launcher.js.map      
lerna notice 4.0kB  lib/common/glsp-vscode-connector.d.ts.map                              
lerna notice 15.1kB lib/common/glsp-vscode-connector.js.map                                
lerna notice 206B   lib/browser/index.d.ts.map                                             
lerna notice 251B   lib/common/index.d.ts.map                                              
lerna notice 255B   lib/common/quickstart-components/index.d.ts.map                        
lerna notice 226B   lib/node/index.d.ts.map                                                
lerna notice 192B   lib/browser/index.js.map                                               
lerna notice 217B   lib/common/index.js.map                                                
lerna notice 229B   lib/common/quickstart-components/index.js.map                          
lerna notice 202B   lib/node/index.js.map                                                  
lerna notice 690B   lib/node/quickstart-components/node-glsp-vscode-server.d.ts.map        
lerna notice 1.0kB  lib/node/quickstart-components/node-glsp-vscode-server.js.map          
lerna notice 1.3kB  lib/node/quickstart-components/socket-glsp-vscode-server.d.ts.map      
lerna notice 3.2kB  lib/node/quickstart-components/socket-glsp-vscode-server.js.map        
lerna notice 2.1kB  lib/common/types.d.ts.map                                              
lerna notice 680B   lib/common/types.js.map                                                
lerna notice 1.1kB  lib/browser/quickstart-components/websocket-glsp-vscode-server.d.ts.map
lerna notice 1.6kB  lib/browser/quickstart-components/websocket-glsp-vscode-server.js.map  
lerna notice 1.8kB  lib/common/quickstart-components/webview-endpoint.d.ts.map             
lerna notice 3.3kB  lib/common/quickstart-components/webview-endpoint.js.map               
lerna notice 993B   README.md                                                              
lerna notice 2.4kB  lib/common/quickstart-components/base-glsp-vscode-server.d.ts          
lerna notice 3.8kB  src/common/quickstart-components/base-glsp-vscode-server.ts            
lerna notice 2.1kB  lib/browser/quickstart-components/browser-glsp-vscode-server.d.ts      
lerna notice 2.7kB  src/browser/quickstart-components/browser-glsp-vscode-server.ts        
lerna notice 868B   browser.d.ts                                                           
lerna notice 1.3kB  lib/common/client-actions.d.ts                                         
lerna notice 1.5kB  src/common/client-actions.ts                                           
lerna notice 776B   lib/common/quickstart-components/configuration-util.d.ts               
lerna notice 3.2kB  src/common/quickstart-components/configuration-util.ts                 
lerna notice 2.9kB  lib/common/quickstart-components/glsp-editor-provider.d.ts             
lerna notice 4.9kB  src/common/quickstart-components/glsp-editor-provider.ts               
lerna notice 3.3kB  lib/node/quickstart-components/glsp-socket-server-launcher.d.ts        
lerna notice 8.0kB  src/node/quickstart-components/glsp-socket-server-launcher.ts          
lerna notice 9.0kB  lib/common/glsp-vscode-connector.d.ts                                  
lerna notice 26.7kB src/common/glsp-vscode-connector.ts                                    
lerna notice 1.0kB  lib/browser/index.d.ts                                                 
lerna notice 1.1kB  lib/common/index.d.ts                                                  
lerna notice 1.0kB  lib/common/quickstart-components/index.d.ts                            
lerna notice 1.1kB  lib/node/index.d.ts                                                    
lerna notice 997B   src/browser/index.ts                                                   
lerna notice 1.0kB  src/common/index.ts                                                    
lerna notice 993B   src/common/quickstart-components/index.ts                              
lerna notice 1.1kB  src/node/index.ts                                                      
lerna notice 2.1kB  lib/node/quickstart-components/node-glsp-vscode-server.d.ts            
lerna notice 2.7kB  src/node/quickstart-components/node-glsp-vscode-server.ts              
lerna notice 865B   node.d.ts                                                              
lerna notice 3.1kB  lib/node/quickstart-components/socket-glsp-vscode-server.d.ts          
lerna notice 6.0kB  src/node/quickstart-components/socket-glsp-vscode-server.ts            
lerna notice 8.8kB  lib/common/types.d.ts                                                  
lerna notice 9.1kB  src/common/types.ts                                                    
lerna notice 2.6kB  lib/browser/quickstart-components/websocket-glsp-vscode-server.d.ts    
lerna notice 3.9kB  src/browser/quickstart-components/websocket-glsp-vscode-server.ts      
lerna notice 3.7kB  lib/common/quickstart-components/webview-endpoint.d.ts                 
lerna notice 6.7kB  src/common/quickstart-components/webview-endpoint.ts                   
lerna notice === Tarball Details === 
lerna notice name:          @eclipse-glsp/vscode-integration                                 
lerna notice version:       1.1.0-next.e5a109d.70+e5a109d                                    
lerna notice filename:      eclipse-glsp-vscode-integration-1.1.0-next.e5a109d.70+e5a109d.tgz
lerna notice package size:  55.6 kB                                                          
lerna notice unpacked size: 301.8 kB                                                         
lerna notice shasum:        fa26725a267ad5dae5844fdaa7d30317acf39580                         
lerna notice integrity:     sha512-1XI+4ZZNlqur0[...]+RTOdrIkX81aw==                         
lerna notice total files:   87                                                               
lerna notice 
Successfully published:
 - @eclipse-glsp/vscode-integration@1.1.0-next.e5a109d.70+e5a109d
 - @eclipse-glsp/vscode-integration-webview@1.1.0-next.e5a109d.70+e5a109d
lerna success published 2 packages
Done in 5.22s.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] recordIssues
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/p_glsp-vscode-integration_master' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 5 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-glsp-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-glsp-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example-web/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example-web/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example/eslint.xml'
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] Ignoring 'aggregatingResults' and ID 'null' since only a single tool is defined.
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/p_glsp-vscode-integration_master' that match the pattern 'node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 5 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/@eclipse-glsp/vscode-integration/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/@eclipse-glsp/vscode-integration/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-glsp-webview/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-glsp-webview/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example-web/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example-web/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/p_glsp-vscode-integration_master/node_modules/workflow-vscode-example/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'node_modules/workflow-vscode-example/eslint.xml'
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] Reference build recorder is not configured
[ESLint] Obtaining reference build from same job (master)
[ESLint] Using reference build 'eclipse-glsp/glsp-vscode-integration/master #63' to compute new, fixed, and outstanding issues
[ESLint] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[ESLint] Evaluating quality gates
[ESLint] -> PASSED - Total (any severity): 0 - Quality Gate: 1
[ESLint] -> All quality gates have been passed
[ESLint] Health report is disabled - skipping
[ESLint] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-vscode-integration/master #64'.
[GitHub Checks] GitHub check (name: ESLint, status: completed) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published.
Finished: SUCCESS