Skip to content

Console Output

Push event to branch packing-demo
11:03:20 Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 7641839eabfd377cdb6a1fb7cbfbdb86a36e6a2d
[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-l0dm4-zw2p9
Still waiting to schedule task
‘glsp-agent-pod-l0dm4-zw2p9’ is offline
Agent glsp-agent-pod-l0dm4-zw2p9 is provisioned from template glsp-agent-pod-l0dm4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-examples/job/packing-demo/2/"
    runUrl: "job/eclipse-glsp/job/glsp-examples/job/packing-demo/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-l0dm4-zw2p9"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins"
    image: "eclipseglsp/ci:alpine-v3.1"
    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-l0dm4-zw2p9"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-l0dm4-zw2p9"
    - 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: "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-l0dm4-zw2p9 in /home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo
[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-examples.git
 > git init /home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo # 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/packing-demo:refs/remotes/origin/packing-demo # 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/packing-demo:refs/remotes/origin/packing-demo # timeout=10
Avoid second fetch
Checking out Revision 7641839eabfd377cdb6a1fb7cbfbdb86a36e6a2d (packing-demo)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7641839eabfd377cdb6a1fb7cbfbdb86a36e6a2d # timeout=10
Commit message: "Support sourcemaps in bundled sources"
 > git rev-list --no-walk df30174e2726fd2194839409533e618164e7bfad # 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/\(glsp-client\|glsp-server\)'
Stage "Build Workflow Example" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Build Server)
Stage "Build Workflow Example" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Client)
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/\(glsp-client\|glsp-server\)'
Stage "Build node-json-theia template" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Build server)
Stage "Build node-json-theia template" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build client)
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/\(glsp-client\|glsp-server\)'
[Pipeline] stage
[Pipeline] { (Build server)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo/project-templates/node-json-vscode/glsp-server
[Pipeline] {
[Pipeline] sh
+ yarn --unsafe-perm
yarn install v1.22.10
warning ../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "@types/node@>=14.x".
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config > ts-node@10.9.1" has unmet peer dependency "@types/node@*".
[4/4] Building fresh packages...
$ yarn clean && yarn build && yarn lint
yarn run v1.22.10
warning ../package.json: No license field
$ rimraf tsconfig.tsbuildinfo lib bundle
Done in 0.16s.
yarn run v1.22.10
warning ../package.json: No license field
$ yarn install:only && tsc && yarn bundle
warning ../package.json: No license field
$ yarn install --ignore-scripts
warning ../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "@types/node@>=14.x".
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config > ts-node@10.9.1" has unmet peer dependency "@types/node@*".
[4/4] Building fresh packages...
warning Ignored scripts due to flag.
warning ../package.json: No license field
$ webpack && cp bundle/tasklist-glsp-server-packed.js ../glsp-client/tasklist-vscode/extension/pack
asset tasklist-glsp-server-packed.js 3.89 MiB [emitted] (name: main)
runtime modules 937 bytes 4 modules
modules by path ./node_modules/ 1.21 MiB 381 modules
modules by path ./lib/ 35.8 KiB
  modules by path ./lib/handler/*.js 14.6 KiB 5 modules
  modules by path ./lib/model/*.js 12 KiB
    ./lib/model/tasklist-model-state.js 2.42 KiB [built] [code generated]
    + 4 modules
  modules by path ./lib/*.js 2.84 KiB
    ./lib/index.js 990 bytes [built] [code generated]
    ./lib/app.js 1.88 KiB [built] [code generated]
  modules by path ./lib/diagram/*.js 6.39 KiB
    ./lib/diagram/tasklist-diagram-module.js 4.08 KiB [built] [code generated]
    ./lib/diagram/tasklist-diagram-configuration.js 2.31 KiB [built] [code generated]
+ 18 modules
webpack 5.83.1 compiled successfully in 3902 ms
Done in 12.20s.
yarn run v1.22.10
warning ../package.json: No license field
$ eslint -c .eslintrc.js --ext .ts,.tsx ./src
Done in 6.00s.
Done in 35.85s.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build client)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo/project-templates/node-json-vscode/glsp-client
[Pipeline] {
[Pipeline] sh
+ yarn --unsafe-perm
yarn install v1.22.10
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info @nrwl/nx-darwin-arm64@15.9.4: The platform "linux" is incompatible with this module.
info "@nrwl/nx-darwin-arm64@15.9.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info @nrwl/nx-darwin-arm64@15.9.4: The CPU architecture "x64" is incompatible with this module.
info @nrwl/nx-darwin-x64@15.9.4: The platform "linux" is incompatible with this module.
info "@nrwl/nx-darwin-x64@15.9.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info @nrwl/nx-linux-arm-gnueabihf@15.9.4: The CPU architecture "x64" is incompatible with this module.
info "@nrwl/nx-linux-arm-gnueabihf@15.9.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info @nrwl/nx-linux-arm64-gnu@15.9.4: The CPU architecture "x64" is incompatible with this module.
info "@nrwl/nx-linux-arm64-gnu@15.9.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info @nrwl/nx-linux-arm64-musl@15.9.4: The CPU architecture "x64" is incompatible with this module.
info "@nrwl/nx-linux-arm64-musl@15.9.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info @nrwl/nx-win32-arm64-msvc@15.9.4: The platform "linux" is incompatible with this module.
info "@nrwl/nx-win32-arm64-msvc@15.9.4" is an optional dependency and failed compatibility check. Excluding it from installation.
info @nrwl/nx-win32-arm64-msvc@15.9.4: The CPU architecture "x64" is incompatible with this module.
info @nrwl/nx-win32-x64-msvc@15.9.4: The platform "linux" is incompatible with this module.
info "@nrwl/nx-win32-x64-msvc@15.9.4" is an optional dependency and failed compatibility check. Excluding it from installation.
warning eclipse-glsp-tasklist-vscode@1.0.0: The engine "vscode" appears to be invalid.
warning @eclipse-glsp/vscode-integration@1.0.0: The engine "vscode" appears to be invalid.
[4/5] Linking dependencies...
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "@types/node@>=14.x".
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "reflect-metadata@>=0.1.13".
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config > ts-node@10.9.1" has unmet peer dependency "@types/node@*".
[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 3 projects:

    - @eclipse-glsp-examples/tasklist-glsp
    - eclipse-glsp-tasklist-vscode
    - @eclipse-glsp/tasklist-webview

 

> @eclipse-glsp-examples/tasklist-glsp:prepare

@eclipse-glsp-examples/tasklist-glsp: @eclipse-glsp-examples/tasklist-glsp: yarn run v1.22.10
@eclipse-glsp-examples/tasklist-glsp: $ yarn clean && yarn build && yarn lint
@eclipse-glsp-examples/tasklist-glsp: @eclipse-glsp-examples/tasklist-glsp: $ rimraf lib tsconfig.tsbuildinfo
@eclipse-glsp-examples/tasklist-glsp: @eclipse-glsp-examples/tasklist-glsp: $ tsc
@eclipse-glsp-examples/tasklist-glsp: @eclipse-glsp-examples/tasklist-glsp: $ eslint --ext .ts,.tsx ./src
@eclipse-glsp-examples/tasklist-glsp: Done in 10.72s.

> @eclipse-glsp/tasklist-webview:prepare

@eclipse-glsp/tasklist-webview: @eclipse-glsp/tasklist-webview: yarn run v1.22.10
@eclipse-glsp/tasklist-webview: $ yarn clean && yarn build && yarn lint
@eclipse-glsp/tasklist-webview: @eclipse-glsp/tasklist-webview: $ rimraf lib
@eclipse-glsp/tasklist-webview: @eclipse-glsp/tasklist-webview: $ tsc && webpack --mode=development
@eclipse-glsp/tasklist-webview: [webpack-cli] [Error: ENOTDIR: not a directory, open '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo/project-templates/node-json-vscode/glsp-client/tasklist-vscode/extension/pack/webview.js'] {
@eclipse-glsp/tasklist-webview:   errno: -20,
@eclipse-glsp/tasklist-webview:   code: 'ENOTDIR',
@eclipse-glsp/tasklist-webview:   syscall: 'open',
@eclipse-glsp/tasklist-webview:   path: '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo/project-templates/node-json-vscode/glsp-client/tasklist-vscode/extension/pack/webview.js'
@eclipse-glsp/tasklist-webview: }
@eclipse-glsp/tasklist-webview: @eclipse-glsp/tasklist-webview: error Command failed with exit code 2.
@eclipse-glsp/tasklist-webview: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@eclipse-glsp/tasklist-webview: error Command failed with exit code 2.
@eclipse-glsp/tasklist-webview: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

 

 >  Lerna (powered by Nx)   Running target prepare for 3 projects failed

   Tasks not run because their dependencies failed or --nx-bail=true:
   
   - eclipse-glsp-tasklist-vscode:prepare
   
   Failed tasks:
   
   - @eclipse-glsp/tasklist-webview:prepare

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build java-emf-eclipse template)
Stage "Build java-emf-eclipse template" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Build client)
Stage "Build java-emf-eclipse template" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build server)
Stage "Build java-emf-eclipse template" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codestyle)
Stage "Codestyle" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Lint workflow example)
Stage "Codestyle" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint java-emf-theia)
Stage "Codestyle" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint java-emf-eclipse)
Stage "Codestyle" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint node-json-theia)
Stage "Codestyle" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Lint node-json-vscode)
Stage "Codestyle" skipped due to earlier failure(s)
[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/_glsp_glsp-examples_packing-demo' 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/_glsp_glsp-examples_packing-demo' 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/_glsp_glsp-examples_packing-demo' 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 (packing-demo)
[CheckStyle] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[CheckStyle] All reported issues will be considered outstanding
[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/packing-demo #2'.
[GitHub Checks] GitHub check (name: CheckStyle, status: completed) has been published.
[Pipeline] recordIssues
[ESLint] [-ERROR-] Errors during parsing
[ESLint] [-ERROR-] No files found for pattern '**/glsp-client/node_modules/**/*/eslint.xml'. Configuration error?
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo' that match the pattern '**/glsp-client/node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo' that match the pattern '**/glsp-client/node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Ignoring 'aggregatingResults' and ID 'null' since only a single tool is defined.
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo' that match the pattern '**/glsp-client/node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] [-ERROR-] Errors during parsing
[ESLint] [-ERROR-] No files found for pattern '**/glsp-client/node_modules/**/*/eslint.xml'. Configuration error?
[ESLint] [-ERROR-] Errors during parsing
[ESLint] [-ERROR-] No files found for pattern '**/glsp-client/node_modules/**/*/eslint.xml'. Configuration error?
[ESLint] Reference build recorder is not configured
[ESLint] Obtaining reference build from same job (packing-demo)
[ESLint] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[ESLint] All reported issues will be considered outstanding
[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-examples/packing-demo #2'.
[GitHub Checks] GitHub check (name: ESLint, status: completed) has been published.
[Pipeline] recordIssues
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo')
[Maven] -> found 1 issue (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo')
[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/_glsp_glsp-examples_packing-demo')
[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/_glsp_glsp-examples_packing-demo')
[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 (packing-demo)
[Maven] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[Maven] All reported issues will be considered outstanding
[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/packing-demo #2'.
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/_glsp_glsp-examples_packing-demo')
[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/_glsp_glsp-examples_packing-demo')
[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 (packing-demo)
[Java Compiler] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[Java Compiler] All reported issues will be considered outstanding
[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/packing-demo #2'.
[Pipeline] }
[Pipeline] // container
[Pipeline] script
[Pipeline] {
[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