Skip to content

Console Output

Push event to branch master
09:04:51 Connecting to https://api.github.com using 116316/****** (GitHub app GLSP)
Obtained Jenkinsfile from 1a4484fb573295d60210808f27ee4a315142cd15
[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-czw00-wbcv8
Agent glsp-agent-pod-czw00-wbcv8 is provisioned from template glsp-agent-pod-czw00
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-examples/job/master/89/"
    runUrl: "job/eclipse-glsp/job/glsp-examples/job/master/89/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-czw00-wbcv8"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins"
    image: "eclipseglsp/ci:alpine-v5.0"
    name: "ci"
    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/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - 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-czw00-wbcv8"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-czw00-wbcv8"
    - 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-3160.vd76b_9ddd10cc"
    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: "m2-repo"
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on glsp-agent-pod-czw00-wbcv8 in /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
Created Pod: kubernetes glsp/glsp-agent-pod-czw00-qkl3p
[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-examples.git
 > git init /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-examples.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-examples.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-examples.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 1a4484fb573295d60210808f27ee4a315142cd15 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a4484fb573295d60210808f27ee4a315142cd15 # timeout=10
Commit message: "Fix include for output folder of `tsconfig.json`"
 > git rev-list --no-walk 335106e15aa0924ef900864351ce471c18fdd672 # 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 Workflow Example)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^workflow/'
Stage "Build Workflow Example" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Build)
Stage "Build Workflow Example" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build java-emf-theia template)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/java-emf-theia/\(glsp-client\|glsp-server\)'
Stage "Build java-emf-theia template" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Build server)
Stage "Build java-emf-theia template" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build client)
Stage "Build java-emf-theia template" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build node-json-theia template)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/node-json-theia/'
Stage "Build node-json-theia template" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Build)
Stage "Build node-json-theia template" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build node-json-vscode template)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/node-json-vscode/'
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master/project-templates/node-json-vscode
[Pipeline] {
[Pipeline] sh
+ yarn install --unsafe-perm
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "string-width@4.2.3" is incompatible with requested version "string-width@^5.1.2"
warning Resolution field "string-width@4.2.3" is incompatible with requested version "string-width@^5.0.1"
[3/5] Fetching packages...
warning Pattern ["wrap-ansi@^7.0.0"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master/yarn-cache/v6/npm-wrap-ansi-cjs-7.0.0-67e145cff510a6a6984bdf1152911d69d2eb9e43-integrity/node_modules/wrap-ansi-cjs" as pattern ["wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"]. This could result in non-deterministic behavior, skipping.
warning tasklist-vscode@1.0.0: The engine "vscode" appears to be invalid.
warning @eclipse-glsp/vscode-integration@2.0.0: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
warning "workspace-aggregator-e3f41861-3c89-452d-91b5-066c7ed81677 > tasklist-vscode > copy-webpack-plugin@11.0.0" has unmet peer dependency "webpack@^5.1.0".
warning "workspace-aggregator-e3f41861-3c89-452d-91b5-066c7ed81677 > tasklist-glsp-client > @eclipse-glsp/client > @eclipse-glsp/sprotty > sprotty@1.0.0" has unmet peer dependency "inversify@^6.0.1".
[5/5] Building fresh packages...
$ lerna run prepare
lerna notice cli v6.6.2
lerna info ci enabled

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

    - tasklist-glsp-client
    - tasklist-glsp-server
    - tasklist-vscode
    - tasklist-webview

 

> tasklist-glsp-client:prepare


> tasklist-glsp-server:prepare

tasklist-glsp-server: tasklist-glsp-server: yarn run v1.22.19
tasklist-glsp-server: $ yarn clean && yarn build
tasklist-glsp-client: tasklist-glsp-client: yarn run v1.22.19
tasklist-glsp-client: $ yarn clean && yarn build
tasklist-glsp-server: tasklist-glsp-server: $ rimraf lib dist tsconfig.tsbuildinfo
tasklist-glsp-client: tasklist-glsp-client: $ rimraf lib tsconfig.tsbuildinfo
tasklist-glsp-client: tasklist-glsp-client: $ tsc -b
tasklist-glsp-server: tasklist-glsp-server: $ tsc -b && yarn bundle
tasklist-glsp-client: tasklist-glsp-client: Done in 10.51s.

> tasklist-webview:prepare

tasklist-glsp-server: tasklist-glsp-server: $ webpack
tasklist-webview: tasklist-webview: yarn run v1.22.19
tasklist-webview: $ yarn clean && yarn build
tasklist-webview: tasklist-webview: $ rimraf lib tsconfig.tsbuildinfo dist
tasklist-webview: tasklist-webview: $ tsc && yarn bundle
tasklist-glsp-server: asset tasklist-glsp-server.js 1.85 MiB [emitted] (name: main) 1 related asset
tasklist-glsp-server: runtime modules 937 bytes 4 modules
tasklist-glsp-server: modules by path ../node_modules/ 1.49 MiB 422 modules
tasklist-glsp-server: modules by path ./lib/ 42.5 KiB
tasklist-glsp-server:   modules by path ./lib/handler/*.js 19.8 KiB 6 modules
tasklist-glsp-server:   modules by path ./lib/model/*.js 13.8 KiB
tasklist-glsp-server:     ./lib/model/tasklist-model-state.js 2.53 KiB [built] [code generated]
tasklist-glsp-server:     + 4 modules
tasklist-glsp-server:   modules by path ./lib/diagram/*.js 7.08 KiB
tasklist-glsp-server:     ./lib/diagram/tasklist-diagram-module.js 4.23 KiB [built] [code generated]
tasklist-glsp-server:     ./lib/diagram/tasklist-diagram-configuration.js 2.85 KiB [built] [code generated]
tasklist-glsp-server:   ./lib/app.js 1.82 KiB [built] [code generated]
tasklist-glsp-server: + 17 modules
tasklist-glsp-server: webpack 5.89.0 compiled successfully in 10399 ms
tasklist-glsp-server: Done in 23.74s.
tasklist-webview: tasklist-webview: $ webpack
tasklist-webview: assets by status 9.51 MiB [emitted]
tasklist-webview:   asset webview.js 9.45 MiB [emitted] [big] (name: main)
tasklist-webview:   asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../../node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary name: main)
tasklist-webview: assets by status 1.19 KiB [compared for emit]
tasklist-webview:   asset ../lib/app.d.ts 1.03 KiB [compared for emit]
tasklist-webview:   asset ../lib/app.d.ts.map 171 bytes [compared for emit]
tasklist-webview: runtime modules 2.6 KiB 9 modules
tasklist-webview: orphan modules 11 bytes [orphan] 1 module
tasklist-webview: modules by path ../../node_modules/ 2.97 MiB (javascript) 66.3 KiB (asset)
tasklist-webview:   javascript modules 2.97 MiB 573 modules
tasklist-webview:   ../../node_modules/@eclipse-glsp/client/lib/features/accessibility/toast...(truncated) 1.12 KiB [built] [code generated]
tasklist-webview:   ../../node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1...(truncated) 42 bytes (javascript) 66.3 KiB (asset) [built] [code generated]
tasklist-webview: modules by path ../../tasklist-glsp-client/ 7.65 KiB
tasklist-webview:   modules by path ../../tasklist-glsp-client/lib/*.js 3.68 KiB 2 modules
tasklist-webview:   modules by path ../../tasklist-glsp-client/css/*.css 3.97 KiB 2 modules
tasklist-webview: modules by mime type image/svg+xml 1.57 KiB
tasklist-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 396 bytes [built] [code generated]
tasklist-webview:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 406 bytes [built] [code generated]
tasklist-webview:   + 2 modules
tasklist-webview: ./src/app.ts 1.55 KiB [built] [code generated]
tasklist-webview: webpack 5.89.0 compiled successfully in 11422 ms
tasklist-webview: tasklist-webview: Done in 24.59s.

> tasklist-vscode:prepare

tasklist-vscode: tasklist-vscode: yarn run v1.22.19
tasklist-vscode: $ yarn clean && yarn build
tasklist-vscode: tasklist-vscode: $ rimraf lib tsconfig.tsbuildinfo dist
tasklist-vscode: tasklist-vscode: $ tsc -b && yarn bundle
tasklist-vscode: tasklist-vscode: $ webpack
tasklist-vscode: (node:488) [DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET] DeprecationWarning: Compilation.modules was changed from Array to Set (using Array method 'reduce' is deprecated)
tasklist-vscode: (Use `node --trace-deprecation ...` to show where the warning was created)
tasklist-vscode: (node:488) [DEP_WEBPACK_MODULE_ERRORS] DeprecationWarning: Module.errors was removed (use getErrors instead)
tasklist-vscode: (node:488) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
tasklist-vscode: BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
tasklist-vscode: 	Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
tasklist-vscode: 	Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
tasklist-vscode: assets by status 3.9 KiB [compared for emit]
tasklist-vscode:   assets by path ../lib/*.ts 2.75 KiB
tasklist-vscode:     asset ../lib/tasklist-editor-provider.d.ts 1.46 KiB [compared for emit]
tasklist-vscode:     asset ../lib/index.d.ts 1.07 KiB [compared for emit]
tasklist-vscode:     asset ../lib/tasklist-extension.d.ts 230 bytes [compared for emit]
tasklist-vscode:   assets by path ../lib/*.map 1.15 KiB
tasklist-vscode:     asset ../lib/tasklist-editor-provider.d.ts.map 605 bytes [compared for emit]
tasklist-vscode:     asset ../lib/tasklist-extension.d.ts.map 302 bytes [compared for emit]
tasklist-vscode:     asset ../lib/index.d.ts.map 269 bytes [compared for emit]
tasklist-vscode: assets by status 12.2 MiB [emitted]
tasklist-vscode:   asset webview.js 9.45 MiB [emitted] [from: ../webview/dist/webview.js] [copied] [big]
tasklist-vscode:   asset tasklist-extension.js 2.71 MiB [emitted] [big] (name: main) 1 related asset
tasklist-vscode:   asset aeb98e0beefa59d80a39.ttf 66.3 KiB [emitted] [from: ../webview/dist/aeb98e0beefa59d80a39.ttf] [copied]
tasklist-vscode: runtime modules 937 bytes 4 modules
tasklist-vscode: modules by path ../../node_modules/ 706 KiB
tasklist-vscode:   modules by path ../../node_modules/@eclipse-glsp/ 258 KiB 74 modules
tasklist-vscode:   modules by path ../../node_modules/inversify/es/ 124 KiB 53 modules
tasklist-vscode:   modules by path ../../node_modules/vscode-jsonrpc/ 130 KiB 17 modules
tasklist-vscode:   modules by path ../../node_modules/ws/ 117 KiB 14 modules
tasklist-vscode:   modules by path ../../node_modules/vscode-messenger/lib/*.js 24.6 KiB 3 modules
tasklist-vscode:   modules by path ../../node_modules/vscode-messenger-common/lib/*.js 3.45 KiB
tasklist-vscode:     ../../node_modules/vscode-messenger-common/lib/index.js 1.15 KiB [built] [code generated]
tasklist-vscode:     ../../node_modules/vscode-messenger-common/lib/messages.js 2.31 KiB [built] [code generated]
tasklist-vscode:   ../../node_modules/reflect-metadata/Reflect.js 50 KiB [built] [code generated]
tasklist-vscode: modules by path ./src/*.ts 5.76 KiB
tasklist-vscode:   ./src/tasklist-extension.ts 3.13 KiB [built] [code generated]
tasklist-vscode:   ./src/tasklist-editor-provider.ts 2.63 KiB [built] [code generated]
tasklist-vscode: + 20 modules
tasklist-vscode: webpack 5.89.0 compiled successfully in 9238 ms
tasklist-vscode: Done in 15.22s.

 

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


Done in 90.93s.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build java-emf-eclipse template)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/java-emf-eclipse/\(glsp-client\|glsp-server\)'
Stage "Build java-emf-eclipse template" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Build client)
Stage "Build java-emf-eclipse template" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build server)
Stage "Build java-emf-eclipse template" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codestyle)
[Pipeline] stage
[Pipeline] { (Lint workflow example)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^workflow/'
Stage "Lint workflow example" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint java-emf-theia)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/java-emf-theia/\(glsp-client\|glsp-server\)'
Stage "Lint java-emf-theia" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint java-emf-eclipse)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/java-emf-eclipse/\(glsp-client\|glsp-server\)'
Stage "Lint java-emf-eclipse" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint node-json-theia)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/node-json-theia/'
Stage "Lint node-json-theia" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint node-json-vscode)
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep --quiet '^project-templates/node-json-vscode/'
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master/project-templates/node-json-vscode
[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 4 projects:

    - tasklist-glsp-client
    - tasklist-glsp-server
    - tasklist-vscode
    - tasklist-webview

 

> tasklist-glsp-client:"lint:ci"


> tasklist-glsp-server:"lint:ci"

tasklist-glsp-client: tasklist-glsp-client: $ yarn lint -o eslint.xml -f checkstyle
tasklist-glsp-server: tasklist-glsp-server: $ yarn lint -o eslint.xml -f checkstyle
tasklist-glsp-server: tasklist-glsp-server: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
tasklist-glsp-client: tasklist-glsp-client: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle
tasklist-glsp-server: tasklist-glsp-server: error Command failed with exit code 1.
tasklist-glsp-server: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
tasklist-glsp-server: tasklist-glsp-server: error Command failed with exit code 1.
tasklist-glsp-server: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
tasklist-glsp-client: tasklist-glsp-client: error Command failed with exit code 1.
tasklist-glsp-client: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
tasklist-glsp-client: tasklist-glsp-client: error Command failed with exit code 1.
tasklist-glsp-client: tasklist-glsp-client: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

 

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

   Tasks not run because their dependencies failed or --nx-bail=true:
   
   - tasklist-vscode:lint:ci
   - tasklist-webview:lint:ci
   
   Failed tasks:
   
   - tasklist-glsp-server:lint:ci
   - tasklist-glsp-client:lint:ci

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] recordIssues
[CheckStyle] Using default pattern '**/checkstyle-result.xml' since user defined pattern is not set
[CheckStyle] [-ERROR-] Errors during parsing
[CheckStyle] [-ERROR-] No files found for pattern '**/checkstyle-result.xml'. Configuration error?
[CheckStyle] Searching for all files in '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master' that match the pattern '**/checkstyle-result.xml'
[CheckStyle] Traversing of symbolic links: enabled
[CheckStyle] Skipping post processing
[CheckStyle] No filter has been set, publishing all 0 issues
[CheckStyle] Repository miner is not configured, skipping repository mining
[CheckStyle] Searching for all files in '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master' that match the pattern '**/checkstyle-result.xml'
[CheckStyle] Traversing of symbolic links: enabled
[CheckStyle] Skipping post processing
[CheckStyle] No filter has been set, publishing all 0 issues
[CheckStyle] Ignoring 'aggregatingResults' and ID 'null' since only a single tool is defined.
[CheckStyle] Searching for all files in '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master' that match the pattern '**/checkstyle-result.xml'
[CheckStyle] Traversing of symbolic links: enabled
[CheckStyle] Skipping post processing
[CheckStyle] No filter has been set, publishing all 0 issues
[CheckStyle] Repository miner is not configured, skipping repository mining
[CheckStyle] [-ERROR-] Errors during parsing
[CheckStyle] [-ERROR-] No files found for pattern '**/checkstyle-result.xml'. Configuration error?
[CheckStyle] [-ERROR-] Errors during parsing
[CheckStyle] [-ERROR-] No files found for pattern '**/checkstyle-result.xml'. Configuration error?
[CheckStyle] Reference build recorder is not configured
[CheckStyle] Obtaining reference build from same job (master)
[CheckStyle] Using reference build 'eclipse-glsp/glsp-examples/master #87' to compute new, fixed, and outstanding issues
[CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[CheckStyle] Evaluating quality gates
[CheckStyle] -> PASSED - Total (any severity): 0 - Quality Gate: 1
[CheckStyle] -> All quality gates have been passed
[CheckStyle] Health report is disabled - skipping
[CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'eclipse-glsp/glsp-examples/master #89'.
[GitHub Checks] GitHub check (name: CheckStyle, status: completed) has been published.
[Pipeline] recordIssues
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master' that match the pattern '**/node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 2 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master/project-templates/node-json-vscode/node_modules/tasklist-glsp-client/eslint.xml
[ESLint] -> found 2 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'project-templates/node-json-vscode/node_modules/tasklist-glsp-client/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master/project-templates/node-json-vscode/node_modules/tasklist-glsp-server/eslint.xml
[ESLint] -> found 14 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'project-templates/node-json-vscode/node_modules/tasklist-glsp-server/eslint.xml'
[ESLint] Post processing issues on 'glsp-agent-pod-czw00-wbcv8' with source code encoding 'UTF-8'
[ESLint] Creating SCM blamer to obtain author and commit information for affected files
[ESLint] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[ESLint] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master'
[ESLint] -> resolved paths in source directory (16 found, 0 not found)
[ESLint] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[ESLint] -> resolved module names for 16 issues
[ESLint] Resolving package names (or namespaces) by parsing the affected files
[ESLint] -> resolved package names of 16 affected files
[ESLint] No filter has been set, publishing all 16 issues
[ESLint] Creating fingerprints for all affected code blocks to track issues over different builds
[ESLint] -> created fingerprints for 16 issues (skipped 0 issues)
[ESLint] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipse-glsp/jobs/glsp-examples/branches/master/builds/89/files-with-issues'
[ESLint] -> 16 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[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/clipse-glsp_glsp-examples_master' that match the pattern '**/node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 2 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master/project-templates/node-json-vscode/node_modules/tasklist-glsp-client/eslint.xml
[ESLint] -> found 2 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'project-templates/node-json-vscode/node_modules/tasklist-glsp-client/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master/project-templates/node-json-vscode/node_modules/tasklist-glsp-server/eslint.xml
[ESLint] -> found 14 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'project-templates/node-json-vscode/node_modules/tasklist-glsp-server/eslint.xml'
[ESLint] Post processing issues on 'glsp-agent-pod-czw00-wbcv8' with source code encoding 'UTF-8'
[ESLint] Creating SCM blamer to obtain author and commit information for affected files
[ESLint] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[ESLint] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master'
[ESLint] -> resolved paths in source directory (16 found, 0 not found)
[ESLint] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[ESLint] -> resolved module names for 16 issues
[ESLint] Resolving package names (or namespaces) by parsing the affected files
[ESLint] -> resolved package names of 16 affected files
[ESLint] No filter has been set, publishing all 16 issues
[ESLint] Creating fingerprints for all affected code blocks to track issues over different builds
[ESLint] -> created fingerprints for 16 issues (skipped 0 issues)
[ESLint] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipse-glsp/jobs/glsp-examples/branches/master/builds/89/files-with-issues'
[ESLint] -> 16 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[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-examples/master #87' to compute new, fixed, and outstanding issues
[ESLint] Issues delta (vs. reference build): outstanding: 0, new: 16, fixed: 0
[ESLint] Evaluating quality gates
[ESLint] -> WARNING - Total (any severity): 16 - Quality Gate: 1
[ESLint] -> Some quality gates have been missed: overall result is WARNING
[ESLint] Health report is disabled - skipping
[ESLint] Created analysis result for 16 issues (found 16 new issues, fixed 0 issues)
[ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-examples/master #89'.
[GitHub Checks] GitHub check (name: ESLint, status: completed) has been published.
[Pipeline] recordIssues
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master')
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master')
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 1 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Successfully parsed console log
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 1 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Reference build recorder is not configured
[Maven] Obtaining reference build from same job (master)
[Maven] Using reference build 'eclipse-glsp/glsp-examples/master #87' to compute new, fixed, and outstanding issues
[Maven] Issues delta (vs. reference build): outstanding: 1, new: 0, fixed: 0
[Maven] No quality gates have been set - skipping
[Maven] Health report is disabled - skipping
[Maven] Created analysis result for 1 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'eclipse-glsp/glsp-examples/master #89'.
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse-glsp_glsp-examples_master')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] Obtaining reference build from same job (master)
[Java Compiler] Using reference build 'eclipse-glsp/glsp-examples/master #87' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'eclipse-glsp/glsp-examples/master #89'.
[Pipeline] }
[Pipeline] // container
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Build result FAILURE: Send email notification to glsp-build@eclipse.org
[Pipeline] emailext
Sending email to: glsp-build@eclipse.org
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published.
Finished: FAILURE