Skip to content
Success

Console Output

Pull request #155 closed
09:55:29 Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 95026002fddad0f4eca6bd6df5dd223a10a15518
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-4kv8s is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4kv8s"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4kv8s"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-4kv8s"
    - 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-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-glsp"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-4kv8s in /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
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-server.git
 > git init /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1 # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-server.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-server.git +refs/heads/planger/issues/582-1:refs/remotes/origin/planger/issues/582-1 # timeout=10
Avoid second fetch
Checking out Revision 95026002fddad0f4eca6bd6df5dd223a10a15518 (planger/issues/582-1)
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-server.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/planger/issues/582-1:refs/remotes/origin/planger/issues/582-1 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95026002fddad0f4eca6bd6df5dd223a10a15518 # timeout=10
Commit message: "Mention API break in the change log"
First time build. Skipping changelog.
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build: Plain Maven (M2))
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -Pm2 -B -Dcheckstyle.skip -DskipTests
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Parent                                                        [pom]
[INFO] org.eclipse.glsp.graph                                             [jar]
[INFO] org.eclipse.glsp.server                                            [jar]
[INFO] org.eclipse.glsp.layout                                            [jar]
[INFO] org.eclipse.glsp.server.websocket                                  [jar]
[INFO] org.eclipse.glsp.example.workflow                                  [jar]
[INFO] org.eclipse.glsp.server.test                                       [jar]
[INFO] org.eclipse.glsp.graph.test                                        [jar]
[INFO] GLSP Server Tests                                                  [pom]
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >--------------
[INFO] Building GLSP Parent 0.10.0-SNAPSHOT                               [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >---------------
[INFO] Building org.eclipse.glsp.graph 0.10.0-SNAPSHOT                    [2/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/src/main/resources
[INFO] Copying 3 resources to model
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.graph ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.graph ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.graph ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.graph ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.graph ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >--------------
[INFO] Building org.eclipse.glsp.server 0.10.0-SNAPSHOT                   [3/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 219 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >--------------
[INFO] Building org.eclipse.glsp.layout 0.10.0-SNAPSHOT                   [4/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.layout ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.layout ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.layout ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.layout ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.layout ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >---------
[INFO] Building org.eclipse.glsp.server.websocket 0.10.0-SNAPSHOT         [5/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.server.websocket ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.server.websocket ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.server.websocket ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.server.websocket ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.server.websocket ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >-----
[INFO] Building org.eclipse.glsp.example.workflow 0.10.0-SNAPSHOT         [6/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/src/main/resources
[INFO] Copying 2 resources to model
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.example.workflow ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.example.workflow ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.example.workflow ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.example.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.example.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.glsp:org.eclipse.glsp.server.test >------------
[INFO] Building org.eclipse.glsp.server.test 0.10.0-SNAPSHOT              [7/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.server.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.server.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.server.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/target/org.eclipse.glsp.server.test-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/target/org.eclipse.glsp.server.test-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.graph.test >------------
[INFO] Building org.eclipse.glsp.graph.test 0.10.0-SNAPSHOT               [8/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.graph.test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.graph.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.graph.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.graph.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.graph.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.graph.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/target/org.eclipse.glsp.graph.test-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.graph.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/target/org.eclipse.glsp.graph.test-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.tests >---------------
[INFO] Building GLSP Server Tests 0.10.0-SNAPSHOT                         [9/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.tests ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.tests ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 0.10.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ SUCCESS [ 21.946 s]
[INFO] org.eclipse.glsp.graph ............................. SUCCESS [ 14.682 s]
[INFO] org.eclipse.glsp.server ............................ SUCCESS [  1.715 s]
[INFO] org.eclipse.glsp.layout ............................ SUCCESS [  1.003 s]
[INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [  0.584 s]
[INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [  0.567 s]
[INFO] org.eclipse.glsp.server.test ....................... SUCCESS [  0.546 s]
[INFO] org.eclipse.glsp.graph.test ........................ SUCCESS [  0.323 s]
[INFO] GLSP Server Tests .................................. SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.612 s
[INFO] Finished at: 2022-03-25T13:56:46Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkstyle)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ mvn checkstyle:check -Pm2 -B
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Parent                                                        [pom]
[INFO] org.eclipse.glsp.graph                                             [jar]
[INFO] org.eclipse.glsp.server                                            [jar]
[INFO] org.eclipse.glsp.layout                                            [jar]
[INFO] org.eclipse.glsp.server.websocket                                  [jar]
[INFO] org.eclipse.glsp.example.workflow                                  [jar]
[INFO] org.eclipse.glsp.server.test                                       [jar]
[INFO] org.eclipse.glsp.graph.test                                        [jar]
[INFO] GLSP Server Tests                                                  [pom]
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >--------------
[INFO] Building GLSP Parent 0.10.0-SNAPSHOT                               [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >---------------
[INFO] Building org.eclipse.glsp.graph 0.10.0-SNAPSHOT                    [2/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.graph ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >--------------
[INFO] Building org.eclipse.glsp.server 0.10.0-SNAPSHOT                   [3/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >--------------
[INFO] Building org.eclipse.glsp.layout 0.10.0-SNAPSHOT                   [4/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.layout ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >---------
[INFO] Building org.eclipse.glsp.server.websocket 0.10.0-SNAPSHOT         [5/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.server.websocket ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >-----
[INFO] Building org.eclipse.glsp.example.workflow 0.10.0-SNAPSHOT         [6/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.example.workflow ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] -----------< org.eclipse.glsp:org.eclipse.glsp.server.test >------------
[INFO] Building org.eclipse.glsp.server.test 0.10.0-SNAPSHOT              [7/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.server.test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.graph.test >------------
[INFO] Building org.eclipse.glsp.graph.test 0.10.0-SNAPSHOT               [8/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.graph.test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.tests >---------------
[INFO] Building GLSP Server Tests 0.10.0-SNAPSHOT                         [9/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.tests ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 0.10.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ SUCCESS [  1.448 s]
[INFO] org.eclipse.glsp.graph ............................. SUCCESS [  1.059 s]
[INFO] org.eclipse.glsp.server ............................ SUCCESS [  2.414 s]
[INFO] org.eclipse.glsp.layout ............................ SUCCESS [  0.162 s]
[INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [  0.118 s]
[INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [  0.504 s]
[INFO] org.eclipse.glsp.server.test ....................... SUCCESS [  0.093 s]
[INFO] org.eclipse.glsp.graph.test ........................ SUCCESS [  0.103 s]
[INFO] GLSP Server Tests .................................. SUCCESS [  0.047 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.128 s
[INFO] Finished at: 2022-03-25T13:56:57Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // timeout
Post stage
[Pipeline] recordIssues
[CheckStyle] Using default pattern '**/checkstyle-result.xml' since user defined pattern is not set
[CheckStyle] Searching for all files in '/home/jenkins/agent/workspace/glsp-server_planger_issues_582-1' that match the pattern '**/checkstyle-result.xml'
[CheckStyle] -> found 9 files
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Skipping post processing
[CheckStyle] No filter has been set, publishing all 0 issues
[CheckStyle] Repository miner is not configured, skipping repository mining
[CheckStyle] Reference build recorder is not configured
[CheckStyle] Obtaining reference build from same job (planger/issues/582-1)
[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 QualityGate: 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-server/planger%2Fissues%2F582-1 #1'.
[GitHub Checks] GitHub check (name: CheckStyle, status: completed) has been published.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ mvn test -Pm2 -B
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Parent                                                        [pom]
[INFO] org.eclipse.glsp.graph                                             [jar]
[INFO] org.eclipse.glsp.server                                            [jar]
[INFO] org.eclipse.glsp.layout                                            [jar]
[INFO] org.eclipse.glsp.server.websocket                                  [jar]
[INFO] org.eclipse.glsp.example.workflow                                  [jar]
[INFO] org.eclipse.glsp.server.test                                       [jar]
[INFO] org.eclipse.glsp.graph.test                                        [jar]
[INFO] GLSP Server Tests                                                  [pom]
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >--------------
[INFO] Building GLSP Parent 0.10.0-SNAPSHOT                               [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >---------------
[INFO] Building org.eclipse.glsp.graph 0.10.0-SNAPSHOT                    [2/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.graph ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/src/main/resources
[INFO] Copying 3 resources to model
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.graph ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.graph ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.graph ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >--------------
[INFO] Building org.eclipse.glsp.server 0.10.0-SNAPSHOT                   [3/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.server ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >--------------
[INFO] Building org.eclipse.glsp.layout 0.10.0-SNAPSHOT                   [4/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.layout ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.layout ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.layout ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.layout ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >---------
[INFO] Building org.eclipse.glsp.server.websocket 0.10.0-SNAPSHOT         [5/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.server.websocket ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.server.websocket ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.server.websocket ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.server.websocket ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >-----
[INFO] Building org.eclipse.glsp.example.workflow 0.10.0-SNAPSHOT         [6/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.example.workflow ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/src/main/resources
[INFO] Copying 2 resources to model
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.example.workflow ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.example.workflow ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.example.workflow ---
[INFO] No tests to run.
[INFO] 
[INFO] -----------< org.eclipse.glsp:org.eclipse.glsp.server.test >------------
[INFO] Building org.eclipse.glsp.server.test 0.10.0-SNAPSHOT              [7/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.server.test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.server.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.server.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.server.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.server.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.glsp.server.internal.util.GenericsUtilTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.glsp.server.internal.util.GenericsUtilTest
[INFO] Running org.eclipse.glsp.server.features.modelsourcewatcher.FileWatcherTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.465 s - in org.eclipse.glsp.server.features.modelsourcewatcher.FileWatcherTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.graph.test >------------
[INFO] Building org.eclipse.glsp.graph.test 0.10.0-SNAPSHOT               [8/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.graph.test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.graph.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.graph.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.graph.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/tests/org.eclipse.glsp.graph.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.graph.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.graph.test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.glsp.graph.impl.GEdgeImplSpecTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.glsp.graph.impl.GEdgeImplSpecTest
[INFO] Running org.eclipse.glsp.graph.GModelIndexWhenDeserializedFromJsonTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.glsp.graph.GModelIndexWhenDeserializedFromJsonTest
[INFO] Running org.eclipse.glsp.graph.ReadAndWriteSModelJsonTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.glsp.graph.ReadAndWriteSModelJsonTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.tests >---------------
[INFO] Building GLSP Server Tests 0.10.0-SNAPSHOT                         [9/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.tests ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 0.10.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ SUCCESS [  1.801 s]
[INFO] org.eclipse.glsp.graph ............................. SUCCESS [  3.689 s]
[INFO] org.eclipse.glsp.server ............................ SUCCESS [  2.463 s]
[INFO] org.eclipse.glsp.layout ............................ SUCCESS [  0.219 s]
[INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [  0.186 s]
[INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [  1.144 s]
[INFO] org.eclipse.glsp.server.test ....................... SUCCESS [  6.254 s]
[INFO] org.eclipse.glsp.graph.test ........................ SUCCESS [  1.748 s]
[INFO] GLSP Server Tests .................................. SUCCESS [  0.040 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.767 s
[INFO] Finished at: 2022-03-25T13:57:30Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: Eclipse-based (P2))
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -Pp2 -B
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.glsp:org.eclipse.glsp.graph:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.graph:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.glsp:org.eclipse.glsp.graph:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/pom.xml
[INFO] Fetching 202103171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/ (63B)
[INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.82kB)
[INFO] Unpacking com.google.gson_2.8.6.v20201231-1626...
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (762.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (762.75kB)
[INFO] Unpacking com.google.guava_30.1.0.v20210127-2300...
[INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (470.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (470.65kB)
[INFO] Unpacking org.eclipse.osgi_3.16.200.v20210226-1447...
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.22kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.7.900.v20210111-0918...
[INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.51kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.8.200.v20210212-1143...
[INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.10.100.v20210212-1143...
[INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB)
[INFO] Unpacking org.eclipse.equinox.common_3.14.100.v20210212-1143...
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB)
[INFO] Unpacking org.eclipse.core.jobs_3.10.1100.v20210111-0815...
[INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB)
[INFO] Unpacking org.eclipse.core.runtime_3.20.100.v20210111-0815...
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (42.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (42.03kB)
[INFO] Unpacking org.eclipse.equinox.app_1.5.100.v20210212-1143...
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.56kB)
[INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210114-1734...
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (484.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (484.19kB)
[INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516...
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.31kB)
[INFO] Unpacking org.apache.log4j_1.2.15.v201012070815...
[INFO] Computing target platform for MavenProject: org.eclipse.glsp:org.eclipse.glsp.server:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/pom.xml
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (743.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (743.15kB)
[INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (239.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (239.31kB)
[INFO] Unpacking com.google.inject_5.0.1.v20210324-2015...
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.07kB)
[INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.68kB)
[INFO] Unpacking org.aopalliance_1.0.0.v201105210816...
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.07kB)
[INFO] Unpacking org.apache.commons.cli_1.4.0.v20200417-1444...
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (104.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (104.22kB)
[INFO] Unpacking org.apache.commons.io_2.8.0.v20210415-0900...
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.81kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
[INFO] Fetching org.eclipse.lsp4j_0.9.0.v20200229-1009.jar from https://download.eclipse.org/lsp4j/updates/releases/0.9.0/plugins/ (629.49kB)
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.9.0.v20200229-1009.jar from https://download.eclipse.org/lsp4j/updates/releases/0.9.0/plugins/ (130.96kB)
[INFO] Fetching javax.websocket_1.1.0.20180730.jar from https://download.eclipse.org/gemini/updates/web/3.0.4/plugins/ (42.28kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (160.53kB)
[INFO] Computing target platform for MavenProject: org.eclipse.glsp:org.eclipse.glsp.server.websocket:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server.websocket:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server.websocket:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/pom.xml
[INFO] Fetching org.eclipse.jetty.osgi-servlet-api_3.1.0.M3.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (241.99kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (744.08kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (155.94kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (608.17kB)
[INFO] Fetching org.eclipse.jetty.websocket.javax.websocket_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (183.5kB)
[INFO] Fetching org.eclipse.jetty.websocket.javax.websocket.server_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (54.23kB)
[INFO] Fetching org.eclipse.lsp4j.websocket_0.9.0.v20200229-1009.jar from https://download.eclipse.org/lsp4j/updates/releases/0.9.0/plugins/ (12.21kB)
[INFO] Fetching org.eclipse.jetty.webapp_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (148.82kB)
[INFO] Fetching org.eclipse.jetty.websocket.api_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (62.01kB)
[INFO] Fetching org.eclipse.jetty.client_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (345.8kB)
[INFO] Fetching org.eclipse.jetty.http_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (236.09kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (192.08kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (128.4kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (74.58kB)
[INFO] Fetching org.eclipse.jetty.xml_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (74.82kB)
[INFO] Fetching org.eclipse.jetty.websocket.client_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.jetty.websocket.common_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (228.79kB)
[INFO] Fetching org.eclipse.jetty.websocket.server_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (52.16kB)
[INFO] Fetching org.eclipse.jetty.websocket.servlet_9.4.44.v20210927.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.44.v20210927/plugins/ (36.57kB)
[INFO] Computing target platform for MavenProject: org.eclipse.glsp:org.eclipse.glsp.layout:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.layout:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.glsp:org.eclipse.glsp.layout:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/pom.xml
[INFO] Fetching org.eclipse.elk.core_0.7.1.jar from https://download.eclipse.org/elk/updates/releases/0.7.1/plugins/ (557.49kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
[INFO] Fetching org.eclipse.elk.graph_0.7.1.jar from https://download.eclipse.org/elk/updates/releases/0.7.1/plugins/ (103.33kB)
[INFO] Computing target platform for MavenProject: org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/pom.xml
[INFO] Fetching org.eclipse.elk.alg.common_0.7.1.jar from https://download.eclipse.org/elk/updates/releases/0.7.1/plugins/ (220.96kB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.7.1.jar from https://download.eclipse.org/elk/updates/releases/0.7.1/plugins/ (1.11MB)
[INFO] Computing target platform for MavenProject: org.eclipse.glsp:org.eclipse.glsp.repository:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.repository:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.glsp:org.eclipse.glsp.repository:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.repository/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.glsp:org.eclipse.glsp.feature:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.feature:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.glsp:org.eclipse.glsp.feature:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.feature/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Parent                                                        [pom]
[INFO] org.eclipse.glsp.graph                                  [eclipse-plugin]
[INFO] org.eclipse.glsp.server                                 [eclipse-plugin]
[INFO] org.eclipse.glsp.server.websocket                       [eclipse-plugin]
[INFO] org.eclipse.glsp.layout                                 [eclipse-plugin]
[INFO] org.eclipse.glsp.example.workflow                       [eclipse-plugin]
[INFO] GLSP P2  Releng                                                    [pom]
[INFO] org.eclipse.glsp.feature                               [eclipse-feature]
[INFO] org.eclipse.glsp.repository                         [eclipse-repository]
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >--------------
[INFO] Building GLSP Parent 0.10.0-SNAPSHOT                               [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.parent ---
[INFO] Deleting /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/target
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >---------------
[INFO] Building org.eclipse.glsp.graph 0.10.0-SNAPSHOT                    [2/9]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.graph ---
[INFO] Deleting /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.graph ---
[INFO] The project's OSGi version is 0.10.0.202203251357
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.glsp.graph ---
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.graph ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.glsp.graph ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >--------------
[INFO] Building org.eclipse.glsp.server 0.10.0-SNAPSHOT                   [3/9]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server ---
[INFO] Deleting /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server ---
[INFO] The project's OSGi version is 0.10.0.202203251357
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.glsp.server ---
[INFO] Compiling 219 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.glsp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >---------
[INFO] Building org.eclipse.glsp.server.websocket 0.10.0-SNAPSHOT         [4/9]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.server.websocket ---
[INFO] Deleting /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server.websocket ---
[INFO] The project's OSGi version is 0.10.0.202203251357
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.glsp.server.websocket ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.server.websocket ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.glsp.server.websocket ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >--------------
[INFO] Building org.eclipse.glsp.layout 0.10.0-SNAPSHOT                   [5/9]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.layout ---
[INFO] Deleting /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.layout ---
[INFO] The project's OSGi version is 0.10.0.202203251357
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.glsp.layout ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.layout ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.glsp.layout ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >-----
[INFO] Building org.eclipse.glsp.example.workflow 0.10.0-SNAPSHOT         [6/9]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.example.workflow ---
[INFO] Deleting /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.example.workflow ---
[INFO] The project's OSGi version is 0.10.0.202203251357
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.glsp.example.workflow ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.example.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-0.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.glsp.example.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.releng >--------------
[INFO] Building GLSP P2  Releng 0.10.0-SNAPSHOT                           [7/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] -------------< org.eclipse.glsp:org.eclipse.glsp.feature >--------------
[INFO] Building org.eclipse.glsp.feature 0.10.0-SNAPSHOT                  [8/9]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.feature ---
[INFO] The project's OSGi version is 0.10.0.202203251357
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.glsp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.feature/target/org.eclipse.glsp.feature-0.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.glsp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.feature/target/org.eclipse.glsp.feature-0.10.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.repository >------------
[INFO] Building org.eclipse.glsp.repository 0.10.0-SNAPSHOT               [9/9]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.glsp.repository ---
[INFO] Clean is skipped.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.repository ---
[INFO] The project's OSGi version is 0.10.0.202203251357
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.glsp.repository ---
[INFO] Clean is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.repository/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.glsp.repository ---
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-categories (default-publish-categories) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.glsp.repository ---
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.57kB)
[INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900...
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (284.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (284.7kB)
[INFO] Unpacking org.junit_4.12.0.v201504281640...
[INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (63.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (63.4kB)
[INFO] Unpacking org.junit.jupiter.api_5.7.1.v20210222-1948...
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.18kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.79kB)
[INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900...
[INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (51.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (51.05kB)
[INFO] Unpacking org.junit.platform.commons_1.7.1.v20210222-1948...
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.3.0:archive-repository (default-archive-repository) @ org.eclipse.glsp.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/glsp-server_planger_issues_582-1/releng/org.eclipse.glsp.repository/target/org.eclipse.glsp.repository-0.10.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 0.10.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ SUCCESS [  0.067 s]
[INFO] org.eclipse.glsp.graph ............................. SUCCESS [  4.830 s]
[INFO] org.eclipse.glsp.server ............................ SUCCESS [  1.345 s]
[INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [  0.415 s]
[INFO] org.eclipse.glsp.layout ............................ SUCCESS [  0.234 s]
[INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [  0.661 s]
[INFO] GLSP P2  Releng .................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.glsp.feature ........................... SUCCESS [  0.105 s]
[INFO] org.eclipse.glsp.repository ........................ SUCCESS [  3.795 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  43.561 s
[INFO] Finished at: 2022-03-25T13:58:18Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master only)" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] withChecks
[Pipeline] {
[GitHub Checks] GitHub check (name: Tests, status: in_progress) has been published.
[Pipeline] junit
Recording test results
[GitHub Checks] GitHub check (name: Tests, status: completed) has been published.
[Pipeline] }
[Pipeline] // withChecks
[Pipeline] recordIssues
[Maven] Sleeping for 5 seconds due to JENKINS-32191...
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/glsp-server_planger_issues_582-1')
[Maven] -> found 0 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/glsp-server_planger_issues_582-1')
[Maven] -> found 0 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 0 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/glsp-server_planger_issues_582-1')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 0 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Reference build recorder is not configured
[Maven] Obtaining reference build from same job (planger/issues/582-1)
[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 0 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'eclipse-glsp/glsp-server/planger%2Fissues%2F582-1 #1'.
[Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/glsp-server_planger_issues_582-1')
[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 (planger/issues/582-1)
[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-server/planger%2Fissues%2F582-1 #1'.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published.
Finished: SUCCESS