Skip to content

Console Output

Push event to branch master
18:19:31 Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 67947aeaad699169362a11d8633329abf02cec2b
[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
Created Pod: kubernetes glsp/glsp-agent-pod-8581t-tzhrp
Still waiting to schedule task
‘glsp-agent-pod-8581t-tzhrp’ is offline
Agent glsp-agent-pod-8581t-tzhrp is provisioned from template glsp-agent-pod-8581t
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-vscode-integration/job/master/60/"
    runUrl: "job/eclipse-glsp/job/glsp-vscode-integration/job/master/60/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-8581t-tzhrp"
  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-8581t-tzhrp"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-8581t-tzhrp"
    - 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-8581t-tzhrp 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 67947aeaad699169362a11d8633329abf02cec2b (master)
Commit message: "Add support for progress reporting (#47)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67947aeaad699169362a11d8633329abf02cec2b # timeout=10
 > git rev-list --no-walk 7a8e21fb3c6d6badbcccc52bf194a2ee04955ae4 # 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.69a77b0.259-40c4472725677103072c9cf5feb425cde016eb10-integrity/node_modules/@eclipse-glsp/protocol" as pattern ["@eclipse-glsp/protocol@1.1.0-next.69a77b0.259+69a77b0"]. This could result in non-deterministic behavior, skipping.
[3/4] Linking dependencies...
warning "workspace-aggregator-29b37937-c963-4b7d-b58b-64e4e39f1e04 > @eclipse-glsp/vscode-integration-webview > @eclipse-glsp/client > @eclipse-glsp/protocol@1.1.0-next.69a77b0.259" has unmet peer dependency "inversify@^5.1.1".
warning "workspace-aggregator-29b37937-c963-4b7d-b58b-64e4e39f1e04 > @eclipse-glsp/vscode-integration-webview > @eclipse-glsp/client > sprotty@0.14.0-next.02bbac0.26" has unmet peer dependency "inversify@~6.0.1".
[4/4] Building fresh packages...
$ 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: $ yarn clean && yarn build
@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: @eclipse-glsp/vscode-integration: Done in 8.00s.

> workflow-vscode-example:prepare


> workflow-vscode-example-web:prepare

@eclipse-glsp/vscode-integration-webview: @eclipse-glsp/vscode-integration-webview: Done in 8.69s.

> workflow-glsp-webview: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: workflow-vscode-example-web: $ yarn clean && yarn build
workflow-vscode-example: workflow-vscode-example: $ yarn clean && yarn build
workflow-glsp-webview: workflow-glsp-webview: yarn run v1.22.19
workflow-vscode-example-web: workflow-vscode-example-web: $ rimraf lib tsconfig.tsbuildinfo 
workflow-vscode-example: workflow-vscode-example: $ rimraf lib tsconfig.tsbuildinfo 
workflow-glsp-webview: workflow-glsp-webview: $ yarn clean && yarn build
workflow-glsp-webview: workflow-glsp-webview: $ rimraf lib tsconfig.tsbuildinfo 
workflow-vscode-example-web: workflow-vscode-example-web: $ tsc -b && yarn bundle
workflow-vscode-example: $ tsc -b
workflow-glsp-webview: workflow-glsp-webview: $ tsc -b && webpack --mode=development && cp -r  ../extension/dist/webview.js ../web-extension/dist/
workflow-vscode-example-web: workflow-vscode-example-web: $ webpack
workflow-vscode-example: workflow-vscode-example: Done in 12.72s.
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: asset extension.js 7.18 MiB [emitted] [big] (name: main)
workflow-vscode-example-web: runtime modules 891 bytes 4 modules
workflow-vscode-example-web: modules by path ../../../node_modules/ 2.44 MiB 312 modules
workflow-vscode-example-web: modules by path ../../../packages/vscode-integration/ 51 KiB
workflow-vscode-example-web:   modules by path ../../../packages/vscode-integration/lib/common/ 40.1 KiB 8 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:   ../../../packages/vscode-integration/lib/node/quickstart-components/node-glsp-vs...(truncated) 2.53 KiB [built] [code generated]
workflow-vscode-example-web: modules by path ./src/*.ts 11.6 KiB
workflow-vscode-example-web:   ./src/workflow-extension.ts 3.55 KiB [built] [code generated]
workflow-vscode-example-web:   ./src/workflow-editor-provider.ts 2.58 KiB [built] [code generated]
workflow-vscode-example-web:   ./src/workflow-server.ts 5.51 KiB [built] [code generated]
workflow-vscode-example-web: external "vscode" 42 bytes [built] [code generated]
workflow-vscode-example-web: webpack 5.88.1 compiled successfully in 16306 ms
workflow-vscode-example-web: Done in 30.19s.
workflow-glsp-webview: assets by path ../../webview/lib/*.ts 1.01 KiB
workflow-glsp-webview:   asset ../../webview/lib/index.d.ts 893 bytes [compared for emit]
workflow-glsp-webview:   asset ../../webview/lib/app.d.ts 144 bytes [compared for emit]
workflow-glsp-webview: assets by path ../../webview/lib/*.map 307 bytes
workflow-glsp-webview:   asset ../../webview/lib/app.d.ts.map 156 bytes [compared for emit]
workflow-glsp-webview:   asset ../../webview/lib/index.d.ts.map 151 bytes [compared for emit]
workflow-glsp-webview: asset webview.js 8.53 MiB [emitted] (name: main)
workflow-glsp-webview: runtime modules 1.7 KiB 8 modules
workflow-glsp-webview: orphan modules 11 bytes [orphan] 1 module
workflow-glsp-webview: modules by path ../../../node_modules/ 2.65 MiB 502 modules
workflow-glsp-webview: modules by path ../../../packages/vscode-integration-webview/ 52.2 KiB
workflow-glsp-webview:   modules by path ../../../packages/vscode-integration-webview/lib/*.js 23.1 KiB 8 modules
workflow-glsp-webview:   modules by path ../../../packages/vscode-integration-webview/css/*.css 29.1 KiB 6 modules
workflow-glsp-webview: asset modules 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:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 407 bytes [built] [code generated]
workflow-glsp-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 403 bytes [built] [code generated]
workflow-glsp-webview: modules by path ./src/*.ts 2.41 KiB
workflow-glsp-webview:   ./src/index.ts 990 bytes [built] [code generated]
workflow-glsp-webview:   ./src/app.ts 1.44 KiB [built] [code generated]
workflow-glsp-webview: webpack 5.88.1 compiled successfully in 17389 ms
workflow-glsp-webview: Done in 30.52s.

 

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


Done in 76.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-vscode-example:"lint:ci"


> workflow-vscode-example-web:"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-web: workflow-vscode-example-web: $ yarn lint -o eslint.xml -f checkstyle
workflow-vscode-example: workflow-vscode-example: $ yarn lint -o eslint.xml -f checkstyle
workflow-vscode-example-web: workflow-vscode-example-web: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
workflow-vscode-example: workflow-vscode-example: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

 

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


Done in 39.80s.
[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.67947ae.66+67947ae
 - @eclipse-glsp/vscode-integration => 1.1.0-next.67947ae.66+67947ae

lerna info auto-confirmed 
lerna info publish Publishing packages to npm...
lerna success published @eclipse-glsp/vscode-integration-webview 1.1.0-next.67947ae.66+67947ae
lerna notice 
lerna notice package: @eclipse-glsp/vscode-integration-webview@1.1.0-next.67947ae.66+67947ae
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.1kB  lib/copy-paste-handler-provider.js      
lerna notice 1.8kB  lib/diagram-identifier.js               
lerna notice 1.1kB  lib/extension-action-handler.js         
lerna notice 6.4kB  lib/glsp-diagram-widget.js              
lerna notice 5.5kB  lib/glsp-starter.js                     
lerna notice 5.9kB  lib/glsp-vscode-diagramserver.js        
lerna notice 2.0kB  lib/index.js                            
lerna notice 182B   lib/services.js                         
lerna notice 1.4kB  package.json                            
lerna notice 323B   lib/copy-paste-handler-provider.d.ts.map
lerna notice 223B   lib/copy-paste-handler-provider.js.map  
lerna notice 590B   lib/diagram-identifier.d.ts.map         
lerna notice 695B   lib/diagram-identifier.js.map           
lerna notice 697B   lib/extension-action-handler.d.ts.map   
lerna notice 727B   lib/extension-action-handler.js.map     
lerna notice 858B   lib/glsp-diagram-widget.d.ts.map        
lerna notice 3.4kB  lib/glsp-diagram-widget.js.map          
lerna notice 723B   lib/glsp-starter.d.ts.map               
lerna notice 3.0kB  lib/glsp-starter.js.map                 
lerna notice 1.1kB  lib/glsp-vscode-diagramserver.d.ts.map  
lerna notice 3.0kB  lib/glsp-vscode-diagramserver.js.map    
lerna notice 287B   lib/index.d.ts.map                      
lerna notice 233B   lib/index.js.map                        
lerna notice 304B   lib/services.d.ts.map                   
lerna notice 156B   lib/services.js.map                     
lerna notice 884B   README.md                               
lerna notice 1.3kB  lib/copy-paste-handler-provider.d.ts    
lerna notice 1.2kB  src/copy-paste-handler-provider.ts      
lerna notice 1.4kB  lib/diagram-identifier.d.ts             
lerna notice 1.7kB  src/diagram-identifier.ts               
lerna notice 1.8kB  lib/extension-action-handler.d.ts       
lerna notice 2.1kB  src/extension-action-handler.ts         
lerna notice 1.8kB  lib/glsp-diagram-widget.d.ts            
lerna notice 5.2kB  src/glsp-diagram-widget.ts              
lerna notice 940B   lib/glsp-starter.d.ts                   
lerna notice 5.8kB  src/glsp-starter.ts                     
lerna notice 2.3kB  lib/glsp-vscode-diagramserver.d.ts      
lerna notice 5.0kB  src/glsp-vscode-diagramserver.ts        
lerna notice 1.1kB  lib/index.d.ts                          
lerna notice 1.1kB  src/index.ts                            
lerna notice 1.1kB  lib/services.d.ts                       
lerna notice 1.2kB  src/services.ts                         
lerna notice === Tarball Details === 
lerna notice name:          @eclipse-glsp/vscode-integration-webview                                 
lerna notice version:       1.1.0-next.67947ae.66+67947ae                                            
lerna notice filename:      eclipse-glsp-vscode-integration-webview-1.1.0-next.67947ae.66+67947ae.tgz
lerna notice package size:  28.1 kB                                                                  
lerna notice unpacked size: 124.3 kB                                                                 
lerna notice shasum:        eed58bd722e4e9a4f7ece54e6e46615c65336e45                                 
lerna notice integrity:     sha512-fmb/9oRhy8Icp[...]7heKz+npx7PiA==                                 
lerna notice total files:   48                                                                       
lerna notice 
lerna success published @eclipse-glsp/vscode-integration 1.1.0-next.67947ae.66+67947ae
lerna notice 
lerna notice package: @eclipse-glsp/vscode-integration@1.1.0-next.67947ae.66+67947ae
lerna notice === Tarball Contents === 
lerna notice 35.4kB LICENSE                                                                
lerna notice 3.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 2.8kB  lib/common/quickstart-components/configuration-util.js                 
lerna notice 5.7kB  lib/common/quickstart-components/glsp-editor-provider.js               
lerna notice 6.9kB  lib/node/quickstart-components/glsp-socket-server-launcher.js          
lerna notice 22.2kB 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 5.2kB  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 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 3.5kB  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 3.9kB  lib/common/glsp-vscode-connector.d.ts.map                              
lerna notice 14.2kB 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.2kB  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 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.0kB  lib/common/quickstart-components/glsp-editor-provider.d.ts             
lerna notice 6.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 25.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.1kB  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 1.0kB  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 9.8kB  lib/common/types.d.ts                                                  
lerna notice 10.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 === Tarball Details === 
lerna notice name:          @eclipse-glsp/vscode-integration                                 
lerna notice version:       1.1.0-next.67947ae.66+67947ae                                    
lerna notice filename:      eclipse-glsp-vscode-integration-1.1.0-next.67947ae.66+67947ae.tgz
lerna notice package size:  52.0 kB                                                          
lerna notice unpacked size: 278.8 kB                                                         
lerna notice shasum:        4d45d18d7f398c79b6d595b934084014f51bc226                         
lerna notice integrity:     sha512-LDx/8F01shKjl[...]Sk6XWX2BXNn/g==                         
lerna notice total files:   82                                                               
lerna notice 
Successfully published:
 - @eclipse-glsp/vscode-integration@1.1.0-next.67947ae.66+67947ae
 - @eclipse-glsp/vscode-integration-webview@1.1.0-next.67947ae.66+67947ae
lerna success published 2 packages
Done in 3.36s.
[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 #59' 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 #60'.
[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