Skip to content
Success

Console Output

Branch indexing
09:51:54 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained releng/build.Jenkinsfile from 40de44ac4d8077f39e475ddeb49e5137291eae61
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-153-jhg2t-n3r8g-jvrvz
Agent lsp4j-multi-build-main-153-jhg2t-n3r8g-jvrvz is provisioned from template lsp4j-multi-build_main_153-jhg2t-n3r8g
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/153/"
    runUrl: "job/lsp4j-multi-build/job/main/153/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "7b1d018d6e43349b186365674c315f2788e87a89"
    jenkins/label: "lsp4j-multi-build_main_153-jhg2t"
  name: "lsp4j-multi-build-main-153-jhg2t-n3r8g-jvrvz"
  namespace: "lsp4j"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lsp4j.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "lsp4j-multi-build-main-153-jhg2t-n3r8g-jvrvz"
    - 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: "lsp4j-multi-build-main-153-jhg2t-n3r8g-jvrvz"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    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/.m2/repository"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins"
      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-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-4"
      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-lsp4j"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - emptyDir:
      medium: ""
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on lsp4j-multi-build-main-153-jhg2t-n3r8g-jvrvz in /home/jenkins/agent/workspace/lsp4j-multi-build_main
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/lsp4j.git
 > git init /home/jenkins/agent/workspace/lsp4j-multi-build_main # timeout=10
Fetching upstream changes from https://github.com/eclipse/lsp4j.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/lsp4j.git +refs/heads/main:refs/remotes/origin/main # timeout=10
Avoid second fetch
Checking out Revision 40de44ac4d8077f39e475ddeb49e5137291eae61 (main)
Commit message: "Prepare repo for 0.23.0 release"
 > git config remote.origin.url https://github.com/eclipse/lsp4j.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40de44ac4d8077f39e475ddeb49e5137291eae61 # timeout=10
 > git rev-list --no-walk 40de44ac4d8077f39e475ddeb49e5137291eae61 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clean)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:52:05 [2024-05-14T13:52:05.293Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:52:05 [2024-05-14T13:52:05.678Z] + git status --ignored
09:52:05 [2024-05-14T13:52:05.678Z] HEAD detached at 40de44a
09:52:05 [2024-05-14T13:52:05.678Z] nothing to commit, working tree clean
09:52:05 [2024-05-14T13:52:05.678Z] + git clean -dfx
09:52:05 [2024-05-14T13:52:05.678Z] + git reset --hard HEAD
09:52:05 [2024-05-14T13:52:05.678Z] HEAD is now at 40de44a Prepare repo for 0.23.0 release
09:52:05 [2024-05-14T13:52:05.678Z] + git status --ignored
09:52:05 [2024-05-14T13:52:05.678Z] HEAD detached at 40de44a
09:52:05 [2024-05-14T13:52:05.678Z] nothing to commit, working tree clean
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gradle)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:52:05 [2024-05-14T13:52:05.773Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:52:06 [2024-05-14T13:52:06.056Z] + echo /opt/tools/java/temurin/jdk-11/latest
09:52:06 [2024-05-14T13:52:06.056Z] /opt/tools/java/temurin/jdk-11/latest
[Pipeline] sh
09:52:06 [2024-05-14T13:52:06.336Z] + java -version
09:52:06 [2024-05-14T13:52:06.336Z] openjdk version "11.0.22" 2024-01-16
09:52:06 [2024-05-14T13:52:06.336Z] OpenJDK Runtime Environment Temurin-11.0.22+7 (build 11.0.22+7)
09:52:06 [2024-05-14T13:52:06.336Z] OpenJDK 64-Bit Server VM Temurin-11.0.22+7 (build 11.0.22+7, mixed mode)
[Pipeline] sh
09:52:06 [2024-05-14T13:52:06.617Z] + which java
09:52:06 [2024-05-14T13:52:06.617Z] /opt/tools/java/temurin/jdk-11/latest/bin/java
[Pipeline] sh
09:52:06 [2024-05-14T13:52:06.900Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
09:52:06 [2024-05-14T13:52:06.900Z] Downloading https://services.gradle.org/distributions/gradle-8.6-bin.zip
09:52:08 [2024-05-14T13:52:08.348Z] ............10%.............20%............30%.............40%.............50%............60%.............70%.............80%............90%.............100%
09:52:09 [2024-05-14T13:52:09.723Z] 
09:52:09 [2024-05-14T13:52:09.723Z] Welcome to Gradle 8.6!
09:52:09 [2024-05-14T13:52:09.723Z] 
09:52:09 [2024-05-14T13:52:09.723Z] Here are the highlights of this release:
09:52:09 [2024-05-14T13:52:09.723Z]  - Configurable encryption key for configuration cache
09:52:09 [2024-05-14T13:52:09.723Z]  - Build init improvements
09:52:09 [2024-05-14T13:52:09.723Z]  - Build authoring improvements
09:52:09 [2024-05-14T13:52:09.723Z] 
09:52:09 [2024-05-14T13:52:09.723Z] For more details see https://docs.gradle.org/8.6/release-notes.html
09:52:09 [2024-05-14T13:52:09.723Z] 
09:52:09 [2024-05-14T13:52:09.979Z] To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
09:52:11 [2024-05-14T13:52:11.357Z] Daemon will be stopped at the end of the build 
09:52:26 [2024-05-14T13:52:26.288Z] > Task :clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE
09:52:26 [2024-05-14T13:52:26.288Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE
09:52:26 [2024-05-14T13:52:26.572Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava
09:52:26 [2024-05-14T13:52:26.572Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources
09:52:26 [2024-05-14T13:52:26.572Z] > Task :org.eclipse.lsp4j.jsonrpc:classes
09:52:27 [2024-05-14T13:52:27.503Z] > Task :org.eclipse.lsp4j.jsonrpc:jar
09:52:35 [2024-05-14T13:52:35.613Z] > Task :org.eclipse.lsp4j.generator:generateXtext
09:52:36 [2024-05-14T13:52:36.216Z] > Task :org.eclipse.lsp4j.generator:compileJava
09:52:36 [2024-05-14T13:52:36.216Z] > Task :org.eclipse.lsp4j.generator:processResources
09:52:36 [2024-05-14T13:52:36.216Z] > Task :org.eclipse.lsp4j.generator:classes
09:52:36 [2024-05-14T13:52:36.216Z] > Task :org.eclipse.lsp4j.generator:jar
09:52:51 [2024-05-14T13:52:51.115Z] 
09:52:51 [2024-05-14T13:52:51.115Z] > Task :org.eclipse.lsp4j:generateXtext
09:52:51 [2024-05-14T13:52:51.115Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 23 column : 8)
09:52:51 [2024-05-14T13:52:51.115Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 35 column : 74)
09:52:51 [2024-05-14T13:52:51.115Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 36 column : 64)
09:52:51 [2024-05-14T13:52:51.116Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 41 column : 28)
09:52:51 [2024-05-14T13:52:51.116Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 41 column : 80)
09:52:51 [2024-05-14T13:52:51.116Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 50 column : 29)
09:52:51 [2024-05-14T13:52:51.116Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 50 column : 81)
09:52:51 [2024-05-14T13:52:51.116Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 51 column : 53)
09:52:51 [2024-05-14T13:52:51.116Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 59 column : 73)
09:52:53 [2024-05-14T13:52:53.669Z] 
09:52:53 [2024-05-14T13:52:53.669Z] > Task :org.eclipse.lsp4j:compileJava
09:52:53 [2024-05-14T13:52:53.669Z] Note: Some input files use or override a deprecated API.
09:52:53 [2024-05-14T13:52:53.669Z] Note: Recompile with -Xlint:deprecation for details.
09:52:53 [2024-05-14T13:52:53.669Z] Note: Some input files use unchecked or unsafe operations.
09:52:53 [2024-05-14T13:52:53.669Z] Note: Recompile with -Xlint:unchecked for details.
09:52:53 [2024-05-14T13:52:53.927Z] 
09:52:53 [2024-05-14T13:52:53.927Z] > Task :org.eclipse.lsp4j:processResources
09:52:53 [2024-05-14T13:52:53.927Z] > Task :org.eclipse.lsp4j:classes
09:52:54 [2024-05-14T13:52:54.525Z] > Task :org.eclipse.lsp4j:jar
09:52:59 [2024-05-14T13:52:59.815Z] > Task :org.eclipse.lsp4j:javadoc
09:52:59 [2024-05-14T13:52:59.815Z] > Task :org.eclipse.lsp4j:javadocJar
09:52:59 [2024-05-14T13:52:59.815Z] > Task :org.eclipse.lsp4j:genSourcesManifest
09:52:59 [2024-05-14T13:52:59.815Z] > Task :org.eclipse.lsp4j:sourcesJar
09:52:59 [2024-05-14T13:52:59.815Z] > Task :org.eclipse.lsp4j:assemble
09:53:01 [2024-05-14T13:53:01.720Z] 
09:53:01 [2024-05-14T13:53:01.720Z] > Task :org.eclipse.lsp4j:generateTestXtext
09:53:01 [2024-05-14T13:53:01.720Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonSerializeTest.xtend line : 142 column : 5)
09:53:01 [2024-05-14T13:53:01.720Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonSerializeTest.xtend line : 165 column : 5)
09:53:01 [2024-05-14T13:53:01.720Z] WARNING:The method setRangeLength(Integer) from the type TextDocumentContentChangeEvent is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonSerializeTest.xtend line : 389 column : 7)
09:53:02 [2024-05-14T13:53:02.015Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 57 column : 8)
09:53:02 [2024-05-14T13:53:02.015Z] WARNING:The method setRangeLength(Integer) from the type TextDocumentContentChangeEvent is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 249 column : 7)
09:53:02 [2024-05-14T13:53:02.015Z] WARNING:The constructor SymbolInformation() is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 453 column : 9)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The method setName(String) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 454 column : 6)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The method setKind(SymbolKind) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 455 column : 6)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The method setLocation(Location) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 456 column : 6)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The constructor MarkedString() is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1065 column : 49)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The method setLanguage(String) from the type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1066 column : 6)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The method setValue(String) from the type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1067 column : 6)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1065 column : 65)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1458 column : 5)
09:53:02 [2024-05-14T13:53:02.016Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1557 column : 5)
09:53:02 [2024-05-14T13:53:02.947Z] WARNING:The constructor SymbolInformation() is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 35 column : 18)
09:53:02 [2024-05-14T13:53:02.947Z] WARNING:The method setName(String) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 36 column : 7)
09:53:02 [2024-05-14T13:53:02.947Z] WARNING:The method setKind(SymbolKind) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 37 column : 7)
09:53:02 [2024-05-14T13:53:02.947Z] WARNING:The method setLocation(Location) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 38 column : 7)
09:53:04 [2024-05-14T13:53:04.881Z] 
09:53:04 [2024-05-14T13:53:04.881Z] > Task :org.eclipse.lsp4j:compileTestJava
09:53:04 [2024-05-14T13:53:04.881Z] Note: Some input files use or override a deprecated API.
09:53:04 [2024-05-14T13:53:04.881Z] Note: Recompile with -Xlint:deprecation for details.
09:53:04 [2024-05-14T13:53:04.881Z] Note: /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/xtend-gen/org/eclipse/lsp4j/test/NoAnnotationTest.java uses unchecked or unsafe operations.
09:53:04 [2024-05-14T13:53:04.881Z] Note: Recompile with -Xlint:unchecked for details.
09:53:04 [2024-05-14T13:53:04.881Z] 
09:53:04 [2024-05-14T13:53:04.881Z] > Task :org.eclipse.lsp4j:processTestResources NO-SOURCE
09:53:04 [2024-05-14T13:53:04.881Z] > Task :org.eclipse.lsp4j:testClasses
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j:test
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j:check
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j:build
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateXtext NO-SOURCE
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileJava
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processResources NO-SOURCE
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:classes
09:53:10 [2024-05-14T13:53:10.197Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:jar
09:53:11 [2024-05-14T13:53:11.126Z] > Task :org.eclipse.lsp4j.debug:generateXtext
09:53:12 [2024-05-14T13:53:12.115Z] > Task :org.eclipse.lsp4j.debug:compileJava
09:53:12 [2024-05-14T13:53:12.115Z] > Task :org.eclipse.lsp4j.debug:processResources NO-SOURCE
09:53:12 [2024-05-14T13:53:12.115Z] > Task :org.eclipse.lsp4j.debug:classes
09:53:12 [2024-05-14T13:53:12.115Z] > Task :org.eclipse.lsp4j.debug:jar
09:53:15 [2024-05-14T13:53:15.434Z] > Task :org.eclipse.lsp4j.debug:javadoc
09:53:15 [2024-05-14T13:53:15.434Z] > Task :org.eclipse.lsp4j.debug:javadocJar
09:53:15 [2024-05-14T13:53:15.435Z] > Task :org.eclipse.lsp4j.debug:genSourcesManifest
09:53:15 [2024-05-14T13:53:15.435Z] > Task :org.eclipse.lsp4j.debug:sourcesJar
09:53:15 [2024-05-14T13:53:15.435Z] > Task :org.eclipse.lsp4j.debug:assemble
09:53:15 [2024-05-14T13:53:15.435Z] > Task :org.eclipse.lsp4j.debug:generateTestXtext NO-SOURCE
09:53:15 [2024-05-14T13:53:15.435Z] > Task :org.eclipse.lsp4j.debug:compileTestJava
09:53:15 [2024-05-14T13:53:15.435Z] > Task :org.eclipse.lsp4j.debug:processTestResources NO-SOURCE
09:53:15 [2024-05-14T13:53:15.435Z] > Task :org.eclipse.lsp4j.debug:testClasses
09:53:18 [2024-05-14T13:53:18.722Z] > Task :org.eclipse.lsp4j.debug:test
09:53:18 [2024-05-14T13:53:18.722Z] > Task :org.eclipse.lsp4j.debug:check
09:53:18 [2024-05-14T13:53:18.722Z] > Task :org.eclipse.lsp4j.debug:build
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:javadoc
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:javadocJar
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:genSourcesManifest
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:sourcesJar
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:assemble
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:generateTestXtext NO-SOURCE
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:compileTestJava NO-SOURCE
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:processTestResources NO-SOURCE
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:testClasses UP-TO-DATE
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:test NO-SOURCE
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:check UP-TO-DATE
09:53:20 [2024-05-14T13:53:20.089Z] > Task :org.eclipse.lsp4j.generator:build
09:53:22 [2024-05-14T13:53:22.617Z] > Task :org.eclipse.lsp4j.jsonrpc:javadoc
09:53:22 [2024-05-14T13:53:22.617Z] > Task :org.eclipse.lsp4j.jsonrpc:javadocJar
09:53:22 [2024-05-14T13:53:22.617Z] > Task :org.eclipse.lsp4j.jsonrpc:genSourcesManifest
09:53:22 [2024-05-14T13:53:22.617Z] > Task :org.eclipse.lsp4j.jsonrpc:sourcesJar
09:53:22 [2024-05-14T13:53:22.617Z] > Task :org.eclipse.lsp4j.jsonrpc:assemble
09:53:22 [2024-05-14T13:53:22.617Z] > Task :org.eclipse.lsp4j.jsonrpc:generateTestXtext NO-SOURCE
09:53:23 [2024-05-14T13:53:23.179Z] > Task :org.eclipse.lsp4j.jsonrpc:compileTestJava
09:53:23 [2024-05-14T13:53:23.179Z] > Task :org.eclipse.lsp4j.jsonrpc:processTestResources NO-SOURCE
09:53:23 [2024-05-14T13:53:23.179Z] > Task :org.eclipse.lsp4j.jsonrpc:testClasses
09:53:24 [2024-05-14T13:53:24.545Z] > Task :org.eclipse.lsp4j.jsonrpc:test
09:53:24 [2024-05-14T13:53:24.545Z] > Task :org.eclipse.lsp4j.jsonrpc:check
09:53:24 [2024-05-14T13:53:24.545Z] > Task :org.eclipse.lsp4j.jsonrpc:build
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadoc
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadocJar
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:genSourcesManifest
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:sourcesJar
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:assemble
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateTestXtext NO-SOURCE
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileTestJava
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processTestResources NO-SOURCE
09:53:26 [2024-05-14T13:53:26.444Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:testClasses
09:53:27 [2024-05-14T13:53:27.818Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:test
09:53:27 [2024-05-14T13:53:27.818Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:check
09:53:27 [2024-05-14T13:53:27.818Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:build
09:53:27 [2024-05-14T13:53:27.818Z] > Task :org.eclipse.lsp4j.websocket:generateXtext NO-SOURCE
09:53:27 [2024-05-14T13:53:27.818Z] 
09:53:27 [2024-05-14T13:53:27.818Z] > Task :org.eclipse.lsp4j.websocket:compileJava
09:53:27 [2024-05-14T13:53:27.818Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/main/java/org/eclipse/lsp4j/websocket/WebSocketEndpoint.java:33: warning: [removal] WebSocketLauncherBuilder in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:27 [2024-05-14T13:53:27.818Z] 		WebSocketLauncherBuilder<T> builder = new WebSocketLauncherBuilder<>();
09:53:27 [2024-05-14T13:53:27.818Z] 		^
09:53:27 [2024-05-14T13:53:27.818Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/main/java/org/eclipse/lsp4j/websocket/WebSocketEndpoint.java:33: warning: [removal] WebSocketLauncherBuilder in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:27 [2024-05-14T13:53:27.819Z] 		WebSocketLauncherBuilder<T> builder = new WebSocketLauncherBuilder<>();
09:53:27 [2024-05-14T13:53:27.819Z] 		                                          ^
09:53:27 [2024-05-14T13:53:27.819Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/main/java/org/eclipse/lsp4j/websocket/WebSocketLauncherBuilder.java:64: warning: [removal] WebSocketMessageConsumer in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:27 [2024-05-14T13:53:27.819Z] 		MessageConsumer outgoingMessageStream = new WebSocketMessageConsumer(session, jsonHandler);
09:53:27 [2024-05-14T13:53:27.819Z] 		                                            ^
09:53:27 [2024-05-14T13:53:27.819Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/main/java/org/eclipse/lsp4j/websocket/WebSocketLauncherBuilder.java:79: warning: [removal] WebSocketMessageHandler in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:27 [2024-05-14T13:53:27.819Z] 		session.addMessageHandler(new WebSocketMessageHandler(messageConsumer, jsonHandler, remoteEndpoint));
09:53:27 [2024-05-14T13:53:27.819Z] 		                              ^
09:53:27 [2024-05-14T13:53:27.819Z] 4 warnings
09:53:27 [2024-05-14T13:53:27.819Z] 
09:53:27 [2024-05-14T13:53:27.819Z] > Task :org.eclipse.lsp4j.websocket:processResources NO-SOURCE
09:53:27 [2024-05-14T13:53:27.819Z] > Task :org.eclipse.lsp4j.websocket:classes
09:53:27 [2024-05-14T13:53:27.819Z] > Task :org.eclipse.lsp4j.websocket:jar
09:53:29 [2024-05-14T13:53:29.184Z] > Task :org.eclipse.lsp4j.websocket:javadoc
09:53:29 [2024-05-14T13:53:29.184Z] > Task :org.eclipse.lsp4j.websocket:javadocJar
09:53:29 [2024-05-14T13:53:29.184Z] > Task :org.eclipse.lsp4j.websocket:genSourcesManifest
09:53:29 [2024-05-14T13:53:29.184Z] > Task :org.eclipse.lsp4j.websocket:sourcesJar
09:53:29 [2024-05-14T13:53:29.184Z] > Task :org.eclipse.lsp4j.websocket:assemble
09:53:29 [2024-05-14T13:53:29.184Z] > Task :org.eclipse.lsp4j.websocket:generateTestXtext NO-SOURCE
09:53:29 [2024-05-14T13:53:29.184Z] 
09:53:29 [2024-05-14T13:53:29.184Z] > Task :org.eclipse.lsp4j.websocket:compileTestJava
09:53:29 [2024-05-14T13:53:29.184Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/test/java/org/eclipse/lsp4j/websocket/test/MockConnectionTest.java:155: warning: [removal] WebSocketEndpoint in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:29 [2024-05-14T13:53:29.184Z] 	private class ClientSideEndpoint extends WebSocketEndpoint<ServerInterface> {
09:53:29 [2024-05-14T13:53:29.184Z] 	                                         ^
09:53:29 [2024-05-14T13:53:29.185Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/test/java/org/eclipse/lsp4j/websocket/test/MockConnectionTest.java:155: warning: [removal] WebSocketEndpoint in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:29 [2024-05-14T13:53:29.185Z] 	private class ClientSideEndpoint extends WebSocketEndpoint<ServerInterface> {
09:53:29 [2024-05-14T13:53:29.185Z] 	                                         ^
09:53:29 [2024-05-14T13:53:29.185Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/test/java/org/eclipse/lsp4j/websocket/test/MockConnectionTest.java:171: warning: [removal] WebSocketEndpoint in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:29 [2024-05-14T13:53:29.185Z] 	private class ServerSideEndpoint extends WebSocketEndpoint<ClientInterface> {
09:53:29 [2024-05-14T13:53:29.185Z] 	                                         ^
09:53:29 [2024-05-14T13:53:29.185Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/test/java/org/eclipse/lsp4j/websocket/test/MockConnectionTest.java:171: warning: [removal] WebSocketEndpoint in org.eclipse.lsp4j.websocket has been deprecated and marked for removal
09:53:29 [2024-05-14T13:53:29.185Z] 	private class ServerSideEndpoint extends WebSocketEndpoint<ClientInterface> {
09:53:29 [2024-05-14T13:53:29.185Z] 	                                         ^
09:53:29 [2024-05-14T13:53:29.185Z] 4 warnings
09:53:29 [2024-05-14T13:53:29.185Z] 
09:53:29 [2024-05-14T13:53:29.185Z] > Task :org.eclipse.lsp4j.websocket:processTestResources NO-SOURCE
09:53:29 [2024-05-14T13:53:29.185Z] > Task :org.eclipse.lsp4j.websocket:testClasses
09:53:30 [2024-05-14T13:53:30.112Z] > Task :org.eclipse.lsp4j.websocket:test
09:53:30 [2024-05-14T13:53:30.112Z] > Task :org.eclipse.lsp4j.websocket:check
09:53:30 [2024-05-14T13:53:30.112Z] > Task :org.eclipse.lsp4j.websocket:build
09:53:30 [2024-05-14T13:53:30.112Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateXtext NO-SOURCE
09:53:30 [2024-05-14T13:53:30.112Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileJava
09:53:30 [2024-05-14T13:53:30.112Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processResources NO-SOURCE
09:53:30 [2024-05-14T13:53:30.112Z] > Task :org.eclipse.lsp4j.websocket.jakarta:classes
09:53:30 [2024-05-14T13:53:30.370Z] > Task :org.eclipse.lsp4j.websocket.jakarta:jar
09:53:31 [2024-05-14T13:53:31.737Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadoc
09:53:31 [2024-05-14T13:53:31.737Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadocJar
09:53:31 [2024-05-14T13:53:31.737Z] > Task :org.eclipse.lsp4j.websocket.jakarta:genSourcesManifest
09:53:31 [2024-05-14T13:53:31.738Z] > Task :org.eclipse.lsp4j.websocket.jakarta:sourcesJar
09:53:31 [2024-05-14T13:53:31.738Z] > Task :org.eclipse.lsp4j.websocket.jakarta:assemble
09:53:31 [2024-05-14T13:53:31.738Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateTestXtext NO-SOURCE
09:53:31 [2024-05-14T13:53:31.738Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileTestJava
09:53:31 [2024-05-14T13:53:31.738Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processTestResources NO-SOURCE
09:53:31 [2024-05-14T13:53:31.738Z] > Task :org.eclipse.lsp4j.websocket.jakarta:testClasses
09:53:32 [2024-05-14T13:53:32.299Z] > Task :org.eclipse.lsp4j.websocket.jakarta:test
09:53:32 [2024-05-14T13:53:32.299Z] > Task :org.eclipse.lsp4j.websocket.jakarta:check
09:53:32 [2024-05-14T13:53:32.299Z] > Task :org.eclipse.lsp4j.websocket.jakarta:build
09:53:34 [2024-05-14T13:53:34.190Z] 
09:53:34 [2024-05-14T13:53:34.190Z] > Task :org.eclipse.lsp4j:signJar
09:53:34 [2024-05-14T13:53:34.190Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0.jar
09:53:34 [2024-05-14T13:53:34.191Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:34 [2024-05-14T13:53:34.191Z] 
09:53:34 [2024-05-14T13:53:34.191Z]     568666 bytes uploaded, 614633 bytes downloaded (1.100 s)
09:53:34 [2024-05-14T13:53:34.191Z] 
09:53:34 [2024-05-14T13:53:34.191Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0.jar
09:53:34 [2024-05-14T13:53:34.191Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-sources.jar
09:53:34 [2024-05-14T13:53:34.191Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:34 [2024-05-14T13:53:34.447Z] 
09:53:34 [2024-05-14T13:53:34.447Z]     887424 bytes uploaded, 975277 bytes downloaded (1.075 s)
09:53:34 [2024-05-14T13:53:34.447Z] 
09:53:34 [2024-05-14T13:53:34.447Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-sources.jar
09:53:34 [2024-05-14T13:53:34.447Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-javadoc.jar
09:53:34 [2024-05-14T13:53:34.447Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:36 [2024-05-14T13:53:36.963Z] 
09:53:36 [2024-05-14T13:53:36.963Z]     1847137 bytes uploaded, 1903333 bytes downloaded (2.323 s)
09:53:36 [2024-05-14T13:53:36.963Z] 
09:53:36 [2024-05-14T13:53:36.963Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-javadoc.jar
09:53:38 [2024-05-14T13:53:38.853Z] 
09:53:38 [2024-05-14T13:53:38.853Z] > Task :org.eclipse.lsp4j.debug:signJar
09:53:38 [2024-05-14T13:53:38.853Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0.jar
09:53:38 [2024-05-14T13:53:38.853Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:38 [2024-05-14T13:53:38.854Z] 
09:53:38 [2024-05-14T13:53:38.854Z]     189198 bytes uploaded, 209247 bytes downloaded (1.673 s)
09:53:38 [2024-05-14T13:53:38.854Z] 
09:53:38 [2024-05-14T13:53:38.854Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0.jar
09:53:38 [2024-05-14T13:53:38.854Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-sources.jar
09:53:38 [2024-05-14T13:53:38.854Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:39 [2024-05-14T13:53:39.463Z] 
09:53:39 [2024-05-14T13:53:39.463Z]     342205 bytes uploaded, 379011 bytes downloaded (0.890 s)
09:53:39 [2024-05-14T13:53:39.463Z] 
09:53:39 [2024-05-14T13:53:39.463Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-sources.jar
09:53:39 [2024-05-14T13:53:39.463Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-javadoc.jar
09:53:39 [2024-05-14T13:53:39.463Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:40 [2024-05-14T13:53:40.392Z] 
09:53:40 [2024-05-14T13:53:40.392Z]     888696 bytes uploaded, 916354 bytes downloaded (0.912 s)
09:53:40 [2024-05-14T13:53:40.392Z] 
09:53:40 [2024-05-14T13:53:40.392Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-javadoc.jar
09:53:42 [2024-05-14T13:53:42.283Z] 
09:53:42 [2024-05-14T13:53:42.283Z] > Task :org.eclipse.lsp4j.generator:signJar
09:53:42 [2024-05-14T13:53:42.283Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0.jar
09:53:42 [2024-05-14T13:53:42.283Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:42 [2024-05-14T13:53:42.283Z] 
09:53:42 [2024-05-14T13:53:42.283Z]     45161 bytes uploaded, 54743 bytes downloaded (0.929 s)
09:53:42 [2024-05-14T13:53:42.283Z] 
09:53:42 [2024-05-14T13:53:42.283Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0.jar
09:53:42 [2024-05-14T13:53:42.283Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-sources.jar
09:53:42 [2024-05-14T13:53:42.283Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:42 [2024-05-14T13:53:42.283Z] 
09:53:42 [2024-05-14T13:53:42.283Z]     49580 bytes uploaded, 59278 bytes downloaded (0.732 s)
09:53:42 [2024-05-14T13:53:42.283Z] 
09:53:42 [2024-05-14T13:53:42.283Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-sources.jar
09:53:42 [2024-05-14T13:53:42.283Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-javadoc.jar
09:53:42 [2024-05-14T13:53:42.283Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:42 [2024-05-14T13:53:42.846Z] 
09:53:42 [2024-05-14T13:53:42.846Z]     335910 bytes uploaded, 348531 bytes downloaded (0.703 s)
09:53:42 [2024-05-14T13:53:42.846Z] 
09:53:42 [2024-05-14T13:53:42.846Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-javadoc.jar
09:53:44 [2024-05-14T13:53:44.738Z] 
09:53:44 [2024-05-14T13:53:44.738Z] > Task :org.eclipse.lsp4j.jsonrpc:signJar
09:53:44 [2024-05-14T13:53:44.738Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0.jar
09:53:44 [2024-05-14T13:53:44.738Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:44 [2024-05-14T13:53:44.738Z] 
09:53:44 [2024-05-14T13:53:44.738Z]     136542 bytes uploaded, 151981 bytes downloaded (0.792 s)
09:53:44 [2024-05-14T13:53:44.738Z] 
09:53:44 [2024-05-14T13:53:44.738Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0.jar
09:53:44 [2024-05-14T13:53:44.738Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-sources.jar
09:53:44 [2024-05-14T13:53:44.738Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:44 [2024-05-14T13:53:44.995Z] 
09:53:44 [2024-05-14T13:53:44.995Z]     81816 bytes uploaded, 95759 bytes downloaded (1.367 s)
09:53:44 [2024-05-14T13:53:44.995Z] 
09:53:44 [2024-05-14T13:53:44.995Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-sources.jar
09:53:44 [2024-05-14T13:53:44.995Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-javadoc.jar
09:53:44 [2024-05-14T13:53:44.995Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:46 [2024-05-14T13:53:46.887Z] 
09:53:46 [2024-05-14T13:53:46.887Z]     601350 bytes uploaded, 623078 bytes downloaded (1.531 s)
09:53:46 [2024-05-14T13:53:46.887Z] 
09:53:46 [2024-05-14T13:53:46.887Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-javadoc.jar
09:53:48 [2024-05-14T13:53:48.778Z] 
09:53:48 [2024-05-14T13:53:48.778Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:signJar
09:53:48 [2024-05-14T13:53:48.778Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0.jar
09:53:48 [2024-05-14T13:53:48.778Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:48 [2024-05-14T13:53:48.778Z] 
09:53:48 [2024-05-14T13:53:48.778Z]     20328 bytes uploaded, 28623 bytes downloaded (0.629 s)
09:53:48 [2024-05-14T13:53:48.778Z] 
09:53:48 [2024-05-14T13:53:48.778Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0.jar
09:53:48 [2024-05-14T13:53:48.778Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-sources.jar
09:53:48 [2024-05-14T13:53:48.779Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:48 [2024-05-14T13:53:48.779Z] 
09:53:48 [2024-05-14T13:53:48.779Z]     13888 bytes uploaded, 22177 bytes downloaded (0.921 s)
09:53:48 [2024-05-14T13:53:48.779Z] 
09:53:48 [2024-05-14T13:53:48.779Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-sources.jar
09:53:48 [2024-05-14T13:53:48.779Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-javadoc.jar
09:53:48 [2024-05-14T13:53:48.779Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:49 [2024-05-14T13:53:49.035Z] 
09:53:49 [2024-05-14T13:53:49.035Z]     355144 bytes uploaded, 368887 bytes downloaded (0.999 s)
09:53:49 [2024-05-14T13:53:49.035Z] 
09:53:49 [2024-05-14T13:53:49.035Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-javadoc.jar
09:53:51 [2024-05-14T13:53:51.551Z] 
09:53:51 [2024-05-14T13:53:51.551Z] > Task :org.eclipse.lsp4j.websocket:signJar
09:53:51 [2024-05-14T13:53:51.551Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0.jar
09:53:51 [2024-05-14T13:53:51.551Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:51 [2024-05-14T13:53:51.551Z] 
09:53:51 [2024-05-14T13:53:51.551Z]     8571 bytes uploaded, 16251 bytes downloaded (0.764 s)
09:53:51 [2024-05-14T13:53:51.551Z] 
09:53:51 [2024-05-14T13:53:51.551Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0.jar
09:53:51 [2024-05-14T13:53:51.551Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-sources.jar
09:53:51 [2024-05-14T13:53:51.551Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:51 [2024-05-14T13:53:51.551Z] 
09:53:51 [2024-05-14T13:53:51.551Z]     5450 bytes uploaded, 13181 bytes downloaded (0.869 s)
09:53:51 [2024-05-14T13:53:51.551Z] 
09:53:51 [2024-05-14T13:53:51.551Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-sources.jar
09:53:51 [2024-05-14T13:53:51.552Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-javadoc.jar
09:53:51 [2024-05-14T13:53:51.552Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:51 [2024-05-14T13:53:51.552Z] 
09:53:51 [2024-05-14T13:53:51.552Z]     318915 bytes uploaded, 331098 bytes downloaded (0.819 s)
09:53:51 [2024-05-14T13:53:51.552Z] 
09:53:51 [2024-05-14T13:53:51.552Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-javadoc.jar
09:53:54 [2024-05-14T13:53:54.069Z] 
09:53:54 [2024-05-14T13:53:54.069Z] > Task :org.eclipse.lsp4j.websocket.jakarta:signJar
09:53:54 [2024-05-14T13:53:54.069Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0.jar
09:53:54 [2024-05-14T13:53:54.069Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:54 [2024-05-14T13:53:54.069Z] 
09:53:54 [2024-05-14T13:53:54.069Z]     8461 bytes uploaded, 16155 bytes downloaded (1.271 s)
09:53:54 [2024-05-14T13:53:54.069Z] 
09:53:54 [2024-05-14T13:53:54.069Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0.jar
09:53:54 [2024-05-14T13:53:54.069Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-sources.jar
09:53:54 [2024-05-14T13:53:54.069Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:54 [2024-05-14T13:53:54.069Z] 
09:53:54 [2024-05-14T13:53:54.069Z]     5547 bytes uploaded, 13293 bytes downloaded (1.277 s)
09:53:54 [2024-05-14T13:53:54.069Z] 
09:53:54 [2024-05-14T13:53:54.069Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-sources.jar
09:53:54 [2024-05-14T13:53:54.069Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-javadoc.jar
09:53:54 [2024-05-14T13:53:54.070Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
09:53:55 [2024-05-14T13:53:55.959Z] 
09:53:55 [2024-05-14T13:53:55.959Z]     318468 bytes uploaded, 330672 bytes downloaded (1.494 s)
09:53:55 [2024-05-14T13:53:55.959Z] 
09:53:55 [2024-05-14T13:53:55.959Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-javadoc.jar
09:53:55 [2024-05-14T13:53:55.959Z] 
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j:generateMetadataFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j:generatePomFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j:publishLocalMavenRepoPublicationToMavenRepository
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j:publish
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.debug:generateMetadataFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.debug:generatePomFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.debug:publishLocalMavenRepoPublicationToMavenRepository
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.debug:publish
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.generator:generateMetadataFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.generator:generatePomFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.generator:publishLocalMavenRepoPublicationToMavenRepository
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.generator:publish
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.jsonrpc:generateMetadataFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.jsonrpc:generatePomFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.jsonrpc:publishLocalMavenRepoPublicationToMavenRepository
09:53:55 [2024-05-14T13:53:55.959Z] > Task :org.eclipse.lsp4j.jsonrpc:publish
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateMetadataFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generatePomFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publishLocalMavenRepoPublicationToMavenRepository
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publish
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket:generateMetadataFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket:generatePomFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket:publishLocalMavenRepoPublicationToMavenRepository
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket:publish
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateMetadataFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generatePomFileForLocalMavenRepoPublication
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publishLocalMavenRepoPublicationToMavenRepository
09:53:55 [2024-05-14T13:53:55.960Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publish
09:53:55 [2024-05-14T13:53:55.960Z] 
09:53:55 [2024-05-14T13:53:55.960Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
09:53:55 [2024-05-14T13:53:55.960Z] 
09:53:55 [2024-05-14T13:53:55.960Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
09:53:55 [2024-05-14T13:53:55.960Z] 
09:53:55 [2024-05-14T13:53:55.960Z] For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
09:53:55 [2024-05-14T13:53:55.960Z] 
09:53:55 [2024-05-14T13:53:55.960Z] BUILD SUCCESSFUL in 1m 49s
09:53:55 [2024-05-14T13:53:55.960Z] 97 actionable tasks: 89 executed, 8 up-to-date
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:53:56 [2024-05-14T13:53:56.325Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:53:56 [2024-05-14T13:53:56.609Z] + mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
09:53:56 [2024-05-14T13:53:56.865Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
09:53:56 [2024-05-14T13:53:56.865Z] Maven home: /opt/tools/apache-maven/latest
09:53:56 [2024-05-14T13:53:56.865Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
09:53:56 [2024-05-14T13:53:56.865Z] Default locale: en_US, platform encoding: UTF-8
09:53:56 [2024-05-14T13:53:56.865Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
09:53:58 [2024-05-14T13:53:58.231Z] [INFO] Scanning for projects...
09:54:06 [2024-05-14T13:54:06.338Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/releng-target/lsp4j.target.target for environments=[macosx/cocoa/x86_64, win32/win32/x86_64, linux/gtk/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@4219a4cc...
09:54:06 [2024-05-14T13:54:06.338Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
09:54:06 [2024-05-14T13:54:06.338Z] SLF4J: Defaulting to no-operation (NOP) logger implementation
09:54:06 [2024-05-14T13:54:06.338Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
09:54:07 [2024-05-14T13:54:07.265Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4j:lsp4j.p2-repository:0.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/pom.xml
09:54:07 [2024-05-14T13:54:07.265Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4j:org.eclipse.lsp4j.sdk:0.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/pom.xml
09:54:07 [2024-05-14T13:54:07.265Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0)
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0)
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0)
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0
09:54:07 [2024-05-14T13:54:07.266Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] ------------------------------------------------------------------------
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] Reactor Build Order:
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] 
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] lsp4j.releng                                                       [pom]
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] lsp4j.target                                 [eclipse-target-definition]
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] org.eclipse.lsp4j.sdk                                  [eclipse-feature]
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] lsp4j.p2-repository                                 [eclipse-repository]
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] 
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.releng >-------------------
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] Building lsp4j.releng 0.23.0-SNAPSHOT                              [1/4]
09:54:07 [2024-05-14T13:54:07.522Z] [INFO]   from pom.xml
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] --------------------------------[ pom ]---------------------------------
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] 
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.releng ---
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] 
09:54:07 [2024-05-14T13:54:07.522Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.releng ---
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] 
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] --- install:3.1.1:install (default-install) @ lsp4j.releng ---
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/pom.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.releng/0.23.0-SNAPSHOT/lsp4j.releng-0.23.0-SNAPSHOT.pom
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] 
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.target >-------------------
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] Building lsp4j.target 0.23.0-SNAPSHOT                              [2/4]
09:54:09 [2024-05-14T13:54:09.435Z] [INFO]   from releng-target/pom.xml
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] 
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.target ---
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] 
09:54:09 [2024-05-14T13:54:09.435Z] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ lsp4j.target ---
09:54:09 [2024-05-14T13:54:09.691Z] [INFO] 
09:54:09 [2024-05-14T13:54:09.691Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.target ---
09:54:09 [2024-05-14T13:54:09.691Z] [INFO] 
09:54:09 [2024-05-14T13:54:09.691Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.target ---
09:54:10 [2024-05-14T13:54:10.252Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/releng-target/lsp4j.target.target to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.target/0.23.0-SNAPSHOT/lsp4j.target-0.23.0-SNAPSHOT.target
09:54:10 [2024-05-14T13:54:10.252Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/releng-target/pom.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.target/0.23.0-SNAPSHOT/lsp4j.target-0.23.0-SNAPSHOT.pom
09:54:10 [2024-05-14T13:54:10.252Z] [INFO] 
09:54:10 [2024-05-14T13:54:10.252Z] [INFO] --------------< org.eclipse.lsp4j:org.eclipse.lsp4j.sdk >---------------
09:54:10 [2024-05-14T13:54:10.252Z] [INFO] Building org.eclipse.lsp4j.sdk 0.23.0-SNAPSHOT                     [3/4]
09:54:10 [2024-05-14T13:54:10.252Z] [INFO]   from lsp4j-feature/pom.xml
09:54:10 [2024-05-14T13:54:10.253Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] 
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4j.sdk ---
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] 
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4j.sdk ---
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] The project's OSGi version is 0.23.0.v20240514-1353
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] 
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.lsp4j.sdk ---
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] 
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.lsp4j.sdk ---
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] 
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.lsp4j.sdk ---
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:10 [2024-05-14T13:54:10.816Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:11 [2024-05-14T13:54:11.071Z] [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
09:54:11 [2024-05-14T13:54:11.327Z] [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.18.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
09:54:11 [2024-05-14T13:54:11.327Z] [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:2.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
09:54:11 [2024-05-14T13:54:11.327Z] [INFO] 
09:54:11 [2024-05-14T13:54:11.327Z] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.lsp4j.sdk ---
09:54:11 [2024-05-14T13:54:11.327Z] [INFO] 
09:54:11 [2024-05-14T13:54:11.327Z] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.lsp4j.sdk ---
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] Building jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT.jar
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] 
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4j.sdk ---
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] 
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.lsp4j.sdk ---
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] 
09:54:11 [2024-05-14T13:54:11.889Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4j.sdk ---
09:54:12 [2024-05-14T13:54:12.144Z] [INFO] Signing jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT.jar
09:54:13 [2024-05-14T13:54:13.070Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.070Z] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.lsp4j.sdk ---
09:54:13 [2024-05-14T13:54:13.070Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.23.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT.jar
09:54:13 [2024-05-14T13:54:13.070Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.23.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT.pom
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/p2content.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.23.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT-p2metadata.xml
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.23.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT-p2artifacts.xml
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.lsp4j.sdk ---
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] ---------------< org.eclipse.lsp4j:lsp4j.p2-repository >----------------
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] Building lsp4j.p2-repository 0.23.0-SNAPSHOT                       [4/4]
09:54:13 [2024-05-14T13:54:13.071Z] [INFO]   from p2/pom.xml
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.p2-repository ---
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ lsp4j.p2-repository ---
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] The project's OSGi version is 0.23.0.v20240514-1353
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ lsp4j.p2-repository ---
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ lsp4j.p2-repository ---
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:54:13 [2024-05-14T13:54:13.071Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:54:13 [2024-05-14T13:54:13.327Z] [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
09:54:13 [2024-05-14T13:54:13.327Z] [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.18.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
09:54:13 [2024-05-14T13:54:13.327Z] [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:2.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
09:54:13 [2024-05-14T13:54:13.327Z] [INFO] 
09:54:13 [2024-05-14T13:54:13.327Z] [INFO] --- resources:2.4.3:resources (default-resources) @ lsp4j.p2-repository ---
09:54:14 [2024-05-14T13:54:14.254Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/src/main/resources
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] 
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ lsp4j.p2-repository ---
09:54:14 [2024-05-14T13:54:14.254Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] 
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ lsp4j.p2-repository ---
09:54:14 [2024-05-14T13:54:14.254Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] 
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ lsp4j.p2-repository ---
09:54:14 [2024-05-14T13:54:14.254Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] 
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ lsp4j.p2-repository ---
09:54:14 [2024-05-14T13:54:14.254Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] 
09:54:14 [2024-05-14T13:54:14.254Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ lsp4j.p2-repository ---
09:54:14 [2024-05-14T13:54:14.254Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
09:54:14 [2024-05-14T13:54:14.510Z] [INFO] Fetching 4.31.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/release/ (63B)
09:54:14 [2024-05-14T13:54:14.510Z] [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (4.63kB)
09:54:14 [2024-05-14T13:54:14.510Z] [INFO] Fetching com.google.guava_33.0.0.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (2.91MB)
09:54:14 [2024-05-14T13:54:14.765Z] [INFO] Fetching jakarta.websocket-api_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (23.3kB)
09:54:14 [2024-05-14T13:54:14.765Z] [INFO] Fetching jakarta.websocket-client-api_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (41.64kB)
09:54:14 [2024-05-14T13:54:14.765Z] [INFO] Fetching com.google.gson.source_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (179.26kB)
09:54:14 [2024-05-14T13:54:14.765Z] [INFO] Fetching com.google.guava.source_33.0.0.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (1.79MB)
09:54:15 [2024-05-14T13:54:15.022Z] [INFO] Fetching jakarta.websocket-api.source_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (30.94kB)
09:54:15 [2024-05-14T13:54:15.022Z] [INFO] Fetching jakarta.websocket-client-api.source_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (60.28kB)
09:54:15 [2024-05-14T13:54:15.022Z] [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)
09:54:15 [2024-05-14T13:54:15.022Z] [INFO] Fetching javax.websocket_1.0.0.v20140310-1603.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.89kB)
09:54:15 [2024-05-14T13:54:15.022Z] [INFO] Fetching javax.websocket.source_1.0.0.v20140310-1603.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.03kB)
09:54:15 [2024-05-14T13:54:15.277Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240514-1353.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
09:54:15 [2024-05-14T13:54:15.532Z] [INFO] Fetching com.google.gson_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins/ (276.73kB)
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] More information on the preceding warning(s) can be found here:
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240514-1353.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] More information on the preceding warning(s) can be found here:
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240514-1353.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] More information on the preceding warning(s) can be found here:
09:54:15 [2024-05-14T13:54:15.533Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:54:16 [2024-05-14T13:54:16.921Z] [INFO] 
09:54:16 [2024-05-14T13:54:16.921Z] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ lsp4j.p2-repository ---
09:54:16 [2024-05-14T13:54:16.921Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
09:54:16 [2024-05-14T13:54:16.921Z] [INFO] Building zip: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.23.0-SNAPSHOT.zip
09:54:17 [2024-05-14T13:54:17.177Z] [INFO] 
09:54:17 [2024-05-14T13:54:17.177Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default) @ lsp4j.p2-repository ---
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240514-1353.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] More information on the preceding warning(s) can be found here:
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240514-1353.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] More information on the preceding warning(s) can be found here:
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240514-1353.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] More information on the preceding warning(s) can be found here:
09:54:17 [2024-05-14T13:54:17.177Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] 
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.p2-repository ---
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] 
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.p2-repository ---
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.23.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.p2-repository/0.23.0-SNAPSHOT/lsp4j.p2-repository-0.23.0-SNAPSHOT.zip
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/pom.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.p2-repository/0.23.0-SNAPSHOT/lsp4j.p2-repository-0.23.0-SNAPSHOT.pom
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/p2content.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.p2-repository/0.23.0-SNAPSHOT/lsp4j.p2-repository-0.23.0-SNAPSHOT-p2metadata.xml
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/p2artifacts.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.p2-repository/0.23.0-SNAPSHOT/lsp4j.p2-repository-0.23.0-SNAPSHOT-p2artifacts.xml
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] 
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ lsp4j.p2-repository ---
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] 
09:54:17 [2024-05-14T13:54:17.776Z] [INFO] --- antrun:1.1:run (default) @ lsp4j.p2-repository ---
09:54:18 [2024-05-14T13:54:18.339Z] [INFO] Executing tasks
09:54:18 [2024-05-14T13:54:18.594Z]      [copy] Copying 28 files to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
09:54:18 [2024-05-14T13:54:18.594Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build
09:54:18 [2024-05-14T13:54:18.594Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] Executed tasks
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] ------------------------------------------------------------------------
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] Reactor Summary for lsp4j.releng 0.23.0-SNAPSHOT:
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] 
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] lsp4j.releng ....................................... SUCCESS [  2.074 s]
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] lsp4j.target ....................................... SUCCESS [  0.682 s]
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] org.eclipse.lsp4j.sdk .............................. SUCCESS [  2.912 s]
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] lsp4j.p2-repository ................................ SUCCESS [  5.427 s]
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] ------------------------------------------------------------------------
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] BUILD SUCCESS
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] ------------------------------------------------------------------------
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] Total time:  20.497 s
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] Finished at: 2024-05-14T13:54:18Z
09:54:18 [2024-05-14T13:54:18.594Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (japicmp)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:54:19 [2024-05-14T13:54:19.253Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:54:19 [2024-05-14T13:54:19.530Z] + ./releng/runjapicmp.sh
09:54:19 [2024-05-14T13:54:19.530Z] Working in /tmp/tmp.JyHrOQT1wg
09:54:19 [2024-05-14T13:54:19.787Z] /tmp/tmp.JyHrOQT1wg ~/agent/workspace/lsp4j-multi-build_main
09:54:22 [2024-05-14T13:54:22.304Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0.jar against /tmp/tmp.JyHrOQT1wg/org.eclipse.lsp4j-0.22.0.jar
09:54:22 [2024-05-14T13:54:22.304Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:54:22 [2024-05-14T13:54:22.304Z] No changes.
09:54:22 [2024-05-14T13:54:22.304Z] 	zip warning: japicmp-report.zip not found or empty
09:54:22 [2024-05-14T13:54:22.304Z]   adding: japicmp-report/org.eclipse.lsp4j.html (deflated 69%)
09:54:23 [2024-05-14T13:54:23.669Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0.jar against /tmp/tmp.JyHrOQT1wg/org.eclipse.lsp4j.debug-0.22.0.jar
09:54:23 [2024-05-14T13:54:23.669Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:54:23 [2024-05-14T13:54:23.669Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.Breakpoint  (not serializable)
09:54:23 [2024-05-14T13:54:23.669Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason getReason()
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setReason(org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason)
09:54:23 [2024-05-14T13:54:23.669Z] +++  NEW CLASS: PUBLIC(+) org.eclipse.lsp4j.debug.BreakpointMode  (not serializable)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  CLASS FILE FORMAT VERSION: 55.0 <- n.a.
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW SUPERCLASS: java.lang.Object
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW CONSTRUCTOR: PUBLIC(+) BreakpointMode()
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) boolean equals(java.lang.Object)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String[] getAppliesTo()
09:54:23 [2024-05-14T13:54:23.669Z] 		+++  NEW ANNOTATION: org.eclipse.lsp4j.jsonrpc.validation.NonNull
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getDescription()
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getLabel()
09:54:23 [2024-05-14T13:54:23.669Z] 		+++  NEW ANNOTATION: org.eclipse.lsp4j.jsonrpc.validation.NonNull
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getMode()
09:54:23 [2024-05-14T13:54:23.669Z] 		+++  NEW ANNOTATION: org.eclipse.lsp4j.jsonrpc.validation.NonNull
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) int hashCode()
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setAppliesTo(java.lang.String[])
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setDescription(java.lang.String)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setLabel(java.lang.String)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setMode(java.lang.String)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String toString()
09:54:23 [2024-05-14T13:54:23.669Z] +++  NEW INTERFACE: PUBLIC(+) ABSTRACT(+) org.eclipse.lsp4j.debug.BreakpointModeApplicability  (not serializable)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  CLASS FILE FORMAT VERSION: 55.0 <- n.a.
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW SUPERCLASS: java.lang.Object
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String INSTRUCTION
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String DATA
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String SOURCE
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String EXCEPTION
09:54:23 [2024-05-14T13:54:23.669Z] +++  NEW ENUM: PUBLIC(+) FINAL(+) org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason  (compatible)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  CLASS FILE FORMAT VERSION: 55.0 <- n.a.
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW INTERFACE: java.lang.Comparable
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW INTERFACE: java.io.Serializable
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW SUPERCLASS: java.lang.Enum
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason FAILED
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason PENDING
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason valueOf(java.lang.String)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.lsp4j.debug.BreakpointNotVerifiedReason[] values()
09:54:23 [2024-05-14T13:54:23.669Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.Capabilities  (not serializable)
09:54:23 [2024-05-14T13:54:23.669Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.debug.BreakpointMode[] getBreakpointModes()
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setBreakpointModes(org.eclipse.lsp4j.debug.BreakpointMode[])
09:54:23 [2024-05-14T13:54:23.669Z] ***! MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.DataBreakpointInfoArguments  (not serializable)
09:54:23 [2024-05-14T13:54:23.669Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.669Z] 	***! MODIFIED METHOD: PUBLIC java.lang.Integer (<-int) getFrameId()
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getMode()
09:54:23 [2024-05-14T13:54:23.669Z] 	---! REMOVED METHOD: PUBLIC(-) void setFrameId(int)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setFrameId(java.lang.Integer)
09:54:23 [2024-05-14T13:54:23.669Z] 	+++  NEW METHOD: PUBLIC(+) void setMode(java.lang.String)
09:54:23 [2024-05-14T13:54:23.669Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.DisassembledInstruction  (not serializable)
09:54:23 [2024-05-14T13:54:23.670Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint getPresentationHint()
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) void setPresentationHint(org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint)
09:54:23 [2024-05-14T13:54:23.670Z] +++  NEW ENUM: PUBLIC(+) FINAL(+) org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint  (compatible)
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  CLASS FILE FORMAT VERSION: 55.0 <- n.a.
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW INTERFACE: java.lang.Comparable
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW INTERFACE: java.io.Serializable
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW SUPERCLASS: java.lang.Enum
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint INVALID
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint NORMAL
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint valueOf(java.lang.String)
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) STATIC(+) org.eclipse.lsp4j.debug.DisassembledInstructionPresentationHint[] values()
09:54:23 [2024-05-14T13:54:23.670Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.ExceptionFilterOptions  (not serializable)
09:54:23 [2024-05-14T13:54:23.670Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getMode()
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) void setMode(java.lang.String)
09:54:23 [2024-05-14T13:54:23.670Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.InstructionBreakpoint  (not serializable)
09:54:23 [2024-05-14T13:54:23.670Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getMode()
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) void setMode(java.lang.String)
09:54:23 [2024-05-14T13:54:23.670Z] ---! REMOVED CLASS: PUBLIC(-) org.eclipse.lsp4j.debug.ModulesViewDescriptor  (not serializable)
09:54:23 [2024-05-14T13:54:23.670Z] 	---  CLASS FILE FORMAT VERSION: n.a. <- 55.0
09:54:23 [2024-05-14T13:54:23.670Z] 	---! REMOVED SUPERCLASS: java.lang.Object
09:54:23 [2024-05-14T13:54:23.670Z] 	---! REMOVED CONSTRUCTOR: PUBLIC(-) ModulesViewDescriptor()
09:54:23 [2024-05-14T13:54:23.670Z] 	---! REMOVED METHOD: PUBLIC(-) boolean equals(java.lang.Object)
09:54:23 [2024-05-14T13:54:23.670Z] 	---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.ColumnDescriptor[] getColumns()
09:54:23 [2024-05-14T13:54:23.670Z] 		---  REMOVED ANNOTATION: org.eclipse.lsp4j.jsonrpc.validation.NonNull
09:54:23 [2024-05-14T13:54:23.670Z] 	---! REMOVED METHOD: PUBLIC(-) int hashCode()
09:54:23 [2024-05-14T13:54:23.670Z] 	---! REMOVED METHOD: PUBLIC(-) void setColumns(org.eclipse.lsp4j.debug.ColumnDescriptor[])
09:54:23 [2024-05-14T13:54:23.670Z] 	---! REMOVED METHOD: PUBLIC(-) java.lang.String toString()
09:54:23 [2024-05-14T13:54:23.670Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.SetExpressionResponse  (not serializable)
09:54:23 [2024-05-14T13:54:23.670Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getMemoryReference()
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) void setMemoryReference(java.lang.String)
09:54:23 [2024-05-14T13:54:23.670Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.SetVariableResponse  (not serializable)
09:54:23 [2024-05-14T13:54:23.670Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getMemoryReference()
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) void setMemoryReference(java.lang.String)
09:54:23 [2024-05-14T13:54:23.670Z] ***  MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.debug.SourceBreakpoint  (not serializable)
09:54:23 [2024-05-14T13:54:23.670Z] 	===  CLASS FILE FORMAT VERSION: 55.0 <- 55.0
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) java.lang.String getMode()
09:54:23 [2024-05-14T13:54:23.670Z] 	+++  NEW METHOD: PUBLIC(+) void setMode(java.lang.String)
09:54:23 [2024-05-14T13:54:23.670Z] 
09:54:23 [2024-05-14T13:54:23.670Z]   adding: japicmp-report/org.eclipse.lsp4j.debug.html (deflated 96%)
09:54:25 [2024-05-14T13:54:25.055Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0.jar against /tmp/tmp.JyHrOQT1wg/org.eclipse.lsp4j.generator-0.22.0.jar
09:54:25 [2024-05-14T13:54:25.055Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:54:25 [2024-05-14T13:54:25.055Z] No changes.
09:54:25 [2024-05-14T13:54:25.055Z]   adding: japicmp-report/org.eclipse.lsp4j.generator.html (deflated 69%)
09:54:26 [2024-05-14T13:54:26.424Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0.jar against /tmp/tmp.JyHrOQT1wg/org.eclipse.lsp4j.jsonrpc-0.22.0.jar
09:54:26 [2024-05-14T13:54:26.424Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:54:26 [2024-05-14T13:54:26.424Z] +++  NEW CLASS: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.LimitedInputStream  (not serializable)
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  CLASS FILE FORMAT VERSION: 55.0 <- n.a.
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW INTERFACE: java.io.Closeable
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW INTERFACE: java.lang.AutoCloseable
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW SUPERCLASS: java.io.FilterInputStream
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW CONSTRUCTOR: PUBLIC(+) LimitedInputStream(java.io.InputStream, int, boolean)
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW METHOD: PUBLIC(+) int available()
09:54:26 [2024-05-14T13:54:26.424Z] 		+++  NEW EXCEPTION: java.io.IOException
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW METHOD: PUBLIC(+) void close()
09:54:26 [2024-05-14T13:54:26.424Z] 		+++  NEW EXCEPTION: java.io.IOException
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW METHOD: PUBLIC(+) void mark(int)
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW METHOD: PUBLIC(+) int read()
09:54:26 [2024-05-14T13:54:26.424Z] 		+++  NEW EXCEPTION: java.io.IOException
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW METHOD: PUBLIC(+) int read(byte[], int, int)
09:54:26 [2024-05-14T13:54:26.424Z] 		+++  NEW EXCEPTION: java.io.IOException
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW METHOD: PUBLIC(+) void reset()
09:54:26 [2024-05-14T13:54:26.424Z] 		+++  NEW EXCEPTION: java.io.IOException
09:54:26 [2024-05-14T13:54:26.424Z] 	+++  NEW METHOD: PUBLIC(+) long skip(long)
09:54:26 [2024-05-14T13:54:26.424Z] 		+++  NEW EXCEPTION: java.io.IOException
09:54:26 [2024-05-14T13:54:26.424Z] 
09:54:26 [2024-05-14T13:54:26.424Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.html (deflated 91%)
09:54:27 [2024-05-14T13:54:27.381Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0.jar against /tmp/tmp.JyHrOQT1wg/org.eclipse.lsp4j.jsonrpc.debug-0.22.0.jar
09:54:27 [2024-05-14T13:54:27.381Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:54:27 [2024-05-14T13:54:27.382Z] No changes.
09:54:27 [2024-05-14T13:54:27.382Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html (deflated 69%)
09:54:28 [2024-05-14T13:54:28.772Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0.jar against /tmp/tmp.JyHrOQT1wg/org.eclipse.lsp4j.websocket-0.22.0.jar
09:54:28 [2024-05-14T13:54:28.772Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:54:28 [2024-05-14T13:54:28.772Z] No changes.
09:54:28 [2024-05-14T13:54:28.772Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.html (deflated 69%)
09:54:29 [2024-05-14T13:54:29.718Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0.jar against /tmp/tmp.JyHrOQT1wg/org.eclipse.lsp4j.websocket.jakarta-0.22.0.jar
09:54:29 [2024-05-14T13:54:29.718Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:54:29 [2024-05-14T13:54:29.718Z] No changes.
09:54:29 [2024-05-14T13:54:29.718Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html (deflated 69%)
09:54:29 [2024-05-14T13:54:29.718Z] ~/agent/workspace/lsp4j-multi-build_main
09:54:29 [2024-05-14T13:54:29.718Z] Archive:  japicmp-report.zip
09:54:29 [2024-05-14T13:54:29.718Z]   inflating: japicmp-report/org.eclipse.lsp4j.html  
09:54:29 [2024-05-14T13:54:29.718Z]   inflating: japicmp-report/org.eclipse.lsp4j.debug.html  
09:54:29 [2024-05-14T13:54:29.718Z]   inflating: japicmp-report/org.eclipse.lsp4j.generator.html  
09:54:29 [2024-05-14T13:54:29.718Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.html  
09:54:29 [2024-05-14T13:54:29.718Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html  
09:54:29 [2024-05-14T13:54:29.718Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.html  
09:54:29 [2024-05-14T13:54:29.718Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html  
09:54:29 [2024-05-14T13:54:29.718Z] 
09:54:29 [2024-05-14T13:54:29.718Z] Reports complete and have been saved in build/p2-repository/japicmp-report.zip
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy Snapshot)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:54:29 [2024-05-14T13:54:29.822Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] withCredentials
09:54:29 [2024-05-14T13:54:29.852Z] Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
09:54:30 [2024-05-14T13:54:30.148Z] + gpg --batch --import ****
09:54:30 [2024-05-14T13:54:30.148Z] gpg: directory `/home/jenkins/.gnupg' created
09:54:30 [2024-05-14T13:54:30.148Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created
09:54:30 [2024-05-14T13:54:30.148Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run
09:54:30 [2024-05-14T13:54:30.148Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created
09:54:30 [2024-05-14T13:54:30.148Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created
09:54:30 [2024-05-14T13:54:30.148Z] gpg: key CBD7B481: secret key imported
09:54:30 [2024-05-14T13:54:30.148Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
09:54:30 [2024-05-14T13:54:30.148Z] gpg: key CBD7B481: public key "Eclipse LSP4J Project <lsp4j-dev@eclipse.org>" imported
09:54:30 [2024-05-14T13:54:30.149Z] gpg: Total number processed: 1
09:54:30 [2024-05-14T13:54:30.149Z] gpg:               imported: 1  (RSA: 1)
09:54:30 [2024-05-14T13:54:30.149Z] gpg:       secret keys read: 1
09:54:30 [2024-05-14T13:54:30.149Z] gpg:   secret keys imported: 1
09:54:30 [2024-05-14T13:54:30.149Z] gpg: no ultimately trusted keys found
[Pipeline] sh
09:54:30 [2024-05-14T13:54:30.424Z] ++ gpg --list-keys --with-colons
09:54:30 [2024-05-14T13:54:30.424Z] ++ awk -F: '/fpr:/ {print $10}'
09:54:30 [2024-05-14T13:54:30.424Z] ++ sort -u
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
09:54:30 [2024-05-14T13:54:30.448Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org)
09:54:30 [2024-05-14T13:54:30.448Z] [ssh-agent] Looking for ssh-agent implementation...
09:54:30 [2024-05-14T13:54:30.460Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:54:30 [2024-05-14T13:54:30.515Z] $ ssh-agent
09:54:30 [2024-05-14T13:54:30.525Z] SSH_AUTH_SOCK=/tmp/ssh-xN7vScJWymQu/agent.1425
09:54:30 [2024-05-14T13:54:30.525Z] SSH_AGENT_PID=1427
09:54:30 [2024-05-14T13:54:30.533Z] Running ssh-add (command line suppressed)
09:54:30 [2024-05-14T13:54:30.546Z] Identity added: /home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_7369577841005892166.key (/home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_7369577841005892166.key)
09:54:30 [2024-05-14T13:54:30.554Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] }
09:54:30 [2024-05-14T13:54:30.563Z] $ ssh-agent -k
09:54:30 [2024-05-14T13:54:30.568Z] unset SSH_AUTH_SOCK;
09:54:30 [2024-05-14T13:54:30.568Z] unset SSH_AGENT_PID;
09:54:30 [2024-05-14T13:54:30.568Z] echo Agent pid 1427 killed;
09:54:30 [2024-05-14T13:54:30.572Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
09:54:30 [2024-05-14T13:54:30.636Z] Recording test results
09:54:31 [2024-05-14T13:54:31.210Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
09:54:31 [2024-05-14T13:54:31.219Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] matrixSendMessage
09:54:33 [2024-05-14T13:54:33.865Z] Sending Matrix message {type: 'm.text', format: 'org.matrix.custom.html', body: 'ABORTED => SUCCESS https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/main/153/ | lsp4j-multi-build/main#153', formattedBody: '<div><font color='#00FF00'>ABORTED => SUCCESS</font> | <a href='https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/main/153/' target='_blank'>lsp4j-multi-build/main#153</a></div>'} to {https: true, hostname: 'matrix.eclipse.org', port: null} with access token
09:54:34 [2024-05-14T13:54:34.165Z] Matrix message sent
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS