Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glsp-build] Build eclipse-glsp/glsp-server/master (#71) FAILURE

Job: eclipse-glsp/glsp-server/master
Build Number: 71
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-server/job/master/71/
Started by user Tobias Ortmayr
Running as Tobias Ortmayr
Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 2e28a69112b03d4831177c8e61eddcfd6051207d
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-x2nbz is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-x2nbz"
  namespace: "glsp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-x2nbz"
    - 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-x2nbz"
    - 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-3044.vb_940a_a_e4f72e"
    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-x2nbz in /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master
[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/eclipse-glsp_glsp-server_master # 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/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 2e28a69112b03d4831177c8e61eddcfd6051207d (master)
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-server.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2e28a69112b03d4831177c8e61eddcfd6051207d # timeout=10
Commit message: "chore: align startup message to include port number (#195)"
 > git rev-list --no-walk 2e28a69112b03d4831177c8e61eddcfd6051207d # timeout=10
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[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.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
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.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/targetplatforms/r2022-12.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@59d09ff3...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, test], MissingManifestStrategy = GENERATE, IncludeSource = false...
[INFO] Resolving MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = false...
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.logging.log4j, ArtifactId = log4j-slf4j2-impl, Version = 2.19.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.logging.log4j, ArtifactId = log4j-core, Version = 2.19.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.logging.log4j, ArtifactId = log4j-api, Version = 2.19.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = false...
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.graph:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.graph/pom.xml
[INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B)
[INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.99kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB)
[INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB)
[INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server/pom.xml
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.54kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB)
[INFO] Fetching org.eclipse.lsp4j_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.2kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server.emf:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.emf/pom.xml
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.77kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.server.websocket:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.websocket/pom.xml
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.03kB)
[INFO] Fetching org.eclipse.lsp4j.websocket_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.01kB)
[INFO] Fetching jetty-servlet10.0.13jar from mvn:org.eclipse.jetty:jetty-servlet:10.0.13:jar:
[INFO] Fetching jetty-util10.0.13jar from mvn:org.eclipse.jetty:jetty-util:10.0.13:jar:
[INFO] Fetching jetty-server10.0.13jar from mvn:org.eclipse.jetty:jetty-server:10.0.13:jar:
[INFO] Fetching jetty-webapp10.0.13jar from mvn:org.eclipse.jetty:jetty-webapp:10.0.13:jar:
[INFO] Fetching jetty-http10.0.13jar from mvn:org.eclipse.jetty:jetty-http:10.0.13:jar:
[INFO] Fetching jetty-io10.0.13jar from mvn:org.eclipse.jetty:jetty-io:10.0.13:jar:
[INFO] Fetching jetty-client10.0.13jar from mvn:org.eclipse.jetty:jetty-client:10.0.13:jar:
[INFO] Fetching websocket-javax-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-client:10.0.13:jar:
[INFO] Fetching websocket-javax-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-server:10.0.13:jar:
[INFO] Fetching websocket-javax-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-common:10.0.13:jar:
[INFO] Fetching websocket-core-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-common:10.0.13:jar:
[INFO] Fetching websocket-core-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-client:10.0.13:jar:
[INFO] Fetching websocket-servlet10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-servlet:10.0.13:jar:
[INFO] Fetching websocket-core-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-server:10.0.13:jar:
[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 jetty-alpn-client10.0.13jar from mvn:org.eclipse.jetty:jetty-alpn-client:10.0.13:jar:
[INFO] Fetching jetty-security10.0.13jar from mvn:org.eclipse.jetty:jetty-security:10.0.13:jar:
[INFO] Fetching jetty-xml10.0.13jar from mvn:org.eclipse.jetty:jetty-xml:10.0.13:jar:
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.layout:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.layout/pom.xml
[INFO] Fetching org.eclipse.elk.core_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (558.52kB)
[INFO] Fetching org.eclipse.elk.graph_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (105.15kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.example:org.eclipse.glsp.example.workflow:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/examples/org.eclipse.glsp.example.workflow/pom.xml
[INFO] Fetching org.eclipse.elk.alg.common_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (224.57kB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (1.13MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.repository:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/releng/org.eclipse.glsp.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp:org.eclipse.glsp.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/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.emf                             [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 1.1.0-SNAPSHOT                               [1/10]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >---------------
[INFO] Building org.eclipse.glsp.graph 1.1.0-SNAPSHOT                    [2/10]
[INFO]   from plugins/org.eclipse.glsp.graph/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.graph ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.graph ---
[INFO] Resolving class path of org.eclipse.glsp.graph...
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.graph/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.glsp.graph ---
[INFO] Compiling 103 source files to /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.graph/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.graph/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.glsp.graph ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.graph ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.graph ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.graph/target/org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.graph ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.glsp.graph ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >--------------
[INFO] Building org.eclipse.glsp.server 1.1.0-SNAPSHOT                   [3/10]
[INFO]   from plugins/org.eclipse.glsp.server/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.server ---
[INFO] Resolving class path of org.eclipse.glsp.server...
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.glsp.server ---
[INFO] Compiling 223 source files to /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.glsp.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server/target/org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.server ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.glsp.server ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.server.emf >------------
[INFO] Building org.eclipse.glsp.server.emf 1.1.0-SNAPSHOT               [4/10]
[INFO]   from plugins/org.eclipse.glsp.server.emf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server.emf ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.server.emf ---
[INFO] Resolving class path of org.eclipse.glsp.server.emf...
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.glsp.server.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.emf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.glsp.server.emf ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.emf/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.server.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.emf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.glsp.server.emf ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.server.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.emf/target/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.server.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.emf/target/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.server.emf ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.glsp.server.emf ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >---------
[INFO] Building org.eclipse.glsp.server.websocket 1.1.0-SNAPSHOT         [5/10]
[INFO]   from plugins/org.eclipse.glsp.server.websocket/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.server.websocket ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.server.websocket ---
[INFO] Resolving class path of org.eclipse.glsp.server.websocket...
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.websocket/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.glsp.server.websocket ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.websocket/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.server.websocket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.websocket/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.glsp.server.websocket ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.server.websocket ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.server.websocket ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.server.websocket/target/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.server.websocket ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.glsp.server.websocket ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >--------------
[INFO] Building org.eclipse.glsp.layout 1.1.0-SNAPSHOT                   [6/10]
[INFO]   from plugins/org.eclipse.glsp.layout/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.layout ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.layout ---
[INFO] Resolving class path of org.eclipse.glsp.layout...
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.layout/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.glsp.layout ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.layout/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.layout ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.layout/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.glsp.layout ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.layout ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.layout ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/plugins/org.eclipse.glsp.layout/target/org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.layout ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.glsp.layout ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >-----
[INFO] Building org.eclipse.glsp.example.workflow 1.1.0-SNAPSHOT         [7/10]
[INFO]   from examples/org.eclipse.glsp.example.workflow/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.example.workflow ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.example.workflow ---
[INFO] Resolving class path of org.eclipse.glsp.example.workflow...
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/examples/org.eclipse.glsp.example.workflow/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.glsp.example.workflow ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/examples/org.eclipse.glsp.example.workflow/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.glsp.example.workflow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/examples/org.eclipse.glsp.example.workflow/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.glsp.example.workflow ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.example.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.example.workflow ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/examples/org.eclipse.glsp.example.workflow/target/org.eclipse.glsp.example.workflow-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.example.workflow ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.glsp.example.workflow ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.releng >--------------
[INFO] Building GLSP P2  Releng 1.1.0-SNAPSHOT                           [8/10]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.releng ---
[INFO] 
[INFO] -------------< org.eclipse.glsp:org.eclipse.glsp.feature >--------------
[INFO] Building org.eclipse.glsp.feature 1.1.0-SNAPSHOT                  [9/10]
[INFO]   from releng/org.eclipse.glsp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/releng/org.eclipse.glsp.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.feature ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.glsp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/releng/org.eclipse.glsp.feature/target/org.eclipse.glsp.feature-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/releng/org.eclipse.glsp.feature/target/org.eclipse.glsp.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.feature ---
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.repository >------------
[INFO] Building org.eclipse.glsp.repository 1.1.0-SNAPSHOT              [10/10]
[INFO]   from releng/org.eclipse.glsp.repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.glsp.repository ---
[INFO] Clean is skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.repository ---
[INFO] The project's OSGi version is 1.1.0.202304070817
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.glsp.repository ---
[INFO] Clean is skipped.
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.glsp.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/releng/org.eclipse.glsp.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.glsp.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.glsp.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.glsp.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.glsp.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.glsp.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.objectweb.asm.tree_9.4.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.43kB)
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.glsp.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/eclipse-glsp_glsp-server_master/releng/org.eclipse.glsp.repository/target/org.eclipse.glsp.repository-1.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.repository ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 1.1.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ SUCCESS [  0.101 s]
[INFO] org.eclipse.glsp.graph ............................. SUCCESS [ 10.469 s]
[INFO] org.eclipse.glsp.server ............................ SUCCESS [  2.805 s]
[INFO] org.eclipse.glsp.server.emf ........................ SUCCESS [  1.036 s]
[INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [  2.807 s]
[INFO] org.eclipse.glsp.layout ............................ SUCCESS [  3.578 s]
[INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [  1.613 s]
[INFO] GLSP P2  Releng .................................... SUCCESS [  0.008 s]
[INFO] org.eclipse.glsp.feature ........................... SUCCESS [  0.268 s]
[INFO] org.eclipse.glsp.repository ........................ SUCCESS [  3.776 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  57.950 s
[INFO] Finished at: 2023-04-07T08:17:57Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: Plain Maven (M2))
[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 -Pm2 -B -Dcheckstyle.skip -DskipTests
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
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.17.13-200.fc35.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.emf                                        [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 1.1.0-SNAPSHOT                               [1/10]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] Parameter 'argLine' is unknown for plugin 'maven-source-plugin:3.2.0:jar-no-fork (attach-sources)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.glsp.parent ---
[INFO] 
[INFO] --- checkstyle:3.1.1:check (default) @ org.eclipse.glsp.parent ---
[WARNING] Could not transfer metadata org.eclipse.emfcloud:org.eclipse.emfcloud.checkstyle:0.1.0-SNAPSHOT/maven-metadata.xml from/to sonatype (https://oss.sonatype.org/content/groups/public): status code: 504, reason phrase: Gateway Time-out (504)
[WARNING] org.eclipse.emfcloud:org.eclipse.emfcloud.checkstyle:0.1.0-SNAPSHOT/maven-metadata.xml failed to transfer from https://oss.sonatype.org/content/groups/public during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emfcloud:org.eclipse.emfcloud.checkstyle:0.1.0-SNAPSHOT/maven-metadata.xml from/to sonatype (https://oss.sonatype.org/content/groups/public): status code: 504, reason phrase: Gateway Time-out (504)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 1.1.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ FAILURE [ 27.632 s]
[INFO] org.eclipse.glsp.graph ............................. SKIPPED
[INFO] org.eclipse.glsp.server ............................ SKIPPED
[INFO] org.eclipse.glsp.layout ............................ SKIPPED
[INFO] org.eclipse.glsp.server.emf ........................ SKIPPED
[INFO] org.eclipse.glsp.server.websocket .................. SKIPPED
[INFO] org.eclipse.glsp.example.workflow .................. SKIPPED
[INFO] org.eclipse.glsp.server.test ....................... SKIPPED
[INFO] org.eclipse.glsp.graph.test ........................ SKIPPED
[INFO] GLSP Server Tests .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.907 s
[INFO] Finished at: 2023-04-07T08:18:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:check (default) on project org.eclipse.glsp.parent: Execution default of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-checkstyle-plugin:jar:3.1.1 -> org.eclipse.emfcloud:org.eclipse.emfcloud.checkstyle:jar:0.1.0-SNAPSHOT: Failed to read artifact descriptor for org.eclipse.emfcloud:org.eclipse.emfcloud.checkstyle:jar:0.1.0-SNAPSHOT: Could not transfer artifact org.eclipse.emfcloud:org.eclipse.emfcloud.checkstyle:pom:0.1.0-SNAPSHOT from/to sonatype (https://oss.sonatype.org/content/groups/public): status code: 504, reason phrase: Gateway Time-out (504) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: fatjar)
Stage "Build: fatjar" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkstyle)
Stage "Checkstyle" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests)
Stage "Tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Deploy P2)
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy M2)
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Build result FAILURE: Send email notification to glsp-build@xxxxxxxxxxx
[Pipeline] emailext
Sending email to: glsp-build@xxxxxxxxxxx

Back to the top