Skip to content
Success

Console Output

Branch indexing
16:09:15 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained releng/build.Jenkinsfile from 88868d3506d317b12cf0bfd1e82a254489f8c47b
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-139-xptvb-xk52k-mkg73
Still waiting to schedule task
‘lsp4j-multi-build-main-139-xptvb-xk52k-mkg73’ is offline
Agent lsp4j-multi-build-main-139-xptvb-xk52k-mkg73 is provisioned from template lsp4j-multi-build_main_139-xptvb-xk52k
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/139/"
    runUrl: "job/lsp4j-multi-build/job/main/139/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "a924fa4771f77bc3cd6fcfa76dbd0d72c8d652ed"
    jenkins/label: "lsp4j-multi-build_main_139-xptvb"
  name: "lsp4j-multi-build-main-139-xptvb-xk52k-mkg73"
  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-139-xptvb-xk52k-mkg73"
    - 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-139-xptvb-xk52k-mkg73"
    - 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-139-xptvb-xk52k-mkg73 in /home/jenkins/agent/workspace/lsp4j-multi-build_main
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-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 88868d3506d317b12cf0bfd1e82a254489f8c47b (main)
Commit message: "Prepare repo for 0.23.0 release (#808)"
 > 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 88868d3506d317b12cf0bfd1e82a254489f8c47b # timeout=10
 > git rev-list --no-walk e36b339c6873525e8ad753cf932b35acce2cfdf7 # 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
16:09:35 [2024-02-13T21:09:35.412Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
16:09:35 [2024-02-13T21:09:35.782Z] + git status --ignored
16:09:35 [2024-02-13T21:09:35.782Z] HEAD detached at 88868d3
16:09:35 [2024-02-13T21:09:35.782Z] nothing to commit, working tree clean
16:09:35 [2024-02-13T21:09:35.782Z] + git clean -dfx
16:09:35 [2024-02-13T21:09:35.782Z] + git reset --hard HEAD
16:09:35 [2024-02-13T21:09:35.782Z] HEAD is now at 88868d3 Prepare repo for 0.23.0 release (#808)
16:09:35 [2024-02-13T21:09:35.782Z] + git status --ignored
16:09:35 [2024-02-13T21:09:35.782Z] HEAD detached at 88868d3
16:09:35 [2024-02-13T21:09:35.782Z] 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
16:09:35 [2024-02-13T21:09:35.876Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
16:09:36 [2024-02-13T21:09:36.153Z] + echo /opt/tools/java/temurin/jdk-11/latest
16:09:36 [2024-02-13T21:09:36.153Z] /opt/tools/java/temurin/jdk-11/latest
[Pipeline] sh
16:09:36 [2024-02-13T21:09:36.429Z] + java -version
16:09:36 [2024-02-13T21:09:36.429Z] openjdk version "11.0.21" 2023-10-17
16:09:36 [2024-02-13T21:09:36.429Z] OpenJDK Runtime Environment Temurin-11.0.21+9 (build 11.0.21+9)
16:09:36 [2024-02-13T21:09:36.429Z] OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode)
[Pipeline] sh
16:09:36 [2024-02-13T21:09:36.707Z] + which java
16:09:36 [2024-02-13T21:09:36.707Z] /opt/tools/java/temurin/jdk-11/latest/bin/java
[Pipeline] sh
16:09:36 [2024-02-13T21:09:36.986Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
16:09:36 [2024-02-13T21:09:36.986Z] Downloading https://services.gradle.org/distributions/gradle-8.5-bin.zip
16:09:39 [2024-02-13T21:09:39.269Z] ............10%.............20%............30%.............40%.............50%............60%.............70%.............80%............90%.............100%
16:09:40 [2024-02-13T21:09:40.652Z] 
16:09:40 [2024-02-13T21:09:40.652Z] Welcome to Gradle 8.5!
16:09:40 [2024-02-13T21:09:40.652Z] 
16:09:40 [2024-02-13T21:09:40.652Z] Here are the highlights of this release:
16:09:40 [2024-02-13T21:09:40.652Z]  - Support for running on Java 21
16:09:40 [2024-02-13T21:09:40.652Z]  - Faster first use with Kotlin DSL
16:09:40 [2024-02-13T21:09:40.652Z]  - Improved error and warning messages
16:09:40 [2024-02-13T21:09:40.652Z] 
16:09:40 [2024-02-13T21:09:40.652Z] For more details see https://docs.gradle.org/8.5/release-notes.html
16:09:40 [2024-02-13T21:09:40.652Z] 
16:09:40 [2024-02-13T21:09:40.652Z] 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.5/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
16:09:42 [2024-02-13T21:09:42.050Z] Daemon will be stopped at the end of the build 
16:09:54 [2024-02-13T21:09:54.247Z] > Task :clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE
16:09:54 [2024-02-13T21:09:54.247Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE
16:09:56 [2024-02-13T21:09:56.215Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava
16:09:56 [2024-02-13T21:09:56.215Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources
16:09:56 [2024-02-13T21:09:56.215Z] > Task :org.eclipse.lsp4j.jsonrpc:classes
16:09:56 [2024-02-13T21:09:56.778Z] > Task :org.eclipse.lsp4j.jsonrpc:jar
16:10:04 [2024-02-13T21:10:04.913Z] > Task :org.eclipse.lsp4j.generator:generateXtext
16:10:06 [2024-02-13T21:10:06.812Z] > Task :org.eclipse.lsp4j.generator:compileJava
16:10:06 [2024-02-13T21:10:06.812Z] > Task :org.eclipse.lsp4j.generator:processResources
16:10:06 [2024-02-13T21:10:06.812Z] > Task :org.eclipse.lsp4j.generator:classes
16:10:06 [2024-02-13T21:10:06.812Z] > Task :org.eclipse.lsp4j.generator:jar
16:10:21 [2024-02-13T21:10:21.665Z] 
16:10:21 [2024-02-13T21:10:21.665Z] > Task :org.eclipse.lsp4j:generateXtext
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:21 [2024-02-13T21:10:21.665Z] 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)
16:10:23 [2024-02-13T21:10:23.079Z] 
16:10:23 [2024-02-13T21:10:23.079Z] > Task :org.eclipse.lsp4j:compileJava
16:10:23 [2024-02-13T21:10:23.079Z] Note: Some input files use or override a deprecated API.
16:10:23 [2024-02-13T21:10:23.079Z] Note: Recompile with -Xlint:deprecation for details.
16:10:23 [2024-02-13T21:10:23.079Z] Note: Some input files use unchecked or unsafe operations.
16:10:23 [2024-02-13T21:10:23.079Z] Note: Recompile with -Xlint:unchecked for details.
16:10:23 [2024-02-13T21:10:23.671Z] 
16:10:23 [2024-02-13T21:10:23.671Z] > Task :org.eclipse.lsp4j:processResources
16:10:23 [2024-02-13T21:10:23.671Z] > Task :org.eclipse.lsp4j:classes
16:10:24 [2024-02-13T21:10:24.234Z] > Task :org.eclipse.lsp4j:jar
16:10:29 [2024-02-13T21:10:29.541Z] > Task :org.eclipse.lsp4j:javadoc
16:10:29 [2024-02-13T21:10:29.541Z] > Task :org.eclipse.lsp4j:javadocJar
16:10:29 [2024-02-13T21:10:29.541Z] > Task :org.eclipse.lsp4j:genSourcesManifest
16:10:29 [2024-02-13T21:10:29.814Z] > Task :org.eclipse.lsp4j:sourcesJar
16:10:29 [2024-02-13T21:10:29.814Z] > Task :org.eclipse.lsp4j:assemble
16:10:32 [2024-02-13T21:10:32.341Z] 
16:10:32 [2024-02-13T21:10:32.341Z] > Task :org.eclipse.lsp4j:generateTestXtext
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.341Z] 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)
16:10:32 [2024-02-13T21:10:32.342Z] 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)
16:10:32 [2024-02-13T21:10:32.342Z] 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)
16:10:32 [2024-02-13T21:10:32.342Z] 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)
16:10:32 [2024-02-13T21:10:32.342Z] 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)
16:10:32 [2024-02-13T21:10:32.342Z] 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)
16:10:32 [2024-02-13T21:10:32.342Z] 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)
16:10:32 [2024-02-13T21:10:32.342Z] 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)
16:10:34 [2024-02-13T21:10:34.237Z] 
16:10:34 [2024-02-13T21:10:34.237Z] > Task :org.eclipse.lsp4j:compileTestJava
16:10:34 [2024-02-13T21:10:34.237Z] Note: Some input files use or override a deprecated API.
16:10:34 [2024-02-13T21:10:34.237Z] Note: Recompile with -Xlint:deprecation for details.
16:10:34 [2024-02-13T21:10:34.237Z] 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.
16:10:34 [2024-02-13T21:10:34.237Z] Note: Recompile with -Xlint:unchecked for details.
16:10:36 [2024-02-13T21:10:36.134Z] 
16:10:36 [2024-02-13T21:10:36.134Z] > Task :org.eclipse.lsp4j:processTestResources NO-SOURCE
16:10:36 [2024-02-13T21:10:36.134Z] > Task :org.eclipse.lsp4j:testClasses
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j:test
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j:check
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j:build
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateXtext NO-SOURCE
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileJava
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processResources NO-SOURCE
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:classes
16:10:41 [2024-02-13T21:10:41.400Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:jar
16:10:41 [2024-02-13T21:10:41.976Z] > Task :org.eclipse.lsp4j.debug:generateXtext
16:10:42 [2024-02-13T21:10:42.547Z] > Task :org.eclipse.lsp4j.debug:compileJava
16:10:42 [2024-02-13T21:10:42.547Z] > Task :org.eclipse.lsp4j.debug:processResources NO-SOURCE
16:10:42 [2024-02-13T21:10:42.547Z] > Task :org.eclipse.lsp4j.debug:classes
16:10:42 [2024-02-13T21:10:42.812Z] > Task :org.eclipse.lsp4j.debug:jar
16:10:46 [2024-02-13T21:10:46.165Z] 
16:10:46 [2024-02-13T21:10:46.165Z] > Task :org.eclipse.lsp4j.debug:javadoc
16:10:46 [2024-02-13T21:10:46.165Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:143: warning - invalid usage of tag >
16:10:46 [2024-02-13T21:10:46.165Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:155: warning - invalid usage of tag >
16:10:46 [2024-02-13T21:10:46.165Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:143: warning - invalid usage of tag >
16:10:46 [2024-02-13T21:10:46.165Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:155: warning - invalid usage of tag >
16:10:46 [2024-02-13T21:10:46.165Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:143: warning - invalid usage of tag >
16:10:46 [2024-02-13T21:10:46.165Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:155: warning - invalid usage of tag >
16:10:46 [2024-02-13T21:10:46.166Z] 6 warnings
16:10:46 [2024-02-13T21:10:46.733Z] 
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:javadocJar
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:genSourcesManifest
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:sourcesJar
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:assemble
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:generateTestXtext NO-SOURCE
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:compileTestJava
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:processTestResources NO-SOURCE
16:10:46 [2024-02-13T21:10:46.733Z] > Task :org.eclipse.lsp4j.debug:testClasses
16:10:50 [2024-02-13T21:10:50.964Z] > Task :org.eclipse.lsp4j.debug:test
16:10:50 [2024-02-13T21:10:50.964Z] > Task :org.eclipse.lsp4j.debug:check
16:10:50 [2024-02-13T21:10:50.964Z] > Task :org.eclipse.lsp4j.debug:build
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:javadoc
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:javadocJar
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:genSourcesManifest
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:sourcesJar
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:assemble
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:generateTestXtext NO-SOURCE
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:compileTestJava NO-SOURCE
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:processTestResources NO-SOURCE
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:testClasses UP-TO-DATE
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:test NO-SOURCE
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:check UP-TO-DATE
16:10:52 [2024-02-13T21:10:52.359Z] > Task :org.eclipse.lsp4j.generator:build
16:10:54 [2024-02-13T21:10:54.963Z] > Task :org.eclipse.lsp4j.jsonrpc:javadoc
16:10:54 [2024-02-13T21:10:54.964Z] > Task :org.eclipse.lsp4j.jsonrpc:javadocJar
16:10:54 [2024-02-13T21:10:54.964Z] > Task :org.eclipse.lsp4j.jsonrpc:genSourcesManifest
16:10:54 [2024-02-13T21:10:54.964Z] > Task :org.eclipse.lsp4j.jsonrpc:sourcesJar
16:10:54 [2024-02-13T21:10:54.964Z] > Task :org.eclipse.lsp4j.jsonrpc:assemble
16:10:54 [2024-02-13T21:10:54.964Z] > Task :org.eclipse.lsp4j.jsonrpc:generateTestXtext NO-SOURCE
16:10:55 [2024-02-13T21:10:55.914Z] > Task :org.eclipse.lsp4j.jsonrpc:compileTestJava
16:10:55 [2024-02-13T21:10:55.914Z] > Task :org.eclipse.lsp4j.jsonrpc:processTestResources NO-SOURCE
16:10:55 [2024-02-13T21:10:55.914Z] > Task :org.eclipse.lsp4j.jsonrpc:testClasses
16:10:57 [2024-02-13T21:10:57.351Z] > Task :org.eclipse.lsp4j.jsonrpc:test
16:10:57 [2024-02-13T21:10:57.351Z] > Task :org.eclipse.lsp4j.jsonrpc:check
16:10:57 [2024-02-13T21:10:57.351Z] > Task :org.eclipse.lsp4j.jsonrpc:build
16:10:58 [2024-02-13T21:10:58.747Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadoc
16:10:59 [2024-02-13T21:10:59.012Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadocJar
16:10:59 [2024-02-13T21:10:59.012Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:genSourcesManifest
16:10:59 [2024-02-13T21:10:59.012Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:sourcesJar
16:10:59 [2024-02-13T21:10:59.012Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:assemble
16:10:59 [2024-02-13T21:10:59.012Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateTestXtext NO-SOURCE
16:10:59 [2024-02-13T21:10:59.268Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileTestJava
16:10:59 [2024-02-13T21:10:59.268Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processTestResources NO-SOURCE
16:10:59 [2024-02-13T21:10:59.268Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:testClasses
16:11:00 [2024-02-13T21:11:00.652Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:test
16:11:00 [2024-02-13T21:11:00.652Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:check
16:11:00 [2024-02-13T21:11:00.652Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:build
16:11:00 [2024-02-13T21:11:00.652Z] > Task :org.eclipse.lsp4j.websocket:generateXtext NO-SOURCE
16:11:00 [2024-02-13T21:11:00.652Z] 
16:11:00 [2024-02-13T21:11:00.652Z] > Task :org.eclipse.lsp4j.websocket:compileJava
16:11:00 [2024-02-13T21:11:00.652Z] /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
16:11:00 [2024-02-13T21:11:00.652Z] 		WebSocketLauncherBuilder<T> builder = new WebSocketLauncherBuilder<T>();
16:11:00 [2024-02-13T21:11:00.653Z] 		^
16:11:00 [2024-02-13T21:11:00.653Z] /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
16:11:00 [2024-02-13T21:11:00.653Z] 		WebSocketLauncherBuilder<T> builder = new WebSocketLauncherBuilder<T>();
16:11:00 [2024-02-13T21:11:00.653Z] 		                                          ^
16:11:00 [2024-02-13T21:11:00.653Z] /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
16:11:00 [2024-02-13T21:11:00.653Z] 		MessageConsumer outgoingMessageStream = new WebSocketMessageConsumer(session, jsonHandler);
16:11:00 [2024-02-13T21:11:00.653Z] 		                                            ^
16:11:00 [2024-02-13T21:11:00.653Z] /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
16:11:00 [2024-02-13T21:11:00.653Z] 		session.addMessageHandler(new WebSocketMessageHandler(messageConsumer, jsonHandler, remoteEndpoint));
16:11:00 [2024-02-13T21:11:00.653Z] 		                              ^
16:11:00 [2024-02-13T21:11:00.653Z] 4 warnings
16:11:00 [2024-02-13T21:11:00.653Z] 
16:11:00 [2024-02-13T21:11:00.653Z] > Task :org.eclipse.lsp4j.websocket:processResources NO-SOURCE
16:11:00 [2024-02-13T21:11:00.653Z] > Task :org.eclipse.lsp4j.websocket:classes
16:11:00 [2024-02-13T21:11:00.653Z] > Task :org.eclipse.lsp4j.websocket:jar
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:javadoc
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:javadocJar
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:genSourcesManifest
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:sourcesJar
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:assemble
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:generateTestXtext NO-SOURCE
16:11:02 [2024-02-13T21:11:02.048Z] 
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:compileTestJava
16:11:02 [2024-02-13T21:11:02.048Z] /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
16:11:02 [2024-02-13T21:11:02.048Z] 	private class ClientSideEndpoint extends WebSocketEndpoint<ServerInterface> {
16:11:02 [2024-02-13T21:11:02.048Z] 	                                         ^
16:11:02 [2024-02-13T21:11:02.048Z] /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
16:11:02 [2024-02-13T21:11:02.048Z] 	private class ClientSideEndpoint extends WebSocketEndpoint<ServerInterface> {
16:11:02 [2024-02-13T21:11:02.048Z] 	                                         ^
16:11:02 [2024-02-13T21:11:02.048Z] /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
16:11:02 [2024-02-13T21:11:02.048Z] 	private class ServerSideEndpoint extends WebSocketEndpoint<ClientInterface> {
16:11:02 [2024-02-13T21:11:02.048Z] 	                                         ^
16:11:02 [2024-02-13T21:11:02.048Z] /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
16:11:02 [2024-02-13T21:11:02.048Z] 	private class ServerSideEndpoint extends WebSocketEndpoint<ClientInterface> {
16:11:02 [2024-02-13T21:11:02.048Z] 	                                         ^
16:11:02 [2024-02-13T21:11:02.048Z] 4 warnings
16:11:02 [2024-02-13T21:11:02.048Z] 
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:processTestResources NO-SOURCE
16:11:02 [2024-02-13T21:11:02.048Z] > Task :org.eclipse.lsp4j.websocket:testClasses
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket:test
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket:check
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket:build
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateXtext NO-SOURCE
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileJava
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processResources NO-SOURCE
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket.jakarta:classes
16:11:03 [2024-02-13T21:11:03.015Z] > Task :org.eclipse.lsp4j.websocket.jakarta:jar
16:11:04 [2024-02-13T21:11:04.419Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadoc
16:11:04 [2024-02-13T21:11:04.419Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadocJar
16:11:04 [2024-02-13T21:11:04.419Z] > Task :org.eclipse.lsp4j.websocket.jakarta:genSourcesManifest
16:11:04 [2024-02-13T21:11:04.419Z] > Task :org.eclipse.lsp4j.websocket.jakarta:sourcesJar
16:11:04 [2024-02-13T21:11:04.419Z] > Task :org.eclipse.lsp4j.websocket.jakarta:assemble
16:11:04 [2024-02-13T21:11:04.419Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateTestXtext NO-SOURCE
16:11:04 [2024-02-13T21:11:04.674Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileTestJava
16:11:04 [2024-02-13T21:11:04.674Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processTestResources NO-SOURCE
16:11:04 [2024-02-13T21:11:04.674Z] > Task :org.eclipse.lsp4j.websocket.jakarta:testClasses
16:11:05 [2024-02-13T21:11:05.239Z] > Task :org.eclipse.lsp4j.websocket.jakarta:test
16:11:05 [2024-02-13T21:11:05.239Z] > Task :org.eclipse.lsp4j.websocket.jakarta:check
16:11:05 [2024-02-13T21:11:05.239Z] > Task :org.eclipse.lsp4j.websocket.jakarta:build
16:11:07 [2024-02-13T21:11:07.753Z] 
16:11:07 [2024-02-13T21:11:07.753Z] > Task :org.eclipse.lsp4j:signJar
16:11:07 [2024-02-13T21:11:07.753Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT.jar
16:11:07 [2024-02-13T21:11:07.753Z] 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-SNAPSHOT.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:07 [2024-02-13T21:11:07.753Z] 
16:11:07 [2024-02-13T21:11:07.753Z]     568858 bytes uploaded, 614802 bytes downloaded (1.084 s)
16:11:07 [2024-02-13T21:11:07.753Z] 
16:11:07 [2024-02-13T21:11:07.753Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT.jar
16:11:07 [2024-02-13T21:11:07.753Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-sources.jar
16:11:07 [2024-02-13T21:11:07.753Z] 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-SNAPSHOT-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:07 [2024-02-13T21:11:07.753Z] 
16:11:07 [2024-02-13T21:11:07.753Z]     887494 bytes uploaded, 975330 bytes downloaded (1.344 s)
16:11:07 [2024-02-13T21:11:07.753Z] 
16:11:07 [2024-02-13T21:11:07.753Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-sources.jar
16:11:07 [2024-02-13T21:11:07.753Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-javadoc.jar
16:11:07 [2024-02-13T21:11:07.753Z] 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-SNAPSHOT-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:09 [2024-02-13T21:11:09.640Z] 
16:11:09 [2024-02-13T21:11:09.640Z]     1850655 bytes uploaded, 1906866 bytes downloaded (1.915 s)
16:11:09 [2024-02-13T21:11:09.640Z] 
16:11:09 [2024-02-13T21:11:09.640Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT-javadoc.jar
16:11:12 [2024-02-13T21:11:12.157Z] 
16:11:12 [2024-02-13T21:11:12.157Z] > Task :org.eclipse.lsp4j.debug:signJar
16:11:12 [2024-02-13T21:11:12.157Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT.jar
16:11:12 [2024-02-13T21:11:12.157Z] 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-SNAPSHOT.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-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:12 [2024-02-13T21:11:12.157Z] 
16:11:12 [2024-02-13T21:11:12.157Z]     185735 bytes uploaded, 205504 bytes downloaded (0.807 s)
16:11:12 [2024-02-13T21:11:12.157Z] 
16:11:12 [2024-02-13T21:11:12.157Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT.jar
16:11:12 [2024-02-13T21:11:12.157Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT-sources.jar
16:11:12 [2024-02-13T21:11:12.157Z] 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-SNAPSHOT-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-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:12 [2024-02-13T21:11:12.157Z] 
16:11:12 [2024-02-13T21:11:12.157Z]     332635 bytes uploaded, 368765 bytes downloaded (0.913 s)
16:11:12 [2024-02-13T21:11:12.157Z] 
16:11:12 [2024-02-13T21:11:12.157Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT-sources.jar
16:11:12 [2024-02-13T21:11:12.157Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT-javadoc.jar
16:11:12 [2024-02-13T21:11:12.157Z] 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-SNAPSHOT-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-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:12 [2024-02-13T21:11:12.731Z] 
16:11:12 [2024-02-13T21:11:12.731Z]     875767 bytes uploaded, 903079 bytes downloaded (1.133 s)
16:11:12 [2024-02-13T21:11:12.731Z] 
16:11:12 [2024-02-13T21:11:12.731Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT-javadoc.jar
16:11:14 [2024-02-13T21:11:14.620Z] 
16:11:14 [2024-02-13T21:11:14.620Z] > Task :org.eclipse.lsp4j.generator:signJar
16:11:14 [2024-02-13T21:11:14.620Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT.jar
16:11:14 [2024-02-13T21:11:14.620Z] 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-SNAPSHOT.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-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:14 [2024-02-13T21:11:14.620Z] 
16:11:14 [2024-02-13T21:11:14.620Z]     45171 bytes uploaded, 54741 bytes downloaded (1.353 s)
16:11:14 [2024-02-13T21:11:14.621Z] 
16:11:14 [2024-02-13T21:11:14.621Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT.jar
16:11:14 [2024-02-13T21:11:14.621Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT-sources.jar
16:11:14 [2024-02-13T21:11:14.621Z] 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-SNAPSHOT-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-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:15 [2024-02-13T21:11:15.184Z] 
16:11:15 [2024-02-13T21:11:15.184Z]     49588 bytes uploaded, 59277 bytes downloaded (1.184 s)
16:11:15 [2024-02-13T21:11:15.184Z] 
16:11:15 [2024-02-13T21:11:15.184Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT-sources.jar
16:11:15 [2024-02-13T21:11:15.184Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT-javadoc.jar
16:11:15 [2024-02-13T21:11:15.184Z] 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-SNAPSHOT-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-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:17 [2024-02-13T21:11:17.123Z] 
16:11:17 [2024-02-13T21:11:17.123Z]     336078 bytes uploaded, 348673 bytes downloaded (1.585 s)
16:11:17 [2024-02-13T21:11:17.123Z] 
16:11:17 [2024-02-13T21:11:17.123Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT-javadoc.jar
16:11:19 [2024-02-13T21:11:19.013Z] 
16:11:19 [2024-02-13T21:11:19.013Z] > Task :org.eclipse.lsp4j.jsonrpc:signJar
16:11:19 [2024-02-13T21:11:19.013Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT.jar
16:11:19 [2024-02-13T21:11:19.013Z] 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-SNAPSHOT.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-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:19 [2024-02-13T21:11:19.013Z] 
16:11:19 [2024-02-13T21:11:19.013Z]     134986 bytes uploaded, 150310 bytes downloaded (1.173 s)
16:11:19 [2024-02-13T21:11:19.013Z] 
16:11:19 [2024-02-13T21:11:19.013Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT.jar
16:11:19 [2024-02-13T21:11:19.013Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT-sources.jar
16:11:19 [2024-02-13T21:11:19.013Z] 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-SNAPSHOT-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-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:19 [2024-02-13T21:11:19.271Z] 
16:11:19 [2024-02-13T21:11:19.271Z]     80883 bytes uploaded, 94695 bytes downloaded (1.388 s)
16:11:19 [2024-02-13T21:11:19.271Z] 
16:11:19 [2024-02-13T21:11:19.271Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT-sources.jar
16:11:19 [2024-02-13T21:11:19.271Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT-javadoc.jar
16:11:19 [2024-02-13T21:11:19.271Z] 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-SNAPSHOT-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-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:21 [2024-02-13T21:11:21.198Z] 
16:11:21 [2024-02-13T21:11:21.198Z]     598474 bytes uploaded, 620080 bytes downloaded (1.790 s)
16:11:21 [2024-02-13T21:11:21.198Z] 
16:11:21 [2024-02-13T21:11:21.198Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT-javadoc.jar
16:11:23 [2024-02-13T21:11:23.093Z] 
16:11:23 [2024-02-13T21:11:23.093Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:signJar
16:11:23 [2024-02-13T21:11:23.093Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT.jar
16:11:23 [2024-02-13T21:11:23.093Z] 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-SNAPSHOT.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-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:23 [2024-02-13T21:11:23.094Z] 
16:11:23 [2024-02-13T21:11:23.094Z]     20340 bytes uploaded, 28625 bytes downloaded (0.744 s)
16:11:23 [2024-02-13T21:11:23.094Z] 
16:11:23 [2024-02-13T21:11:23.094Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT.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-SNAPSHOT.jar
16:11:23 [2024-02-13T21:11:23.094Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT-sources.jar
16:11:23 [2024-02-13T21:11:23.094Z] 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-SNAPSHOT-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-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:23 [2024-02-13T21:11:23.353Z] 
16:11:23 [2024-02-13T21:11:23.354Z]     13912 bytes uploaded, 22193 bytes downloaded (1.439 s)
16:11:23 [2024-02-13T21:11:23.354Z] 
16:11:23 [2024-02-13T21:11:23.354Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT-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-SNAPSHOT-sources.jar
16:11:23 [2024-02-13T21:11:23.354Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT-javadoc.jar
16:11:23 [2024-02-13T21:11:23.354Z] 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-SNAPSHOT-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-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:24 [2024-02-13T21:11:24.294Z] 
16:11:24 [2024-02-13T21:11:24.294Z]     355407 bytes uploaded, 369134 bytes downloaded (0.956 s)
16:11:24 [2024-02-13T21:11:24.294Z] 
16:11:24 [2024-02-13T21:11:24.294Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT-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-SNAPSHOT-javadoc.jar
16:11:26 [2024-02-13T21:11:26.842Z] 
16:11:26 [2024-02-13T21:11:26.842Z] > Task :org.eclipse.lsp4j.websocket:signJar
16:11:26 [2024-02-13T21:11:26.842Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT.jar
16:11:26 [2024-02-13T21:11:26.842Z] 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-SNAPSHOT.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-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:26 [2024-02-13T21:11:26.842Z] 
16:11:26 [2024-02-13T21:11:26.842Z]     8579 bytes uploaded, 16253 bytes downloaded (1.132 s)
16:11:26 [2024-02-13T21:11:26.842Z] 
16:11:26 [2024-02-13T21:11:26.842Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT.jar
16:11:26 [2024-02-13T21:11:26.842Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT-sources.jar
16:11:26 [2024-02-13T21:11:26.843Z] 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-SNAPSHOT-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-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:26 [2024-02-13T21:11:26.843Z] 
16:11:26 [2024-02-13T21:11:26.843Z]     5449 bytes uploaded, 13171 bytes downloaded (0.807 s)
16:11:26 [2024-02-13T21:11:26.843Z] 
16:11:26 [2024-02-13T21:11:26.843Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT-sources.jar
16:11:26 [2024-02-13T21:11:26.843Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT-javadoc.jar
16:11:26 [2024-02-13T21:11:26.843Z] 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-SNAPSHOT-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-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:27 [2024-02-13T21:11:27.404Z] 
16:11:27 [2024-02-13T21:11:27.404Z]     319052 bytes uploaded, 331227 bytes downloaded (0.933 s)
16:11:27 [2024-02-13T21:11:27.404Z] 
16:11:27 [2024-02-13T21:11:27.404Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT-javadoc.jar
16:11:29 [2024-02-13T21:11:29.295Z] 
16:11:29 [2024-02-13T21:11:29.295Z] > Task :org.eclipse.lsp4j.websocket.jakarta:signJar
16:11:29 [2024-02-13T21:11:29.296Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT.jar
16:11:29 [2024-02-13T21:11:29.296Z] 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-SNAPSHOT.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-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:29 [2024-02-13T21:11:29.296Z] 
16:11:29 [2024-02-13T21:11:29.296Z]     8470 bytes uploaded, 16155 bytes downloaded (0.812 s)
16:11:29 [2024-02-13T21:11:29.296Z] 
16:11:29 [2024-02-13T21:11:29.296Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT.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-SNAPSHOT.jar
16:11:29 [2024-02-13T21:11:29.296Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT-sources.jar
16:11:29 [2024-02-13T21:11:29.296Z] 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-SNAPSHOT-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-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:29 [2024-02-13T21:11:29.296Z] 
16:11:29 [2024-02-13T21:11:29.296Z]     5545 bytes uploaded, 13292 bytes downloaded (0.798 s)
16:11:29 [2024-02-13T21:11:29.296Z] 
16:11:29 [2024-02-13T21:11:29.296Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT-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-SNAPSHOT-sources.jar
16:11:29 [2024-02-13T21:11:29.296Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT-javadoc.jar
16:11:29 [2024-02-13T21:11:29.296Z] 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-SNAPSHOT-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-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
16:11:30 [2024-02-13T21:11:30.695Z] 
16:11:30 [2024-02-13T21:11:30.695Z]     318607 bytes uploaded, 330806 bytes downloaded (1.582 s)
16:11:30 [2024-02-13T21:11:30.695Z] 
16:11:30 [2024-02-13T21:11:30.695Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT-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-SNAPSHOT-javadoc.jar
16:11:30 [2024-02-13T21:11:30.695Z] 
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j:generateMetadataFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j:generatePomFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j:publishLocalMavenRepoPublicationToMavenRepository
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j:publish
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.debug:generateMetadataFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.debug:generatePomFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.debug:publishLocalMavenRepoPublicationToMavenRepository
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.debug:publish
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.generator:generateMetadataFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.generator:generatePomFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.generator:publishLocalMavenRepoPublicationToMavenRepository
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.generator:publish
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc:generateMetadataFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc:generatePomFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc:publishLocalMavenRepoPublicationToMavenRepository
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc:publish
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateMetadataFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generatePomFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publishLocalMavenRepoPublicationToMavenRepository
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publish
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.websocket:generateMetadataFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.websocket:generatePomFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.websocket:publishLocalMavenRepoPublicationToMavenRepository
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.websocket:publish
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateMetadataFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.695Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generatePomFileForLocalMavenRepoPublication
16:11:30 [2024-02-13T21:11:30.951Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publishLocalMavenRepoPublicationToMavenRepository
16:11:30 [2024-02-13T21:11:30.951Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publish
16:11:30 [2024-02-13T21:11:30.951Z] 
16:11:30 [2024-02-13T21:11:30.951Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
16:11:30 [2024-02-13T21:11:30.951Z] 
16:11:30 [2024-02-13T21:11:30.951Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
16:11:30 [2024-02-13T21:11:30.951Z] 
16:11:30 [2024-02-13T21:11:30.952Z] For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
16:11:30 [2024-02-13T21:11:30.952Z] 
16:11:30 [2024-02-13T21:11:30.952Z] BUILD SUCCESSFUL in 1m 53s
16:11:30 [2024-02-13T21:11:30.952Z] 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
16:11:31 [2024-02-13T21:11:31.314Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
16:11:31 [2024-02-13T21:11:31.613Z] + mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
16:11:31 [2024-02-13T21:11:31.614Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:11:31 [2024-02-13T21:11:31.614Z] Maven home: /opt/tools/apache-maven/latest
16:11:31 [2024-02-13T21:11:31.614Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:11:31 [2024-02-13T21:11:31.614Z] Default locale: en_US, platform encoding: UTF-8
16:11:31 [2024-02-13T21:11:31.614Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:11:32 [2024-02-13T21:11:32.982Z] [INFO] Scanning for projects...
16:11:43 [2024-02-13T21:11:43.057Z] [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@5cf80dfb...
16:11:43 [2024-02-13T21:11:43.057Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
16:11:43 [2024-02-13T21:11:43.057Z] SLF4J: Defaulting to no-operation (NOP) logger implementation
16:11:43 [2024-02-13T21:11:43.057Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
16:11:44 [2024-02-13T21:11:44.014Z] [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
16:11:44 [2024-02-13T21:11:44.271Z] [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
16:11:44 [2024-02-13T21:11:44.271Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0)
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0)
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0
16:11:44 [2024-02-13T21:11:44.271Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies:
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0)
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]    - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] ------------------------------------------------------------------------
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] Reactor Build Order:
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] 
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] lsp4j.releng                                                       [pom]
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] lsp4j.target                                 [eclipse-target-definition]
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] org.eclipse.lsp4j.sdk                                  [eclipse-feature]
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] lsp4j.p2-repository                                 [eclipse-repository]
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] 
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.releng >-------------------
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] Building lsp4j.releng 0.23.0-SNAPSHOT                              [1/4]
16:11:44 [2024-02-13T21:11:44.272Z] [INFO]   from pom.xml
16:11:44 [2024-02-13T21:11:44.272Z] [INFO] --------------------------------[ pom ]---------------------------------
16:11:44 [2024-02-13T21:11:44.534Z] [INFO] 
16:11:44 [2024-02-13T21:11:44.534Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.releng ---
16:11:44 [2024-02-13T21:11:44.534Z] [INFO] 
16:11:44 [2024-02-13T21:11:44.534Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.releng ---
16:11:45 [2024-02-13T21:11:45.899Z] [INFO] 
16:11:45 [2024-02-13T21:11:45.899Z] [INFO] --- install:3.1.1:install (default-install) @ lsp4j.releng ---
16:11:46 [2024-02-13T21:11:46.153Z] [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
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] 
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.target >-------------------
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] Building lsp4j.target 0.23.0-SNAPSHOT                              [2/4]
16:11:46 [2024-02-13T21:11:46.153Z] [INFO]   from releng-target/pom.xml
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] 
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.target ---
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] 
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ lsp4j.target ---
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] 
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.target ---
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] 
16:11:46 [2024-02-13T21:11:46.153Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.target ---
16:11:46 [2024-02-13T21:11:46.714Z] [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
16:11:46 [2024-02-13T21:11:46.714Z] [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
16:11:46 [2024-02-13T21:11:46.714Z] [INFO] 
16:11:46 [2024-02-13T21:11:46.714Z] [INFO] --------------< org.eclipse.lsp4j:org.eclipse.lsp4j.sdk >---------------
16:11:46 [2024-02-13T21:11:46.714Z] [INFO] Building org.eclipse.lsp4j.sdk 0.23.0-SNAPSHOT                     [3/4]
16:11:46 [2024-02-13T21:11:46.715Z] [INFO]   from lsp4j-feature/pom.xml
16:11:46 [2024-02-13T21:11:46.715Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
16:11:47 [2024-02-13T21:11:47.277Z] [INFO] 
16:11:47 [2024-02-13T21:11:47.277Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4j.sdk ---
16:11:47 [2024-02-13T21:11:47.277Z] [INFO] 
16:11:47 [2024-02-13T21:11:47.277Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4j.sdk ---
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] The project's OSGi version is 0.23.0.v20240213-2111
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] 
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.lsp4j.sdk ---
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] 
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.lsp4j.sdk ---
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] 
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.lsp4j.sdk ---
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:47 [2024-02-13T21:11:47.533Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:47 [2024-02-13T21:11:47.813Z] [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.
16:11:47 [2024-02-13T21:11:47.813Z] [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.
16:11:47 [2024-02-13T21:11:47.813Z] [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.
16:11:47 [2024-02-13T21:11:47.813Z] [INFO] 
16:11:47 [2024-02-13T21:11:47.813Z] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.lsp4j.sdk ---
16:11:47 [2024-02-13T21:11:47.813Z] [INFO] 
16:11:47 [2024-02-13T21:11:47.813Z] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.lsp4j.sdk ---
16:11:48 [2024-02-13T21:11:48.414Z] [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)
16:11:48 [2024-02-13T21:11:48.414Z] [INFO] Building jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT.jar
16:11:48 [2024-02-13T21:11:48.414Z] [INFO] 
16:11:48 [2024-02-13T21:11:48.414Z] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4j.sdk ---
16:11:48 [2024-02-13T21:11:48.414Z] [INFO] 
16:11:48 [2024-02-13T21:11:48.414Z] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.lsp4j.sdk ---
16:11:48 [2024-02-13T21:11:48.414Z] [INFO] 
16:11:48 [2024-02-13T21:11:48.414Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4j.sdk ---
16:11:48 [2024-02-13T21:11:48.670Z] [INFO] Signing jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.23.0-SNAPSHOT.jar
16:11:50 [2024-02-13T21:11:50.032Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.032Z] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.lsp4j.sdk ---
16:11:50 [2024-02-13T21:11:50.032Z] [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
16:11:50 [2024-02-13T21:11:50.032Z] [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
16:11:50 [2024-02-13T21:11:50.032Z] [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
16:11:50 [2024-02-13T21:11:50.032Z] [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
16:11:50 [2024-02-13T21:11:50.032Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.032Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.lsp4j.sdk ---
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] ---------------< org.eclipse.lsp4j:lsp4j.p2-repository >----------------
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] Building lsp4j.p2-repository 0.23.0-SNAPSHOT                       [4/4]
16:11:50 [2024-02-13T21:11:50.033Z] [INFO]   from p2/pom.xml
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.p2-repository ---
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ lsp4j.p2-repository ---
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] The project's OSGi version is 0.23.0.v20240213-2111
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ lsp4j.p2-repository ---
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ lsp4j.p2-repository ---
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
16:11:50 [2024-02-13T21:11:50.033Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
16:11:50 [2024-02-13T21:11:50.289Z] [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.
16:11:50 [2024-02-13T21:11:50.289Z] [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.
16:11:50 [2024-02-13T21:11:50.289Z] [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.
16:11:50 [2024-02-13T21:11:50.289Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.289Z] [INFO] --- resources:2.4.3:resources (default-resources) @ lsp4j.p2-repository ---
16:11:50 [2024-02-13T21:11:50.851Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/src/main/resources
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ lsp4j.p2-repository ---
16:11:50 [2024-02-13T21:11:50.851Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] 
16:11:50 [2024-02-13T21:11:50.851Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ lsp4j.p2-repository ---
16:11:51 [2024-02-13T21:11:51.107Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
16:11:51 [2024-02-13T21:11:51.107Z] [INFO] 
16:11:51 [2024-02-13T21:11:51.107Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ lsp4j.p2-repository ---
16:11:51 [2024-02-13T21:11:51.107Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
16:11:51 [2024-02-13T21:11:51.107Z] [INFO] 
16:11:51 [2024-02-13T21:11:51.107Z] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ lsp4j.p2-repository ---
16:11:51 [2024-02-13T21:11:51.107Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
16:11:51 [2024-02-13T21:11:51.107Z] [INFO] 
16:11:51 [2024-02-13T21:11:51.107Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ lsp4j.p2-repository ---
16:11:51 [2024-02-13T21:11:51.107Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
16:11:51 [2024-02-13T21:11:51.107Z] [INFO] Fetching S202402120919&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/ (63B)
16:11:51 [2024-02-13T21:11:51.363Z] [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (4.63kB)
16:11:51 [2024-02-13T21:11:51.363Z] [INFO] Fetching com.google.guava_33.0.0.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (2.91MB)
16:11:51 [2024-02-13T21:11:51.363Z] [INFO] Fetching jakarta.websocket-api_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (23.3kB)
16:11:51 [2024-02-13T21:11:51.363Z] [INFO] Fetching jakarta.websocket-client-api_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (41.64kB)
16:11:51 [2024-02-13T21:11:51.363Z] [INFO] Fetching com.google.gson.source_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (179.26kB)
16:11:51 [2024-02-13T21:11:51.618Z] [INFO] Fetching com.google.guava.source_33.0.0.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (1.79MB)
16:11:51 [2024-02-13T21:11:51.618Z] [INFO] Fetching jakarta.websocket-api.source_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (30.94kB)
16:11:51 [2024-02-13T21:11:51.618Z] [INFO] Fetching jakarta.websocket-client-api.source_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (60.28kB)
16:11:51 [2024-02-13T21:11:51.618Z] [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)
16:11:51 [2024-02-13T21:11:51.618Z] [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)
16:11:51 [2024-02-13T21:11:51.618Z] [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)
16:11:51 [2024-02-13T21:11:51.874Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-2111.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
16:11:52 [2024-02-13T21:11:52.131Z] [INFO] Fetching com.google.gson_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (276.73kB)
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] More information on the preceding warning(s) can be found here:
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-2111.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] More information on the preceding warning(s) can be found here:
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-2111.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] More information on the preceding warning(s) can be found here:
16:11:52 [2024-02-13T21:11:52.131Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
16:11:53 [2024-02-13T21:11:53.521Z] [INFO] 
16:11:53 [2024-02-13T21:11:53.521Z] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ lsp4j.p2-repository ---
16:11:53 [2024-02-13T21:11:53.521Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
16:11:53 [2024-02-13T21:11:53.521Z] [INFO] Building zip: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.23.0-SNAPSHOT.zip
16:11:53 [2024-02-13T21:11:53.784Z] [INFO] 
16:11:53 [2024-02-13T21:11:53.784Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default) @ lsp4j.p2-repository ---
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-2111.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] More information on the preceding warning(s) can be found here:
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-2111.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] More information on the preceding warning(s) can be found here:
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-2111.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].]
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] More information on the preceding warning(s) can be found here:
16:11:53 [2024-02-13T21:11:53.784Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] 
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.p2-repository ---
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] 
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.p2-repository ---
16:11:54 [2024-02-13T21:11:54.347Z] [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
16:11:54 [2024-02-13T21:11:54.347Z] [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
16:11:54 [2024-02-13T21:11:54.347Z] [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
16:11:54 [2024-02-13T21:11:54.347Z] [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
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] 
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ lsp4j.p2-repository ---
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] 
16:11:54 [2024-02-13T21:11:54.347Z] [INFO] --- antrun:1.1:run (default) @ lsp4j.p2-repository ---
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] Executing tasks
16:11:54 [2024-02-13T21:11:54.909Z]      [copy] Copying 28 files to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
16:11:54 [2024-02-13T21:11:54.909Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build
16:11:54 [2024-02-13T21:11:54.909Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] Executed tasks
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] ------------------------------------------------------------------------
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] Reactor Summary for lsp4j.releng 0.23.0-SNAPSHOT:
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] 
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] lsp4j.releng ....................................... SUCCESS [  1.754 s]
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] lsp4j.target ....................................... SUCCESS [  0.724 s]
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] org.eclipse.lsp4j.sdk .............................. SUCCESS [  3.200 s]
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] lsp4j.p2-repository ................................ SUCCESS [  4.984 s]
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] ------------------------------------------------------------------------
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] BUILD SUCCESS
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] ------------------------------------------------------------------------
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] Total time:  21.970 s
16:11:54 [2024-02-13T21:11:54.909Z] [INFO] Finished at: 2024-02-13T21:11:54Z
16:11:54 [2024-02-13T21:11:54.909Z] [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
16:11:56 [2024-02-13T21:11:56.802Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
16:11:57 [2024-02-13T21:11:57.209Z] + ./releng/runjapicmp.sh
16:11:57 [2024-02-13T21:11:57.209Z] Working in /tmp/tmp.sjJUJXhM9G
16:11:57 [2024-02-13T21:11:57.465Z] /tmp/tmp.sjJUJXhM9G ~/agent/workspace/lsp4j-multi-build_main
16:12:00 [2024-02-13T21:12:00.005Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.23.0-SNAPSHOT.jar against /tmp/tmp.sjJUJXhM9G/org.eclipse.lsp4j-0.22.0.jar
16:12:00 [2024-02-13T21:12:00.005Z] 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.
16:12:00 [2024-02-13T21:12:00.005Z] No changes.
16:12:00 [2024-02-13T21:12:00.005Z] 	zip warning: japicmp-report.zip not found or empty
16:12:00 [2024-02-13T21:12:00.005Z]   adding: japicmp-report/org.eclipse.lsp4j.html (deflated 69%)
16:12:01 [2024-02-13T21:12:01.368Z] 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-SNAPSHOT.jar against /tmp/tmp.sjJUJXhM9G/org.eclipse.lsp4j.debug-0.22.0.jar
16:12:01 [2024-02-13T21:12:01.368Z] 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.
16:12:01 [2024-02-13T21:12:01.368Z] No changes.
16:12:01 [2024-02-13T21:12:01.368Z]   adding: japicmp-report/org.eclipse.lsp4j.debug.html (deflated 69%)
16:12:02 [2024-02-13T21:12:02.297Z] 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-SNAPSHOT.jar against /tmp/tmp.sjJUJXhM9G/org.eclipse.lsp4j.generator-0.22.0.jar
16:12:02 [2024-02-13T21:12:02.297Z] 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.
16:12:02 [2024-02-13T21:12:02.297Z] No changes.
16:12:02 [2024-02-13T21:12:02.297Z]   adding: japicmp-report/org.eclipse.lsp4j.generator.html (deflated 69%)
16:12:03 [2024-02-13T21:12:03.662Z] 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-SNAPSHOT.jar against /tmp/tmp.sjJUJXhM9G/org.eclipse.lsp4j.jsonrpc-0.22.0.jar
16:12:03 [2024-02-13T21:12:03.662Z] 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.
16:12:03 [2024-02-13T21:12:03.662Z] No changes.
16:12:03 [2024-02-13T21:12:03.662Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.html (deflated 69%)
16:12:05 [2024-02-13T21:12:05.050Z] 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-SNAPSHOT.jar against /tmp/tmp.sjJUJXhM9G/org.eclipse.lsp4j.jsonrpc.debug-0.22.0.jar
16:12:05 [2024-02-13T21:12:05.050Z] 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.
16:12:05 [2024-02-13T21:12:05.050Z] No changes.
16:12:05 [2024-02-13T21:12:05.050Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html (deflated 69%)
16:12:05 [2024-02-13T21:12:05.985Z] 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-SNAPSHOT.jar against /tmp/tmp.sjJUJXhM9G/org.eclipse.lsp4j.websocket-0.22.0.jar
16:12:05 [2024-02-13T21:12:05.985Z] 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.
16:12:05 [2024-02-13T21:12:05.985Z] No changes.
16:12:05 [2024-02-13T21:12:05.985Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.html (deflated 69%)
16:12:07 [2024-02-13T21:12:07.351Z] 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-SNAPSHOT.jar against /tmp/tmp.sjJUJXhM9G/org.eclipse.lsp4j.websocket.jakarta-0.22.0.jar
16:12:07 [2024-02-13T21:12:07.351Z] 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.
16:12:07 [2024-02-13T21:12:07.351Z] No changes.
16:12:07 [2024-02-13T21:12:07.351Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html (deflated 69%)
16:12:07 [2024-02-13T21:12:07.351Z] ~/agent/workspace/lsp4j-multi-build_main
16:12:07 [2024-02-13T21:12:07.351Z] Archive:  japicmp-report.zip
16:12:07 [2024-02-13T21:12:07.351Z]   inflating: japicmp-report/org.eclipse.lsp4j.html  
16:12:07 [2024-02-13T21:12:07.351Z]   inflating: japicmp-report/org.eclipse.lsp4j.debug.html  
16:12:07 [2024-02-13T21:12:07.351Z]   inflating: japicmp-report/org.eclipse.lsp4j.generator.html  
16:12:07 [2024-02-13T21:12:07.351Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.html  
16:12:07 [2024-02-13T21:12:07.351Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html  
16:12:07 [2024-02-13T21:12:07.351Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.html  
16:12:07 [2024-02-13T21:12:07.351Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html  
16:12:07 [2024-02-13T21:12:07.351Z] 
16:12:07 [2024-02-13T21:12:07.351Z] 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
16:12:07 [2024-02-13T21:12:07.471Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] withCredentials
16:12:07 [2024-02-13T21:12:07.496Z] Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
16:12:07 [2024-02-13T21:12:07.786Z] + gpg --batch --import ****
16:12:07 [2024-02-13T21:12:07.786Z] gpg: directory `/home/jenkins/.gnupg' created
16:12:07 [2024-02-13T21:12:07.787Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created
16:12:07 [2024-02-13T21:12:07.787Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run
16:12:07 [2024-02-13T21:12:07.787Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created
16:12:07 [2024-02-13T21:12:07.787Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created
16:12:07 [2024-02-13T21:12:07.787Z] gpg: key CBD7B481: secret key imported
16:12:07 [2024-02-13T21:12:07.787Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
16:12:07 [2024-02-13T21:12:07.787Z] gpg: key CBD7B481: public key "Eclipse LSP4J Project <lsp4j-dev@eclipse.org>" imported
16:12:07 [2024-02-13T21:12:07.787Z] gpg: Total number processed: 1
16:12:07 [2024-02-13T21:12:07.787Z] gpg:               imported: 1  (RSA: 1)
16:12:07 [2024-02-13T21:12:07.787Z] gpg:       secret keys read: 1
16:12:07 [2024-02-13T21:12:07.787Z] gpg:   secret keys imported: 1
16:12:07 [2024-02-13T21:12:07.787Z] gpg: no ultimately trusted keys found
[Pipeline] sh
16:12:08 [2024-02-13T21:12:08.060Z] ++ gpg --list-keys --with-colons
16:12:08 [2024-02-13T21:12:08.060Z] ++ awk -F: '/fpr:/ {print $10}'
16:12:08 [2024-02-13T21:12:08.060Z] ++ sort -u
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
16:12:08 [2024-02-13T21:12:08.084Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org)
16:12:08 [2024-02-13T21:12:08.085Z] [ssh-agent] Looking for ssh-agent implementation...
16:12:08 [2024-02-13T21:12:08.113Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
16:12:08 [2024-02-13T21:12:08.172Z] $ ssh-agent
16:12:08 [2024-02-13T21:12:08.181Z] SSH_AUTH_SOCK=/tmp/ssh-w8BVnb1xRWn5/agent.1403
16:12:08 [2024-02-13T21:12:08.181Z] SSH_AGENT_PID=1405
16:12:08 [2024-02-13T21:12:08.188Z] Running ssh-add (command line suppressed)
16:12:08 [2024-02-13T21:12:08.219Z] Identity added: /home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_956111262490936521.key (/home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_956111262490936521.key)
16:12:08 [2024-02-13T21:12:08.229Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
16:12:08 [2024-02-13T21:12:08.506Z] + ./releng/deploy-build.sh
16:12:08 [2024-02-13T21:12:08.506Z] + SSHUSER=genie.lsp4j@projects-storage.eclipse.org
16:12:08 [2024-02-13T21:12:08.506Z] + SSH='ssh genie.lsp4j@projects-storage.eclipse.org'
16:12:08 [2024-02-13T21:12:08.506Z] + SCP=scp
16:12:08 [2024-02-13T21:12:08.506Z] + DOWNLOAD=download.eclipse.org/lsp4j/builds/main
16:12:08 [2024-02-13T21:12:08.506Z] + DOWNLOAD_MOUNT=/home/data/httpd/download.eclipse.org/lsp4j/builds/main
16:12:08 [2024-02-13T21:12:08.506Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
16:12:09 [2024-02-13T21:12:09.432Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last
16:12:09 [2024-02-13T21:12:09.688Z] + ssh genie.lsp4j@projects-storage.eclipse.org rm -r /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last
16:12:10 [2024-02-13T21:12:10.249Z] + ssh genie.lsp4j@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
16:12:10 [2024-02-13T21:12:10.250Z] + scp -rp build/p2-repository/artifacts.jar build/p2-repository/artifacts.xml.xz build/p2-repository/content.jar build/p2-repository/content.xml.xz build/p2-repository/features build/p2-repository/japicmp-report build/p2-repository/japicmp-report.zip build/p2-repository/p2.index build/p2-repository/plugins build/p2-repository/v0.23.0.zip genie.lsp4j@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
16:12:11 [2024-02-13T21:12:11.611Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main
16:12:11 [2024-02-13T21:12:11.611Z] + ssh genie.lsp4j@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/lsp4j/builds/main /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last
16:12:11 [2024-02-13T21:12:11.867Z] + ssh genie.lsp4j@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new /home/data/httpd/download.eclipse.org/lsp4j/builds/main
16:12:12 [2024-02-13T21:12:12.427Z] + case $BRANCH_NAME in
16:12:12 [2024-02-13T21:12:12.427Z] + find build/maven-repository -name '*.pom'
16:12:12 [2024-02-13T21:12:12.427Z] + read i
16:12:12 [2024-02-13T21:12:12.427Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1
16:12:12 [2024-02-13T21:12:12.428Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
16:12:12 [2024-02-13T21:12:12.428Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:12:12 [2024-02-13T21:12:12.428Z] Maven home: /opt/tools/apache-maven/latest
16:12:12 [2024-02-13T21:12:12.428Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:12:12 [2024-02-13T21:12:12.428Z] Default locale: en_US, platform encoding: UTF-8
16:12:12 [2024-02-13T21:12:12.428Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:12:13 [2024-02-13T21:12:13.813Z] [DEBUG] Created new class realm maven.api
16:12:13 [2024-02-13T21:12:13.813Z] [DEBUG] Importing foreign packages into class realm maven.api
16:12:13 [2024-02-13T21:12:13.813Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
16:12:13 [2024-02-13T21:12:13.813Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
16:12:13 [2024-02-13T21:12:13.813Z] [DEBUG]   Imported: javax.inject.* < plexus.core
16:12:13 [2024-02-13T21:12:13.813Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
16:12:13 [2024-02-13T21:12:13.813Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.graph < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
16:12:13 [2024-02-13T21:12:13.814Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.eclipse.aether.util < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Populating class realm maven.api
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:13 [2024-02-13T21:12:13.815Z] [INFO] Error stacktraces are turned on.
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Message scheme: plain
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
16:12:13 [2024-02-13T21:12:13.815Z] [INFO] Scanning for projects...
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:pom:1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:13 [2024-02-13T21:12:13.815Z] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:pom:1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:14 [2024-02-13T21:12:14.070Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.070Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.326Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.326Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.326Z] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:27 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:14 [2024-02-13T21:12:14.326Z] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:27 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:14 [2024-02-13T21:12:14.326Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.326Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:26 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:26 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Resolving artifact org.apache:apache:pom:16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Resolving artifact org.apache:apache:pom:16 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.327Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated'
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] === REACTOR BUILD PLAN ================================================
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Style:   Aggregating
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] =======================================================================
16:12:14 [2024-02-13T21:12:14.584Z] [INFO] 
16:12:14 [2024-02-13T21:12:14.584Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
16:12:14 [2024-02-13T21:12:14.584Z] [INFO] Building Maven Stub Project (No POM) 1
16:12:14 [2024-02-13T21:12:14.584Z] [INFO] --------------------------------[ pom ]---------------------------------
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] === PROJECT BUILD PLAN ================================================
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Dependencies (collect): []
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Dependencies (resolve): []
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] -----------------------------------------------------------------------
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Style:         Regular
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
16:12:14 [2024-02-13T21:12:14.584Z] <configuration>
16:12:14 [2024-02-13T21:12:14.584Z]   <artifactId>${artifactId}</artifactId>
16:12:14 [2024-02-13T21:12:14.584Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
16:12:14 [2024-02-13T21:12:14.584Z]   <classifier>${classifier}</classifier>
16:12:14 [2024-02-13T21:12:14.584Z]   <classifiers>${classifiers}</classifiers>
16:12:14 [2024-02-13T21:12:14.584Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
16:12:14 [2024-02-13T21:12:14.584Z]   <description>${generatePom.description}</description>
16:12:14 [2024-02-13T21:12:14.584Z]   <executable>${gpg.executable}</executable>
16:12:14 [2024-02-13T21:12:14.584Z]   <file>${file}</file>
16:12:14 [2024-02-13T21:12:14.584Z]   <files>${files}</files>
16:12:14 [2024-02-13T21:12:14.584Z]   <generatePom default-value="true">${generatePom}</generatePom>
16:12:14 [2024-02-13T21:12:14.584Z]   <groupId>${groupId}</groupId>
16:12:14 [2024-02-13T21:12:14.584Z]   <homedir>${gpg.homedir}</homedir>
16:12:14 [2024-02-13T21:12:14.584Z]   <interactive default-value="${settings.interactiveMode}"/>
16:12:14 [2024-02-13T21:12:14.584Z]   <javadoc>${javadoc}</javadoc>
16:12:14 [2024-02-13T21:12:14.584Z]   <keyname>${gpg.keyname}</keyname>
16:12:14 [2024-02-13T21:12:14.584Z]   <localRepository default-value="${localRepository}"/>
16:12:14 [2024-02-13T21:12:14.584Z]   <lockMode>${gpg.lockMode}</lockMode>
16:12:14 [2024-02-13T21:12:14.584Z]   <offline default-value="${settings.offline}"/>
16:12:14 [2024-02-13T21:12:14.584Z]   <packaging>${packaging}</packaging>
16:12:14 [2024-02-13T21:12:14.584Z]   <passphrase>${gpg.passphrase}</passphrase>
16:12:14 [2024-02-13T21:12:14.584Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
16:12:14 [2024-02-13T21:12:14.584Z]   <pomFile>${pomFile}</pomFile>
16:12:14 [2024-02-13T21:12:14.584Z]   <project default-value="${project}"/>
16:12:14 [2024-02-13T21:12:14.584Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
16:12:14 [2024-02-13T21:12:14.584Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
16:12:14 [2024-02-13T21:12:14.584Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
16:12:14 [2024-02-13T21:12:14.584Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
16:12:14 [2024-02-13T21:12:14.584Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
16:12:14 [2024-02-13T21:12:14.584Z]   <settings default-value="${settings}"/>
16:12:14 [2024-02-13T21:12:14.584Z]   <sources>${sources}</sources>
16:12:14 [2024-02-13T21:12:14.584Z]   <types>${types}</types>
16:12:14 [2024-02-13T21:12:14.584Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
16:12:14 [2024-02-13T21:12:14.584Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
16:12:14 [2024-02-13T21:12:14.584Z]   <url>${url}</url>
16:12:14 [2024-02-13T21:12:14.584Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
16:12:14 [2024-02-13T21:12:14.584Z]   <version>${version}</version>
16:12:14 [2024-02-13T21:12:14.584Z] </configuration>
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] =======================================================================
16:12:14 [2024-02-13T21:12:14.584Z] [INFO] 
16:12:14 [2024-02-13T21:12:14.584Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
16:12:14 [2024-02-13T21:12:14.584Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache:apache:pom:5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache:apache:pom:5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.585Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.586Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.587Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact junit:junit:pom:3.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact junit:junit:pom:3.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact classworlds:classworlds:pom:1.1-alpha-2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact classworlds:classworlds:pom:1.1-alpha-2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.588Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.589Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.848Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.849Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.850Z] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated'
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=538775, ConflictMarker.markTime=489458, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=335908, ConflictIdSorter.topsortTime=255930, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2568879, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=387975102, DfDependencyCollector.transformTime=5582158}
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]          junit:junit:jar:3.8.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
16:12:14 [2024-02-13T21:12:14.851Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact junit:junit:jar:3.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact classworlds:classworlds:jar:1.1-alpha-2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.852Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact junit:junit:jar:3.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact classworlds:classworlds:jar:1.1-alpha-2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:14 [2024-02-13T21:12:14.853Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
16:12:15 [2024-02-13T21:12:15.114Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.114Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.114Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.114Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.114Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.114Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.114Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated'
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Imported:  < maven.api
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Included: junit:junit:jar:3.8.1
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator -->
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   (f) classifiers = sources,javadoc
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   (f) defaultKeyring = true
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1.jar
16:12:15 [2024-02-13T21:12:15.115Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1-javadoc.jar
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) generatePom = true
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) interactive = false
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) localRepository =       id: local
16:12:15 [2024-02-13T21:12:15.116Z]       url: file:///home/jenkins/.m2/repository/
16:12:15 [2024-02-13T21:12:15.116Z]    layout: default
16:12:15 [2024-02-13T21:12:15.116Z] snapshots: [enabled => true, update => always]
16:12:15 [2024-02-13T21:12:15.116Z]  releases: [enabled => true, update => always]
16:12:15 [2024-02-13T21:12:15.116Z]    blocked: false
16:12:15 [2024-02-13T21:12:15.116Z] 
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) offline = false
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.210942-1.pom
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) repositoryId = ossrh
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) repositoryLayout = default
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@3453acd2
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) types = jar,jar
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) uniqueVersion = true
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) updateReleaseInfo = false
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG]   (f) useAgent = true
16:12:15 [2024-02-13T21:12:15.116Z] [DEBUG] -- end configuration --
16:12:16 [2024-02-13T21:12:16.041Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:16 [2024-02-13T21:12:16.041Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:16 [2024-02-13T21:12:16.041Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:16 [2024-02-13T21:12:16.041Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:16 [2024-02-13T21:12:16.602Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/resolver-status.properties'
16:12:16 [2024-02-13T21:12:16.602Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:16 [2024-02-13T21:12:16.602Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:16 [2024-02-13T21:12:16.602Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:16 [2024-02-13T21:12:16.602Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:17 [2024-02-13T21:12:17.163Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j].filename = org.eclipse.lsp4j-0.23.0-20240213.211213-1.pom
16:12:17 [2024-02-13T21:12:17.163Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null:pom].filename = org.eclipse.lsp4j-0.23.0-20240213.211213-1.pom.asc
16:12:17 [2024-02-13T21:12:17.163Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null].filename = org.eclipse.lsp4j-0.23.0-20240213.211213-1.jar.asc
16:12:17 [2024-02-13T21:12:17.727Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:17 [2024-02-13T21:12:17.727Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:17 [2024-02-13T21:12:17.727Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:17 [2024-02-13T21:12:17.982Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.211213-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:17 [2024-02-13T21:12:17.982Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:18 [2024-02-13T21:12:18.237Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:sources].filename = org.eclipse.lsp4j-0.23.0-20240213.211213-1-sources.jar.asc
16:12:18 [2024-02-13T21:12:18.797Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:18 [2024-02-13T21:12:18.797Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:18 [2024-02-13T21:12:18.797Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:19 [2024-02-13T21:12:19.052Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0-SNAPSHOT/org.eclipse.lsp4j-0.23.0-20240213.211213-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:19 [2024-02-13T21:12:19.052Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:19 [2024-02-13T21:12:19.308Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:javadoc].filename = org.eclipse.lsp4j-0.23.0-20240213.211213-1-javadoc.jar.asc
16:12:19 [2024-02-13T21:12:19.308Z] [INFO] ------------------------------------------------------------------------
16:12:19 [2024-02-13T21:12:19.308Z] [INFO] BUILD SUCCESS
16:12:19 [2024-02-13T21:12:19.308Z] [INFO] ------------------------------------------------------------------------
16:12:19 [2024-02-13T21:12:19.308Z] [INFO] Total time:  5.648 s
16:12:19 [2024-02-13T21:12:19.308Z] [INFO] Finished at: 2024-02-13T21:12:19Z
16:12:19 [2024-02-13T21:12:19.308Z] [INFO] ------------------------------------------------------------------------
16:12:19 [2024-02-13T21:12:19.308Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:19 [2024-02-13T21:12:19.308Z] [DEBUG] Shutting down 'file-lock' factory
16:12:19 [2024-02-13T21:12:19.308Z] [DEBUG] Shutting down 'rwlock-local' factory
16:12:19 [2024-02-13T21:12:19.308Z] [DEBUG] Shutting down 'semaphore-local' factory
16:12:19 [2024-02-13T21:12:19.308Z] [DEBUG] Shutting down 'noop' factory
16:12:19 [2024-02-13T21:12:19.308Z] + read i
16:12:19 [2024-02-13T21:12:19.308Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1
16:12:19 [2024-02-13T21:12:19.308Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
16:12:19 [2024-02-13T21:12:19.564Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:12:19 [2024-02-13T21:12:19.564Z] Maven home: /opt/tools/apache-maven/latest
16:12:19 [2024-02-13T21:12:19.564Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:12:19 [2024-02-13T21:12:19.564Z] Default locale: en_US, platform encoding: UTF-8
16:12:19 [2024-02-13T21:12:19.564Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG] Created new class realm maven.api
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG] Importing foreign packages into class realm maven.api
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: javax.inject.* < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.graph < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
16:12:20 [2024-02-13T21:12:20.928Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.util < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Populating class realm maven.api
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:20 [2024-02-13T21:12:20.929Z] [INFO] Error stacktraces are turned on.
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Message scheme: plain
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
16:12:20 [2024-02-13T21:12:20.929Z] [INFO] Scanning for projects...
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
16:12:20 [2024-02-13T21:12:20.929Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] === REACTOR BUILD PLAN ================================================
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] Style:   Aggregating
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] =======================================================================
16:12:21 [2024-02-13T21:12:21.185Z] [INFO] 
16:12:21 [2024-02-13T21:12:21.185Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
16:12:21 [2024-02-13T21:12:21.185Z] [INFO] Building Maven Stub Project (No POM) 1
16:12:21 [2024-02-13T21:12:21.185Z] [INFO] --------------------------------[ pom ]---------------------------------
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
16:12:21 [2024-02-13T21:12:21.185Z] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] === PROJECT BUILD PLAN ================================================
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Dependencies (collect): []
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Dependencies (resolve): []
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] -----------------------------------------------------------------------
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Style:         Regular
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
16:12:21 [2024-02-13T21:12:21.186Z] <configuration>
16:12:21 [2024-02-13T21:12:21.186Z]   <artifactId>${artifactId}</artifactId>
16:12:21 [2024-02-13T21:12:21.186Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
16:12:21 [2024-02-13T21:12:21.186Z]   <classifier>${classifier}</classifier>
16:12:21 [2024-02-13T21:12:21.186Z]   <classifiers>${classifiers}</classifiers>
16:12:21 [2024-02-13T21:12:21.186Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
16:12:21 [2024-02-13T21:12:21.186Z]   <description>${generatePom.description}</description>
16:12:21 [2024-02-13T21:12:21.186Z]   <executable>${gpg.executable}</executable>
16:12:21 [2024-02-13T21:12:21.186Z]   <file>${file}</file>
16:12:21 [2024-02-13T21:12:21.186Z]   <files>${files}</files>
16:12:21 [2024-02-13T21:12:21.186Z]   <generatePom default-value="true">${generatePom}</generatePom>
16:12:21 [2024-02-13T21:12:21.186Z]   <groupId>${groupId}</groupId>
16:12:21 [2024-02-13T21:12:21.186Z]   <homedir>${gpg.homedir}</homedir>
16:12:21 [2024-02-13T21:12:21.186Z]   <interactive default-value="${settings.interactiveMode}"/>
16:12:21 [2024-02-13T21:12:21.186Z]   <javadoc>${javadoc}</javadoc>
16:12:21 [2024-02-13T21:12:21.186Z]   <keyname>${gpg.keyname}</keyname>
16:12:21 [2024-02-13T21:12:21.186Z]   <localRepository default-value="${localRepository}"/>
16:12:21 [2024-02-13T21:12:21.186Z]   <lockMode>${gpg.lockMode}</lockMode>
16:12:21 [2024-02-13T21:12:21.186Z]   <offline default-value="${settings.offline}"/>
16:12:21 [2024-02-13T21:12:21.186Z]   <packaging>${packaging}</packaging>
16:12:21 [2024-02-13T21:12:21.186Z]   <passphrase>${gpg.passphrase}</passphrase>
16:12:21 [2024-02-13T21:12:21.186Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
16:12:21 [2024-02-13T21:12:21.186Z]   <pomFile>${pomFile}</pomFile>
16:12:21 [2024-02-13T21:12:21.186Z]   <project default-value="${project}"/>
16:12:21 [2024-02-13T21:12:21.186Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
16:12:21 [2024-02-13T21:12:21.186Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
16:12:21 [2024-02-13T21:12:21.186Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
16:12:21 [2024-02-13T21:12:21.186Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
16:12:21 [2024-02-13T21:12:21.186Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
16:12:21 [2024-02-13T21:12:21.186Z]   <settings default-value="${settings}"/>
16:12:21 [2024-02-13T21:12:21.186Z]   <sources>${sources}</sources>
16:12:21 [2024-02-13T21:12:21.186Z]   <types>${types}</types>
16:12:21 [2024-02-13T21:12:21.186Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
16:12:21 [2024-02-13T21:12:21.186Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
16:12:21 [2024-02-13T21:12:21.186Z]   <url>${url}</url>
16:12:21 [2024-02-13T21:12:21.186Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
16:12:21 [2024-02-13T21:12:21.186Z]   <version>${version}</version>
16:12:21 [2024-02-13T21:12:21.186Z] </configuration>
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] =======================================================================
16:12:21 [2024-02-13T21:12:21.186Z] [INFO] 
16:12:21 [2024-02-13T21:12:21.186Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=31203545, ConflictMarker.markTime=333453, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=485989, ConflictIdSorter.topsortTime=354904, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4526861, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=103721678, DfDependencyCollector.transformTime=38548762}
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]          junit:junit:jar:3.8.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Imported:  < maven.api
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Included: junit:junit:jar:3.8.1
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
16:12:21 [2024-02-13T21:12:21.186Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
16:12:21 [2024-02-13T21:12:21.187Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
16:12:21 [2024-02-13T21:12:21.442Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator -->
16:12:21 [2024-02-13T21:12:21.442Z] [DEBUG]   (f) classifiers = sources,javadoc
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) defaultKeyring = true
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1.jar
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1-javadoc.jar
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) generatePom = true
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) interactive = false
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) localRepository =       id: local
16:12:21 [2024-02-13T21:12:21.443Z]       url: file:///home/jenkins/.m2/repository/
16:12:21 [2024-02-13T21:12:21.443Z]    layout: default
16:12:21 [2024-02-13T21:12:21.443Z] snapshots: [enabled => true, update => always]
16:12:21 [2024-02-13T21:12:21.443Z]  releases: [enabled => true, update => always]
16:12:21 [2024-02-13T21:12:21.443Z]    blocked: false
16:12:21 [2024-02-13T21:12:21.443Z] 
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) offline = false
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.210942-1.pom
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) repositoryId = ossrh
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) repositoryLayout = default
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@e84fb85
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) types = jar,jar
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) uniqueVersion = true
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) updateReleaseInfo = false
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG]   (f) useAgent = true
16:12:21 [2024-02-13T21:12:21.443Z] [DEBUG] -- end configuration --
16:12:22 [2024-02-13T21:12:22.381Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:22 [2024-02-13T21:12:22.381Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:22 [2024-02-13T21:12:22.381Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.23.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:22 [2024-02-13T21:12:22.381Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:22 [2024-02-13T21:12:22.943Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/resolver-status.properties'
16:12:22 [2024-02-13T21:12:22.943Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:22 [2024-02-13T21:12:22.943Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:22 [2024-02-13T21:12:22.943Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:22 [2024-02-13T21:12:22.943Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:23 [2024-02-13T21:12:23.869Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.debug].filename = org.eclipse.lsp4j.debug-0.23.0-20240213.211220-1.pom
16:12:23 [2024-02-13T21:12:23.869Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null].filename = org.eclipse.lsp4j.debug-0.23.0-20240213.211220-1.jar.asc
16:12:23 [2024-02-13T21:12:23.869Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null:pom].filename = org.eclipse.lsp4j.debug-0.23.0-20240213.211220-1.pom.asc
16:12:23 [2024-02-13T21:12:23.869Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:23 [2024-02-13T21:12:23.869Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:23 [2024-02-13T21:12:23.869Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:24 [2024-02-13T21:12:24.430Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.211220-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:24 [2024-02-13T21:12:24.430Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:24 [2024-02-13T21:12:24.684Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:sources].filename = org.eclipse.lsp4j.debug-0.23.0-20240213.211220-1-sources.jar.asc
16:12:24 [2024-02-13T21:12:24.939Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:24 [2024-02-13T21:12:24.940Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:24 [2024-02-13T21:12:24.940Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:25 [2024-02-13T21:12:25.196Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.23.0-20240213.211220-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:25 [2024-02-13T21:12:25.196Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:25 [2024-02-13T21:12:25.757Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:javadoc].filename = org.eclipse.lsp4j.debug-0.23.0-20240213.211220-1-javadoc.jar.asc
16:12:25 [2024-02-13T21:12:25.757Z] [INFO] ------------------------------------------------------------------------
16:12:25 [2024-02-13T21:12:25.757Z] [INFO] BUILD SUCCESS
16:12:25 [2024-02-13T21:12:25.757Z] [INFO] ------------------------------------------------------------------------
16:12:25 [2024-02-13T21:12:25.757Z] [INFO] Total time:  4.769 s
16:12:25 [2024-02-13T21:12:25.757Z] [INFO] Finished at: 2024-02-13T21:12:25Z
16:12:25 [2024-02-13T21:12:25.757Z] [INFO] ------------------------------------------------------------------------
16:12:25 [2024-02-13T21:12:25.757Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:25 [2024-02-13T21:12:25.757Z] [DEBUG] Shutting down 'file-lock' factory
16:12:25 [2024-02-13T21:12:25.757Z] [DEBUG] Shutting down 'rwlock-local' factory
16:12:25 [2024-02-13T21:12:25.757Z] [DEBUG] Shutting down 'semaphore-local' factory
16:12:25 [2024-02-13T21:12:25.757Z] [DEBUG] Shutting down 'noop' factory
16:12:25 [2024-02-13T21:12:25.757Z] + read i
16:12:25 [2024-02-13T21:12:25.757Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1
16:12:25 [2024-02-13T21:12:25.757Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
16:12:25 [2024-02-13T21:12:25.757Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:12:25 [2024-02-13T21:12:25.758Z] Maven home: /opt/tools/apache-maven/latest
16:12:25 [2024-02-13T21:12:25.758Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:12:25 [2024-02-13T21:12:25.758Z] Default locale: en_US, platform encoding: UTF-8
16:12:25 [2024-02-13T21:12:25.758Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG] Created new class realm maven.api
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG] Importing foreign packages into class realm maven.api
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: javax.inject.* < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.graph < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
16:12:27 [2024-02-13T21:12:27.124Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.util < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Populating class realm maven.api
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:27 [2024-02-13T21:12:27.125Z] [INFO] Error stacktraces are turned on.
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Message scheme: plain
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
16:12:27 [2024-02-13T21:12:27.125Z] [INFO] Scanning for projects...
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
16:12:27 [2024-02-13T21:12:27.125Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] === REACTOR BUILD PLAN ================================================
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Style:   Aggregating
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] =======================================================================
16:12:27 [2024-02-13T21:12:27.411Z] [INFO] 
16:12:27 [2024-02-13T21:12:27.411Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
16:12:27 [2024-02-13T21:12:27.411Z] [INFO] Building Maven Stub Project (No POM) 1
16:12:27 [2024-02-13T21:12:27.411Z] [INFO] --------------------------------[ pom ]---------------------------------
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] === PROJECT BUILD PLAN ================================================
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Dependencies (collect): []
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Dependencies (resolve): []
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] -----------------------------------------------------------------------
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Style:         Regular
16:12:27 [2024-02-13T21:12:27.411Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
16:12:27 [2024-02-13T21:12:27.411Z] <configuration>
16:12:27 [2024-02-13T21:12:27.411Z]   <artifactId>${artifactId}</artifactId>
16:12:27 [2024-02-13T21:12:27.411Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
16:12:27 [2024-02-13T21:12:27.411Z]   <classifier>${classifier}</classifier>
16:12:27 [2024-02-13T21:12:27.411Z]   <classifiers>${classifiers}</classifiers>
16:12:27 [2024-02-13T21:12:27.411Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
16:12:27 [2024-02-13T21:12:27.411Z]   <description>${generatePom.description}</description>
16:12:27 [2024-02-13T21:12:27.411Z]   <executable>${gpg.executable}</executable>
16:12:27 [2024-02-13T21:12:27.411Z]   <file>${file}</file>
16:12:27 [2024-02-13T21:12:27.411Z]   <files>${files}</files>
16:12:27 [2024-02-13T21:12:27.411Z]   <generatePom default-value="true">${generatePom}</generatePom>
16:12:27 [2024-02-13T21:12:27.411Z]   <groupId>${groupId}</groupId>
16:12:27 [2024-02-13T21:12:27.411Z]   <homedir>${gpg.homedir}</homedir>
16:12:27 [2024-02-13T21:12:27.411Z]   <interactive default-value="${settings.interactiveMode}"/>
16:12:27 [2024-02-13T21:12:27.411Z]   <javadoc>${javadoc}</javadoc>
16:12:27 [2024-02-13T21:12:27.411Z]   <keyname>${gpg.keyname}</keyname>
16:12:27 [2024-02-13T21:12:27.411Z]   <localRepository default-value="${localRepository}"/>
16:12:27 [2024-02-13T21:12:27.411Z]   <lockMode>${gpg.lockMode}</lockMode>
16:12:27 [2024-02-13T21:12:27.411Z]   <offline default-value="${settings.offline}"/>
16:12:27 [2024-02-13T21:12:27.411Z]   <packaging>${packaging}</packaging>
16:12:27 [2024-02-13T21:12:27.411Z]   <passphrase>${gpg.passphrase}</passphrase>
16:12:27 [2024-02-13T21:12:27.411Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
16:12:27 [2024-02-13T21:12:27.411Z]   <pomFile>${pomFile}</pomFile>
16:12:27 [2024-02-13T21:12:27.411Z]   <project default-value="${project}"/>
16:12:27 [2024-02-13T21:12:27.411Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
16:12:27 [2024-02-13T21:12:27.411Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
16:12:27 [2024-02-13T21:12:27.411Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
16:12:27 [2024-02-13T21:12:27.411Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
16:12:27 [2024-02-13T21:12:27.411Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
16:12:27 [2024-02-13T21:12:27.411Z]   <settings default-value="${settings}"/>
16:12:27 [2024-02-13T21:12:27.411Z]   <sources>${sources}</sources>
16:12:27 [2024-02-13T21:12:27.411Z]   <types>${types}</types>
16:12:27 [2024-02-13T21:12:27.411Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
16:12:27 [2024-02-13T21:12:27.411Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
16:12:27 [2024-02-13T21:12:27.411Z]   <url>${url}</url>
16:12:27 [2024-02-13T21:12:27.411Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
16:12:27 [2024-02-13T21:12:27.412Z]   <version>${version}</version>
16:12:27 [2024-02-13T21:12:27.412Z] </configuration>
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] =======================================================================
16:12:27 [2024-02-13T21:12:27.412Z] [INFO] 
16:12:27 [2024-02-13T21:12:27.412Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=405179, ConflictMarker.markTime=188878, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=242653, ConflictIdSorter.topsortTime=182310, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2652762, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=150950919, DfDependencyCollector.transformTime=4782376}
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]          junit:junit:jar:3.8.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Imported:  < maven.api
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Included: junit:junit:jar:3.8.1
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator -->
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) classifiers = sources,javadoc
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) defaultKeyring = true
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1.jar
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1-javadoc.jar
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) generatePom = true
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) interactive = false
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) localRepository =       id: local
16:12:27 [2024-02-13T21:12:27.412Z]       url: file:///home/jenkins/.m2/repository/
16:12:27 [2024-02-13T21:12:27.412Z]    layout: default
16:12:27 [2024-02-13T21:12:27.412Z] snapshots: [enabled => true, update => always]
16:12:27 [2024-02-13T21:12:27.412Z]  releases: [enabled => true, update => always]
16:12:27 [2024-02-13T21:12:27.412Z]    blocked: false
16:12:27 [2024-02-13T21:12:27.412Z] 
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) offline = false
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.210942-1.pom
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) repositoryId = ossrh
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) repositoryLayout = default
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@895416d
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) types = jar,jar
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) uniqueVersion = true
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) updateReleaseInfo = false
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG]   (f) useAgent = true
16:12:27 [2024-02-13T21:12:27.412Z] [DEBUG] -- end configuration --
16:12:28 [2024-02-13T21:12:28.343Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:28 [2024-02-13T21:12:28.343Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:28 [2024-02-13T21:12:28.598Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.23.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:28 [2024-02-13T21:12:28.598Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:29 [2024-02-13T21:12:29.165Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/resolver-status.properties'
16:12:29 [2024-02-13T21:12:29.165Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:29 [2024-02-13T21:12:29.165Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:29 [2024-02-13T21:12:29.165Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:29 [2024-02-13T21:12:29.165Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:30 [2024-02-13T21:12:30.092Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null].filename = org.eclipse.lsp4j.generator-0.23.0-20240213.211226-1.jar.asc
16:12:30 [2024-02-13T21:12:30.092Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.generator].filename = org.eclipse.lsp4j.generator-0.23.0-20240213.211226-1.pom
16:12:30 [2024-02-13T21:12:30.092Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null:pom].filename = org.eclipse.lsp4j.generator-0.23.0-20240213.211226-1.pom.asc
16:12:30 [2024-02-13T21:12:30.348Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:30 [2024-02-13T21:12:30.348Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:30 [2024-02-13T21:12:30.348Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:30 [2024-02-13T21:12:30.604Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.211226-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:30 [2024-02-13T21:12:30.604Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:31 [2024-02-13T21:12:31.165Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:sources].filename = org.eclipse.lsp4j.generator-0.23.0-20240213.211226-1-sources.jar.asc
16:12:31 [2024-02-13T21:12:31.424Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:31 [2024-02-13T21:12:31.424Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:31 [2024-02-13T21:12:31.424Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:31 [2024-02-13T21:12:31.679Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.23.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.23.0-20240213.211226-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:31 [2024-02-13T21:12:31.679Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:31 [2024-02-13T21:12:31.936Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:javadoc].filename = org.eclipse.lsp4j.generator-0.23.0-20240213.211226-1-javadoc.jar.asc
16:12:31 [2024-02-13T21:12:31.936Z] [INFO] ------------------------------------------------------------------------
16:12:31 [2024-02-13T21:12:31.936Z] [INFO] BUILD SUCCESS
16:12:31 [2024-02-13T21:12:31.936Z] [INFO] ------------------------------------------------------------------------
16:12:31 [2024-02-13T21:12:31.936Z] [INFO] Total time:  4.971 s
16:12:31 [2024-02-13T21:12:31.936Z] [INFO] Finished at: 2024-02-13T21:12:31Z
16:12:31 [2024-02-13T21:12:31.936Z] [INFO] ------------------------------------------------------------------------
16:12:31 [2024-02-13T21:12:31.936Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:31 [2024-02-13T21:12:31.937Z] [DEBUG] Shutting down 'file-lock' factory
16:12:32 [2024-02-13T21:12:32.193Z] [DEBUG] Shutting down 'rwlock-local' factory
16:12:32 [2024-02-13T21:12:32.193Z] [DEBUG] Shutting down 'semaphore-local' factory
16:12:32 [2024-02-13T21:12:32.193Z] [DEBUG] Shutting down 'noop' factory
16:12:32 [2024-02-13T21:12:32.193Z] + read i
16:12:32 [2024-02-13T21:12:32.193Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1
16:12:32 [2024-02-13T21:12:32.193Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
16:12:32 [2024-02-13T21:12:32.449Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:12:32 [2024-02-13T21:12:32.450Z] Maven home: /opt/tools/apache-maven/latest
16:12:32 [2024-02-13T21:12:32.450Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:12:32 [2024-02-13T21:12:32.450Z] Default locale: en_US, platform encoding: UTF-8
16:12:32 [2024-02-13T21:12:32.450Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:12:33 [2024-02-13T21:12:33.386Z] [DEBUG] Created new class realm maven.api
16:12:33 [2024-02-13T21:12:33.386Z] [DEBUG] Importing foreign packages into class realm maven.api
16:12:33 [2024-02-13T21:12:33.386Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
16:12:33 [2024-02-13T21:12:33.386Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
16:12:33 [2024-02-13T21:12:33.386Z] [DEBUG]   Imported: javax.inject.* < plexus.core
16:12:33 [2024-02-13T21:12:33.386Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.graph < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.util < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG] Populating class realm maven.api
16:12:33 [2024-02-13T21:12:33.387Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:33 [2024-02-13T21:12:33.666Z] [INFO] Error stacktraces are turned on.
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Message scheme: plain
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
16:12:33 [2024-02-13T21:12:33.666Z] [INFO] Scanning for projects...
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
16:12:33 [2024-02-13T21:12:33.666Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] === REACTOR BUILD PLAN ================================================
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Style:   Aggregating
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] =======================================================================
16:12:33 [2024-02-13T21:12:33.922Z] [INFO] 
16:12:33 [2024-02-13T21:12:33.922Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
16:12:33 [2024-02-13T21:12:33.922Z] [INFO] Building Maven Stub Project (No POM) 1
16:12:33 [2024-02-13T21:12:33.922Z] [INFO] --------------------------------[ pom ]---------------------------------
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] === PROJECT BUILD PLAN ================================================
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Dependencies (collect): []
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Dependencies (resolve): []
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] -----------------------------------------------------------------------
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Style:         Regular
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
16:12:33 [2024-02-13T21:12:33.922Z] <configuration>
16:12:33 [2024-02-13T21:12:33.922Z]   <artifactId>${artifactId}</artifactId>
16:12:33 [2024-02-13T21:12:33.922Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
16:12:33 [2024-02-13T21:12:33.922Z]   <classifier>${classifier}</classifier>
16:12:33 [2024-02-13T21:12:33.922Z]   <classifiers>${classifiers}</classifiers>
16:12:33 [2024-02-13T21:12:33.922Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
16:12:33 [2024-02-13T21:12:33.922Z]   <description>${generatePom.description}</description>
16:12:33 [2024-02-13T21:12:33.922Z]   <executable>${gpg.executable}</executable>
16:12:33 [2024-02-13T21:12:33.922Z]   <file>${file}</file>
16:12:33 [2024-02-13T21:12:33.922Z]   <files>${files}</files>
16:12:33 [2024-02-13T21:12:33.922Z]   <generatePom default-value="true">${generatePom}</generatePom>
16:12:33 [2024-02-13T21:12:33.922Z]   <groupId>${groupId}</groupId>
16:12:33 [2024-02-13T21:12:33.922Z]   <homedir>${gpg.homedir}</homedir>
16:12:33 [2024-02-13T21:12:33.922Z]   <interactive default-value="${settings.interactiveMode}"/>
16:12:33 [2024-02-13T21:12:33.922Z]   <javadoc>${javadoc}</javadoc>
16:12:33 [2024-02-13T21:12:33.922Z]   <keyname>${gpg.keyname}</keyname>
16:12:33 [2024-02-13T21:12:33.922Z]   <localRepository default-value="${localRepository}"/>
16:12:33 [2024-02-13T21:12:33.922Z]   <lockMode>${gpg.lockMode}</lockMode>
16:12:33 [2024-02-13T21:12:33.922Z]   <offline default-value="${settings.offline}"/>
16:12:33 [2024-02-13T21:12:33.922Z]   <packaging>${packaging}</packaging>
16:12:33 [2024-02-13T21:12:33.922Z]   <passphrase>${gpg.passphrase}</passphrase>
16:12:33 [2024-02-13T21:12:33.922Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
16:12:33 [2024-02-13T21:12:33.922Z]   <pomFile>${pomFile}</pomFile>
16:12:33 [2024-02-13T21:12:33.922Z]   <project default-value="${project}"/>
16:12:33 [2024-02-13T21:12:33.922Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
16:12:33 [2024-02-13T21:12:33.922Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
16:12:33 [2024-02-13T21:12:33.922Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
16:12:33 [2024-02-13T21:12:33.922Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
16:12:33 [2024-02-13T21:12:33.922Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
16:12:33 [2024-02-13T21:12:33.922Z]   <settings default-value="${settings}"/>
16:12:33 [2024-02-13T21:12:33.922Z]   <sources>${sources}</sources>
16:12:33 [2024-02-13T21:12:33.922Z]   <types>${types}</types>
16:12:33 [2024-02-13T21:12:33.922Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
16:12:33 [2024-02-13T21:12:33.922Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
16:12:33 [2024-02-13T21:12:33.922Z]   <url>${url}</url>
16:12:33 [2024-02-13T21:12:33.922Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
16:12:33 [2024-02-13T21:12:33.922Z]   <version>${version}</version>
16:12:33 [2024-02-13T21:12:33.922Z] </configuration>
16:12:33 [2024-02-13T21:12:33.922Z] [DEBUG] =======================================================================
16:12:33 [2024-02-13T21:12:33.922Z] [INFO] 
16:12:33 [2024-02-13T21:12:33.922Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=471858, ConflictMarker.markTime=180843, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=237378, ConflictIdSorter.topsortTime=208616, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=31356428, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=96607314, DfDependencyCollector.transformTime=33602444}
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]          junit:junit:jar:3.8.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Imported:  < maven.api
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Included: junit:junit:jar:3.8.1
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator -->
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) classifiers = sources,javadoc
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) defaultKeyring = true
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1.jar
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1-javadoc.jar
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) generatePom = true
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) interactive = false
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) localRepository =       id: local
16:12:33 [2024-02-13T21:12:33.923Z]       url: file:///home/jenkins/.m2/repository/
16:12:33 [2024-02-13T21:12:33.923Z]    layout: default
16:12:33 [2024-02-13T21:12:33.923Z] snapshots: [enabled => true, update => always]
16:12:33 [2024-02-13T21:12:33.923Z]  releases: [enabled => true, update => always]
16:12:33 [2024-02-13T21:12:33.923Z]    blocked: false
16:12:33 [2024-02-13T21:12:33.923Z] 
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) offline = false
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.210942-1.pom
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) repositoryId = ossrh
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) repositoryLayout = default
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@623dcf2a
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) types = jar,jar
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) uniqueVersion = true
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) updateReleaseInfo = false
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG]   (f) useAgent = true
16:12:33 [2024-02-13T21:12:33.923Z] [DEBUG] -- end configuration --
16:12:34 [2024-02-13T21:12:34.865Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:34 [2024-02-13T21:12:34.865Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:35 [2024-02-13T21:12:35.130Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:35 [2024-02-13T21:12:35.130Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:35 [2024-02-13T21:12:35.691Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/resolver-status.properties'
16:12:35 [2024-02-13T21:12:35.691Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:35 [2024-02-13T21:12:35.691Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:35 [2024-02-13T21:12:35.691Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:35 [2024-02-13T21:12:35.691Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:36 [2024-02-13T21:12:36.251Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.211233-1.pom.asc
16:12:36 [2024-02-13T21:12:36.252Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null].filename = org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.211233-1.jar.asc
16:12:36 [2024-02-13T21:12:36.252Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc].filename = org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.211233-1.pom
16:12:36 [2024-02-13T21:12:36.812Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:36 [2024-02-13T21:12:36.812Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:36 [2024-02-13T21:12:36.812Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:36 [2024-02-13T21:12:36.812Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.211233-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:36 [2024-02-13T21:12:36.812Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:37 [2024-02-13T21:12:37.371Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:sources].filename = org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.211233-1-sources.jar.asc
16:12:37 [2024-02-13T21:12:37.627Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:37 [2024-02-13T21:12:37.627Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:37 [2024-02-13T21:12:37.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:37 [2024-02-13T21:12:37.883Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.211233-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:37 [2024-02-13T21:12:37.883Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:38 [2024-02-13T21:12:38.444Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc-0.23.0-20240213.211233-1-javadoc.jar.asc
16:12:38 [2024-02-13T21:12:38.444Z] [INFO] ------------------------------------------------------------------------
16:12:38 [2024-02-13T21:12:38.444Z] [INFO] BUILD SUCCESS
16:12:38 [2024-02-13T21:12:38.444Z] [INFO] ------------------------------------------------------------------------
16:12:38 [2024-02-13T21:12:38.444Z] [INFO] Total time:  4.663 s
16:12:38 [2024-02-13T21:12:38.444Z] [INFO] Finished at: 2024-02-13T21:12:38Z
16:12:38 [2024-02-13T21:12:38.444Z] [INFO] ------------------------------------------------------------------------
16:12:38 [2024-02-13T21:12:38.444Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:38 [2024-02-13T21:12:38.444Z] [DEBUG] Shutting down 'file-lock' factory
16:12:38 [2024-02-13T21:12:38.444Z] [DEBUG] Shutting down 'rwlock-local' factory
16:12:38 [2024-02-13T21:12:38.444Z] [DEBUG] Shutting down 'semaphore-local' factory
16:12:38 [2024-02-13T21:12:38.444Z] [DEBUG] Shutting down 'noop' factory
16:12:38 [2024-02-13T21:12:38.444Z] + read i
16:12:38 [2024-02-13T21:12:38.444Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1
16:12:38 [2024-02-13T21:12:38.444Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
16:12:38 [2024-02-13T21:12:38.445Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:12:38 [2024-02-13T21:12:38.445Z] Maven home: /opt/tools/apache-maven/latest
16:12:38 [2024-02-13T21:12:38.445Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:12:38 [2024-02-13T21:12:38.445Z] Default locale: en_US, platform encoding: UTF-8
16:12:38 [2024-02-13T21:12:38.445Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Created new class realm maven.api
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Importing foreign packages into class realm maven.api
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: javax.inject.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.graph < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.util < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Populating class realm maven.api
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:39 [2024-02-13T21:12:39.817Z] [INFO] Error stacktraces are turned on.
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Message scheme: plain
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
16:12:39 [2024-02-13T21:12:39.817Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
16:12:40 [2024-02-13T21:12:40.074Z] [INFO] Scanning for projects...
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] === REACTOR BUILD PLAN ================================================
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Style:   Aggregating
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] =======================================================================
16:12:40 [2024-02-13T21:12:40.074Z] [INFO] 
16:12:40 [2024-02-13T21:12:40.074Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
16:12:40 [2024-02-13T21:12:40.074Z] [INFO] Building Maven Stub Project (No POM) 1
16:12:40 [2024-02-13T21:12:40.074Z] [INFO] --------------------------------[ pom ]---------------------------------
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] === PROJECT BUILD PLAN ================================================
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Dependencies (collect): []
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Dependencies (resolve): []
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] -----------------------------------------------------------------------
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Style:         Regular
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
16:12:40 [2024-02-13T21:12:40.074Z] <configuration>
16:12:40 [2024-02-13T21:12:40.074Z]   <artifactId>${artifactId}</artifactId>
16:12:40 [2024-02-13T21:12:40.074Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
16:12:40 [2024-02-13T21:12:40.074Z]   <classifier>${classifier}</classifier>
16:12:40 [2024-02-13T21:12:40.074Z]   <classifiers>${classifiers}</classifiers>
16:12:40 [2024-02-13T21:12:40.074Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
16:12:40 [2024-02-13T21:12:40.074Z]   <description>${generatePom.description}</description>
16:12:40 [2024-02-13T21:12:40.074Z]   <executable>${gpg.executable}</executable>
16:12:40 [2024-02-13T21:12:40.074Z]   <file>${file}</file>
16:12:40 [2024-02-13T21:12:40.074Z]   <files>${files}</files>
16:12:40 [2024-02-13T21:12:40.074Z]   <generatePom default-value="true">${generatePom}</generatePom>
16:12:40 [2024-02-13T21:12:40.074Z]   <groupId>${groupId}</groupId>
16:12:40 [2024-02-13T21:12:40.074Z]   <homedir>${gpg.homedir}</homedir>
16:12:40 [2024-02-13T21:12:40.074Z]   <interactive default-value="${settings.interactiveMode}"/>
16:12:40 [2024-02-13T21:12:40.074Z]   <javadoc>${javadoc}</javadoc>
16:12:40 [2024-02-13T21:12:40.074Z]   <keyname>${gpg.keyname}</keyname>
16:12:40 [2024-02-13T21:12:40.074Z]   <localRepository default-value="${localRepository}"/>
16:12:40 [2024-02-13T21:12:40.074Z]   <lockMode>${gpg.lockMode}</lockMode>
16:12:40 [2024-02-13T21:12:40.074Z]   <offline default-value="${settings.offline}"/>
16:12:40 [2024-02-13T21:12:40.074Z]   <packaging>${packaging}</packaging>
16:12:40 [2024-02-13T21:12:40.074Z]   <passphrase>${gpg.passphrase}</passphrase>
16:12:40 [2024-02-13T21:12:40.074Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
16:12:40 [2024-02-13T21:12:40.074Z]   <pomFile>${pomFile}</pomFile>
16:12:40 [2024-02-13T21:12:40.074Z]   <project default-value="${project}"/>
16:12:40 [2024-02-13T21:12:40.074Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
16:12:40 [2024-02-13T21:12:40.074Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
16:12:40 [2024-02-13T21:12:40.074Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
16:12:40 [2024-02-13T21:12:40.074Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
16:12:40 [2024-02-13T21:12:40.074Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
16:12:40 [2024-02-13T21:12:40.074Z]   <settings default-value="${settings}"/>
16:12:40 [2024-02-13T21:12:40.074Z]   <sources>${sources}</sources>
16:12:40 [2024-02-13T21:12:40.074Z]   <types>${types}</types>
16:12:40 [2024-02-13T21:12:40.074Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
16:12:40 [2024-02-13T21:12:40.074Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
16:12:40 [2024-02-13T21:12:40.074Z]   <url>${url}</url>
16:12:40 [2024-02-13T21:12:40.074Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
16:12:40 [2024-02-13T21:12:40.074Z]   <version>${version}</version>
16:12:40 [2024-02-13T21:12:40.074Z] </configuration>
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] =======================================================================
16:12:40 [2024-02-13T21:12:40.074Z] [INFO] 
16:12:40 [2024-02-13T21:12:40.074Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
16:12:40 [2024-02-13T21:12:40.074Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=597876, ConflictMarker.markTime=274284, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=342918, ConflictIdSorter.topsortTime=260841, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3637299, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=167583766, DfDependencyCollector.transformTime=6641877}
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]          junit:junit:jar:3.8.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
16:12:40 [2024-02-13T21:12:40.333Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Imported:  < maven.api
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Included: junit:junit:jar:3.8.1
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator -->
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) classifiers = sources,javadoc
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) defaultKeyring = true
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1.jar
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1-javadoc.jar
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) generatePom = true
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) interactive = false
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) localRepository =       id: local
16:12:40 [2024-02-13T21:12:40.334Z]       url: file:///home/jenkins/.m2/repository/
16:12:40 [2024-02-13T21:12:40.334Z]    layout: default
16:12:40 [2024-02-13T21:12:40.334Z] snapshots: [enabled => true, update => always]
16:12:40 [2024-02-13T21:12:40.334Z]  releases: [enabled => true, update => always]
16:12:40 [2024-02-13T21:12:40.334Z]    blocked: false
16:12:40 [2024-02-13T21:12:40.334Z] 
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) offline = false
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.210942-1.pom
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) repositoryId = ossrh
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) repositoryLayout = default
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@a66e580
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) types = jar,jar
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) uniqueVersion = true
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) updateReleaseInfo = false
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG]   (f) useAgent = true
16:12:40 [2024-02-13T21:12:40.334Z] [DEBUG] -- end configuration --
16:12:41 [2024-02-13T21:12:41.268Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:41 [2024-02-13T21:12:41.268Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:41 [2024-02-13T21:12:41.523Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.23.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:41 [2024-02-13T21:12:41.523Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:42 [2024-02-13T21:12:42.085Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/resolver-status.properties'
16:12:42 [2024-02-13T21:12:42.085Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:42 [2024-02-13T21:12:42.085Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:42 [2024-02-13T21:12:42.085Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:42 [2024-02-13T21:12:42.085Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:42 [2024-02-13T21:12:42.645Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug].filename = org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.211239-1.pom
16:12:42 [2024-02-13T21:12:42.645Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.211239-1.pom.asc
16:12:42 [2024-02-13T21:12:42.645Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null].filename = org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.211239-1.jar.asc
16:12:42 [2024-02-13T21:12:42.901Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:42 [2024-02-13T21:12:42.901Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:42 [2024-02-13T21:12:42.901Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:43 [2024-02-13T21:12:43.157Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.211239-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:43 [2024-02-13T21:12:43.157Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:43 [2024-02-13T21:12:43.717Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:sources].filename = org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.211239-1-sources.jar.asc
16:12:43 [2024-02-13T21:12:43.972Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:43 [2024-02-13T21:12:43.972Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:43 [2024-02-13T21:12:43.972Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:44 [2024-02-13T21:12:44.227Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.23.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.211239-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:44 [2024-02-13T21:12:44.227Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:44 [2024-02-13T21:12:44.484Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc.debug-0.23.0-20240213.211239-1-javadoc.jar.asc
16:12:44 [2024-02-13T21:12:44.484Z] [INFO] ------------------------------------------------------------------------
16:12:44 [2024-02-13T21:12:44.484Z] [INFO] BUILD SUCCESS
16:12:44 [2024-02-13T21:12:44.484Z] [INFO] ------------------------------------------------------------------------
16:12:44 [2024-02-13T21:12:44.484Z] [INFO] Total time:  4.744 s
16:12:44 [2024-02-13T21:12:44.484Z] [INFO] Finished at: 2024-02-13T21:12:44Z
16:12:44 [2024-02-13T21:12:44.484Z] [INFO] ------------------------------------------------------------------------
16:12:44 [2024-02-13T21:12:44.484Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:44 [2024-02-13T21:12:44.484Z] [DEBUG] Shutting down 'file-lock' factory
16:12:44 [2024-02-13T21:12:44.484Z] [DEBUG] Shutting down 'rwlock-local' factory
16:12:44 [2024-02-13T21:12:44.484Z] [DEBUG] Shutting down 'semaphore-local' factory
16:12:44 [2024-02-13T21:12:44.484Z] [DEBUG] Shutting down 'noop' factory
16:12:44 [2024-02-13T21:12:44.740Z] + read i
16:12:44 [2024-02-13T21:12:44.740Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1
16:12:44 [2024-02-13T21:12:44.740Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
16:12:45 [2024-02-13T21:12:45.014Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:12:45 [2024-02-13T21:12:45.014Z] Maven home: /opt/tools/apache-maven/latest
16:12:45 [2024-02-13T21:12:45.014Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:12:45 [2024-02-13T21:12:45.014Z] Default locale: en_US, platform encoding: UTF-8
16:12:45 [2024-02-13T21:12:45.014Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG] Created new class realm maven.api
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG] Importing foreign packages into class realm maven.api
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: javax.inject.* < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
16:12:45 [2024-02-13T21:12:45.949Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.graph < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.util < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG] Populating class realm maven.api
16:12:45 [2024-02-13T21:12:45.950Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:46 [2024-02-13T21:12:46.213Z] [INFO] Error stacktraces are turned on.
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Message scheme: plain
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
16:12:46 [2024-02-13T21:12:46.213Z] [INFO] Scanning for projects...
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
16:12:46 [2024-02-13T21:12:46.213Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] === REACTOR BUILD PLAN ================================================
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Style:   Aggregating
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] =======================================================================
16:12:46 [2024-02-13T21:12:46.469Z] [INFO] 
16:12:46 [2024-02-13T21:12:46.469Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
16:12:46 [2024-02-13T21:12:46.469Z] [INFO] Building Maven Stub Project (No POM) 1
16:12:46 [2024-02-13T21:12:46.469Z] [INFO] --------------------------------[ pom ]---------------------------------
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] === PROJECT BUILD PLAN ================================================
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Dependencies (collect): []
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Dependencies (resolve): []
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] -----------------------------------------------------------------------
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Style:         Regular
16:12:46 [2024-02-13T21:12:46.469Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
16:12:46 [2024-02-13T21:12:46.469Z] <configuration>
16:12:46 [2024-02-13T21:12:46.469Z]   <artifactId>${artifactId}</artifactId>
16:12:46 [2024-02-13T21:12:46.469Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
16:12:46 [2024-02-13T21:12:46.469Z]   <classifier>${classifier}</classifier>
16:12:46 [2024-02-13T21:12:46.469Z]   <classifiers>${classifiers}</classifiers>
16:12:46 [2024-02-13T21:12:46.469Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
16:12:46 [2024-02-13T21:12:46.469Z]   <description>${generatePom.description}</description>
16:12:46 [2024-02-13T21:12:46.469Z]   <executable>${gpg.executable}</executable>
16:12:46 [2024-02-13T21:12:46.469Z]   <file>${file}</file>
16:12:46 [2024-02-13T21:12:46.469Z]   <files>${files}</files>
16:12:46 [2024-02-13T21:12:46.469Z]   <generatePom default-value="true">${generatePom}</generatePom>
16:12:46 [2024-02-13T21:12:46.469Z]   <groupId>${groupId}</groupId>
16:12:46 [2024-02-13T21:12:46.469Z]   <homedir>${gpg.homedir}</homedir>
16:12:46 [2024-02-13T21:12:46.469Z]   <interactive default-value="${settings.interactiveMode}"/>
16:12:46 [2024-02-13T21:12:46.469Z]   <javadoc>${javadoc}</javadoc>
16:12:46 [2024-02-13T21:12:46.469Z]   <keyname>${gpg.keyname}</keyname>
16:12:46 [2024-02-13T21:12:46.469Z]   <localRepository default-value="${localRepository}"/>
16:12:46 [2024-02-13T21:12:46.469Z]   <lockMode>${gpg.lockMode}</lockMode>
16:12:46 [2024-02-13T21:12:46.469Z]   <offline default-value="${settings.offline}"/>
16:12:46 [2024-02-13T21:12:46.469Z]   <packaging>${packaging}</packaging>
16:12:46 [2024-02-13T21:12:46.469Z]   <passphrase>${gpg.passphrase}</passphrase>
16:12:46 [2024-02-13T21:12:46.469Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
16:12:46 [2024-02-13T21:12:46.469Z]   <pomFile>${pomFile}</pomFile>
16:12:46 [2024-02-13T21:12:46.469Z]   <project default-value="${project}"/>
16:12:46 [2024-02-13T21:12:46.469Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
16:12:46 [2024-02-13T21:12:46.469Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
16:12:46 [2024-02-13T21:12:46.469Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
16:12:46 [2024-02-13T21:12:46.469Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
16:12:46 [2024-02-13T21:12:46.470Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
16:12:46 [2024-02-13T21:12:46.470Z]   <settings default-value="${settings}"/>
16:12:46 [2024-02-13T21:12:46.470Z]   <sources>${sources}</sources>
16:12:46 [2024-02-13T21:12:46.470Z]   <types>${types}</types>
16:12:46 [2024-02-13T21:12:46.470Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
16:12:46 [2024-02-13T21:12:46.470Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
16:12:46 [2024-02-13T21:12:46.470Z]   <url>${url}</url>
16:12:46 [2024-02-13T21:12:46.470Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
16:12:46 [2024-02-13T21:12:46.470Z]   <version>${version}</version>
16:12:46 [2024-02-13T21:12:46.470Z] </configuration>
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] =======================================================================
16:12:46 [2024-02-13T21:12:46.470Z] [INFO] 
16:12:46 [2024-02-13T21:12:46.470Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=439230, ConflictMarker.markTime=335030, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=423678, ConflictIdSorter.topsortTime=238265, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=33831323, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=128886811, DfDependencyCollector.transformTime=36477994}
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]          junit:junit:jar:3.8.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Imported:  < maven.api
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Included: junit:junit:jar:3.8.1
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
16:12:46 [2024-02-13T21:12:46.470Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator -->
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) classifiers = sources,javadoc
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) defaultKeyring = true
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1.jar
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1-javadoc.jar
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) generatePom = true
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) interactive = false
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) localRepository =       id: local
16:12:46 [2024-02-13T21:12:46.726Z]       url: file:///home/jenkins/.m2/repository/
16:12:46 [2024-02-13T21:12:46.726Z]    layout: default
16:12:46 [2024-02-13T21:12:46.726Z] snapshots: [enabled => true, update => always]
16:12:46 [2024-02-13T21:12:46.726Z]  releases: [enabled => true, update => always]
16:12:46 [2024-02-13T21:12:46.726Z]    blocked: false
16:12:46 [2024-02-13T21:12:46.726Z] 
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) offline = false
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.210942-1.pom
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) repositoryId = ossrh
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) repositoryLayout = default
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@80bfdc6
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) types = jar,jar
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) uniqueVersion = true
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) updateReleaseInfo = false
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG]   (f) useAgent = true
16:12:46 [2024-02-13T21:12:46.726Z] [DEBUG] -- end configuration --
16:12:47 [2024-02-13T21:12:47.656Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:47 [2024-02-13T21:12:47.656Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:47 [2024-02-13T21:12:47.656Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.23.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:47 [2024-02-13T21:12:47.656Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:48 [2024-02-13T21:12:48.220Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/resolver-status.properties'
16:12:48 [2024-02-13T21:12:48.220Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:48 [2024-02-13T21:12:48.220Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:48 [2024-02-13T21:12:48.220Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:48 [2024-02-13T21:12:48.220Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:49 [2024-02-13T21:12:49.146Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null].filename = org.eclipse.lsp4j.websocket-0.23.0-20240213.211246-1.jar.asc
16:12:49 [2024-02-13T21:12:49.146Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null:pom].filename = org.eclipse.lsp4j.websocket-0.23.0-20240213.211246-1.pom.asc
16:12:49 [2024-02-13T21:12:49.146Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket].filename = org.eclipse.lsp4j.websocket-0.23.0-20240213.211246-1.pom
16:12:49 [2024-02-13T21:12:49.401Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:49 [2024-02-13T21:12:49.401Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:49 [2024-02-13T21:12:49.401Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:49 [2024-02-13T21:12:49.656Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.211246-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:49 [2024-02-13T21:12:49.656Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:49 [2024-02-13T21:12:49.910Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:sources].filename = org.eclipse.lsp4j.websocket-0.23.0-20240213.211246-1-sources.jar.asc
16:12:50 [2024-02-13T21:12:50.166Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:50 [2024-02-13T21:12:50.166Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:50 [2024-02-13T21:12:50.166Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:50 [2024-02-13T21:12:50.421Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.23.0-20240213.211246-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:50 [2024-02-13T21:12:50.421Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:50 [2024-02-13T21:12:50.981Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:javadoc].filename = org.eclipse.lsp4j.websocket-0.23.0-20240213.211246-1-javadoc.jar.asc
16:12:50 [2024-02-13T21:12:50.981Z] [INFO] ------------------------------------------------------------------------
16:12:50 [2024-02-13T21:12:50.981Z] [INFO] BUILD SUCCESS
16:12:50 [2024-02-13T21:12:50.981Z] [INFO] ------------------------------------------------------------------------
16:12:50 [2024-02-13T21:12:50.981Z] [INFO] Total time:  4.773 s
16:12:50 [2024-02-13T21:12:50.981Z] [INFO] Finished at: 2024-02-13T21:12:50Z
16:12:50 [2024-02-13T21:12:50.981Z] [INFO] ------------------------------------------------------------------------
16:12:50 [2024-02-13T21:12:50.981Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:50 [2024-02-13T21:12:50.981Z] [DEBUG] Shutting down 'file-lock' factory
16:12:50 [2024-02-13T21:12:50.981Z] [DEBUG] Shutting down 'rwlock-local' factory
16:12:50 [2024-02-13T21:12:50.981Z] [DEBUG] Shutting down 'semaphore-local' factory
16:12:50 [2024-02-13T21:12:50.981Z] [DEBUG] Shutting down 'noop' factory
16:12:50 [2024-02-13T21:12:50.981Z] + read i
16:12:50 [2024-02-13T21:12:50.981Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1
16:12:50 [2024-02-13T21:12:50.982Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
16:12:51 [2024-02-13T21:12:51.238Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
16:12:51 [2024-02-13T21:12:51.238Z] Maven home: /opt/tools/apache-maven/latest
16:12:51 [2024-02-13T21:12:51.238Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9
16:12:51 [2024-02-13T21:12:51.238Z] Default locale: en_US, platform encoding: UTF-8
16:12:51 [2024-02-13T21:12:51.238Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
16:12:52 [2024-02-13T21:12:52.644Z] [DEBUG] Created new class realm maven.api
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Importing foreign packages into class realm maven.api
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: javax.inject.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.graph < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.util < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Populating class realm maven.api
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:52 [2024-02-13T21:12:52.645Z] [INFO] Error stacktraces are turned on.
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Message scheme: plain
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
16:12:52 [2024-02-13T21:12:52.645Z] [INFO] Scanning for projects...
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local'
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] === REACTOR BUILD PLAN ================================================
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Style:   Aggregating
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] =======================================================================
16:12:52 [2024-02-13T21:12:52.645Z] [INFO] 
16:12:52 [2024-02-13T21:12:52.645Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
16:12:52 [2024-02-13T21:12:52.645Z] [INFO] Building Maven Stub Project (No POM) 1
16:12:52 [2024-02-13T21:12:52.645Z] [INFO] --------------------------------[ pom ]---------------------------------
16:12:52 [2024-02-13T21:12:52.645Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] === PROJECT BUILD PLAN ================================================
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Dependencies (collect): []
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Dependencies (resolve): []
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] -----------------------------------------------------------------------
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Style:         Regular
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
16:12:52 [2024-02-13T21:12:52.646Z] <configuration>
16:12:52 [2024-02-13T21:12:52.646Z]   <artifactId>${artifactId}</artifactId>
16:12:52 [2024-02-13T21:12:52.646Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
16:12:52 [2024-02-13T21:12:52.646Z]   <classifier>${classifier}</classifier>
16:12:52 [2024-02-13T21:12:52.646Z]   <classifiers>${classifiers}</classifiers>
16:12:52 [2024-02-13T21:12:52.646Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
16:12:52 [2024-02-13T21:12:52.646Z]   <description>${generatePom.description}</description>
16:12:52 [2024-02-13T21:12:52.646Z]   <executable>${gpg.executable}</executable>
16:12:52 [2024-02-13T21:12:52.646Z]   <file>${file}</file>
16:12:52 [2024-02-13T21:12:52.646Z]   <files>${files}</files>
16:12:52 [2024-02-13T21:12:52.646Z]   <generatePom default-value="true">${generatePom}</generatePom>
16:12:52 [2024-02-13T21:12:52.646Z]   <groupId>${groupId}</groupId>
16:12:52 [2024-02-13T21:12:52.646Z]   <homedir>${gpg.homedir}</homedir>
16:12:52 [2024-02-13T21:12:52.646Z]   <interactive default-value="${settings.interactiveMode}"/>
16:12:52 [2024-02-13T21:12:52.646Z]   <javadoc>${javadoc}</javadoc>
16:12:52 [2024-02-13T21:12:52.646Z]   <keyname>${gpg.keyname}</keyname>
16:12:52 [2024-02-13T21:12:52.646Z]   <localRepository default-value="${localRepository}"/>
16:12:52 [2024-02-13T21:12:52.646Z]   <lockMode>${gpg.lockMode}</lockMode>
16:12:52 [2024-02-13T21:12:52.646Z]   <offline default-value="${settings.offline}"/>
16:12:52 [2024-02-13T21:12:52.646Z]   <packaging>${packaging}</packaging>
16:12:52 [2024-02-13T21:12:52.646Z]   <passphrase>${gpg.passphrase}</passphrase>
16:12:52 [2024-02-13T21:12:52.646Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
16:12:52 [2024-02-13T21:12:52.646Z]   <pomFile>${pomFile}</pomFile>
16:12:52 [2024-02-13T21:12:52.646Z]   <project default-value="${project}"/>
16:12:52 [2024-02-13T21:12:52.646Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
16:12:52 [2024-02-13T21:12:52.646Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
16:12:52 [2024-02-13T21:12:52.646Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
16:12:52 [2024-02-13T21:12:52.646Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
16:12:52 [2024-02-13T21:12:52.646Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
16:12:52 [2024-02-13T21:12:52.646Z]   <settings default-value="${settings}"/>
16:12:52 [2024-02-13T21:12:52.646Z]   <sources>${sources}</sources>
16:12:52 [2024-02-13T21:12:52.646Z]   <types>${types}</types>
16:12:52 [2024-02-13T21:12:52.646Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
16:12:52 [2024-02-13T21:12:52.646Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
16:12:52 [2024-02-13T21:12:52.646Z]   <url>${url}</url>
16:12:52 [2024-02-13T21:12:52.646Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
16:12:52 [2024-02-13T21:12:52.646Z]   <version>${version}</version>
16:12:52 [2024-02-13T21:12:52.646Z] </configuration>
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] =======================================================================
16:12:52 [2024-02-13T21:12:52.646Z] [INFO] 
16:12:52 [2024-02-13T21:12:52.646Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=569098, ConflictMarker.markTime=210595, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=307627, ConflictIdSorter.topsortTime=231250, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4618215, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=154851690, DfDependencyCollector.transformTime=7268992}
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]          junit:junit:jar:3.8.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
16:12:52 [2024-02-13T21:12:52.646Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Imported:  < maven.api
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Included: junit:junit:jar:3.8.1
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
16:12:52 [2024-02-13T21:12:52.944Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator -->
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) classifiers = sources,javadoc
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) defaultKeyring = true
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1.jar
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1-javadoc.jar
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) generatePom = true
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) interactive = false
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) localRepository =       id: local
16:12:52 [2024-02-13T21:12:52.945Z]       url: file:///home/jenkins/.m2/repository/
16:12:52 [2024-02-13T21:12:52.945Z]    layout: default
16:12:52 [2024-02-13T21:12:52.945Z] snapshots: [enabled => true, update => always]
16:12:52 [2024-02-13T21:12:52.945Z]  releases: [enabled => true, update => always]
16:12:52 [2024-02-13T21:12:52.945Z]    blocked: false
16:12:52 [2024-02-13T21:12:52.945Z] 
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) offline = false
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.210942-1.pom
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) repositoryId = ossrh
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) repositoryLayout = default
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@a66e580
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) types = jar,jar
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) uniqueVersion = true
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) updateReleaseInfo = false
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG]   (f) useAgent = true
16:12:52 [2024-02-13T21:12:52.945Z] [DEBUG] -- end configuration --
16:12:53 [2024-02-13T21:12:53.918Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:53 [2024-02-13T21:12:53.918Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:54 [2024-02-13T21:12:54.173Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.23.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:54 [2024-02-13T21:12:54.173Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:54 [2024-02-13T21:12:54.429Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/resolver-status.properties'
16:12:54 [2024-02-13T21:12:54.685Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:54 [2024-02-13T21:12:54.685Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:54 [2024-02-13T21:12:54.685Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:54 [2024-02-13T21:12:54.686Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:55 [2024-02-13T21:12:55.248Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta].filename = org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.211252-1.pom
16:12:55 [2024-02-13T21:12:55.249Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null].filename = org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.211252-1.jar.asc
16:12:55 [2024-02-13T21:12:55.249Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null:pom].filename = org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.211252-1.pom.asc
16:12:55 [2024-02-13T21:12:55.504Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:55 [2024-02-13T21:12:55.505Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:55 [2024-02-13T21:12:55.505Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:55 [2024-02-13T21:12:55.760Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.211252-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:55 [2024-02-13T21:12:55.760Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:56 [2024-02-13T21:12:56.320Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:sources].filename = org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.211252-1-sources.jar.asc
16:12:56 [2024-02-13T21:12:56.574Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/
16:12:56 [2024-02-13T21:12:56.575Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
16:12:56 [2024-02-13T21:12:56.575Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:56 [2024-02-13T21:12:56.830Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.23.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.211252-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
16:12:56 [2024-02-13T21:12:56.831Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.0-SNAPSHOT/resolver-status.properties'
16:12:57 [2024-02-13T21:12:57.086Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:javadoc].filename = org.eclipse.lsp4j.websocket.jakarta-0.23.0-20240213.211252-1-javadoc.jar.asc
16:12:57 [2024-02-13T21:12:57.086Z] [INFO] ------------------------------------------------------------------------
16:12:57 [2024-02-13T21:12:57.086Z] [INFO] BUILD SUCCESS
16:12:57 [2024-02-13T21:12:57.086Z] [INFO] ------------------------------------------------------------------------
16:12:57 [2024-02-13T21:12:57.086Z] [INFO] Total time:  4.725 s
16:12:57 [2024-02-13T21:12:57.086Z] [INFO] Finished at: 2024-02-13T21:12:57Z
16:12:57 [2024-02-13T21:12:57.086Z] [INFO] ------------------------------------------------------------------------
16:12:57 [2024-02-13T21:12:57.086Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
16:12:57 [2024-02-13T21:12:57.086Z] [DEBUG] Shutting down 'file-lock' factory
16:12:57 [2024-02-13T21:12:57.086Z] [DEBUG] Shutting down 'rwlock-local' factory
16:12:57 [2024-02-13T21:12:57.086Z] [DEBUG] Shutting down 'semaphore-local' factory
16:12:57 [2024-02-13T21:12:57.086Z] [DEBUG] Shutting down 'noop' factory
16:12:57 [2024-02-13T21:12:57.086Z] + read i
[Pipeline] }
16:12:57 [2024-02-13T21:12:57.093Z] $ ssh-agent -k
16:12:57 [2024-02-13T21:12:57.098Z] unset SSH_AUTH_SOCK;
16:12:57 [2024-02-13T21:12:57.099Z] unset SSH_AGENT_PID;
16:12:57 [2024-02-13T21:12:57.099Z] echo Agent pid 1405 killed;
16:12:57 [2024-02-13T21:12:57.102Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
16:12:57 [2024-02-13T21:12:57.184Z] Recording test results
16:12:57 [2024-02-13T21:12:57.794Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
16:12:57 [2024-02-13T21:12:57.801Z] Archiving artifacts
[Pipeline] script
[Pipeline] {
[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