Skip to content

Console Output

Push event to branch master
06:57:52 Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 6b72f5565cfdd23b9a2536e262d893e7375f7cca
[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
Waiting for next available executor on ‘glsp-agent-pod’
Agent glsp-agent-pod-1qkqn-8wbb1 is provisioned from template glsp-agent-pod-1qkqn
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-vscode-integration/job/PR-49/2/"
    runUrl: "job/eclipse-glsp/job/glsp-vscode-integration/job/PR-49/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-1qkqn-8wbb1"
  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-1qkqn-8wbb1"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-1qkqn-8wbb1"
    - 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-1qkqn-8wbb1 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 6b72f5565cfdd23b9a2536e262d893e7375f7cca (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b72f5565cfdd23b9a2536e262d893e7375f7cca # timeout=10
Commit message: "Replace VSCode with VS Code (#49)"
 > git rev-list --no-walk 5d60d69c380a658ad2c940a054415f5fa60851f8 # 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-90f2a81f-437a-488d-abdd-8d03e318f652 > @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-90f2a81f-437a-488d-abdd-8d03e318f652 > @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: @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 9.18s.

> workflow-vscode-example:prepare


> workflow-vscode-example-web:prepare

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

> workflow-glsp-webview:prepare

workflow-vscode-example: workflow-vscode-example: yarn run v1.22.19
workflow-vscode-example-web: workflow-vscode-example-web: yarn run v1.22.19
workflow-vscode-example: workflow-vscode-example: $ yarn clean && yarn build
workflow-vscode-example-web: workflow-vscode-example-web: $ yarn clean && yarn build
workflow-vscode-example: workflow-vscode-example: $ rimraf lib tsconfig.tsbuildinfo 
workflow-vscode-example-web: workflow-vscode-example-web: $ rimraf lib tsconfig.tsbuildinfo 
workflow-glsp-webview: workflow-glsp-webview: yarn run v1.22.19
workflow-glsp-webview: $ yarn clean && yarn build
workflow-vscode-example: workflow-vscode-example: $ tsc -b
workflow-glsp-webview: workflow-glsp-webview: $ rimraf lib tsconfig.tsbuildinfo 
workflow-vscode-example-web: workflow-vscode-example-web: $ tsc -b && yarn bundle
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: Done in 13.52s.
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.6 KiB
workflow-vscode-example-web:   modules by path ../../../packages/vscode-integration/lib/common/ 40.7 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 19070 ms
workflow-vscode-example-web: workflow-vscode-example-web: Done in 33.98s.
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 20373 ms
workflow-glsp-webview: workflow-glsp-webview: Done in 34.24s.

 

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


Done in 85.16s.
[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-webview: @eclipse-glsp/vscode-integration-webview: $ yarn lint -o eslint.xml -f checkstyle
@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: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
@eclipse-glsp/vscode-integration: @eclipse-glsp/vscode-integration: $ 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: 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 45.00s.
[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'
Stage "Deploy (master only)" skipped due to when conditional
[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 #61' 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 #62'.
[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